body {
	width: 950px !important;
}

form { 
	/* set color to hide any logo behind */
	background-color: transparent;	
}

#content {
	width: 100%;
	margin-top: 0px;
}
#content a 
{
	font-size: 0.9em;
}

ul {
	margin-top: 10px;
}

/* ---------  area position & layout ----------------- */

div#leftside
{
	width: 15%;
	float: left;
}

div#workspace {
	float: right;
	width: 74%;
	margin-top: 0px;
}

#persontaskarea {
	font-size: 0.9em !important;
	padding: 0 15px 5px;
} 

img#closer
{
	float: right;
	height: 16px;
	width: 16px;
	margin: 2px 0 0 0;
}

div#userinfo, div#instructions, div#capability, div#emergency, div#power, div#memberfact, div#affiliation {
	border: solid 1px gray;	
	padding-bottom: 5px;
}

div#userinfo { 
	float: left;
	width: 55%
}

/* ...............  emergency contact stuff ..............*/
div#emergency 
{
	float: left;
	width: 100%;
}
.leftside
{
	width: 50%;
	float: left;
	margin: 0 0 0 2px;
}

.rightside 
{
	width: 48%;
	float: right;
	margin-top: 0px;
}

#emergency input[type="text"], #emergency label
{
	margin: 1px 0 0 1px !important;
}

#emremarks {
	height: 4em;
	width: 95% !important;
	resize: vertical;
	margin-left: 6px !important;
}

.leftside label {
	width: 90px !important;
}

.rightside label {
	width: 70px !important;
}
/* ...................................... */

div#capability, div#power, div#spacer, div#memberfact, div#affiliation {
	width: 42%;
	float: right;
	xpadding-bottom: 8px;  /* to snug up after more affiliations */
}

div#memberfact 
{
	color: darkblue;
	padding-bottom: 3px !important;
}

div#spacer {
	/* to fill vertical space - moves next div box down   */
	/* note also that spacer has padding-bottom elsewhere */
	height: 0.3px;
}

/* -- profileresults object is outside persontask area -- */
#profileresults {
	width: 74%;
	float: right;
}

/*  --- photo work --- */
div#photo {	
	height: 110px;
}
#photo a
{
	float: left;
}
#photo div.pixframe
{
	/* use same size as in badges.css */
	width: 0.85in; 
	height: 0.85in;
	float: left; 
}
#photo img
{
	width: 90%;			/* simulate/attempt good aspect ratio */
	height: 100%;
	border: solid 1px dimgray;
}

#coach
{
	border-left: 5px darkblue solid;
	padding: 0.5em 0 0.5em 0.5em;
	width: 150%;
	margin-top: 2em;
}

#coach p.fun
{
	font-family: jokerman;
	color: red;
}

#coach p
{
	text-align: left;
	color: darkblue;
	font-style: italic;
}
#coach p.scoot
{
	padding-top: 5px;
	margin-top: 8px;
}
/* ------- bottommatter details ------------ */

#instructions p {
	color: darkblue;
}

div#news span {
	color: darkblue !important;
	float: left;
	padding-right: 5px;
	margin-top: 10px;
	font-size: 0.9em;
}

#actstatinfo
{
	/* in/active status info */
	background-color: lightyellow;
	font-weight: bold;
	border: solid 1px gray; 
	padding-left: 12px;	
	font-variant: small-caps;
	margin-left: 20px;
}
#actstatinfo span
{
	margin-top: 0px !important;
}

div#buttons {
	height: 28px;
}

div#buttons input[type="button"] {
	float: right;
	margin-top: 3px;
	margin-left: 5px;
}

/*  ------ field & object details ------------ */
#persontaskarea p {
	color: maroon;   
	width: 93%;
	margin: 4px auto;
	text-align: left;
}

#userinfo p { 
	color: darkblue;
	text-align: center;
}

#persontaskarea h4 {
	margin-bottom: 3px;
}

#persontaskarea label {
	float: left;
	margin: 1%;
	text-align: left;
	width: 97px;
}	

#persontaskarea input[type="text"], #persontaskarea textarea
 {
	margin: 1%;
	width: 220px;
	font-size: 0.9em;
}

#persontaskarea input[type="checkbox"] {
	width: 20px;
	margin: 2px;
	background-color: Transparent !important;
	font-size: 0.9em;
}

#persontaskarea select {
	margin: 1%;
	width: 145px;
	padding: 0px;
	height: 22px;
}

