/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
	line-height: 21px;
	color: #333333;
	background-color: #657674;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

}


/*
------------------------------------------------------
Headings
------------------------------------------------------
*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 3px;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
	

}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

/* Footer Link */
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:active {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
a:link, a:visited, a:Active { 
	color: #FFFFFF; 
	text-decoration : none; 
}
a:Hover {
	color: #FFFFFF;
	text-decoration : underline;
}

#containerLeftTop a {
	color: #000000; 
	text-decoration : none; 
	}
	
	
#containerLeftTop  a:Hover {
	color: #888888;
	text-decoration : underline;
}	
	

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {

}


textarea {

}

select {

	}

TD.formCaptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
	list-style-type: disc;
	line-height: 22px;
}


/*
------------------------------------------------------
Backgrounds
------------------------------------------------------
*/

#containerMain {
	position: absolute; 
	width: 789px;

	left: 50%; 
	margin-left: -394px;
	background-image: url(../images/main_bg_repeat.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

	#containerHeader {
		position: relative;
		height: 338px;
		width: 789px;
		z-index: 2;
		
	
	}
	
	#containerMiddle {
		background-image:url(../images/main_bg_repeat.jpg); 
		background-repeat: repeat-y;
		background-position: top;
		width: 789px;
		position: relative;
		z-index: 2;
	}
		
		#containerMiddleSub {
			padding-left: 28px; 
			padding-right: 26px; 
			padding-top: 0px; 
			padding-bottom: 25px;
			z-index: 2;		
		}
	
	#containerFooter {
		position:relative;
		z-index: 2;
		height: 131px;		
		
	}
	
	#containerLeft {
 		padding-left: 2px;
		padding-right: 2px;
	}
	
		#containerLeftTop {
			background-color: #E2E5E4; 
			position: relative; 
			width:320px;

		}
		
		#containerLeftBottom {
			background-color: #808E8C; 
			position: relative; 
			width:300px; 
			padding: 10px 10px 5px 10px; 
			color: #FFFFFF;
			background-image: url(../images/watermark_left.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
	
		}
	
	#containerRight {
		width: 391px; 
		background: #D7DBDA url(../images/watermark_right.gif) bottom right no-repeat; 
		padding: 10px 10px 0px 10px; 
	}
	
	#lotManager
	{
		color: #000000;
	}
	
	#lotManager .TableHeaderText 
	{		
		color: #ffffff;
	}
	
	#lotManager a, #lotManager a:link, #lotManager a:hover 
	{
		color: #000000;
	}