*
{
	margin: 0;
	padding: 0;
}
html 
{
	font-size: 100%;
}
body
{
	font-size: 1.0em;
	color: black;	
	font-family: 'Segoe UI' , Arial, Sans-Serif;
	background-color: #c0d3da;	/* medium slate-gray-ish */
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	font-size: 0.9em;	
}

h3
{
	font-weight: normal;
    font-size: 1.0em;
    margin-top: 5px;
}

h4
{
	color: #708090; /* slategray */
	font-variant: small-caps;
	margin-bottom: 10px;
}

h5
{
	/* Greetings/Welcome */
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: 10px;
	color: maroon;   
	font-size: 0.9em;
	font-style: normal;
}

ul
{	
	text-align: left;
}

li 
{
	font-size: 0.8em;
	color: Black;
}

p
{
	font-size: 0.95em;
	text-align: center;
}

select
{
	width: 135px;
	height: 22px;
	float: left;
	padding-top: 1px;
}

input 
{
	padding-left: 2px;
	font-family: inherit;
	font-size: inherit; 
}

input[type="file"]
{
	/*	On documents form. Note inline style on php page that sets
		'size' attribute for width of the filename box (at least for FF).
	 */
	width: 400px;
	height: 23px;
	float: left;
	font-size: 0.9em;
}

input[type="checkbox"]
{
	margin: 20px 0px 0px 5px;
}

input[type="radio"]
{
	margin-left: 10px;
	margin-right: 3px;
}

input[type="button"], input[type="submit"]
{
	margin-top: 8px; /* prev 10 */
	width: auto;
	height: 26px;
	padding: 0px 5px 3px 5px;
	font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	width: 250px;
	float: left;
	height: 18px;
}

textarea
{
	font-family: inherit;
	font-size: inherit;
	padding-left: 1%;
	float: left;
}

#callsign
{
	/* a shorter input text field */
	width: 105px;
}

