/* CSS Document */
body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-image:url(graphics/bg_image_main.jpg); background-repeat:repeat-x; background-color:#333333; margin:0px; padding:0px;}
td img {display: block;}
.textBold {font-weight:bold;}
.text{font-weight:normal;}
.textSmall {font-size:10px;}
.textLarge {font-size:14px;}
.textWhite {color:#FFFFFF;}
.heading1 {font-size:20px; color:#FFCC00; font-weight:bold;}
.heading2 {font-size:14px; font-weight:bold;}
.heading3 {font-size:16px; font-weight:bold;}
.textLarge2 {font-size:16px;}
.bgColor {background-color:#FFFFFF;}
.bgColor2 {background-color:#000000;}
.innerBgLeft {background-image:url(graphics/inner_brbg_left.jpg); background-repeat:repeat-y; width:25px;}
.innerBgRight {background-image:url(graphics/inner_brbg_right.jpg); background-repeat:repeat-y; width:25px;}
.bgMiddleLeft {background-image:url(graphics/bg_image_middle_left.jpg); background-repeat:repeat-y; background-position:right;}
.bgMiddleRight {background-image:url(graphics/bg_image_middle_right.jpg); background-repeat:repeat-y; background-position:left;}
.bgTopRightDiv {background-image:url(graphics/bg_image_top_right.jpg); background-position:left; background-repeat:no-repeat; height:435px;}
.bgTopLeftDiv {background-image:url(graphics/bg_image_top_left.jpg); background-position:right; background-repeat:no-repeat; height:435px;}
.bgFooterLeft {background-image:url(graphics/footer_left_corner.jpg); background-position:right; background-repeat:no-repeat;}
.bgFooterRight {background-image:url(graphics/footer_right_corner.jpg); background-position:left; background-repeat:no-repeat;}
.regLink:link, .regLink:visited {font-size:12px; color:#003399;}
.regLink:hover {font-size:12px; color:#003399; text-decoration:none;}
.footerLink:link, .footerLink:visited {font-size:12px; color:#FFFFFF; text-decoration:none;}
.footerLink:hover {font-size:12px; color:#CCCCCC;}
.footerSpacer {padding:0px 10px; font-size:12px; color:#CCCCCC;}
.photoBorder {border:1px solid #000000;}
.photoBorderHighlight {border:1px solid #FFCC00; cursor:pointer;}
.photoCellBg {background-color:#333333;}
.listingCell {font-size:11px; color:#000000; background-color:#EEEEEE; border-bottom:1px solid #999999; padding:10px 20px;}
.listingCellAlt {font-size:11px; color:#000000; background-color:#FFFFFF; border-bottom:1px solid #999999; padding:10px 20px;}
.columnHeading {font-size:11px; color:#EEEEEE; font-weight:bold; padding:10px 20px; border-bottom:1px solid #333333; background-color:#333333;}
.largeImageCloseDiv {filter: alpha(opacity=55); -moz-opacity: .55; cursor:pointer; position:absolute; z-index:15; top:0px; left:0px; width:100%; padding:10px 0px; text-align:center; color:#FFFFFF; background-color:#333333; font-size:11px; font-weight:bold;}
.largeImageDiv {position:absolute; z-index:10; top:-50px; left:120px; cursor:pointer;}
.formLabel {padding:10px 0px 3px 0px; color:#333333; font-weight:bold; font-size:12px;}
.formTxtBox {padding:3px; border:1px solid #666666; font-size:12px;}
#errorDisplay {color:#FF0000; padding-top:10px;}


/*--CALENDAR DATE PICKER STYLES -- */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color:#ece9d8;
	border: 1px solid #000000;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background: #333333;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background: #333333;
	font-weight: bold;
	}



