/*
** ATS style sheet
*/

/* The basic elements: */

body { 
	padding: 0; 
	margin: 5px; 
	background-color: #888;
}
img {
	border-style: none;
}

.rightimg {
	float: right;
	margin-left: 5px;
}

p {
	font-size: .7em;
	color: #000;
	font-family: sans-serif;
}

.finetext {
	font-size: .5em;
	color: #444;
	font-family: sans-serif;
}

a { 
	color: #369;
}
a:hover { 
	color: #69C;
}

/* main page wrapper */
#wrapper {
	width: 744px;
	font-family: bitstream vera-sans,arial,helvetica,sans-serif;
	background-color: #FFF;
	text-align: left;
}
	
/* placement of atsce.com logo */
#header {
	margin: 0;
	border-collapse: collapse;
	padding: 0;
}

/* navigation bar for main site sections */
#globalnav {
	background-color: #666;
	border-collapse: collapse;
	padding: 0em 0em 0em 2em;
	white-space: nowrap;
	list-style: none;
	margin: 0.0pt;
	height: auto;
	line-height: normal;
	font-size: 12px;
	border-bottom: 1px solid black;
	border-top: 1px solid #DDD;
}
	
#globalnav li {
	display: inline;
}

#globalnav li a {
	background-color: transparent;
	border-color: #666;
	border-width: 1px; 
	border-style: none solid none solid;
	color: #EEE;
	height: auto;
	margin-right: 0.5em;
	padding: 0em 1.5em;
	background-color: #666;
	text-decoration: none;
	vertical-align: middle;
}

#globalnav li a:hover {
	background-color: #777;
	border-color: #999;
	color: #FFF;
}
    
/* Section header */
#section-head { 
	min-height: 43px;
	background-color: #369;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.8em; 
	text-transform: lowercase;
	margin-bottom: 0px;
	padding-right: 5px;
	border-bottom: 5px solid #FFF;
	color: #000;
}


/* main body areas */
#leftcontent {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 0;
}

#leftcontent a {
	color: #008;
	text-decoration: underline;
}

#leftcontent a:hover {
	color: #00F;
	text-decoration: underline;
}

#rightcontent {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}
	
#maincontent {
	margin: 0 0px 0 190px;
	padding: 0 5px 0 5px;
}

#contentbody {
	margin: 0 10px 0 0px;
	width: 525px;
	padding: 0 5px 0 5px;
	float: right;
}

#contentbody h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #036;
	border-bottom: 1px solid #999;
}

#contentbody .register h1  {
	border-bottom: 0px solid #fff;
}

#contentbody h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #036;
}

#contentbody .notice {
	color: #F00;
}

#contentbody .notice a {
	color: #B00;
}

#contentbody .notice a:hover {
	color: #E00;
}



#contentbody h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: #036;
}

#contentbody p {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

#contentbody .quote {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: times new roman, serif;
	color: #036;
	padding: 10px;
	text-indent: 2em;
	background-color: #F6F6F6;
}

#contentbody .inset {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #036;
	padding: 10px;
	background-color: #F0F0F0;
}

#contentbody .insetcenter {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #036;
	padding: 10px;
	text-align: center;
	background-color: #F0F0F0;
}

#contentbody .alaskainsetcenter {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	text-align: center;
        color: #fff;
	background-color: #759AC9;
}

#contentbody .disclaimer {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}



#contentbody li {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	list-style-type: square;
	color: #000;
}

#contentbody .bioimg {
	border: 2px solid #369;
	float: right;
}

#contentbody .subtext {
	font-size: 10px;
}

#contentbody .imgleft {
	border: none;
	padding: 0 5px 0 0;
	float: left;
}

#contentbody .imgright {
	border: none;
	padding: 0 0 0 5px;
	float: right;
}

#contentbody .lastupdated {
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
	color: #999;
	text-align: right;
	vertical-align: baseline;
}

#schedule {
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}

#schedule .status {
	color: red;
	font-weight: bold;
}



#schedule h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #036;
	border-bottom: 1px solid #999;
}

