p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
}
#logocontainer 
{
   position : absolute;
   top : 0;
   width : 150px;
   left : 0px;
}
#stencil
{
	position : absolute;
	top : 0;
	left : 150px;
	text-align : center;
}
#titleLogo
{
    position : absolute;
    width: 600px;
    left: 300px;
    top: 0px;
}
#titleLogo h1
{
    padding: 0;
    font-size:3.2em;
    background-color:inherit;
    color:#ffffff;
    letter-spacing:-1px;
    font-weight:normal;
}
#titleLogo h2
{
    font-size:1.2em;
    background-color:inherit;
    color:#f0f2f4;
    letter-spacing:-1px;
    font-weight:normal;
}
.subTitle
{
    font-family:Franklin Gothic Medium;
    font-size: x-large;
    font-variant:small-caps;
    letter-spacing: .2em;
    height: 1.0em;
    margin: 4px 0 0 1.2em;
    padding: 5px 0 10px 10px;
}
.ListBoxStyle
{
	font-family: Sans-Serif;
	font-size: small;
	background-color: White;
	border-color: Gray;
	color: Black;
}
.ListBoxStyle label
{
	background-color: white;
	color: Black;
}
.ListBoxStyle input
{
	background-color: white;
	display: block;
	clear: left;
	float: left;
}
.linkList
{
	display: block;
}

.linkList a
{
	display: block;
	line-height: 2.5em;
	font-size: large;
}
/*GridViewCSS*/
.GridViewStyle
{
    width: 100%;
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
    color: Black;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url('../images/HeaderGlassBlack.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}

.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}
.LinksTable
{
	text-align: left;	
}
.LinksTable td
{
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0 5px 20px;
}
.LinksTable td a
{
	text-decoration: none;
	margin-left: 10px;
	font-variant: normal;
	font-weight: normal;
}
.LinksTable td a:hover
{
	color:#ffffff;
	text-decoration: underline;
}
body {
   font-family : "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
   font-size : 12px; 
   color : #4F4D58;
   background : #878395;
   width : 98%;
  }  
a:link {
   color : #FFFFCC;
   background : transparent;
   text-decoration : none;
}
a:hover {
   text-decoration : underline;
   color: #ffffff;
}
a:active {
   color : #FFFFCC;
   text-decoration : none;
}
a:visited
{
	color: #FFFFCC;
}
#navcontainer {
   position : absolute;
   top: 170px;
   width : 120px;
   left : 5px;
   text-align : center;
   padding : 10px;
   background : #4F4D58;
   border-top : 1px solid #878395;
   border-right : 6px solid #8D8393;
   border-bottom : 6px solid #2A3234;
   border-left : 1px solid #878395;
}
#container {
   position : relative;
   margin : 10px 10px 0px 180px;
   background : #2A3234;
   border-top : 1px solid #878395;
   border-right : 1px solid #2A3234;
   border-bottom : 1px solid #2A3234;
   border-left : 1px solid #878395;
   color : #2A3234;
}
#containerReport
{
   position  : relative;
   margin : 10px 10px 0px 10px;
   background : #2A3234;
   border-top : 1px solid #878395;
   border-right : 1px solid #2A3234;
   border-bottom : 1px solid #2A3234;
   border-left : 1px solid #878395;
   color : #2A3234;
}
#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
} 
#button li {
   text-align : center;
   margin-bottom : 1px;
   width : 100px;
}
#button li a {
   padding : 1px 5px 1px 5px;
   text-align : left;
   text-decoration : none;
   display : block;
   width : 100%;
   color : #000000;
   background-color : #878395;
   border-top : 1px solid #878395;
   border-left : 1px solid #878395;
   border-bottom : 1px solid #2A3234;
   border-right : 1px solid #59505F;
}
#button li a:visited {
   color : #000000;
}
#button li a:hover 
{
   background-color : #FFFFFF;
   border-top : 1px #FFFFFF solid;
   border-left : 1px #FFFFFF solid;
   border-bottom : 1px #878395 solid;
   border-right : 1px #878395 solid;
   text-decoration : none;
}
#innercontainer {
   position : relative;
   margin: 16px;
   background : #8D8393;   
   border-right : 3px solid #8D8393;
   border-bottom : 3px solid #8D8393;
   border-left : 1px solid #8D8393;
   padding: 8px;
}
.bevel2 {
   background-color : #4F4D58;
   border-top : 1px solid #000000;
   border-right : 1px solid #2A3234;
   border-bottom : 1px solid #2A3234;
   border-left : 1px solid #878395;
   padding : 2px 2px 2px 4px;
   margin: 2px 2px 2px 2px;
   padding-bottom: 10px;
   color: White;
}
.bevel3 
{
   padding: 2px;
   background-color: #878395;
   border-top: 1px solid #D3CCED;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   border-left: 1px solid #D3CCED;
   margin-left: 2px;
}
/*Calendar Extender*/
.calendarOverride div  div
{
	padding: 0;
	margin: 0;
	background-color: White;
	color: #597d94;
} 
.calendarOverride table tr
{    
	padding: 0;
	margin: 0;
	background-color: White;
} 
.calendarOverride table tr td
{    
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0;
	background-color: White;
}
.headerLabel
{
	margin-left: 25px;
	font-size: large;
	color: #FFFBD0;
}