/*---------------------------------------------------------------
// AspStudio_Codepage="1252"
// The above line is the mark for code page of soft usage , so DO NOT DELETE IT. More details in Help file.
//
// File name:   calendar.css
// Authorship:  Javed
// Author email:
// Date created:Thursday,2009-04-23 17:13:32
// Copyrights(C)LBC Houston
//--------------------------------------------------------------*/

table {
	border: 0px;
	font-family:Tahoma;
	font-size:12px;
	color: white;
	padding-bottom:0px;
	padding-bottom:0px;
	padding-bottom:0px;
	padding-bottom:0px;
	border-collapse: collapse;
}

table.details {
	border: 0px;
	font-family:Tahoma;
	font-size:11px;
	background-color: white;
	color: black;
}

.header {
    	background-color: #FFB3D9; 
	font-family:Tahoma;    	
	font-size: 14px;
    }
    
.details_header {
	font-size: 18px;
	align: left;
	vertical-align: text-top;
	vertical-align: top;
    }
	 
td {
	color: black;
	vertical-align: text-top;
	vertical-align: top;
	border-bottom-color: black;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
}	
	 
td.today {
    background-color: #DDDDDD;
}	

.img_th {
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;

	border-bottom-color: black;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;	
}

.grayrow1 {
    background-color: #DDDDDD;
	font-size:11px;
}

.grayrow2 {
	background-color: #EAEAEA;
	font-size:11px;
}
