/* CSS Document */

body 
{
    margin: 12px;
    padding: 0px;
    text-align: center;
}

form
{
    padding: 0px; 
    margin: 0px;
}

a:link
{
    text-decoration: none;
}
a:visted 
{
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}

#pageContainer
{
	margin-left: auto; 
    margin-right: auto;
    text-align: center;
    width: 860px;
}

#pageHeader 
{
    padding: 20px 20px 20px 20px;
    height: 40px;
	width: 800px;
}

#content 
{
	color:  #666666;
	width: 620px;
	float: left;
	padding: 12px;
	text-align: left;
    background-repeat: repeat-y;
    background-position: top left;
}

#contentHeader 
{
	color:#007F64;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	padding-bottom: 14px;
}
#logo {
    float:left;
}

#siteTitle 
{
	float: right;
}

.subheader 
{
    background-image: url(yellowBlob.png);
    background-repeat: no-repeat;
    background-position: 0px 22px;
    padding: 20px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E98300;
}

.errorheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    color: Red;
}

.smalltext 
{
	font-family: Arial, Helvetica;
	font-size: 10px;
	color:  #666666;
}
.code 
{
	font-family: courier, Arial, Helvetica;
	font-size: 11px;
	color:  #666666;
}

.greybar 
{
	background-color:#cbcbcb;
	background-position:center;
	background-image: url(greyglass.gif);
	width: 865px;
}
	
.greyBoxTop
{
    background: transparent url(greyBorderTop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 5px;
    padding-bottom: 6px;
}
.greyBoxBottom
{
    background: transparent url(greyBorderBottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.greyBoxSides
{
    background: transparent url(greyBorderSides.gif);
    background-repeat: repeat-y;
    background-position: top left;
    width: 210px;
}

.resourcecontent
{
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    color: #675C53;
    text-align: center;
}
.resourcecontent td
{
    padding: 15px;
    font-size: 11px;
}

.warning 
{
	list-style-image:url(form_bullet.gif);
	font-size: 12px;
	color: orange;
}

.formTable
{
    border: 0px none;
	border-collapse: collapse;
	color: #fff;
}

.formTable td
{
	border: 0px;
    padding: 3px 10px 6px 0px;
	vertical-align: top;
}
.formTable .ck
{
    width: 25px;
    border: none;
    background-color: Transparent;
}

.formFooter
{
    margin: 12px 0px 0px 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fieldLabel 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	width: 145px;
}	

.fieldData 
{
}

.inputBoxDisable
{
    background-color: #00B48D;
    border: 1px solid #999999;
}
.inputBoxEnable
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.greyHzShadeBar
{
    height: 20px;
    background-image: url(greyGrad.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}