/* CSS Document */

.lr_gray_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ca_blue_bar_tile {
	background-image: url(../images/month_cell_tile_big.png);
	background-repeat: repeat-x;
}
.main_month_display {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.day_cell {
	background-image: url(../images/previous_mdate_big_tile.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 92px;
	vertical-align: middle;
	border: 1px solid #333333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #7B1925;
}
.day_cell_text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #7B1925;	
}

.event_cell_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #111111;	
}

.previous_day_cell {
	height: 31px;
	width: 92px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EBF3FB;
}

.previous_day_cell a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.previous_day_cell a:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;	
	text-decoration: none;
}

.current_day_cell {
	height: 31px;
	width: 74px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

.current_day_cell a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.current_day_cell a:hover{
	font-family: Tahoma;
	font-size: 200px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.form_id_01 {
	width: 140px;
}
.form_id_02 {
	width: 60px;
}
.form_id_03 {
	width: 90px;
}

/* samll calender */

.small_blue_bar_tile {
	background-image: url(../images/small_cla_tile.png);
	background-repeat: repeat-x;
}
a.small_main_month_display {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.small_main_month_display:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.small_day_cell {
	background-image: url(../images/previous_mdate_big_tile.png);
	background-repeat: repeat-x;
	height: 17px;
	width: 33px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7B1925;
}
.small_previous_day_cell {
	height: 17px;
	width: 33px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #EBF3FB;
}

.small_previous_day_cell a{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.small_previous_day_cell a:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;	
	text-decoration: none;
}

.small_current_day_cell {
	height: 17px;
	width: 33px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.small_current_day_cell a{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.small_current_day_cell a:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.small_calender_box {
	width: 253px;
}

/*--------data table------*/

.calender_output {
	width: 589px;
	border: 1px solid #AACCEE;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.inner_calender_output td{
	border: 1px solid #AACCEE;
	border-collapse: collapse;
	padding: 3px;
}
#output_title_table {
	background-color: #5CA2EA;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	
	
}
#output_title_table td {
	border: 1px solid #AACCEE;
	border-collapse: collapse;
	padding: 3px;	
}

#output_content {
	border-collapse: collapse;
}
#output_content td {
	border: 1px solid #AACCEE;
	border-collapse: collapse;
	padding: 3px;
}
.left_main_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.calender_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.blue_mark_text {
	color:#0075EA;
	font-weight:bold;
}
.blue_mark_text {
	color:#0075EA;
	font-weight:bold;
}

.yellow_mark_text {
	color:#FF9900;
}
.eventbtn{
	color:#000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#EBF3FB;
      	border-top: 1px solid #EBF3FB;
	border-right: 1px solid #1773D0;
	border-bottom: 1px solid #1773D0;
	border-left: 1px solid #EBF3FB;
	height:23px;
}