﻿body 
{
	margin: 0; 
	padding: 0;
	background: url(Images/bgfull.jpg) #000b17 no-repeat top center; 
    font-size: 12pt;
    font-family: Verdana;

}

.smtxt
{
    font-size: .92em;
}
.fstext
{
    font-size: 8pt;
}
.errortxt
{
    font-size: 10pt;
    color: Red;
}

#page_header
{
    position:absolute;
    height: 122px;
    width: 950px;
    top: 0;
    left:0;
    margin: 0; 
	padding: 0;
    background: url(images/headerBG.jpg) #fff repeat-x;     
    z-index: 1;
}

#page_header h1 
{ 
	background: transparent url(images/logo.jpg) no-repeat top left; 
	position:absolute;
	margin-top: 0px; 
	width: 264px; 
	height: 122px; 
	top: 0;
	left: 0;
	text-indent: -1000px;
	z-index: 2;
}

#page_header .top_nav
{
    color:White;
    font-size: 12pt;
    font-family: Verdana Arial Georgia;
    position: absolute;
    top: 92px;
    right: 15px;
    text-align: right; 
    z-index: 10;
}
#page_header .top_nav a
{
    color:White;
    font-size: .9em;
}

#side_nav
{
    float:left;
    width:240px;
  /*  min-height: 650px; */
    height: 100%;
    color: White;
}

#side_nav a
{
    color: White;
    margin: 10px 5px 5px 30px;
}
#side_nav h3
{
    color: White;
    margin: 10px 5px 10px 15px;
    font-size: 14pt;
    font-family: Arial Tahoma;
}
#side_nav h2
{
    font-family: Arial Tahoma;
    color: White;
    margin: 10px 0px 10px 0px;
    font-size: 14pt;
    text-align:center;
}
#side_nav .myHR
{
    margin-top: 10PX;
    border-top: solid thin white;
}
#page_container 
{
	margin: auto;
	width:950px;
	vertical-align: middle;
    position: relative;
    padding: 0px 0px 0px 0px;
  
}
#content_outer_container
{
    position:absolute;
    top: 122px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url(images/sidenavy.gif) repeat-y;
}
#nav_pop
{
    position:relative;
    top: 0px;
    right:0px;
    height:30px;
    min-height:30px;
    width:710px;
    background-color:#1e4881;
    z-index:1250;
    text-align:right;
    color:White;
}
#content_container_no_nav
{
    width: 950px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
    min-height: 800px;
    float:left;
}
#content_container
{
    width: 708px;
    padding: 0px 1px 0px 1px;
    margin: 0px;
    overflow:hidden;
    min-height: 300px;
    float:left;
}
#content_container hr
{
    width: 100%;
    color:Silver;
    height: 1px;
    margin:0;
}
#content_container p
{
    font-size: .9em;
    font-family: Arial Verdana Sans-Serif;
}
#content_container h1, h2
{
    font-size: 1.1em;
    font-weight:normal;
    font-family: Verdana Arial Sans-Serif;
    margin-bottom: 20px;
    margin-top: 15px;
    color:white;
}
#content_container h3
{
    font-size: 12pt;
    font-family: Helvetica Verdana Arial Sans-Serif;
    margin-bottom: 7px;
    margin-top: 10px;
}
#content_container h4
{
    font-size: 12pt;
    font-family: Helvetica Verdana Arial Sans-Serif;
    margin-bottom: 3px;
    margin-top: 10px;
}
.fpContent
{
    width:458px;
    margin: 1px 1px 0px 1px;
    padding: 0px;
    background-color: #0B2A47;
}

.fpInnerContent
{
    padding: 10px;
    color: White;
}

