@charset "utf-8";
/* CSS Document */
body, html, MainTableWhite{
	  height:100%;
      margin: 0;
      padding: 0;
      border: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.MainTableWhite{background-color:#FFFFFF; vertical-align:top;}
a:link {color: #3366CC;}
a:visited {color: #3366CC;}
a:hover {color: #003399;}
a:active {color: #003399;}
.TopOptions{padding-left: 10px;}
.LightGreyText{color:#CCCCCC;}
.LightWhiteCell{ border:1px solid #ffffff; background-color:#ffffff; padding:2px;}
.LightGreyCell{ border:1px solid #ffffff; background-color:#ededed; padding:2px;}
.SectionTitle{width:175px; display:inline-block; cursor:pointer;}
.SubSectionTitle{padding-left: 5px; padding-right: 5px;}
form{margin:0px; padding:0px;}
.LoginBox{background-color:#D5D5D5; border:1px solid dotted #969696;}
.LoginBoxOutline{border:1px solid dotted #969696;}

/**/
.section_titles{font-size:16px; color:#3366CC; border-bottom:dashed 1px #999999;}
.SubSectionTitle{padding-left: 5px; padding-right: 5px;}

/* DIV SCROLL */
.DivScroll{
	height: 200px;
	Width: 100%;
	overflow: auto;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.DivScroll image{ 
border: none;
}
/* i_edit_events.asp SPECIAL CSS*/
/* i_edit_events.asp SPECIAL CSS*/

.DivScroll ul a:link, .DivScroll ul a:visited {display: block;}
.DivScroll ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.DivScroll li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body .DivScroll li {border-bottom: none;}

.DivScroll ul a:link{
	font-weight:normal;
	color: #0066CC;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
	text-decoration:none;
	background-color: #FFFFFF;
}

.DivScroll ul a:visited{
	font-weight:normal;
	color: #0066CC;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
	text-decoration:none;
	background-color: #FFFFFF;
}

.DivScroll ul a:hover{
	font-weight:normal;
	color: #0066CC;
		font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
	text-decoration:none;
	background-color: #F2F5FA;
}

.ResultsBar1 {	
	width: 100%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	background-image:url(images/CalendarFade.png);
	text-align:left;
	text-decoration:none;
}
.ResultsBar2 {	
	width: 100%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	background:#FFFFFF;
	text-align:left;
	text-decoration:none;
}
.Add-Ons-SepBar{border-bottom:1px dashed #C0C0C0; padding:5px;}