#comments {
	height: 6em;	/* textarea */
	margin-left: 7px !important;
	width: 90% !important;
	resize: vertical;
}

input#zip {
	width: 70px !important;
}

select#state
{
	width: 145px;
}

select#carrier, select#title
{
	width: 225px;
}

input#callsign {
	width: 85px !important;
}

select#license {
	width: 127px;
}

#power div, #affiliation div {
	margin-left: 5%;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

#power div {
	float: left;
}

#power p {
	margin-bottom: 10px;
}

#power label, #affiliation label {
	position: relative;
	top: 2px;
	font-size: 0.8em;
	margin:	0;
	margin-left: 5px;
}

#affiliation label {
   	width: 70%;
}

#affiliation input[type="checkbox"] {
	xmargin-left: 15px;
}

#power input[type="checkbox"], #affiliation input[type="checkbox"] {
	float: left;
	width: 15px;
	margin-top: 2px;
	margin-bottom: 0px;
}

/* to mask out existing entries without 'disable' */
/* used with Titles choices */
.masque
{
	color: White; 
}

#district {
	background-color: Transparent;
	width: 100px !important;
}

select#county { 
	width: 113px;
}

div#multcounties 
{
    float: left;
	margin: 0px;
	padding-top: 0px;
	margin-left: 120px;
}

#multcounties label {
	margin: 0px;
	margin-right: 20px;
	font-size: 0.7em;
	color: darkblue;  
	float: none;
	position: relative;
	top: -3px;
}

#multcounties input[type="radio"] {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 1px;
}

/* ------------- extra counties work ----------------- */

#extracounty a
{	
	color: darkgreen;
}

#workcounties, #worktitles
{
	background-color: lightyellow;
	padding: 5px;
	border-bottom: dimgray 3px solid;	
	border-left: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-right: dimgray 3px solid;
	position: absolute;
}
#workcounties
{
	top: 700px;
}
#worktitles
{
	top: 750px;
}

#workcounties a, #worktitles a
{
	font-size: 0.8em;
}

#workcounties select, #worktitles select
{
	margin-right: 5px;
}

#extratable, #extratable th, #extratable td
{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}

div#extracounty
{
    float: left;
}

table#extratable
{
	width: 95%;
	margin: 0px 0px 10px 5px;
	float: left;
	background-color: lightyellow;
}

#extratable caption
{
	font-size: 0.8em;
	color: dimgray;
	margin-bottom: 2px;
}

#extratable img
{
	height: 16px;
	width: 16px;
}

#extratable td.imgcell
{
	width: 18px;
}

#extratable input[type="text"]
{
	width: 95%;
	height: 13px;
	color: Black !important;
	font-size: 1.0em;
}

/* bg colors used to simulate 'disabled' */
/* used for extracounty table icons      */
.livecolorbg  
{
	background-color: lightyellow;
	opacity: 1.0;
}
.graycolorbg 
{
	background-color: silver;
	opacity: 0.4;
}

#extratable caption a
{
	margin: 0 10px 0 0px;
}

#extratable th, #extratable td
{
	padding-left: 3px;
	font-size: 0.8em;
	width: 30%;
}

#extratable td
{
	text-align: left;
}

#extratable th
{
	color: darkblue;
	font-variant: small-caps;
	text-align: center;
}

/* ----------------- table stuff ---------------*/

#persontaskarea th {
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
}

.colhdr {
	color: darkblue;
	font-variant: small-caps;
	text-align: left;
}

.smallhdr {
	font-size: 0.7em !important;
	font-variant: normal;
	text-align: center !important;
}

.section {
	text-align: left;
	color: darkblue;
	font-size: 0.9em;
}

#capability td {
	padding: 2px;
	width: auto;
}

/* ---------------- general stuff -------- */

.clearthefloats {
	clear: both;
	margin: 0px;
}

span.req {
	color: red;		/* asterisk on required fields */
	font-size: 1em;
}

/* used where hovering on ? will show 'title' with info */
span.ask {
	color: darkgreen;
	float: right;
	font-weight: bold;
}

/* for sub-info */
span.tip 
{
    padding-left: 10px;
    color: darkgreen;
    font-size: 0.8em;
    font-style:italic;
}

#profileresults p.special, #profilestatus {
	border: solid 1px darkgreen;
	padding: 3px;
}

#msgbox {
	top: 20% !important;
	left: 5% !important;
	width: 310px !important;
}
