﻿#divPageContent
{
	float: none;
	clear: both;
	width: 785px;
	text-align:left;	
}


.ErrorNote
{
	color: Red;
	font-weight: bold;	
}

#divPageContent_LeftColumn
{
	float: left;
	margin-left: 10px;
	width: 526px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 14px;
	padding-right: 10px;
	background-image: url(../../images/link_content_lr.png);
	background-repeat: repeat-y;
}

#divPageContent_RightColumn
{
	float: right;
	clear:right;
	width: 224px;
	padding-top: 14px;
	padding-right: 15px;
	text-align: right;
}

.RightBox
{
	width: 216px;
	font-size: 11px;
	margin-bottom: 15px;

}

.RightBox
{
	background-image: url(../../images/right_box_content_blue.png);
	background-repeat: repeat-y;
}


.RightBox_Header
{
	width: 216px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: White;
	height: 32px;
	text-align: center;
	padding-top: 10px;
	background-image: url(images/right_box_header_blue.png);
	background-repeat: no-repeat;
}


.RightBox_Content
{
	width: 200px;
	background-image: url(../../images/right_box_footer_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.divPageHeader
{
	width: 526px;
	height: 33px;
	background-image: url(images/header_bck.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #BDC1DA;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}

.Prologue
{
	font-style: italic;
	line-height: 20px;	
}

.divPageContent_LeftColumn_Content
{
	padding-left: 15px;
	padding-right: 10px;
	width: 501px;
	background-image: url(../../images/link_content_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;	
}

ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	
}


li
{
	margin-bottom: 1px;
	margin-left: 20px;
	padding-left: 0px;
}

h1
{
	margin-top: 30px;
	line-height: 20px;
	font-size: 17px;
	color: #06122D;
	border-bottom: 1px solid #06122D;
	text-transform: uppercase;
}

h3
{
	color: #06122D;
	font-size: 11px;
	text-transform: uppercase;
}

a
{
	color: #0072BC;
	text-decoration: undeline;	
}

hr
{
	color: Silver;
	border: silver thin dotted;
}

.divPageContent_Homepage_Content
{
	font-size: 11px;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 14px;
		
}


.StandardTable td
{
	border-bottom: 1px solid #C7CBE7;
}




.StandardDataGrid
{
		
}

.StandardDataGrid_Item
{
	

}

.StandardDataGrid_Item td
{
	border-bottom: silver thin dotted;

}

.StandardDataGrid_AlternateItem
{
}

.StandardDataGrid_AlternateItem td
{
	/*background-color: #dcdcdc;*/
	border-bottom: silver thin dotted;
}


.StandardDataGrid td
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.SmallBox
{
	width: 250px;
	background-image: url(../../images/small_box_content_blue.png);
	background-repeat: repeat-y;
}

.SmallBox_Header
{
	width: 230px;
	background-image: url(images/small_box_header_blue.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 30px;
	color:#BDC1DA;
	font-weight: bold;
}

.SmallBox_Content
{
	background-image: url(../../images/small_box_footer_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 230px;
}


.BigBox
{
	width: 505px;
	background-image: url(../../images/big_box_content_blue.png);
	background-repeat: repeat-y;
}

.BigBox_Header
{
	width: 485px;
	background-image: url(images/big_box_header_blue.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	height: 30px;
	color:#BDC1DA;
	font-weight: bold;
}

.BigBox_Content
{
	background-image: url(../../images/big_box_footer_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 485px;
}

.HighlightText
{
	color: Red;	
}

.HighlightText a
{
	color: Red;
	text-decoration: none;	
}

.UserForm
{
	background-color: #E0E0E0;
}

.UserForm_RequiredField
{
	color:Red;
	background-color: #E0E0E0;
}



