@charset "utf-8";
body {
	background-color: #003333;
	color: #CCFF66;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.Updates {
	background-color: #003333;
	color: #CCFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outersheet
	{
	background-color: #003333;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0;
	text-align: left;
	width:97%;				/* <-- use this to tie width to viewport size */
/*	background-color: #CC99FF;
	border: thin solid #FF3300;
*/	}
	
#container {
	background-color: #003333;
	width: 100%; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h3 {color: #00FF33;}

a:link {
color: white;
text-decoration: none; 
}

a:visited {
color: white;
text-decoration: none; 
}

a:hover{
background-color: red; 
color: white;
text-decoration: underline;
}

a:active {
color: red;
text-decoration: underline;
}

.otitle {
color: #00FF00;
font-size: 150%;
}
a:link.otitle {  
color: #00FF00;
font-size: 150%;
}
a:visited.otitle {
color: #00FF00;
font-size: 150%;
}
a:hover.otitle {  
background-color: red;
color: white;
}
a:active.otitle {
color: #00FF00;
font-size: 150%;
}

/* --------------------------------------------------------------------------------- */
a:link.linktext {  text-decoration: none;  color: white; font-weight: normal; }
a:visited.linktext {text-decoration: none; color: white; font-weight: normal;}
a:hover.linktext { text-decoration: underline; background-color: #CC0000; color: white;  font-weight: normal;}
a:active.linktext { text-decoration: none; color: white;  font-weight: normal;}
/* --------------------------------------------------------------------------------- */

#header {
	padding: 0 5px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: none;
	float: left;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6E2FF;
	border-right-color: #C6E2FF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#bannerbox {
	width: 100%;
	font-size: 200%;
	font-weight: bold;
	color: #FFCC00;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #003333;
	color: #CCFF66;
	background-image: none;
} 
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 00px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.UploadedImage
{
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}

.ForumPath
{
color: #003333;
}

table.ForumBox {
color: #003333;
}
tr.ListRow {
	background-image: none;
}
		
/* ---=== border code follows ===--- */
/*
	ostlc = top left corner
	ostrc = top right corner
	osblc = bottom left corner
	osbrc = bottom right corner
	oslb = left border
	osrb = right border
	ostb = top border
	osbb = bottom border 
*/

#ostlc, #ostrc, #osblc, #osbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#ostlc
	{
	background-image: none;
	background-position: 0% 0%;
	}

#ostrc
	{
	background-image: none;
	background-position: 100% 0%;
	}
	
#osblc
	{
	background-image: none;
	background-position: 0% 100%;
	}

#osbrc
	{
	background-image: none;
	background-position: 100% 100%;
	}

#ostb, #osbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#ostb
	{
	background-image: none;
	background-position: 0% 0%;
	}

#osbb
	{
	background-image: none;
	background-position: 50% 100%;
	}
	
#osrb
	{
	background-image: none;
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#oslb
	{
	background-color: 003333; 
	background-image: none;
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/* ========================================================================== */

.initial { border: 0px; background-color: #DDDDDD; color:#000000 }
.normal {
	background-color: #003333;
	color: #CCFF66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding: 5px;
}
.current {
	padding: 5px;
	background-color: #003333;
	color: #CCFF66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.highlight {
	padding: 5px;
	background-color: #003333;
	color: #CCFF66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
