
.receiptBody{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR:#29649E;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none    
}
.receiptBodyNew{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR:#b5000b;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none    
}
.red{
    COLOR:red;
}
.Maron
{
	color:#b5000b;
}

.psButton 
{
border-bottom:#7B9EBD 1px solid ;
HEIGHT:auto;
border-left:#7B9EBD 1px solid;
border-right:#7B9EBD 1px solid;
border-top:#7B9EBD 1px solid;
cursor:hand;
font-family:Verdana;
font-size:9px;
padding-left:2px;
padding-right:2px;
width:auto;
}

.txt2
{
	font-family:Verdana;
	font-size:8pt; 
	border:solid;
	border-width:0px;   
	height:15px;
}

.txt
{
	font-family:Verdana;
	font-size:8pt;   
	border:solid;
	border-width:1px;   
	height:15px;
	text-align:right;
	width:120px;
	background-color:#e7eefe;	
}

.mandatoryText
{
	font-family:Verdana;
	font-size:8pt;   
	border:solid;
	border-width:1px;   
	height:15px;
	background-color:#e7eefe;
}

.cmbBox
{
	width:120px;
    BORDER-RIGHT: #c4c4c4 1px solid;
    BORDER-TOP: #c4c4c4 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #c4c4c4 1px solid;
    BORDER-BOTTOM: #c4c4c4 1px solid;
    FONT-FAMILY: Verdana, Arial;   
    background-color:#e7eefe;
}

.subTableHead
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:Navy;
}




/* **** THIS CLASS ARE FOR CALENDER ***** */
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1px; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;  /*Outer Table*/
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: Navy;
	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef;
	/*background-color: #990000*/
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	font-size: 11px;
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	font-size: 11px;
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px;
	border-width: 1px; 
	border-style: solid; 
	/*border-color: #a0a0a0;*/
	/*background-color: #cee3ef;*/
	/*background-color: #0066cc;*/
	/*background-color: #e7eefe;*/
	background-color :#f4f3f0; 
	border-color: #cccccc;
	/*color: Navy;*/
	color:#8a4a26;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	/*background-color: #3a6ea5;/*sanjay need to be changed*/
	background-color:White ;
	/*#f8f8f8;*/
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	/*background-color: #990000;*/
	/*background-color:#e7eefe;*/
	background-color :#f4f3f0; 
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	/*background-color: #f8f8f8;*/
	font-family: verdana; 
	font-size: 10px;
	/*color:Navy;*/
	color:#2d3023;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color:#8a4a26;
	/*color: Navy;
	background-color: #cee3ef;
	background-color: #990000;
	background-color:#e7eefe;*/
	background-color: #f4f3f0;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	/*background-color: navy; */
	background-color:#8a4a26;
	padding: 0px;
}
/* calender ends here */

