/* CSS Document */

.page {
    margin-top: 0px; 
}
.style2 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #FE360B;
	font-weight: bold;
}
a {
	font-family: Tahoma,Kalimati,Arial;
	color: #FE360B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FE360B;
}
a:hover {
	text-decoration: underline;
	color: #6464F8;
}
a:active {
	text-decoration: none;
}

.style3 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #8B8585;
	font-weight: bold;
}
.style4 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	font-weight: bold;
}
.style5 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
}
.style6 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #8B8585;
}
.style7 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #484483;
}
.style8 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #484483;
}
.style9 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 8pt;
}
.style10 {
	color: #FFFFFF;
}
.style11 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #FE360B;
}
.style12 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 10pt;
	color: #181363;
}
.style14 {
	color: #030303;
}
.style15 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF40;
}
.style16 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
.style17 {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 8pt;
	text-align: right;
}

/* Calendar attributes */
body {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	}

/* the div that holds the date picker calendar */
.calDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.calTable {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	background-color: #F4ECFC;
	border: 1px solid #E1CAFA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.calTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.calTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTR 
{
	background-color: #E4DCEC;
	border: 0px solid #E4DCEC;
	color: #000000;
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.calTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.calTD {
	border: 1px solid #ECE9D8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.calDayHighlightTD {
	background-color: #DDCCFF;
	border: 1px solid #B899FF;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.calTDHover {
	background-color: #08044F;
	border: 1px solid #08044F;
	cursor: pointer;
	color: #FFFFFF;
	}

/* the table cell that holds the name of the month and the year */
.calTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.calButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.calTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTD {
	background-color: #E4DCEC;
	border: 0px solid #E4DCEC;
	color: #000000;
	}

/* additional style information for the text that indicates the month and year */
.calTitleText {
	font-size: 12px;
	color: #484483;
	font-weight: bold;
	height: 25px;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.calDayHighlight {
	}

/* the forward/backward buttons at the top */
.calButton {
	font-family: Tahoma,Kalimati,Arial;
	font-size: 7pt;
	color: #FE360B;
	background: #F4ECFC;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	cursor: pointer;
	width: 25px;
	}


