/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
a{
	color:#FFFFFF;
}
a:hover{
	color:#CCCCCC;
}
body{
	background-image:url(../imgs/bodybk.jpg);
	background-repeat:repeat-x;
	background-color:#11557A;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:0px auto;
	font-size:13px;
	padding:10px;
	width:950px;
}
p{
	margin:10px 20px;
}
h1{	
	margin:5px;
}
h2{
	margin:5px 10px;
}
h3{
	margin:5px 15px;
}
h4{
	margin:5px 15px;
}

/* Divs */
#Promo{
	 width:250px; 
	 float:right; 
	 margin:10px; 
	 padding:5px;
	 border:dotted 1px #0cc;
}
#Links{
	/*width: 600px;*/
	padding: 10px;
	float:right;
	margin-right: 20px;
	text-align:center;
	background-image:url(../imgs/linkbk.jpg);
	border: 1px solid #CDAD87;
}
#Links a{
	color:#000000;
	padding:10px 6px;
}
#Links a:hover{
	color:#990000;
}
#MovieBox{
	text-align:center;
	width:900px;
	margin:0px 15px;
}
#MainBox{
	background-image:url(../imgs/mainbk.jpg);
	background-repeat:no-repeat;
	background-color:#013D59;
	float:left;
	margin:10px;
	padding-top:55px;
	/*border:solid;
	border-color:#FFFFFF;
	border-width:5px;*/
	width:640px;
}
#MainBox2{
	background-image:url(../imgs/mainbk2.jpg);
	background-repeat:no-repeat;
	background-color:#013D59;
	float:left;
	margin:10px;
	padding-top:55px;
	/*border:solid;
	border-color:#FFFFFF;
	border-width:5px;*/
	width:640px;
}
#MainBox3{
	background-image:url(../imgs/mainbk3.jpg);
	background-repeat:no-repeat;
	background-color:#013D59;
	float:left;
	margin:10px;
	padding-top:55px;
	/*border:solid;
	border-color:#FFFFFF;
	border-width:5px;*/
	width:640px;
}
#MainLeftBox{
	float:left;
	margin:10px;
	border:solid;
	border-color:#FFFFFF;
	border-width:5px;
	width:250px;
}
#MainLeftBox h2{
	margin:0px;
	padding:10px 5px;
}
#SmallBox{
	float:left;
	margin:10px;
	border:solid;
	border-color:#FFFFFF;
	border-width:5px;
	width:250px;
	height:280px;
}
#SmallBox h2{
	margin:0px;
	padding:10px 5px;
}
#LargeBox{
	float:left;
	margin:10px;
	border:solid;
	border-color:#FFFFFF;
	border-width:5px;
	width:350px;
	height:280px;
}
#LargeBox h2{
	margin:0px;
	padding:10px 5px;
}
#HomeHdr{
	margin:7px 7px 3px 7px;
	font-weight:bold;
	color:#AFF;
	font-size:13px;
}
#HomeHdr a{
	color:#0CC;
}
#HomeTxt{
	margin:3px 7px 7px 7px;
	color:#FFF;
	font-size:11px;
}
#Footer{
	font-size:12px;
}
#Grid td{
	padding:3px;
}
.blue{
	color:#0CC;
}
.error{
	padding:3px;
	background-color:#00FFFF;
}
.lefth2{
	background-color:#016893;
	text-align:center;
}
.righth2{
	background-color:#008FCE;
	text-align:center;
}
.midh2{
	background-color:#015176;
	text-align:center;
}
.leftbk{
	 background-color:#0F4766;
	/*background-color:#0091C7;*/
	color:#FFFFFF;
}
.rightbk{
	/*background-color:#0303A3;*/
	background-color:#0F4766;
	color:#FFFFFF;
}
.midbk{
	background-color:#006699;
	color:#FFFFFF;
}
.clearit{
	clear:both;
}
.toplinks{
	float:right;
}
.toplinks a{
	color:#FFFFFF;
	text-decoration:none;
}
.toplinks a:hover, a:focus{
	color:#000000;
}
.mainp{
	width:400px;
}
.tablehead{
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.EoETitle{
	font-size:18px;
	text-align:center;
	color:#00CCFF;
	padding:10px;
	background-color:#012D41;
}
.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;
	}
/* 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: 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;
	}