.fpContentWide
{
    width:707px;
    margin: 1px 1px 1px 1px;
    padding: 0px;
    background-color: #0B2A47;
}
.fpContentWide a 
{
    color: White;
    text-decoration: underline;
}
.fpContent a 
{
    color: White;
    text-decoration: underline;
}
#myh1
{
    font-size: .8em;
    color: White;
}
.fpInnerContent h3
{
    font-size: .7em;
    color: White;
    font-weight:normal;
}
.fpContentPic
{
    width:458px;
    margin: 1px 1px 0px 1px;
    padding: 0px;
    background-color: #ffffff;
    color: White;
    z-index=1;
    
}
#loginForm
{
    position: absolute;
    top: 3px;
    right: 0;
    margin-right: 15px;
    z-index:10;
}
#loginForm2
{
    margin-left: 50px;
    z-index:10;
    font-size:10pt;
    color:Gray;
}
#loginForm table
{
    border-collapse:collapse;
    font-size:10pt;
    color:Gray;
}
.FormText
{
    font-size:10pt;
    color:#CCCCCC;
}
#loginForm h4
{
    font-size: 14pt;
    font: Arial;
    margin:0 0 0 0;
    padding: 0;
    color: Black;
}
.loginInput
{
    font-size: 10pt;
    font: Arial;
    color: #000066;
    margin:0 0 0 0;
    padding: 0;
    width: 75px;
}
.loginButton {
    border: 1px solid #006;
    background: #12406E;
    color:White;
    text-decoration: underline;
}
.redButton {
    border: 1px solid #000;
    height: 34px;
    padding: 0px 15px 0px 15px;
    background: url(images/buttonBG.gif) #660000 repeat-x;
    color:White;
}
.notMember
{
    font-size: 8pt;
    color: Black;
}
#footer_container
{
    margin: auto;
	width:952px;
	vertical-align: middle;
    position: relative;
    padding: 10px 0px 500px 0px;
    margin: 0px 0px 0px -1px;

    /* background: url(images/footerBG.jpg) #fff repeat-x; */
    background-color: #000B17;
    clear: both;     
    z-index: 11;
    min-height:600px;
    display:block;
} 
#footer
{
    margin-top: 15px;
    text-align:center;
    font-size: 10pt;
    color: White;
}
#footer  a
{
    color: White;
    text-decoration: underline;
}
#subFooter
{
    font-size: 8pt;
    margin-top: 15px;
    text-align:center;
    color: White;
} 
#subFooter a
{
    color: White;
    text-decoration: underline;
}
#clearDiv
{
    clear:both;
}

.gridView 
{ border: solid 1px #000; }
.gridView td
{
    border: solid 1px #ddd;
    margin: 1px 1px 1px 1px;
    padding: 10px 1px 10px 1px;
    text-align: left;
}
.GridHeader
{
    font-weight: bold;
    background-color: #ffffff;
}
.gridItem
{
    background-color: #e6e6e6;
}
.GridHeaderSM
{
    font-weight: bold;
    background-color: #0B2A47;
}
.gridViewSm
{
    background-color: #0B2A47;
    border: solid 1px #0B2A47;
}

.gridViewsm td
{    
    margin: 1px 1px 1px 1px;
    padding: 10px 1px 10px 1px;
    text-align: left;
    overflow:hidden;
    background-color: #0B2A47;
}
.gridViewsm tr
{
 
}
.gridViewSm a
{
    font-size: 10pt;
    font-family:Arial;
    color:white;
    text-decoration:none;
}
.gridItemSm
{
    background-color: #0B2A47;
}

.myTable table
{

}
.myTable td
{
    padding:5px;
    font-size: .8em;
    border-collapse:collapse;
    border-bottom:solid 1px #dddddd;
}
.headertr
{
    background-color:white;
    color:Black;  
    font-weight:bolder;
}

.OPFonPageForm 
{
    background-color: #11406E;
    margin: 1px;
}
.OPFcontent 
{
    position:relative;
    padding: 0px 20px 20px 25px; 
    margin:1px 0 0px 0; 
}
.OPFtop span 
{
display:block; 
height:16px;
background:url(images/topcornerbox.jpg) no-repeat right top; 
}
.OPFcontent h3
{
    font-size: .65em;
    font-style:normal;
    font-weight:bold;
    color: White;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 100}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: normal 14pt arial;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 10px;
	color: #FFF;
	text-align: center;
	text-decoration: underline}

#sddm li a:hover
{	/*background: #49A3FF*/}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/* background: #EAEBD8; */
	border: 1px solid #000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #11406E;
		color: #fff;
		font: 14pt arial}

	#sddm div a:hover
	{	background: #11406E;
		text-decoration: underline;
		color: #FFF}
