.abdc 
{
	width: 680px;
	background-color:White;
	background-color: white;
}

.abdc h1 {
	color: #2a304b;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-size: 24pt;
	clear: left;
	margin-top: 0px;
	padding-top: 0px;

}

.abdc img {
   float: left;
   padding: 3px;
   border: solid 1px #2a304b;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
}

.abdc h2 {
	color: #660000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 0px;
	clear: both;
	text-align: left;
	font-size: 12pt;
	clear: both;
}

.abdc h3 {
	color: #009;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 12pt;
} 

.abdc h4 {
	color: #009;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 11pt;
} 

.abdc h5 {
	color: #009;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 10pt;
} 

.abdc h6 {
	color: #009;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 9pt;
} 

.abdc table {
	border: solid 1px #666666;
	padding: 3px;
	background-color: white;
}

.abdc table th {
	background-color: #2a304b;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.abdc table td {
	color: #333333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}


.abdc p,
.abdc div
{
    color: #333333;
	font-family: Cambria, Arial;
}

.abdc a, 
.abdc a:active, 
.abdc a:visited, 
.abdc a:link {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

.abdc a:hover {
	text-decoration: none;
	color: #660000;
}

.abdc ol {
	padding-left: 15px;
	margin: 10px;
}

.abdc li {
	display: block;
	vertical-align: middle;
	height: 25px;
	background-position:left;
	width: auto;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	line-height: 12pt;
	padding-left: 35px;
	padding-top: 2px;
	list-style-type: square;
}


.abdc address
{
    font-size: 12pt;
}

.abdc pre
{
    font-size: 8px;
    font-family: Arial Black;
    color: #555555;
}

/* FORM ELEMENTS */

.abdc div.Form
{
	margin:0px;
	padding: 0px;
	border:none;
	height:auto;
}
.abdc table.Form
{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
    font-size: 10px;
    font-family: Arial;
}
.abdc table.Form tr th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000099;
	font-size: 12px;
	text-align: right;
}
.abdc table.Form input, 
.abdc table.Form option, 
.abdc table.Form select,
.abdc table.Form textarea,
.abdc div.Form input, 
.abdc div.Form option, 
.abdc div.Form select,
.abdc div.Form textarea{
	background-color: #EEE;
	border: 1px solid #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.abdc table.Form input[type="reset"], 
.abdc table.Form input[type="submit"], 
.abdc table.Form input[type="button"],
.abdc div.Form input[type="reset"], 
.abdc div.Form input[type="submit"], 
.abdc div.Form input[type="button"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
	border: solid 2px #009999;
}

.abdc table.Form input[type="checkbox"], 
.abdc table.Form input[type="radio"],
.abdc div.Form input[type="checkbox"], 
.abdc div.Form input[type="radio"]
{
    width: 25px;
    border: none;
    background-color: inherit;
}

.abdc table.Form input[type="text"], 
.abdc table.Form select, 
.abdc table.Form input["password"],
.abdc div.Form input[type="text"], 
.abdc div.Form select, 
.abdc div.Form input["password"]
{
    width: 250px;
}

.abdc div.ValidationSummary,
.abdc table.ValidationSummary
{
	background-color: #ECE9D8;
	background-image: url(images/exclaimPoint.gif);
	border: 1px solid #660000;
	background-position: 25px 10px;
	background-repeat: no-repeat;
	width: 550px;
	padding: 5px;
	margin-left: 25px;
}

.abdc div.ValidationSummary ul li,
.abdc table.ValidationSummary ul li
{
	display: block;
    background-image: url(images/redX.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 25px;
    background-position:left;
    width: auto;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: #660000;
    line-height: 12pt;
    padding-left: 25px;
	list-style-type: none;
}

.abdc div.ValidationSummary li,
.abdc table.ValidationSummary li
{
	display: block;
    background-image: url(images/redX.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 25px;
    background-position:left;
    width: auto;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: #660000;
    line-height: 12pt;
    padding-left: 25px;
	list-style-type: none;
}

/* Editor Styles Classes */

.abdc span.required 
{
    font-family: Arial;
    line-height: 10px;
    font-size: 8px;
    color: #660000;
}

.abdc span.greenCheck
{
	display: block;
	background-image: url(images/greenCheck.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 25px;
	background-position:left;
	width: auto;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	line-height: 12pt;
	padding-left: 45px;
}

.abdc span.redX,
.abdc p span.redX,
.abdc td span.redX
{
	display: block;
	background-image: url(images/redX.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 25px;
	background-position:left;
	width: auto;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
	line-height: 12pt;
	padding-left: 45px;
}

/* .NET Controls (Calendar)  */

.abdc table.Calendar 
{
	background-color: White;
	border-color: Blue;
	color: Black;
	font-size: 8pt;
	margin: 0px;
	width: 200px;
	height: 250px;
	margin: 10px;
}

.abdc table.Calendar tr td
{
	padding: 0px;
	margin: 0px;
}

.abdc table.Calendar tr td.Calendar_SelectedDayStyle
{
	background-color: #666666;
	font-weight: bold;
	color: White;	
}

.abdc table.Calendar tr td.Calendar_SelectorStyle
{
	background-color: #CCCCCC;
}

.abdc table.Calendar tr td.Calendar_WeekendDayStyle
{
	background-color: #FFFFCC;
}

.abdc table.Calendar tr td.Calendar_TodayDayStyle
{
	background-color: #2A304B;
	color: White;
}

.abdc table.Calendar tr td.Calendar_TodayDayStyle a,
.abdc table.Calendar tr td.Calendar_TodayDayStyle a:active,
.abdc table.Calendar tr td.Calendar_TodayDayStyle a:link
{
	color: White;
}

.abdc table.Calendar tr td.Calendar_OtherMonthDayStyle
{
	color: 	#808080;
}

.abdc table.Calendar tr td table.Calendar_TitleStyle tr td.Calendar_NextPrevStyle
{
	vertical-align:bottom;
}

.abdc table.Calendar tr th.Calendar_DayHeaderStyle
{
	background-color: #CCCCCC;
	font-weight: bold;
	color: Black;
}

.abdc table.Calendar tr td table.Calendar_TitleStyle
{
	background-color: #999999;
	border: solid 1px Black;
	font-weight: bold;
	width: 180px;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Templates (ShadowBox) */

.abdc #ShadowBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 189px;
	width: 169px;
}
.abdc #ShadowBox div.Header {
	background-image: url(images/ShadowBox/ShadowBox_Header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 169px;
}
.abdc #ShadowBox div.Content {
	background-image: url(images/ShadowBox/ShadowBox_Shim.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	width: 169px;
}
.abdc #ShadowBox div.Footer {
	background-image: url(images/ShadowBox/ShadowBox_Footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 169px;
}
.abdc #ShadowBox .Content h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-left: -10px;
}
.abdc #ShadowBox .Content ul {
	list-style-type: square;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.abdc #ShadowBox .Content ul li
{
	color: #36C;
	list-style-type: disc;
}

.abdc #CalendarWrapper 
{
	border: solid 2px #CCCCCC;
	width: 250px;
	height: auto;
}
.abdc #CalendarWrapper h1
{
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	border-bottom: solid 2px #CCCCCC;
	width: 300px;
	height: auto;
}

.abdc #CalendarWrapper span.QuickEventList
{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	margin: 5%;
	width: 90%;
	height: 90%;
}

/* ADMINISTRATIVE CMS STYLES */

.abdc div.CB_EditHover
{
	border: solid 2px #00FF00;
	margin: -1px;
	padding: 0px;
	background-image: none;
	width: 100%;
	position: relative;
	height: 100%;
}

.abdc div.CB_Editable
{
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

.abdc div.CB_Panel
{
	position: absolute;
	top: 0;
	height: 400px;
	background: #EEFFEE;
	border: solid 1px #888888;
	text-align: right;
}

.abdc div.CB_AdminPanel
{
	border: 2px solid #34EA67;
	padding: 0px;
	visibility: hidden;
	color: #FFFFFF;
	text-align: right;
	width: 100%;
	margin-left: -150px;
	border: none;
}

.abdc div.CB_AdminPanel table
{
	background: #000000;
	margin: 0px;
	padding: 0px;
	width: 150px;
	position: absolute;
}

.abdc div.CB_AdminPanel a,
.abdc div.CB_AdminPanel a:active,
.abdc div.CB_AdminPanel a:link
{
	background-image: none;
	height: auto;
	width: auto;
	text-decoration: none;
	color: #000066;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}

.abdc div.CB_AdminPanel a:hover 
{
	text-decoration: underline;
}
