/* Clear Sky Alarm Clock ver 3  Style Sheet */

/* Global paghe style */

body {
	font-family: sans-serif;
	font-size: 12pt;
	/*background-color: #111111; */
	background-image: url("../img/spacebg2.gif");
	color: #FDF5E6;
	lang: "en-US";
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* Restore margin for the rest of the page */
div.Page{
    margin: 5px;
}

/* Basig Anchor decorations */
a:link {
	color: #00FF00;
}
a:visited {
	color: #00FFFF;
}
a:active {
    color: #FF0000;
}
a:hover {
     color: #FF0000;
}

/* Top nammer line */
div.AlertLine {
    text-align: center;
    background-color: #fafad2;
    color: #000;
    font-size: 9pt;
    line-height: 18px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%
}

/*  Top Micro Navigation  */
.TopMicroNav *{
    /*background-color: #222222;*/
    font-size: 8pt;  
}
.TopMicroNav a:active{
    color: #eeee00;
    text-decoration: none;
}            
.TopMicroNav a:link {
    text-decoration: none;
    color: #eeee00;
}
.TopMicroNav a:visited {
    text-decoration: none;
    color: #eeee00;
}
.TopMicroNav a:hover {
    text-decoration: underline;
    color: #aaaaaa;
}    
/*.TopMicroNav .RightSide div{
    width: 50%;
}    
.TopMicroNav .LeftSide div{
    width: 50%;
} */

/*  Bottom Micro Navigation  */
.BottomMicroNav *{
    /*background-color: #222222;*/
    font-size: 8pt;  
}
.BottomMicroNav a:active{
    color: #eeee00;
    text-decoration: none;
}            
.BottomMicroNav a:link {
    text-decoration: none;
    color: #eeee00;
}
.BottomMicroNav a:visited {
    text-decoration: none;
    color: #eeee00;
}
.BottomMicroNav a:hover {
    text-decoration: underline;
    color: #aaaaaa;
}

/*  Fine print help and warning text  */


/*  ---------  */
/* Newsprint stuff */

div.NewsPaper2Col {
    /*background-color: #FFFEEE;
    color: #000000;*/
    margin: auto;
    text-align: left;
    padding: 10px;
    padding-bottom: 0px;
    width: 900px;
    text-indent: 15px;
}

div.NewsColumn {
    float: left;
    width: 400px;
    padding: 10px;
    padding-bottom: 0px;
}

div.NewsColumnLast {
    clear: left;
    width: 400px;
    padding: 10px;
    padding-bottom: 0px;
}

/*----------*/

.ClearBoth{
    clear: both;
}
.ClearLeft{
    clear: left;
}

.TopBanner {
    clear: both;
}

div#header{
	color: White;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

div.RightGoogle {
	float: right;
}

div.RightSide {
	float: right;
}

div.LeftSide {
	float: left;
}

span.RightSide {
    float: right;
}
span.LeftSide {
    float: left;
}
.center {
    text-align: center;
}

.paragraph{
	border: 5px;
	margin: 5px;
	clear: left;
}

.clock {
	text-align: center;
}

img.NoBorder{
    border: 0px;
}   

.FormLabel{
    text-align: left;
}

.FormLabel a{
    text-decoration: none;
}

.HorzGglAd{
	text-align: center;	
}

/* styles for the top of a page */
.HeaderLarge {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 19pt;
	text-align: center;
}

.HeaderMed {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 15pt;
	text-align: center;
}

.HeaderSmall {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 11pt;
	text-align: center;
}

.Announce {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 14pt;
	text-align: center;
	color: Yellow;
}

.footlinks{
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	/*background-color: #0f0f0f;*/
}

.copy{
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;	
	margin-bottom: 0px;
	
	font-family:sans-serif;
	font-size:8pt;	
	text-align: left;
	/*background-color: #0f0f0f;*/
}

.note{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;    
    margin-bottom: 0px;
    
    font-family:sans-serif;
    font-size:8pt;    
    text-align: left;
    /*background-color: #0f0f0f;*/
}


/*****************************************/
.newh3 {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 11pt;
}
.redh3 {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 11pt;
	color : Red;
}
.errormsg {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 14pt;
	color : Red;
	background-color : White;
}
.newh2 {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 15pt;
}
.newh1 {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : 19pt;
}

.yellow {
	font-family: sans-serif;;
	font-size:14pt;
	color: #FFFF33;
	font-weight : bold;
}
.fixed {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight : bold;
}
.bigyellow {
	font-family: "Arial Narrow";
	font-size:11pt;
	color: #FFFF33;
	font-weight : normal;
}

.alert {
	font-family:sans-serif;
	font-size:12pt;
	color: #FF0033;
	font-weight : bold;
}
.instruct {
	font-family:sans-serif;
	font-size:12pt;
	color: #00FF33;
	font-weight : normal;
    position: relative;
    left: 10px;
    margin-left: 300px;  /* Otherwise it coveres the sign up panel! */
    margin-top: 50px;
}

.spamnotice {
	font-family:sans-serif;
	font-size:22pt;
	color: #ff0000;
	font-weight : bolder;
}
.footnote{
	font-family : sans-serif;
	font-size : xx-small;
	font-weight : lighter;
	vertical-align : super;
}

.fineprint{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : lighter;
}
.text {
	font-family : sans-serif;
	font-weight : bold;
	font-size : x-small;
}
.textbold {
	font-family : sans-serif;
	font-weight : bold;
	font-size : small;
}
.textbolder {
	font-family : sans-serif;
	font-weight : bold;
	font-size : medium;
}
.faqhead {
	font-family : sans-serif;
	font-weight : bold;
	font-size : medium;
	margin-left : 0;
}
.faqbody {
	font-family : sans-serif;
	font-weight : normal;
	font-size : small;
}
.hl1 {
	font-family : sans-serif;
	font-weight : bolder;
	font-size : small;
}
.hl2 {
	font-family : sans-serif;
	font-weight : normal;
	font-size : 20pt;
}
.hl3 {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 20pt;
}

TD.nav {
	background-color:#663300; 
	text-align:center; 
	vertical-align:middle; 
	background-image:url(brown.gif);
}
A.nav {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#CCCCCC;
}
A.nav:link {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#CCCCCC;
}
A.nav:visited {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#CCCCCC;
}
A.nav:hover {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#FFFFFF;
}

TD.mbr {
	background-color: #000033;
	vertical-align:middle;
}
TD.clks {
	background-color: #000099;
	vertical-align:middle;
}
.pet {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#000099;
}
TD.pet {
	background-color: #FFFF99;
	text-align:center;
	vertical-align:middle;
}
TD.ppetbrd {
	background-color: #CCCCCC;
	text-align:center;
	vertical-align:middle;
}
A.pet {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#000099;
}
A.pet:link {
	font-family:sans-serif; 
	font-size:10pt; 
	color:#000099;
}
A.pet:visited {
	font-family:sans-serif;
	font-size:10pt;
	color: #000099;
}
A.pet:hover {
	font-family:sans-serif;
	font-size:10pt;
	color:#000000;
	font-weight : bolder;
}


div.test {
    margin: 0; 
    background: #ffc; 
    padding: 10px; 
    border: 0; 
    zoom: 1; 
    background-color: red;
}

#accordion {
    width: 85%;
}

/* Used in csachelp */
p.level1 {
    font-family : sans-serif;
    font-weight : bolder;
    font-size : 16pt;
}
p.level2{
    font-family : sans-serif;
    font-weight : bolder;
    font-size : 14pt;
    margin-left:.5in;
}
p.level3 {
    font-family : sans-serif;
    font-weight : bolder;
    font-size : 12pt;
    margin-left:1.0in;
}
p.body{
    margin-left: 1.5in;
    font-family : sans-serif;
    font-weight : normal;
    font-size : 12pt;
}

fieldset.barren{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p.ads {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
img.ads {
    border: 0px;  
}

div.donatetable {
    width: 750px;
    border: 2px;
    border-color: #f0f;
    border-style: ridge;
}

p.emsamphead{
	color: #0f0;
	font-size: 14pt;
	font-weight : bolder;
}	

p.fixedfont
{
	font-family: Courier;
	font-size: 15pt;
	font-weight : bolder;
}

.BUItext{
    text-align: left;
    padding: 10px;
}

.BUIbold {
    font-weight: bolder;
    color: red;
    font-style: italic;
}

.help {
    color: #00FF33;
}