/* CSS Document */

html { height: 100% }
body {
	height: 100%;
	width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg_blue.jpg) repeat;	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #502727;
}

#bodydiv {
	text-align: center;
	vertical-align: top;
}
td.headcell {
	background-color: #F2EDCB;
	height: 212px;
	vertical-align: top;
}
td.menucell {
	background-color:#643200 ;
/*	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat; */
	height: 40px;
	width: 755px;
	margin-top: 30px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

td.menucell a, td.menucell a:visited {
	color: #F2EDCB;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}

td.menucell a:hover {
	color:#f4b52d;
}

td.menucell a.active {
	color:#fd9e42;
}

td.bodycell {
	background-color: #F2EDCB;
	text-align: left;
}

a:link, a:visited, a:active { color: #03C; }

.left-column, .right-column {
	width: 10px;
}

.left-vcolumn {
	width: 10px;
	background-color:#F2EDCB;
}

.right-vcolumn {
	width: 10px;
	background-color:#F2EDCB;
}

h1, h2, h3, h4, hr {
	color: #502727;
	font-style:italic;
	font-weight:normal;
}

h1 { font-size: 20px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }

li {
	margin-bottom: 8px;
}


/* calendar specific CSS */
.event-div {
	width: 100%;
}
.event-tbl tr {
	padding: 5px 0 5px 0;
}
.event-but {
	/*font-size: smaller;*/
}
.event-date, .event-date input, .event-date select {
	font-size: 10px;
}
.event-date {
	background-color: #CCFFCC;
	width: 100%;
}
.event-caption {
	font-weight: bold;
	width: 100%;
	margin-top: 15px;
	border-top: thin solid #6699FF;
}
.event-body {
	padding-bottom: 6px;
	padding-left: 20px;
	
}
.event-bg0 {
	background-color: #FFFFFF;
}
.event-bg1 {
	background-color: #FFFFCC;
}
.event-bgA {
	background-color: #FFFF66;
	font-size:9px;
}
.event-bgB {
	background-color: #99FF99;
	font-size:9px;
}
.calendar {
	width: 160px;
}
.calendar .row-week td a {
  /*display: block;*/
}
.calendar .row-week td a:hover {
  background-color: #6699FF; 
  color: #fff;
}
.calendar a, .calendar a:visited {
  text-decoration: none;
  color: #03C;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calendar td, .calendar th {
  text-align: center;
  vertical-align: top;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
}
.calendar th {
	/*color: white; */
	background-color: #BCB643;
	vertical-align: middle;
	padding-bottom: 4px;
}
.calendar td {
	background-color: #EAE8CF;
}
a.day-selected, a:visited.day-selected {
	color: red;
	font-weight: bold;
}
.numbox, .numbox a, .numbox a:visited {
	text-align: right;
	vertical-align: top;
	color: #3366CC;
}

.bodyline h1 {
	font-weight: bold;
	font-size: 14px;
	color : #3366CC; 
}
.bodyline h2 {
	font-weight: bold;
	font-size: 12px;
	color : #3366CC; 
}