/* CSS Document */
.tv
{
	FONT-SIZE: 18px; MARGIN-TOP: 10px; MARGIN-LEFT: 25px; COLOR: #0a7ca6; FONT-FAMILY: arial;font-weight:bold; 
}
.smallblack {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form {border:solid 1px #999999; padding-left:10px; padding-right:10px; background-color:#ffffff; margin:0px;}

.blackbold {
	FONT-SIZE: 11px; COLOR: #4e4e4e; LINE-HEIGHT: 18px; FONT-FAMILY: tahoma,arial,verdana; margin-left:12px;font-weight:bold;}

.input {
	BORDER: #666666 1px solid; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial;}

.tx-fld {
	BORDER: #666666 1px solid; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial; }

.contact {
	FONT-SIZE: 12px; COLOR: #0a7ca6; LINE-HEIGHT: 18px; FONT-FAMILY: tahoma,arial,verdana; margin-left:12px; font-weight:bold;}

.submit {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial,verdana; BACKGROUND-COLOR: #DDDDDD; width:90px;
}

.main_title
{
	FONT-SIZE: 16px; MARGIN-TOP: 2px; COLOR: #ad0000; FONT-FAMILY: arial; text-align:center; margin-bottom:5px;
}
.form1{
	margin:0px; padding:0px;
}
.break {
	FONT-SIZE: 4px; FONT-FAMILY: arial,verdana
}


/*CSS FOR CALENDER*/
#dpCalendar {
	display:inline;			/* Important, do not change */
	position: absolute;		/* Important, do not change */
	background-color: #F7E8BD;
	color: black;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
	border: 1px solid black;
	background-color: #FFFFFF;
	color: black;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
	background-color: #000066;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}

#dpCalendar .cellButton A{
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#dpCalendar .cellButton A:Hover{
	color: #FFFFFF;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
	background-color: #000066;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
	background-color: #FFFFFF;
	color: #DDDDDD;
	text-align: center;
	padding:3px;
}
#dpCalendar .cellDay A{
	color: #000099;
	font-weight:bold;
	text-decoration:none;
}
#dpCalendar .cellDay A:hover{
	color: #000099;
	font-weight:bold; 
	text-decoration:underline;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
	border: 1px solid red;
	background-color: #ffdddd;
	color: black;
	text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
	background-color: #FFFFFF;
	color: #dddddd;
	text-align: center;
}

#dpCalendar .cellToday A{
	border: 1px solid red;
	background-color: #ffdddd;
	color: #000000;
	font-weight:bold;
}

#dpCalendar .cellToday A:hover {
	color: #000099;
	font-weight:bold;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
	background-color:: transparent;
	color: #FFFFFF;
}

#dpCalendar .cellCancel {
	color: black;
	text-align: center;
}

#dpCalendar .cellCancel A{
	color: #000099; 
}

/* The clickable text inside the calendar */
#dpCalendar a {
	text-decoration: none;
	background-color: transparent;
	color: blue;
}
.cal_icon
{
	cursor:pointer;
}