table
{
	border: 0;	
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
td
{
	width: 150px;
	text-align: right;
	padding: 0px 5px;
}

.tiny
{
	width: 30px;
}

div				
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#underdevelopment 
{
	text-align: center;
	color: maroon;   
	font-size: 1.5em;
	font-variant: small-caps;
	margin: 50px auto;
	border: solid 1px green;
	height: 200px;
}

#underdevelopment p
{
	margin: 50px auto;
}

div#pad
{
	height: 200px;
}

#header
{
	color: #708090;		/* slategray*/
}

.headertext
{
	width: 70%;
	float: left;
}

.baseform		/* a user form section */
{
    font-size: 0.9em;
    padding: 0px 30px 10px 30px;
    color: black;
    border: solid thin maroon;   
}

.baseform p
{
	margin-top: 10px;
	color: maroon;   
}

.doubleline
{
	border-bottom: #2f4f4f 4px double; /* darkslategray */
	margin:  10px auto;
	width: 110%;
	position: relative;
	left: -5%;
}

#publicarea
{
	margin-bottom: 20px;
	height: 50px;
}

#choicearea, #topchoicearea
{
	margin: 20px 0px;
}

#choicearea a, #topchoicearea a
{
	display: block;
	margin: 0px 0px 5px 0px;
}

.listlinks
{
	float: left;
	width: 50%;
}

#docchoicearea
{
	margin-top: 0px;
	height: 30px;
}

#publicarea
{
	height: 50px;
}

#choicearea
{
	height: 100px;
}

#choicearea p, #publicarea p
{
	width: 40%;
	float: left;
	padding-top: 10px;	
}

#topchoicearea a
{
	font-size: 0.8em;
}

#actionarea
{
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* -------------- results status area ---------------- */
#actionstatus
{
	height: 3%;
	margin: 0;
}

#actionstatus p
{
	float: none !important;
	color: darkgreen;
	margin-top: 2px;
	font-style: italic;
	margin-bottom: 2px;
}
span.hilight
{
	color: maroon;  
}
.invisible 
{
	/* background is usually white, make it transparent.				*/
	/* Not using hideme/showme since it creates too much page movement	*/
	background-color: #c0d3da; /* same as body */
}
.visible 
{
	/* background is transparent, make it white.						*/
	/* Not using hideme/showme since it creates too much page movement	*/
	background-color: white;
}
/* ------------------------------------------- */

#applicantarea
{
	border: 0;
}

#applicantarea p
{
    margin: 5px;
}

#uploadform
{
	width: 75%;
	margin-right: 0px;
	margin-left: 185px;
}

#uploadarea td
{
	width: 130px;
}

#uploadarea input[type="button"]
{
	width: 75px;
}

#uploadarea input[type="text"]
{
	width: 400px;
	height: 22px;
}

#uploadarea textarea
{
	width: 400px;
	height: 62px;
	line-height: 19px; /* IE cuts off descenders on last/lower line. */
}

#uploadarea
{
	font-size: 0.9em;
}

span.showme
{
	display: inline;
}

span.hideme
{
	display: none;
}

.bar 
{
	/* top-level divs in the actionarea banner */
	height: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* groups of radio buttons can be horiz (spread) or vert (stack) */
.stack 
{
	text-align: left;
	padding: 0 5px 5px 0;
}

.spread p 
{	
	float: left;
}

.spread 
{
	width: 185px; /* taller, narrower radioboxes */ 
}

.spread input[type="radio"]
{	
	float: left;
}

.spread label
{	
	float: left;
}

.radiobox p
{
	color: #005000;		/* medium-dark green=> darker than darkgreen */
	width: 118px;		/* taller, narrower radioboxes */
	margin-left: 5px;
	text-align: left;
	height: 20px; 
	padding-top: 5px; 
	margin-top: 0px;
}
.radiobox
{
	float: left;
	margin-right: 5px; 
	margin-left: 0px;
	font-size: 0.8em;
	border: solid 1px #005000;
	padding-top: 3px;
}

.radiobox label
{
	position: relative;
	top: -2px;			/* ok for safari, chrome, IE; FF prefers -1px */
}

.radiobox div
{
	text-align: left;
}

.datatable 
{
	text-align: center;
}

.datatable th[scope="col"]
{
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
	font-variant: small-caps;
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
}

.widetable table
{
	width: 130%;
	left: -15%;		/*  half of the width over 100% */
}

.normaltable table
{
	width: 110%;
	left: -5%;
}

.datatable table
{
	border: solid 1px black;
	border-collapse: collapse;
	position: relative;
}

.datatable tr
{
	text-align: left;
}

.datatable td
{
	font-weight: normal;
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 3px;
	width: auto;
	text-align: left;
	height: 22px;
}

td.datecol 
{
	width: 120px;
}

#fulltable td, #approvetable td, #inactivetable td
{
	/* approval page */	
	font-size: 0.9em;
}

#publictable td, #vaulttable td, #customtable td
{
	/* documents page */
	font-size: 0.8em;
}

.datatable input[type="checkbox"]
{
	margin: 0;
}

.datatable input[type="button"]
{
	width: 50px;
	margin: 0;
	height: 22px;
	font-size: 0.8em;
}

#footer a
{
	/* the job action choices */
	color: #005000; /* medium-dark green */
	font-size: 1.1em;
	font-family: 'Book Antiqua' , Perpetua, 'Times New Roman';
}

#footer p
{
	margin-bottom: 10px;
	float: left;
	width: 110%;
	font-size: 0.9em;
}

#footeradmin a
{
	/* the admin action choices */
	font-size: 0.7em;
	font-family: 'Book Antiqua' , Perpetua, 'Times New Roman';
	color: #708090; /* slategray */
}

p.simple
{
	color: navy;  
	font-style: normal;
}
p.special
{
	color: maroon;        
	font-style: italic;
}

a			{ font-size: 1.0em; }
a:link		{ color: navy;   }
a:visited	{ color: navy;   }
a:hover		{ color: Teal; }
a:active	{ color: gray; }	

a.plain 
{
	text-decoration: none;	
}

img
{
	/* orig: ht=192px  wd=200px */
	height: 100px;
	width: 110px;
	float: left;
}

img.helpimg
{
	/* help icon img */
	height: 16px;
	width: 16px;
	float: left;
	margin-left: 10px;
}
	
.statusclass
{
	font-size: 1.1em;
	color: #990000;
	font-variant: small-caps;
	font-style: italic;
}

.owned
{
	color:  red !important;		 
}

.flagger 
{
	font-size: 1.0em !important;
	color:  #005000 !important;		/* medium-dark green */ 
}
.tickler
{
	/* tickler messages in the actionchoices area on gateway */
	font-size: 90%;
	color: Maroon;
	margin-left: 40%;
	text-align: left;
	font-variant: small-caps;
}

.announcement 
{
	font-size: 1.0em !important;
	color: Purple !important;
}

.smalltext
{
	/* like a footnote */
	font-size: 0.8em;
	color: #696969 !important;	/* dimgray */
}

.highlight 
{
	font-style: italic;
	color: maroon;				
}

.underscore 
{
	text-decoration: underline;
}

.mouseoverclass
{
	color: blue;
}

.mouseoutclass
{
	color: Black;
}
.masque
{
	color: White; /* to mask out existing entries without 'disable' */
}

/* ------------------------------------- */
/* call sign search box: approvals, validation */
div.searcher 
{
	width: 220px; /* orig 235 */
	border: solid 1px #005000;
	float: left;
	font-size: 0.8em;
}
.searcher input[type='text']
{
	width: 70px;
	height: 16px;
	margin-top: 2px;
	border: solid 1px gray;	
}
.searcher select
{
	width: 90px;
	border: solid 1px gray;	
}
.searcher input[type='button']
{
	width: auto;
	margin-top: 1px;
	height: 22px;
	margin-right: 5px;
}
.searcher p
{
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 5px;
	float: left;
	color: #005000; /* medium-dark green */
}
/* ------------ message & work boxes ---------------- */

.workbox
{
	position: fixed;
	top: 25%;
	left: 35%;
	width: 260px; 
	z-index: 50;	
	font-size: 0.9em;
}

#msgbox
{
	position: fixed;
	top: 45%;
	left: 30%;
	width: auto;			/* prev 300px */
}

#msgbox.workmsgbox
{
	/* the msgbox on the vault_workkit page */
	position: relative;
	top: 75% !important;
	left: 0%;
	width: 40%;
}

#msgbox, .workbox
{
	background-color: #fffff0;			/* ivory    */
	padding: 15px;
	border-bottom: #696969 3px solid;	/* dimgray */
	border-left: #696969 1px solid;
	border-top: #696969 1px solid;
	border-right: #696969 3px solid;
}

#msgbox p 
{
	font-size: 0.9em;
	text-align: left;
}

.workbox a
{
	margin: 5px 0px;
}

.workbox select
{
	margin: 5px 0px 0px 0px;
}

.workbox input[type="text"]
{
	width: 150px;
	float: none;
}

.workboxcenteredinput select
{
	float: none !important;	
}

.workbox label
{
	float: left;
	width: 85px;
	text-align: right;
	color: maroon;   
	padding-top: 8px;
}

a.leftside
{
	float: left;
	margin-left: 20px;
}

a.rightside
{
	float: right;
}

.workbox textarea
{
	width: 100%;   /* 325px; */
	height: 60px;
	padding: 2px;
}

#msgbox a, .workbox a
{
	font-size: 0.8em;
}

.msgboxshow, .workboxshow
{
	display: block;
}

.msgboxhide, .workboxhide
{
	display: none;
}

.showme
{
	display: block;
}
.showmeinline
{
	display: inline;
}

.hideme
{
	display: none;
}

/* -----  admin table displays (hit counters, pw stats ---- */
p.admin
{
	font-size: 0.8em;
	color: #2f4f4f !important;	/* darkslategray */
}

table.admin 
{
	border-collapse: collapse;
	width: 85%;					/* of generic table width */
	color: #2f4f4f;				/* darkslategray */
	font-size: 0.75em;
} 

.admin td
{
	border: solid 1px gray;	
}

.admin th
{
	font-weight: normal;
	font-variant: small-caps;
	text-align: center !important;
}

.admin th.ljust, td.ljust
{
	text-align: left;
	width: 70%;
}

.admin th.rjust, td.rjust
{
	width: 30%;
}
.admin th.narrative, td.narrative
{
	width: 50%;
	text-align: left;
}
.admin th.datefmt, td.datefmt
{
	width: 40%;
}

.admin td.rjust
{
	text-align: right !important;
}

div.statsresults, div#pagehits
{
	margin-top: 20px;
}

#admininfo div
{
	float: left;
	width: 49%; /* 49 not 50 makes IE7 happy */
}

div#content
{
	float: left;
	width: 100%;
}

/* for special sec/admin/master instructions etc */
div#adminpwreset label
{
	color: #006400;   /* darkGreen */
}
div#adminpwreset input[type="checkbox"]
{
	margin-top: 5px;
	position: relative;
	top: 2px;
}

#workkit a {
	margin:	20px 0px;
	display: block;
	color: navy;  
	font-size: 1em;
	text-decoration: underline;
	font-variant: small-caps;
	text-align: left;
}

#workkit p
{
	text-align: left;
	color: darkgreen;
	float: left;
	width: 90%;
}
#workkit pre
{
	float: left;
	text-align: left;
}

div.workkit
{
	float: left;
	color: Maroon;
}

div.workkit td
{
	text-align: right;
	border: 1px solid dimgray;
}
div.workkit th
{
	font-weight: normal;
	font-size: 0.8em;
	text-align: right;
	padding-right: 3px;
	border: 1px solid dimgray;
	font-variant:small-caps;
}

div.workkit td.ljust
{
	text-align: left;
	width: 60%;
}

div.workkit table
{
	width: 60%;
	float: left;
	border-collapse: collapse;
	font-size: 0.9em;
}
div.workkit h4
{
	text-align: left;
	font-size: 90%;
	margin-bottom: 0;
}

/* --------- end admin styles ---------------- */

div.blazeinfo
{
	float: right;
	color: #2f4f4f;    /* darkslategray */
	font-size: 0.8em !important;
}

div.blazeinfo a 
{
	font-size: 0.9em;
	color: #2f4f4f;    /* darkslategray */
}

div.blazeinfo p
{
	float: none;
	margin-bottom: 3px;
}

/* ---- the merit legend box ---- */
#legend h4 
{
	font-size: 0.9em;
	font-variant: normal;
	text-align: left;
	color: maroon;   
	font-weight: normal;
}
#legend li
{
	margin: 2px 15px;
	font-size: 0.9em;
}
#legend ul
{
	margin-bottom: 20px;
}

/* ------- certification emblem --------------	*/
/* shows on validation, gateway					*/
/* also need to be using emblem.css file		*/

#emblem p {
	float: left;
	margin-left: 10%;
	margin-top: 10px;
}

#emblem a
{
	font-size: 0.8em;
	color: #006400;   /* darkGreen */
	float: right;
}



