﻿
body
{
	font-family: Arial;	
}

#mainContainer
{
	margin:0 auto;
	width:985px;	
	height:100%;
	border: 1px solid silver;
	overflow:hidden;	
}

#homeLeft
{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 30px;
	float: left;
	width: 575px;
	height: 455px;
	line-height: 20px;
	color: black;
	text-align:left;
	background-image: url('../images/MasterPage_V2/RoundedBackground.gif');
	background-repeat: no-repeat;
}

#homeLeft p
{
	font-weight:500;
}

#homeRight
{
	float:left;
	width:340px;
	height: 455px;
	text-align:right;
}

#homeRight Div
{
	text-align:right !important;
}
 
#header
{
	background-position: center;
	width:100%;
	height: 50px;	
}

#header a:link{text-decoration:none;}

#header a:hover{text-decoration:underline;}

#menu
{
	width: 100%;
	height: 45px;
	background-image: url('../images/MasterPage_V2/menu_bar.jpg');
	overflow: hidden;
	background-repeat: no-repeat;
	padding-top:10px;
}

#mainContent
{
    border: 1px solid white;
    min-height:500px; 
    margin:0 auto;
    width:975px;
    overflow:hidden;
}

#footer
{
	text-align: left;
	padding-right: 8px;
	font-size: 8pt;
	color: #666666;
	margin-right: 8px;
	font-family: Helvetica, sans-serif;
	background-color: white;
	height: 80px;
}

#imgRegister
{
	padding-right:23px;	
}


/* table forms*/
.tdDataField
{
	text-align:left;	
}	
.tdTitleField
{
	text-align:right;
	padding-right:5px;
}
.dropDown
{
	min-width:150px;
}

.defaultFontSize
{
    font-size: 10pt;
    font-family: Arial;
}

.required
{
    color:Red;
}

.default
{
    color:Black;
}

.highlightLabel
{
    background-color: #DCDCDC;
    padding-left: 5px;
}