/* ---------------- Global Settings ---------------------- */






/* =code pre */
code, pre { margin : 0; padding : 0; font : 1.5em monaco, courier, monospace; font-weight : normal; color : #666; }

pre { font-size : 80%; }

img a { border : none; }

/* =div */


/* IE6 PNG Transparency Fix Requires 2 files to be located in same directory as CSS file: 

blank.gif
iepngfix.htc

*/


/* --------- Main Content Holder ---------- */

.container {
width:1000px; background-image:url(images/container_bg.png); background-repeat:repeat-y; margin:0px auto 0px auto; padding:0px; behavior: url(/App_Themes/MasterTheme/iepngfix.htc); height:auto;
}

.SiteBody {

width:1000px; height:auto; margin:0px auto 0px auto; padding:0px 0px 0px 0px;
}

.MainContent {
width:90%;  margin:0px auto 0px auto; padding:0px;

}

.ClearDiv
{
	clear:both;
}

dl
{
	padding:0px;
	margin:0px;
}

dl dt
{
	padding:0px;
	margin:0px;
	font-weight:bold;
}

dl dd
{
	padding:0px;
	margin:0px;
}

.ErrorText
{
    color:Red;
}
    
td.Heading
{
    font-weight:bold;
}