body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
.Header
{
	width: 780;
}


.Footer {
	width:780;
}
h1 {
	font-size: 18px;
	padding: 5 0 0 0;
}
h2 {
	font-size: 12px;
	padding: 5 0 0 0;
}
.MyBody {
	width:780;
}

#leftcolumn {
	float:left;
	width:45%;
 vertical-align:top;
  text-align:left;
	}

#rightcolumn {
	float:left;
	width:55%;
	 vertical-align:top;
	 text-align:left;
	}
.Calendar
{
	background-color: #5b5b5b;
	line-height: 24px;
	border: 1px solid #3B3B3B;
}


.CalendarDayStyle a,.CalendarDayStyle a:visited,.CalendarDayStyle a:active
{
		text-Align:center ;
	vertical-align:middle;
	color:black !important;
	text-decoration:none;
font-weight: bold;
	font-size: 11px;
}
.CalendarDayStyle a:hover
{
		text-Align:center ;
	vertical-align:middle;
	color:red !important;
	text-decoration:none;
font-weight: bold;
	font-size: 11px;
	
}

.CalendarDayStyle 
{
	text-Align:center ;
	vertical-align:middle;
	color:black;
	text-decoration:none;
	background-color:White;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.NextPrevStyle
{
	border-right: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	background-color: #474747;
	color: White !important;
	font-weight: bold;
	text-Align:center ;
}
.NextPrevStyle a
{
color: White !important;
}
.CalendarDayHeaderStyle
{
	color: White !important;
	background-color:red ;
	width:40;
	font-size: 11px;
	line-height: 20px;
	border:none;
}
.CalendarTitleStyle
{
	background-color: #474747;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	padding: 4px;
}
.OtherMonthDayStyle  ,.OtherMonthDayStyle  a ,.OtherMonthDayStyle  a:visited
{
	color: #efefef !important;
	background-color:#efefef  !important;
	}

.LabelDateStyle
{
		
}

.WarningTextStyle
{
	color:red;
	
}
.LabelText
{
	
		
}
.TableStyle a
{ 
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color:Black;
	
	}
.TableStyle 
{ 
	width:100%;
	font-size: 11px;
}
.lnkTimeStyle
{
	color:red !important;
  text-decoration: underline !important;

}
.col2
{
  text-align:left;
  width:60%;
}
.col3
{
  text-align:center;
  width:20%;
}
.col1
{
  text-align:center;
  width:20%;
}
.LineStyle
{
	width:95%;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3C3C3C;
	
}
.ChooseStyle
{
		background-color: #ffefef;
		width:95%;
		font-weight:bold;
		font-size: 11px;
}


.ButtonStyle {
	font: 11px Arial, Verdana, sans-serif;
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFF;
	width:100px;
	margin-right: 5px;
}



/* page 2 */

div.detailsLeft {
	float: left;
	width: 400px;
	margin: 0 30px 0 0;
	border: 1px dashed #666666;
	padding: 20px;
}
div.detailsLeft h2 {

}
div.detailsRight {
	float: left;
	width: 310px;
	padding: 20px;
	background-color: #474747;
}
div.detailsRight h2, div.detailsRight p, div.detailsRight label {
	color: #FFF;
}

div.formLine {
	height: 28px;
	clear: both;
}
div.formLine label {
	float: left;
	width: 130px;
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: bold;
}
div.detailsRight div.formLine label {
	width: 95px;
}
div.detailsRight div.formLine input.text {
	border: 1px solid #FFF;
	background-color: #474747;
	color: #FFF;
}
div.formLine label strong {
	font-size: 14px;
	color: #FF0000;
}
div.detailsRight div.formLine input.button {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #333333;
}

div.formLine input {
	float: left;
}
div.formLine textarea {
	height: 50px;
	width: 180px;
	float: left;
}
