html, body
{
	font-family: Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #FFFFFF;
}
a
{
	font-size: 9pt;
	color: #5357E9;
	text-decoration: none;
	font-weight : bold;
}

a:hover
{
	font-size: 9pt;
	color: #A6A7F1;
	text-decoration: underline;
	font-weight : bold;
}

td.BlackLine
{
height: 1px;
background-color: black;
margin: 0px;
padding: 0px;
}

td.VerticalBlackLine
{
	border-right: 1px solid black
}


/* PAGE HEADER + FOOTER STUFF */
#page-header
{
	background-image: url(../images/header_back.gif);
	width: 100%;
	height: 22px;
	text-align: right;
}

#page-header ul
{	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page-header ul li
{
	vertical-align: middle;
	display: inline;
	padding-right: 9px;
}

#page-header a
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : bold;
	display: inline-block;
	padding-left: 9px;
	
}

#page-header a:hover
{
	color: #A6A7F1;
	text-decoration: underline;
}

#page-title-container
{
	background-image:url(../images/header_left.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}

#page-title-left
{
	font-size: 14pt;
	color: black;
	font-weight: bold;
	margin: 0px;
	padding-left: 48px;
	padding-top: 13px;

}
#page-title-right
{
	padding-right: 50px;
	text-align: right;
	font-size: 14pt;
	border-top: 1px solid red;
	width: 400px;
	float: right;
}

#page-body
{
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}



#page-footer
{
	width: 100%;
	margin-top: 130px;
	padding-top: 10px;
	border-top: 1px solid gray;
	text-align: center;
}

#page-footer ul
{	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page-footer ul li
{
	display: inline;
	padding-right: 9px;
}

#page-footer a
{
	font-size: 8pt;
	color: gray;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	padding-left: 9px;
	padding-top: 0px;
}

#page-footer a:hover
{
	text-decoration: underline;
}

#logout-bar
{
	height: 25px;
	border-bottom: 1px solid gray;
	text-align: center;
	margin-bottom: 5px;
}

.Error
{
	color: red;
}


/* Legacy code that should be replaced */
td.LocationBar
{
	border-top: 1px solid #E76565;
	border-bottom: 1px solid #E76565
}

td.LocationLeft
{
	background-image:url(../images/header_left.gif);
	background-repeat: no-repeat;
}