﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Georgia;
	/*background-color: #447B7A;*/
   /* background-color: #005983; */
   background: #005983 url('../../images/NewISRBGRepeat.gif');
   background-repeat: repeat;
}

ul li	{	
	list-style-image: url('../../images/bullet.gif');
}

h1, h2, h3, h4 { color:#005983; }

h3 
{
    margin-top: 5px;
}


image { border:none; }

.button { 
    color:#FFFFFF; 
    background-color:#005983; 
    padding:5px; 
    border:solid 2px #CBDAEF;
}

/*
table td {
    margin:1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    height:25px;
}*/

div#container {
    position: relative; 
    margin:auto;
    width: 940px;
    text-align:left;
    padding: 0px 0px 0px 0px; 
    vertical-align: top; 
    background-color: #FFFFFF;
    font-size:12px;
    color:#000000;
    height: 100%;
   
}

div#header {
    position: relative;
    width: 940px; 
    height:125px; 
   /*  height: 76px; */
    padding: 0px 0px 0px 0px;
   /* background: #005983 url('../../images/isr_web_header.jpg') no-repeat; */
    top: 0px;
    left: 0px;
}

div#leftbar {
 
    position:relative;
    float:left;
    width:165px;
    height:100%;
    padding:0px 0px 0px 0px;
    margin-top:0px;
    vertical-align:top;
    background-color: #E0F0F8;
    border-right: solid 1px #84AFC4;
    text-align: center;
    min-height: 100%;
}

div#middlearea {
   /* height:500px; */
    min-height:500px;
}

div#content {
    position:relative;
    float:left;
    width:940px;
    height:100%;
    background-color:#FFFFFF;
    padding: 0px 0px 0px 0px;
    /*height:500px;*/
   
}

div#contentbodyLeft {
    float: left;
    width: 55px;
    padding: 2px 2px 2px 2px;
    background-color: #FFFFFF;
}

div#contentbody {
    float: left;
    width: 861px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
     min-height:400px;
}


div#footer {
    clear:both;
    position: relative;

    padding: 20px 0px 20px 0px;
    margin-left:auto;
    margin-right:auto;
    color:#005983;
    text-align:center;
}

.ExamBar {
    background: #FFFFFF url('../../images/ExamBarBack.png'); 
   
   /* border-top:solid 1px #999999; */
    border-bottom:solid 1px #999999;
    padding: 5px 5px 5px 5px;
}

.ExamTitle 
{
    font-size: 18px; 
    color: #7B7B7B;
}

.NavText {
    color: #4D86A2;
    font-weight: bold;
    font-family: Arial; 
}

.PageTitle { 
    color:#005983;
    font-weight:bold; 
    font-size:16px; 
    border-bottom:solid 1px #005983;
    width:100%; 
}

.RequiredField { color:#990000; }

.navigation {display:block;}

.validatorCalloutHighlight
{
	background-color: Orange;
}

.modalpopupbackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopupPanel
{
	border: thin solid gray;
	padding: 10px;
	background-color: white;
}

.mainmenustatic
{
   
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding-left:4px;
    padding-right:4px;

}

.mainmenustatichover
{
    background-color: #FFF2DF;
    font-size: 12px;
}

.mainmenudynamic
{
    background-color: #D9E8E8;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 160px;
    border-bottom:solid 1px #E9F1F8;
    padding:5px;
    color:#0000FF;
}

.mainmenudynamic2
{
    background-color: #D9E8E8;

    width: 160px;
 
   /* padding: 2px;*/
    color:#0000FF;
     border-bottom: solid 1px #84AFC4;
    border-left: solid 1px #84AFC4;
    border-right: solid 1px #84AFC4;
}

.mainmenudynamichover
{
    background-color: #D9E8E8;
    font-size: 12px;
    width: 160px;
    /*background-image: url(images/submenuseperator.gif);*/
    color:#0000FF;
   
}

.mainmenudynamicselect
{
    background-color: #D9E8E8;
    color:#0000FF;
}

/*
.submenustatic
{
    background-color: #FF9900;
    font-family: Arial;
    font-size: 11px;
        height: 23px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px;
    color:#0000FF;
}
.submenustatichover
{
    background-color: #FFC266;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

.submenudynamic
{
    background-color: #FF9900;
    font-family: Arial;
    font-size: 11px;
        height: 23px;
    line-height: 23px;
    width: 130px;
    background-image: url(images/submenuseperator.gif);

}

.submenudynamichover
{
    background-color: #FFC266;
    font-family: Arial;
    font-size: 11px;
    width: 130px;
    background-image: url(images/submenuseperator.gif);
    color: #FFFFFF;

}
*/

.HelpPopupPanel
{
	border-style: outset;
	border-width: 1px thin thin 1px;
	border-color: gray;
	padding: 10px;
	background-color: white;
	width: 300px;
}

.tblheaderrow {
    color:#FFFFFF;
    background-color:#005983;
    height:25px;
    text-align: left;
}

.tblrow {
    color:#005983;
    background-color:#D9E1F6;
}

.alttblrow {
    color:#005983;
    background-color:#FFFFFF;
}

.box1 {
    padding:5px 5px 5px 5px;
    border:solid 1px #005983;
    background-color:#D9E1F6;
    
}

.SectionTitle {
     width: 99%;
     display: block;
     color: #FFFFFF;
     background-color: #005983;
     font-weight: bold;
     padding: 4px 4px 4px 4px;
     font-size: 14px;
	 font-family: Georgia;
}

.LargeBlueFont {
    color: #00667D; 
    font-size: 16px
}

.ContextMenu
{
	border: thin solid #C0C0C0;
	width: 170px;
	background-color: #FDFDFD;
	padding: 5px 5px 5px 5px;
    text-align: left;

}

.HighZIndex 
{
 z-index: 9999;
}

/* This class is used to allow a text field be set on a checkbox
 * without actually having it be displayed to the screen.  This is
 * beneficial for CommandArgument like functionality
 ******************************************************************/
.hiddentext label
{
    display: none;
}

.GrayBox
{
    background-color:#E4E4E4; 
    padding:10px; 
    margin:5px;
}
