﻿/* CSS layout */

* html ul { vertical-align:top; text-align:center; white-space:nowrap;}
* html  ul li  { float: right; margin:4px; list-style-type:none; display:inline; }

p,h1,h2,h3,h4,h5,h6{
		margin-left:5px;
		margin-right:5px;
		text-align:left;
		width:90%;
		text-align:left;
}
#LegendWire
{
	background-color:White;
	border: solid thin black;
	color:Black;	
	visibility:hidden;
	}
div{ text-align:left;}
fieldset{background-color:White;border:0;}
legend{ text-align:left; font-weight:bold;}
a{color:red;text-decoration:none;}
redboxlink:hover{ color:black; text-transform:uppercase; font-weight:bold;}
a.redboxlink:active,a.redboxlink,a.redboxlink:visited,redboxlink:link{text-decoration:none; color:white; text-transform:uppercase;font-weight:bold;}
body{
	background-color: #c0c0c0;
	color: black;
	margin: auto;
	font-family: "Trebuchet MS";
	top: 2px;
	font-size: small;
	background-image: url('../images/beigefade.png');
	background-repeat:repeat-x;
	text-align:center;
}
body
{
    text-align: -moz-center; 
    }

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
}

#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align:center;
}

#page_content {
	border-width: thin;
	border-color: #000000;
	margin-right: 200px;
	margin-left: 200px;
	text-align: center;


}
	
#container {
	position: relative;
	width: 100%;
margin-top:4px;

}
#Footer{
	width:100%;
	background-color:black;
	color:red;
	position: relative;
	bottom:0;
	text-indent:10px;
	margin-bottom:4px;
	padding-bottom:1px;
}
#TopAdSpace{
	width: 99%;
	border: thin navy dashed;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFCC;
	margin: auto;
	background-color:White;
	text-align:center;
}
 #SideAdSpace, #SideAdSpace2{
	width: 180px;

	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFCC;
	margin: auto;
	background-image:url('../images/beigefade.png');
	text-align:center;
}

#close_topadspace{
	width:95%;
	background-color:#C0C0C0;
	cursor:pointer;
	font-weight:bold;
	font-size:xx-small;
	text-align:right;
	
}
.RedBox{
	height:50px;
	color:white;
	width:98%;
	text-align:left;
}
.RedBox_Right{
	background-image: url('../images/redbox_right.png');
	background-repeat:no-repeat;
	height:50px;
	width:12px;
}
.RedBox_Left{
	background-image: url('../images/redbox_left.png');
	background-repeat:no-repeat;
		height:50px;
	width:12px;

}
.RedBox_Body{
	background-color:#ff0000;
	background-image:url('../images/redbar-50.png')
}
.smallstrongtext{
	font-size:xx-small;
	font-weight:bold;
	vertical-align:text-top;
}
.LoginStatus
{
	background:navy;
	color:orange;

}
.BlueBox{
	height:50px;
	color:white;
	width:95%;
	text-align:left;
}
.BlueBox_Right{
	background-image: url('../images/bluebox_right.png');
	background-repeat:no-repeat;
	height:50px;
	width:12px;
}
.BlueBox_Left{
	background-image: url('../images/Bluebox_left.png');
	background-repeat:no-repeat;
		height:50px;
	width:12px;

}
.BlueBox_Body{
	background-color:#000066;
	text-align:center;
	background-image:url('../images/bluebar-50.png')
}


.AwardText{
	color:green;
	font-weight:bold;
}
.FlagText{
	color:red;
	font-weight:bold;
}

.WinkText{
	color:#ff99cc;
	font-weight:bold;
}

.HazardText{
	color:#ff9933;
	font-weight:bold;
}
.AwardBar
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: green;
	height:25px
}
	.FlagBar
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: Red;
		height:25px

}
	.HazardBar
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #ff9933;
		height:25px

}
	.WinkBar
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #ff99cc;
		height:25px

}



	.SCAward, .LAward
{
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	background-color: green;
		height:25px;
		vertical-align:middle;
}
	.SCFlag, .LFlag
{
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	background-color: Red;
		height:25px;
		vertical-align:middle;

}
	.SCHazard, .LHazard
{
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	background-color: #ff9933;
		height:25px;
		vertical-align:middle;

}
	.SCWink, .LWink
{
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	background-color: #ff99cc;
		height:25px;
		vertical-align:middle;
}
.BoxOutlineRed{
	border-left: thin #ff0000 solid;
	border-right: thin #ff0000 solid;
	border-bottom: thin #ff0000 solid;
	background-color:white;
	text-align:left;
	width:180px;
	margin-left:5px;
	margin-right:5px;

}
.RedTopHeader{
	width:180px;
	background-color:red;
	color:white;
	font-weight:bolder;
	text-align:center;
	background-image:url('../images/redbar.png');
	
}

.WireBox
{
	width: 150px;
	border: solid 1 black;
	background-color: White;
	border-right: black 2px groove;
	border-top: black 2px groove;
	border-left: black 2px groove;
	border-bottom: black 2px groove;
}
.BoxOutlineBlue{
	border-left: thin navy solid;
	border-right: thin navy solid;
	border-bottom: thin navy solid;
	background-color:white;
	text-align:left;
	width:180px;
	margin-left:5px;
	margin-right:5px;

}
.BlueTopHeader{
	width:180px;
	background-color:navy;
	background-image:url('../images/bluebar.png');
	color:white;
	font-weight:bolder;
	text-align:center;
}
.TitleHeader
{
background-color:Navy;
text-align:right;
	font-weight: bolder;
	font-size:larger;
	color: White;
	background-repeat: repeat-x;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:5px;
	clear:both;
	margin-right:10px;
	padding-right:20px;
	min-width:200px;
	max-width:95%;
	
}
.LetterBox
{
	font-size: 40px;
	text-transform: uppercase;

}
.PreviewText
{
	font-size: 38px;
	text-transform: uppercase;
	width: 250px;
	color: black;
	font-family: Geneva;
	position: relative;
	top: 40px;
	height: 125px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.NoBorder
{
	border: none 0 transparent;
	}