/* CSS Document */


BODY
{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #99ccff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
}



#bodyContainer
{
	width: 886px;
	border: 1px solid #000000;
	background-color: #eceef6;
}


#contentContainer
{
	margin: 10px 10px;
	width: 864px;
	border: 1px solid #978fc5;

}


#headerContainer
{
	width: 864px;
	height: 109px;
}

#footer
{
	margin: 0px 10px 10px 10px;
	font-size: 10px;
	color: #8478c6
}
#footer A,
#footer A:visited,
#footer A:active { color:#d2598a; text-decoration:none; }
#footer A:hover { color:#d2598a; text-decoration:underline; }


#menu
{
	height: 26px;
	border-top: 1px solid #dde1f0;
	border-bottom: 1px solid #978fc5;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	text-align: left;
}

#menu .menuItem
{
	position: relative;
	top: 2px;
	display: inline;
	color: #d50458;
	font-size: 18px;
	font-weight: lighter;
	margin-left: 12px;
	margin-right: 12px;
}
#menu .menuItem A,
#menu .menuItem A:visited,
#menu .menuItem A:active { color:#d50458; text-decoration:none; }
#menu .menuItem A:hover { color:#d50458; text-decoration:underline; }



DIV#content
{
	padding: 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
	
}

DIV#content DIV#breadcrumb
{
	font-size: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: -6px;
	color: #8d8f8f;
}

DIV#content DIV#breadcrumb A,
DIV#content DIV#breadcrumb A:visited,
DIV#content DIV#breadcrumb A:active
{
	text-decoration: none;
	color: #8d8f8f;
}
DIV#content DIV#breadcrumb A:hover
{
	text-decoration: underline;
}

DIV#content DIV.title
{
	font-size: 18px;
}

DIV#content H2
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}
DIV#content H3
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.loginTextBox
{
	width: 190px;
	height: 22px;
	margin-bottom:6px;
	margin-top:3px;
	border: 1px solid #d3d7d8;
}


DIV#content TABLE#contentList
{
	border: 1px solid #000000;
	border-bottom: none;
}

DIV#content TABLE#contentList TH
{
	border-bottom: 1px solid #000000;
	font-size: 13px;
	text-align:left;
	color: #FFFFFF;
	background-color: #9999cc;
	font-variant: small-caps;
}

