﻿body 
{
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
}

a
{
	color:#1300d8;
	font-weight:bold;
	text-decoration:underline;
}


a:hover
{
	color:#ff0000;
}


.pageTitle
{
	font-family:Verdana;
	font-weight:900;
	font-size:14pt;
	color:#000000;
}

#tblMain
{
	background-image:url(images/header_background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#tdCornerTop
{
	background-image:url(images/header_corner_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:180px;
	height:91px;
}

#tdBanner
{
	background-image:url(images/header_logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:91px;
}

#tdCornerBottom
{
	background-image:url(images/header_corner_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:180px;
	height:56px;
}

#tdLeftColumn
{
	background-image:url(images/left_column_background.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:180px;
	height:700px;
}

.div_InfoPanel
{
    border:solid 1px #d4d4d4;
    width:650px;
    margin-bottom:20px;
    float:left;
    clear:both;
}

.div_InfoPanelHeader
{
    background-color:#ffff01;font-weight:bold;clear:both; height:20px; vertical-align:middle;padding:3px;
}

.div_InfoPanelContent
{
    padding:3px 3px 3px 20px;
}

.div_FormRow
{
    width:100%;
    margin:3px;
    float:left;
}

.div_FormRow .div_FormRowLabel
{
    float:left;
    width:230px;
}

.div_FormRow .div_FormRowControl
{
    float:left;
}

.div_FormColumn
{
    width:290px;
    float:left;
    min-height:15px;
    vertical-align:top;
}

.div_FormColumnHeader
{
    min-height:25px;
    font-weight:700;
    clear:both;
}