/* ----- HTML OVERRIDES ----- */
body{
	margin:0 0 25px 0;
	padding:0;
	background-color:#FFF;
	font-family: arial;
	font-size:10px;
	color:#000000;
}
a img{
	border:0;
}
a{
	font-size:100%;
	color:#FFFFFF;
	text-decoration:none;
} 
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
}
hr {
	border:0 none;
	background-color:#8aa9bc;
	color:#8aa9bc;
	height:1px;
	
}
h1 
{
	font-size:160%;
	color:#D41340;
}
h2
{
	font-size:140%;
	color:#5E98BC;
}
h3
{
	font-size:120%;
}
ul
{
	padding-left:15px;
	list-style-image:url(img/disc.jpg);
}
ol
{
	padding-left:20px;
}
/* ----- WRAPPER -----*/
#wrapper{
	margin:auto;
	width:900px;
}
/* ------ HEADER -----*/
#header{
	background-image:url(img/header.jpg);
	width:900px;
	height:99px;
	background-repeat:no-repeat;
}

#main_title{
	padding-top:35px;
	padding-left:40px;
	font-size:30px;
	font-weight:bold;
	color:#D41340;
	width:660px;
	float:left;
}
#header_logo
{
	width:195px;
	height:99px;
	float:right;
}

/* ----- MENU ----- */
#menu{
	background-image:url(img/menu_bg.jpg);
	width:695px;
	height:26px;
	
	background-repeat:no-repeat;
	margin:5px 0 0 35px;
	padding:0 70px 0 70px;
}
.menuitem{
	display:inline;
	line-height:26px;
	padding: 0 12px 0 10px;
	background-image:url(img/menu_separator.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.menuitem.first{
	padding:0 12px 0 0;
}
.menuitem.last{
	padding:0 0 0 10px;
	background-image:none;
}
.menuitem a{
	font-size:140%;
	color:#FFFFFF;
	text-decoration:none;
	height:100%;
	text-transform:uppercase;
} 
.menuitem a:link {
	color:#FFFFFF;
}
.menuitem a:visited {
	color:#FFFFFF;
}
.menuitem a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.menuitem a:active {
	color:#FFFFFF;
}

/* ----- CONTENT ------- */
#content{
	width:665px;
	margin:auto;
}
#content #title{
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #8aa9bc;
	font-size:20px;
	font-weight:bold;
	color:#D41340;
}
#content #title img{
	padding: 10px 0 10px 0;
}
#content #text{
	width:100%;
}
#content #text p{
	margin-top:0;
}
.clear{
	clear:both;
}
.col30,.col70{
	float:left;
}
.col30{
	width:30%
}
.col70{
	width:70%;
}

#content a:link 
{
	color:#D41340;
	text-decoration:underline;
}

#content a:visited
{
	color:#D44368;
	text-decoration:underline;
}

#content a:hover
{
	text-decoration:none;
}

#content a:active
{
}

/* ------- FOOTER ------ */
#footer{
	font-size:100%;
	color:#4f7d99;
	clear:both;
	padding:10px 0 0 0;
}
#footer a{
	font-size:100%;
	color:#4f7d99;
	text-decoration:none;
} 
#footer a:link {
	color:#4f7d99;
}
#footer a:visited {
	color:#4f7d99;
}
#footer a:hover {
	color:#4f7d99;
	text-decoration:underline;
}
#footer a:active {
	color:#4f7d99;
}
#login_siteactions{
	font-size:100%;
	position:absolute;
	top:0px;
	width:99.5%;
	text-align:right;
	margin-right:0.5%;
}
/* form */
.table_form{
	font-size:110%;
	width:472px;
}
.table_form td{
	padding:5px 0px 5px 0px;
}
.table_form input{
	border:1px solid #d11241;
}
.table_form select{
	border:1px solid #d11241;
}
.required{
	margin-left:10px;
	font-size:140%;
	color:#dd4d71;
}
.highlight{
	background-image:url(img/highlight_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:472px;
	height:36px;
	text-align:center;
}

.MiniSitesTable
{
	font-size:110%;
	width:650px;
	/*border:1px solid black;*/
}

.MiniSitesTable input{
	border:1px solid #d11241;
}
.MiniSitesTable select{
	border:1px solid #d11241;
}

.MiniSitesTableValidationSummary
{
	border:1px solid red;
	background-color:#fcf8f7;
}

.MiniSitesTableDoubleTd
{
	padding:10px 0px 5px 0px;
	width:650px;
}

.MiniSitesTableDoubleTdDescription
{
	font-style:italic;
	color:Gray;
	padding-left:10px;
	width:650px;
}

.MiniSitesTableLeftTd
{
	padding:5px 0px 5px 0px;
	width:200px;
}

.MiniSitesTableRightTd
{
	padding:5px 0px 5px 0px;
	width:450px;
}

.MiniSitesTableRightTdDescription
{
	font-style:italic;
	color:Gray;
	padding-bottom:10px;
	width:450px;
	/*padding-right:30px;*/
}

.MiniSitesTableTxtBox
{
	width:450px;
}

.MiniSitesTableTxtBoxArea
{
	width:630px;
	margin-left:10px;
}

.lblDescriptionLblLabel
{
	padding-top:5px;
	font-weight:bold;
}

.MiniSitesTableLblDescription
{
	font-weight:bold;
	padding-left:5px;
}
.MiniSitesTableCblCheckBoxList
{
	margin-left:10px;
	/*margin-bottom:15px;*/
}

.MiniSitesTableRblRadioButtonList
{
	margin-left:10px;
	/*margin-bottom:15px*/
}

.MiniSitesTableCblCheckBoxList Label
{
	padding-left:5px;
}

.MiniSitesTableRblRadioButtonList Label
{
	padding-left:5px;
}

.CheckBoxListExtra
{
	margin-left:10px;
}

.RadioButtonListExtra
{
	margin-left:10px;
}