.normalRow { background-color: #FFFFFF; }
.highlightRow { background-color: #e5e8f4; }


DIV#content TABLE#contentList TH A,
DIV#content TABLE#contentList TH A:visited,
DIV#content TABLE#contentList TH A:active
{
	color: #ffffff;
	text-decoration:none;
}
DIV#content TABLE#contentList TH A:hover
{
	color: #ffffff;
	text-decoration:underline;
}
DIV#content TABLE#contentList TD
{
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

.formRow
{
	clear:both;
}

*:lang(en) .formRow
{
    padding-top: 10px !important;
}

fieldset{border: 1px solid #b2b3b5;margin-bottom:15px;}
legend{border: 1px solid #b2b3b5;font-weight: bold;font-size:12px;padding: 0.2em 0.5em;}

.formRow .formLabel
{
	padding-top: 3px;
	margin-right: 5px;
	float: left;
	width: 125px;
	font-weight: bold;
	font-size: 11px;
}

.formRow .formElement
{
	width: 400px;
	float: left;
}

.formRow .formElement .textBox
{
	border: 1px solid #d3d7d8;
}

.formRow .formElement .checkBox
{
	border: 1px solid #d3d7d8;
}

.formRow .formElement .selectBox
{
	margin-left: 10px;
	border: 1px solid #d3d7d8;
}
/* IE HACK */
*:lang(en) .formRow .formElement .selectBox
{
    margin-left: 0px !important;
}


DIV.finalistContainer
{
	border: 1px solid #b2b3b5;
	padding:5px;
	font-weight:bold;
}

DIV.finalistContainer INPUT.finalistInput
{
	width:225px;
	margin-right:15px;
	margin-left: 10px;
	border: 1px solid #d3d7d8;
} 

DIV.siblingContainer
{
	border: 1px solid #b2b3b5;
	padding:5px;
	font-weight:bold;
}

DIV.siblingContainer INPUT.siblingNameInput
{
	width:225px;
	margin-right:15px;
	margin-left: 3px;
	border: 1px solid #d3d7d8;
} 

DIV.siblingContainer INPUT.siblingAgeInput
{
	width:50px;
	margin-left:3px;
	border: 1px solid #d3d7d8;
}

DIV.siblingContainer DIV.addLink
{
	padding-top:5px;
	font-weight:normal;
	margin-bottom: 10px;
}

DIV.delText
{
	height:25px;
	width:28px;
	display: inline;
	padding-top:2px;
}


DIV#content TABLE#calendar
{
	border: 1px solid #000000;
}

DIV#content TABLE#calendar TH
{
	border: none;
	font-size: 13px;
	text-align:center;
	color: #FFFFFF;
	background-color: #9999cc;
	font-variant: small-caps;
	height: 35px;
}
DIV#content TABLE#calendar TH A,
DIV#content TABLE#calendar TH A:visited,
DIV#content TABLE#calendar TH A:active
{
	color: #ffffff;
	text-decoration:none;
}
DIV#body TABLE#contentTable DIV#content TABLE#calendar TH A:hover
{
	color: #ffffff;
	text-decoration:underline;
}

DIV#content TABLE#calendar TD
{
	background-color: #EEEEEE;
	border-right:3px solid #FFFFFF;
	width: 105px;
	height: 90px;
	background-image: url(../images/calendar_border.gif);
	background-repeat: repeat-x;
}

.calText
{
	font-size:9px;
	width: 100%;
	height: 100%;
	cursor: help;
}

DIV#content TABLE#calendar TD.dayOfWeek
{
	height: 35px;
	background-color: #C0C0C0;
	font-weight:bold;
	text-align:center;
	background-image:none;
}

DIV#content TABLE#calendar TD.today
{
	background-color: #DFDFDF;
}

/* used for calendar tooltip*/
#fixedtipdiv
{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 10px Verdana;
	line-height:12px;
	z-index:100;
}

#fixedtipdiv BR.big
{
	line-height: 18px;
}

DIV.winner
{
	float: left;
	width: 215px;
	height: 315px;
	margin: 10px 90px;
	padding: 10px;
	border: 1px solid #eceef6;
}
DIV.winner_hover
{
	float: left;
	width: 215px;
	height: 315px;
	margin: 10px 90px;
	padding: 10px;
	border: 1px solid #eceef6;
	background-color: #eceef6;
}


DIV.contestant
{
	float: left;
	width: 190px;
	height: 275px;
	margin: 5px 10px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
}
DIV.contestant_hover
{
	float: left;
	width: 190px;
	height: 275px;
	margin: 5px 10px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
	background-color: #eceef6;
}
IMG.contestThumb
{
	border: 1px solid #978fc5;
	margin-bottom: 5px;
	margin-top: 5px;
	
}


DIV.gallery
{
	float: left;
	width: 245px;
	height: 220px;
	margin: 5px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
}
DIV.gallery_hover
{
	float: left;
	width: 245px;
	height: 220px;
	margin: 5px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
	background-color: #eceef6;
}
IMG.galThumb
{
	border: 1px solid #978fc5;
	margin-bottom: 5px;
	
}

DIV.picture
{
	float: left;
	width: 170px;
	height: 170px;
	margin: 5px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
}

DIV.picture_hover
{
	float: left;
	width: 170px;
	height: 170px;
	margin: 5px;
	background-color: #eceef6;
	padding: 5px 10px 10px 10px;
	border: 1px solid #eceef6;
}

DIV#content DIV.paging
{
	width: 815px;
	_width: 763px; /* IE hack */
	font-size: 10px;
	margin: 5px;
	padding: 3px 3px 2px 3px;
	color: #8d8f8f;
	border: 1px solid #eceef6;	
}

DIV#content DIV.paging .pagingSelected
{
	background-color: #8d8f8f;	
	color: #ffffff;
	padding: 0px 2px 0px 2px;
}
DIV#content DIV.paging DIV.perPage
{
	float: right;
}
DIV#content DIV.paging DIV.pageLinks
{
	float: left;
}


DIV#content DIV.paging A,
DIV#content DIV.paging A:visited,
DIV#content DIV.paging A:active
{
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	color: #8d8f8f;
	display: inline-block;
}

DIV#content DIV.paging A:hover
{
	color: #ffffff;
	background-color: #cccccc;	
}


DIV.clearFloats {clear:both;height:1px;line-height:1px;}


/* FCKEditor Styles */
.homepageHeading
{
	color: #003333;
	font-variant:small-caps;
	font-weight: bold;
	font-size:15px;
}

.verysmall
{
	font-size: 8px;
}

.medium
{
	font-size: 11px;
}

.title
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	color: #000000;
}

.titleSmall
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.titleSmall A,
.titleSmall A:visited,
.titleSmall A:active
{
	color: #000000;
	text-decoration: none; 
}
.titleSmall A:hover
{
	color: #000000;
	text-decoration: underline; 
}

