/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	background-image:url(../imgs/bodybk.jpg);
	background-repeat:repeat-x;
	background-color:#780000;
}
a{
	color:#FABF85;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#666666;
}
img{
	border:none;
}
p{
	margin:20px;
	font-size:12px;
}
h1{
	margin:5px;
	font-size:15px;
}
h2{
	margin:10px;
	font-size:13px;
}
h3{
	margin:15px;
	font-size:12px;
	color:#FF4F4F;
}
h4{
	margin: 2px 20px;
	font-size:14px;
	background-color:#770000;
	width:200px;
}
h5{
	margin:7px 25px;
	font-size:10px;
	width:400px;
}
/* Divs */
#MainContainer{
	width:1000px;
	margin:0px auto;
	padding:0px;
	background-color:#990000;
}
#MidContent{
	margin:0px;
	color:#FFFFFF;
	background-color:#990000;
	padding:20px;
}
#CalendarDetail{
	margin:0px 50px;
	color:#FFFFFF;
	background-color:#990000;
	padding:10px;
}
#details{
	width:100px;
	border:dotted;
	border-color:#FFFFFF;
	border-width:1px;
	padding:5px;
	margin:0px 10px;
}
#smallbox{
	background-color:#550000;
	width:250px;
	float:left;
	margin:10px;
}
#smallbox h3{
	color:#FFFFFF;
	padding:5px;
	background-color:#990000
}
#ministries td{
	padding:7px;
}
#footer{
	background-image:url(../imgs/footer.jpg);
	background-color:#000000;
	color:#CCCCCC;
	text-align:center;
	background-repeat:no-repeat;
	padding:20px;
}
/* Classes */
.error{
	color:#FFFFFF;
	background-color:#FF0000;
}.links{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
}
.clearit{
	clear:both;
}
.one{
	margin-left:30px
}
/* Tab Stuff */
#tabsE {
  float:left;
  width:100%;
  /*background:#000000; */
  background-image:url(../imgs/bkgd.jpg);
  background-repeat:no-repeat;
  font-size:93%;
  line-height:normal;

  }
#tabsE ul {
	margin:0px;
	padding:50px 10px 0px 300px;
	list-style:none;
  }
#tabsE li {
  display:inline;
  margin:0px;
  padding:0px;
  }
#tabsE a {
  float:left;
  background:url("../imgs/tableftE.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 4px;
  text-decoration:none;
  }
#tabsE a span {
  float:left;
  display:block;
  background:url("../imgs/tabrightE.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
/* End IE5-Mac hack */
#tabsE a:hover span {
  color:#FFF;
  }
#tabsE a:hover {
  background-position:0% -42px;
  }
#tabsE a:hover span {
  background-position:100% -42px;
  }
#tabsE #current a {
		background-position:0% -42px;
}
#tabsE #current a span {
		background-position:100% -42px;
}
/*Calendar Stuff*/
#Container{
	margin-left:20px;
	width:580px;
	padding:5px;
	background-color:#FFFFFF;
}
#CalendarDays{
	background-color:#999999;
	text-align:center;
}
.DateNum{
	text-align:right;
}
.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;
	}
