﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial, "MS Trebuchet" , sans-serif;
	font-size: 8pt;
    color: #000000;
    background: #FFFFFF;
}

.PageHeaderTextStyle
{
	color: #9b152c;
	font-size: 12pt;
	font-weight: bold;
}

/* Gridview control the nowrap="false" */

.GridviewStyle
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	font-weight: normal;
	text-align: left;

	vertical-align: top;
	color: #333333;
	
    text-indent: 2px;
	height:20px;
	padding: 3px 3px 3px 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

.AlternateGridviewStyle
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	font-weight: normal;
	text-align: left;

	vertical-align: top;
	color: #111111;
	background-color: #ded;
    text-indent: 2px;
	height:20px;
	padding: 3px 3px 3px 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

.AlternateGridviewStyle td 
{
	background-color: #ded;
}

.GridViewCommandButton
{
	 background-color: White;
	 border-color: #666666;
	 border-width: 1px;
	 color: #333333;
	 font-size: 8pt;
}

/*
	color: #9b152c;
    background-color: #FFFFFF;

	color: #FFFFFF;
    background-color: #0b524b;
*/

/*         */
.headerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #9b152c;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-indent: 2px;
    padding: 3px 3px 3px 3px;
    font-size: 10pt;
  }


.footerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #9b152c;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-indent: 2px;
    padding: 3px 3px 3px 3px:
    font-size: 10pt;
}


.DividerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #FFFFFF;
    background-color: #0b524b;
    vertical-align: middle;
    text-indent: 2px;
    padding: 3px 3px 3px 3px;
}
/* Gridview control End */

.layoutTable
{
	width: 100%;
	border: solid 0px black;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.messageStyle
{
	color: Red;
	font-style: italic;
}

.DescriptionColumn
{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 200px;
	visibility: visible;
    font-size: 8pt;  

}

.ControlColumn
{
	text-align: left;
	vertical-align: top;
    
}

.ControlStyle
{
	font-family: Verdana;
	color: #455260;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}


.LoginControlButton
{
	border-color:#000000;
	border-width:1px;
	background-color:#EEEEEE;
	color:#333333;
}










li
{
	margin: 1em 0;
}

/* http://www.w3.org/TR/REC-CSS2/tables.html */
a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #787;
	text-decoration: none;
}

a:active
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}

a:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #343;
	text-decoration: underline;
}

a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #9a9;
	text-decoration: underline;
}

.leftNavigation
{
	width: 175px;
	vertical-align: top;
}






/* http://www.w3.org/TR/REC-CSS2/tables.html */

/*
PRESS CONTROL + SPACE FOR INTELISENSE
*/




/* Navigation */

.TopNav
{
	position: absolute;
	left: 150px;
	top: 15px;
}
.LeftNav
{
	/*position: absolute;*/
	left: 15px; /*top: 100px;*/
}

.leftNavigation
{
	vertical-align: top;
}


/* "What is this?" hyperlink on the payment control*/

.ExampleCSCImage span
{
	position: absolute;
	visibility: hidden;
}

.ExampleCSCImage:hover span
{
	position: absolute;
	visibility: visible;
	left: 300px;
}

.ExampleCSCImage span img
{
	padding: 2px;
	border: 1px solid black;
}




#main
{
	width: 1010px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 20px;
}

#content-inside
{
	width: 810px;
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	overflow: hidden;
	padding: 0px 10px 0px 1px; /* TMA1477 5/7/2009 Here is your left table border on directory search */
}

em
{
	font-style: italic;
}

li.orange a
{
	color: #EF9520 !important;
}

li.red a
{
	color: #9B152C !important;
}

#header-wrapper
{
	width: 100%;
	height: 110px;
	background: #0b524b;
}

#header
{
	width: 960px;
	height: 110px;
	margin: 0px auto;
	position: relative;
}

#SearchBox
{
	color: White;
	margin: 0px auto;
	position: absolute;
	top: 20px;
	right: 0px;
}

#header h1
{
	display: block;
	background: url(  '/images/logo.jpg' ) top left no-repeat;
	height: 110px;
	width: 250px;
	text-indent: -9999px;
	margin: 0; /* TMA1477 5/7/2009 Your whitespace is gone */
}

#header h1 a
{
	height: 110px;
	width: 250px;
	display: block;
}

#header form
{
	position: absolute;
	top: 20px;
	right: 0;
}

#header form input.text
{
	border: 0;
	background: #fff;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #cccccc;
	height: 16px;
	width: 154px;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	right: 77px;
}

#header form input.button
{
	border: 0;
	background: #339966;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	width: 72px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
}

#site-nav
{
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #fff;
	font-size: 1.8em;
}

#site-nav ul li
{
	display: inline;
	margin-left: 15px;
}

#site-nav a
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#site-nav a:hover
{
	border-bottom: 1px solid #fff;
}

#main-wrapper
{
	width: 100%;
	background: #fff;
}

#main h2
{
	color: #9b152c;
	font-size: 12pt;
	font-weight: bold;
}
#sidebar-nav
{
	height: 685px;
	width: 181px;
	float: left;
}

html > body a.top-nav-item
{
	width: 151px;
}

#footer
{
	width: 950px;
	margin: 0px auto;
	text-align: center;
}

#footer-wrapper
{
	width: 100%;
	border-bottom: 30px solid #0b524b;
	margin-top: 20px;
	padding-bottom: 20px;
}

#footer a
{
	color: #006633;
	text-decoration: underline;
	padding: 0 3px;
}


