BODY
{
    SCROLLBAR-ARROW-COLOR: #ef9229;
    SCROLLBAR-BASE-COLOR: #efefe7;
    BACKGROUND-COLOR: #efefe7
    
}
TABLE
{
    BACKGROUND-COLOR: #daa520
}
TR
{
    BACKGROUND-COLOR: #ffffff
}
TD
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
TEXTAREA
{
    COLOR: #8b4513;
    BACKGROUND-COLOR: #fffacd
}
.user_input
{
    border: thin outset #ef9229;
	FONT-SIZE: 11px;
    	COLOR: #8b4513;
    	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    	BACKGROUND-COLOR: #ffffff;
	height: 19px;
}
.button_style
{
    border: thin outset #cd853f;
	FONT-WEIGHT: bolder;
    	FONT-SIZE: 11px;
    	COLOR: #ffffff;
    	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    	BACKGROUND-COLOR: #ef9229;
	height: 21px;
}
.bodylink
{
    COLOR: #8b0000;
    TEXT-DECORATION: none
}
A.bodylink:hover
{
    COLOR: #b8860b;
    FONT-STYLE: italic;
    TEXT-DECORATION: none
}
.menu_opt
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #efefe7;
    TEXT-DECORATION: none
}

.vsts_ar_font
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.menu_opt1
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #efefe7;
    TEXT-DECORATION: none
}

A.menu_opt:hover
{
    FONT-WEIGHT: bolder;
    COLOR: #8b0000
}
.active_cell
{
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #efefe7
}
.3D_cell
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-WEIGHT: bolder;
    BORDER-LEFT: 1px outset;
    COLOR: #000000;
    BORDER-BOTTOM: 1px outset;
    BACKGROUND-COLOR: #ded7bd
}
.ThreeD_cell
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-WEIGHT: bolder;
    BORDER-LEFT: 1px outset;
    COLOR: #fff;
    BORDER-BOTTOM: 1px outset;
    BACKGROUND-COLOR: #010167;
}
.blank_cell
{
    BORDER-RIGHT: #ff4500 thin double;
    BORDER-TOP: #ff4500 thin double;
    BORDER-LEFT: #ff4500 thin double;
    COLOR: #000000;
    BORDER-BOTTOM: #ff4500 thin double;
    BACKGROUND-COLOR: #ff0000
}
.menu_main_cell
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bolder;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset;
    BACKGROUND-COLOR: #010167;
    COLOR: White;
    FONT-SIZE:15px;
}


.menu_active_cell
{
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #ded7bd
}

.bg 
{
	background-attachment: fixed; background-image: url(Images/PageBG_LogoICICI.gif); background-repeat: no-repeat; background-position: center
}


/*Class For Calendar*/
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	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: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #9f9fff
}

/* 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; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color: #0066cc;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
}

/* 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: white;
	/*background-color: #cee3ef;*/
	background-color: #9f9fff;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}
/*End of Class For Calendar*/
.td_Hidden
{
	display:none;
}

.HiddenText lable
{
	display:none;
}


/*pratik a, 22-11-2019*/
.header-ribbon td{ background-color: #010167; color:#fff; text-align:center;}