#schedule h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #036;
}

#schedule h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: #036;
}

#schedule p {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}


#schedule .disclaimer {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
	clear: both;
	
}

td {
	font-size: .8em;
	color: #000;
	padding: 3px;
	vertical-align: top;
}

.info {
	font-size: .75em;
	font-style: italic;
	color: #333;
}

tr.hawaiiodd {
	color: #500;
	background-color: #FFF5D9;
}

tr.hawaiiheader td {
	color: #FFF;
	background-color: #006DCF;
	font-size: .8em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border: 1px solid white;
}

tr.hawaiifooter td {
	color: #000;
	background-color: #D9E9F8;
	font-size: .6em;
	text-align: left;
	border: 1px solid white;
	padding: 3px;
}


tr.hawaiieven {
	background-color: #FFFBEE;
}

tr.alaskaodd {
	color: #500;
	background-color: #CFDBEC;
}

tr.alaskaheader td {
	color: #FFF;
	background-color: #1F5AA8;
	font-size: .8em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border: 1px solid white;
}

tr.alaskafooter td {
	color: #DDD;
	background-color: #000000;
	font-size: .6em;
	text-align: left;
	border: 1px solid white;
	padding: 3px;
}


tr.alaskaeven {
	background-color: #E0E8F3;
}


tr.odd {
	color: #500;
	background-color: #EEE;
}

tr.header td {
	color: #FFF;
	background-color: #333;
	font-size: .8em;
	text-align: center;
	border: 1px solid white;
}

tr.footer td {
	color: #000;
	background-color: #CCC;
	font-size: .6em;
	text-align: left;
	border: 1px solid white;
	padding: 3px;
}


tr.even {
	background-color: #DDD;
}


td.month {
	color: #FFF;
	background-color: #036;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}





#schedule .lastupdated {
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
	color: #999;
	text-align: right;
	vertical-align: baseline;
}



.center {
	text-align: center;
}



/* main content specifics */
#maincontent h1 {
	background-color: #666;
	font-weight: bold;
	color: #FFFF37;
	font-size: .8em;
	font-family: sans-serif;
	padding: 2px;
	margin: 5px 0 0 0;
}

#maincontent p {
	color: #000;
	font-size: .9em;
	font-family: sans-serif;
	margin: 2px 0 0 0;
}


/* Side bar portlet definitions */
.portlet {
	background-color: #F0F0F0;
	border: 1px solid #999;
	padding: .4em;
	margin: 0 0 4px 0;
}

.portlet .title {
	font-size: .9em;
	color: #036;
	font-weight: bold;
}

.portlet .subsection {
	font-size: .9em;
	color: #036;
	font-weight: normal;
	margin-top: .8em;
	display: block;
	border-bottom: 1px solid #999;
}

.portlet a {
	text-decoration: none;
	color: #000;
}

.portlet a:hover {
	text-decoration: none;
	color: #666;
}

.portlet .quote {
	font-size: .8em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 4px;
	font-family: times new roman, serif;
	font-style: italic;		
}
	
.portlet .quotename {
	text-align: right;
	margin: 0px;
	font-style: normal;
	color: #000;
	font-size: .7em;
}

.quote {
	font-size: .9em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 4px;
	font-family: times new roman, serif;
	font-style: italic;		
}
	
.quotename {
	text-align: right;
	margin: 0px;
	font-style: normal;
	color: #000;
	font-size: .8em;
}

	
.portlet .date {
	font-size: .8em;
	color: #777;
	margin-top: 5px;
	margin-bottom: 4px;
}
	
.portlet .event {
	font-size: .8em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
}
   
.portlet p {
	font-size: .8em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 4px;
} 
/* footer informaiton */
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
	
.copyright {
	font-size: .8em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
	
#footer {
	border-top: 2px solid #888;
	background-color: #DDD;
	padding: 5px;
	margin: 5px 0 0 0;
}
	
.footerbar {
	font-size: .8em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	
}
	
.footerbar a {
	color: #036;
}
	
.footerbar a:hover {
	color: #000;
}
