﻿body {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;
}


.formleft{float:left; width:300px; padding:2px 0px 2px 0px;}
.formright{float:left; width:300px; padding:2px 0px 2px 0px; margin-left:10px;}
.formleftlong{float:left; width:400px; padding:2px 0px 2px 0px;}
.formrightlong{float:left; width:550px; padding:2px 0px 2px 0px;}
.clearboth{clear:both; height:10px;}
.mandatory{color:Red;}
.helptext{font-size:11px;}
.disabledtext{color:#CCC;}
.disabledbox{color:#CCC; border:solid 1px #CCC;}

/* Grid View styles */

.gvhead{height:15px; font-size:12px; background-image:url('../dashboard/Images/Tile.gif'); background-repeat:repeat-x;
    padding: 5px; margin: 0px; color:black; font-weight:bold; border:solid 1px #CCCCCC; text-align:left;}
.gvhead a{color:#333; text-decoration:none;}
.gvhead a:link{color:#333; text-decoration:none;}
.gvhead a:visited{color:#333; text-decoration:none;}
.gvhead a:hover{color:#333; text-decoration:underline;}

.gvitem{height:15px; font-size:12px; padding:5px; margin:0px; border:solid 1px #CCCCCC; text-align:left;}

body
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: verdana;
    background-color: #E8ECF4;    
    background-image: url('bg.png');
    background-repeat: repeat-y;
}
#wrap
{
    min-width: 760px;
    width: 100%;
}
#header
{
    background-position: left top;
    background-image: url('headerbg.png');
    height: 124px;
    background-repeat: repeat-x; /* REMOVED NDR 	height: 124px; 	left: 0px; 	position: absolute; 	top: 0px; 	*/
}
#logo
{
    width: 211px;
    height: 215px;
    background-image: url('logobg.png');
    background-repeat: repeat-x;
}
#logo .logo
{
    position: absolute;
    top: 9px;
    left: 0px;
}
#telephone
{
    float: right;
    position: relative;
    top: -205px;
    left: -20px;
}
#left
{
    position: absolute;
    left: 0px;
    top: 223px;
    width: 211px;
    background-color:#4766A5;
    font-size: 10pt;
}
#left .padding
{
 padding-left:10px;
}
#left h3
{
    display: block;
    width: 201px;
    height: 27px;
    background-image: url('navheader.png');
    background-repeat: repeat-x;
    color: White;
    font-size: 10pt;
    text-transform: uppercase;
    font-family: verdana;
    padding-top: 3px;
    padding-left: 10px;
    margin-top: 0px;
}
#left ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: -15px;
}
#left li
{
    margin-left: 10px;
}
#left a:active, #left a:link, #left a:visited
{
    font-family: verdana;
    color: black;
    text-decoration: none;
}

#left a:hover
{
    font-family: verdana;
    color: white;
    text-decoration: none;
}
#center
{
    position:absolute;
    top:130px;
    left:230px; 
    background-color: #E8ECF4;
    font-size: 10pt;
    font-family: verdana;
    color: black;
    min-height: 530px;
    width: 700px; /*margin-top: 134px; REMOVED NDR*/
}
#center h1
{
    font-size: 17pt;
    color: #041C43;
    text-align: left;
}
#center h2
{
    font-size: 13pt;
    color: #041C43;
    text-align: left;
}
#center h3
{
    font-size: 12pt;
    color: #041C43;
    text-align: left;
}
#center a:link, #center a:active, #center a:visited, #center a:hover
{
    color: #0A42A0;
}
#footer
{
    clear: both;
    background-color: #999999; /*height: 13px; REMOVED NDR*/
    width: 100%;
    text-align: right;
    color: White;
    font-size: 7pt;
    font-family: verdana; /*padding-right: 10px; REMOVED NDR*/
}