/*
Gold #B07020
Lt Gold #E7CAA1
Brown #503020
Lt. Gray #E0E0E0
Dk Gray #707080
White #FFFFFF
*/
table#calendarTable{
width:610px;
}
td#calendarTD{
width: 360px;
vertical-align: top;
}
td#listTD{
width: 250px;
vertical-align: top;
text-align: right;

}
body,tr,td,table{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FFFFFF; 
font weight: normal;
background-color: #503020
}

/* This class defines the syles for all generic links */
.calendarlink {
font-family: Verdana, Arial,  Helvetica, sans-serif; 
font-size: 8px; 
color: #000000; 
font weight: normal;
text-align: center;
padding: 0 0 0 0;
position:relative;
width:100%;
}
a.calendarlink:link {color: #B07020;  text-decoration: none} 
a.calendarlink:visited {color: #B07020; text-decoration: none} 
a.calendarlink:hover {color: #E7CAA1; text-decoration: none}
a.calendarlink:active {color: #E7CAA1; text-decoration: none} 

/* This class defines the syles for all Page Numbers */
.calendarlink1 {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
font weight: normal;
text-align: right;
padding 0 5px 0 0;
}
a.calendarlink1:link {color: #503020;  text-decoration: none} 
a.calendarlink1:visited {color: #503020; text-decoration: none} 
a.calendarlink1:hover {color: #707080; text-decoration: none}
a.calendarlink1:active {color: #707080; text-decoration: none} 

/* This class defines the syles for  header links */
.calendarlink_head {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font weight: normal}
a.calendarlink_head:link {color: #FFFFFF;  text-decoration: none} 
a.calendarlink_head:visited {color: #FFFFFF; text-decoration: none} 
a.calendarlink_head:hover {color: #E0E0E0; text-decoration: none}
a.calendarlink_head:active {color: #E0E0E0; text-decoration: none} 

/* This class defines the styles for table headers in the calendar */
.calendarTableHeader 
{
	color: #FFFFFF; 
	background-color: #E7cAA1; 
	font-family : Verdana, tahoma, Arial; 
	font-size : 11px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}



/* This class defines table backgrounds */
.calendarList1 
{
	color: #14314F; 
	background-color:  #e5e5e5; 
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.calendarlist1bold 
{
	color: #14314F; 
	background-color:  #e5e5e5; 
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
	font-weight: bold;
}

/* This class defines table backgrounds */
.calendarList2 
{
	color: #14314F; 
	background-color:  #f5f5f5;
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines table backgrounds for days of the month in the calendar */
.calendarMainDisplayBackground 
{
	color: #14314F; 
	background-color:  #FFFFFF; 
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 16px; font-weight: normal;
}

/* This class defines table backgrounds for non days of the month in the calendar */
.calendarMainDisplayBackground2 
{
	color: #14314F; 
	background-color:  #e0e0e0;
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}
/* This class defines TODAY */
.calendarToday{
	color: #fffff; 
	background-color:  #E7CAA1;
	line-height: 12px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}
/* This class defines the border between days of the month */
.calendarMainDisplayBorder 
{
	background-color:  #e7caa1;
}

/* This class defines the styles for all generic buttons */
.calendarInputSubmit1
{
	color: #FFFFFF;
	background-color: #336699;
	font: 10px Verdana, Arial,Helvetica,Sans Serif;
	font-weight: bold;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000 ;
}

/* This class defines the styles for all buttons on the main calendar display*/
.calendarInputSubmit2
{
	color: #FFFFFF; 
	background-color: #B07020;
	border-top : 1px solid #503020;
	border-bottom : 1px solid #503020;
	border-left : 1px solid #503020;
	border-right : 1px solid #503020;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.calendarInputBox
{
	color: #503020;
	background-color: #FDFDFD;
	border-top : 1px solid #503020;
	border-bottom : 1px solid #503020;
	border-left : 1px solid #503020;
	border-right : 1px solid #503020;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for all text areas*/
.calendarInputBoxTextArea
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.calendarTable1
{
	
}

/* This class defines the styles for all admin control panel links*/
.calendarIconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; font weight: normal}
a.calendarIconLink:link {color: #003399;  text-decoration: none} 
a.calendarIconLink:visited {color: #003399; text-decoration: none} 
a.calendarIconLink:hover {color: #888888; text-decoration: none}
a.calendarIconLink:active {color: #888888; text-decoration: none} 

/* This class defines the styles for all error messages */
.calendarError {
	color: #FF0000;
}

/* This class defines the styles for all headings */
td#calendarHead{
background-color:  #B07020;
height: 25px;
vertical-align: middle;
padding: 0 20px 0 20px;
}
.calendarHeading {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color:  #B07020;
	height: 25px;
	vertical-align: middle;
}

.calendarFooter {
	font-family : Verdana,tahoma,Arial; 
	font-size :9px;
	font-weight:bold;
	color: #336699;
}

.calendarLightBackground {
	background-color:#F4F4F4;
}

.calendarDayViewHour {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.calendarDayViewMinute {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.calendarTableSubHeader {
	color: #336699; 
	background-color: #FFFFFF; 
	font-family : Verdana, tahoma, Arial; 
	font-size : 10px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}
.formText{
height: 15px;
vertical-align: middle;
padding: 5px 0 5px 0;
text-align: left;
}
.formAct{
width: 25%;
height: 15px;
padding: 5px 0 5px 0;
vertical-align: middle;
text-align: left;
}