@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------- CMS DASH */
.dataTable {
	border-left: 1px solid #005892;
	border-top: 1px solid #005892;
	background-color:#FFF;
	color: black;
}
.dataTable td, th {
	font-weight: normal;
	border-bottom: 1px solid #005892;
	border-right: 1px solid #005892;
}
.dataTable th {
	background-color: #005892;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #669BBE;
	font-size: 10px;
}

.dataTable td {
	font-size: 10px;
}
.dataTable td a {
	font-size: 10px;
}

.articleFooterText {
	font-size: 10px;
	font-style: italic;
	
}
.unpubArticlesDiv {
	border: 1px solid #FF3300; 
	background-color: #FFCC66; 
	color: #FF3300; 
	text-align: left; 
	font-size: 10px;
	padding: 1px 0px 1px 2px;
}
.unpubArticlesDiv a {
	color:#FF3300 !important; 
}

.unpubArticlesDivDash {
	border: 1px solid #006600; 
	background-color: #33FF66; 
	color: #006600; 
	text-align: center; 
	font-size: 10px;
}
.unpubArticlesDivDash a {
	color:#006600 !important; 
} 


.dataButton {
	background-color: #003355; 
	border: 1px solid #00416C;
	border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	color: white;
	cursor: pointer;
	
	margin: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.dataButton td {
	border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	padding: 2px;
}

.dataButton:HOVER {
	background-color: #8BB5C4;
	border: 1px solid #003355;
	border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	color: white;
	cursor: pointer;
	
	margin: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.dataButtonGreen {
	background-color: #00CC00; 
	border: 1px solid #006600;
	color: #006600;
	cursor: pointer;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	
}
.dataButtonGreen:HOVER {
	background-color: #00EE00;
}

.add_edit_info_div {
	font-size: 10px; 
	color: #33FFFF;	
}

.formHeadCell_main{
background-color:#3399CC;
}

.formDataCellFieldsOnly_main{
background-color:#3399CC;
}

/* ------------------------------------------------------- DATE PICKER */


/* 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 #AAAAAA;
	}

.dpDD {
	background-color: #ece9d8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	
}
.dpCurrentDD {
	color: #505050;
}


/* 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;
	width: 18px;
	}


/* 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: gray;
	background: #d8e8ff;
	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: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	
/* ------------------------------------------------------- LIGHTBOX */	
	
	#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color: #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('../images/overlay.png'); }

* html #overlay{
color: #000000;
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
	
	
	
	
	
	
	
	
	
