﻿body 
{
	font-family: Helvetica, Verdana;
	font-size: 10pt;
	background-image: url('../Images/Backgrounds/Body.gif');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #13589A;
	text-decoration: none;
}


#MasterContentContainer
{	
	background-image: url('../Images/Backgrounds/Content.gif');
	background-repeat: repeat-y;
}

#MasterFooterContainer
{
	background-image: url('../Images/Backgrounds/Footer.gif');
	background-repeat: no-repeat;	
}
#MasterFooterContainer, #MasterFooterContainer a, .blue-box-content a
{
	color: #FFFFFF;
}


.content-container
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.box-header, .blue-box-header
{
	width: 220px;
	height: 18px;
	background-image: url('../Images/Backgrounds/BoxTop.gif');
	background-repeat: no-repeat;
}
.box-header
{
	background-image: url('../Images/Backgrounds/BoxTop.gif');
}
.blue-box-header
{
	background-image: url('../Images/Backgrounds/BlueBoxTop.gif');	
}

.box-content, .blue-box-content
{
	width: 220px;	
	height: 195px;
	background-image: url('../Images/Backgrounds/BoxContent.gif');
	background-repeat: repeat-y;
}
.box-content
{
	background-image: url('../Images/Backgrounds/BoxContent.gif');	
}
.blue-box-content
{
	color: #FFFFFF;
	font-size: 15pt;
	background-image: url('../Images/Backgrounds/BlueBoxContent.gif');		
}
.blue-box-content a
{
	font-size: 10pt;
}
.box-footer, .blue-box-footer
{
	width: 220px;
	height: 15px;
	background-image: url('../Images/Backgrounds/BoxBottom.gif');
	background-repeat: no-repeat;
}
.box-footer
{
	background-image: url('../Images/Backgrounds/BoxBottom.gif');	
}
.blue-box-footer
{
	background-image: url('../Images/Backgrounds/BlueBoxBottom.gif');		
}
.box-header-label, .header-label
{
	font-size: 13pt;
	font-weight: bold;
	color: #B3B3B3;
}
.box-inner-content
{
	padding-left: 20px; 
	padding-right: 20px;	
}

.partner-image
{
	margin-right: 20px;
	margin-bottom: 20px;
}

.textbox
{
	width: 300px;
	margin-bottom: 5px;
}

.gridview-insert-container
{
	background-color: #B3B3B3;
	padding: 10px;
}