/*
bgmaic background main color

btnbgc / mnutxa button background color / Menu active text --> same color if possible
btntxc button text color
btntxs button shadow color

mnubgc menu background color
mnutxa menu text active color

fontmac font main color


*/


body{
	background-color: #b0c4de;
}

input[type="button"], input[type="submit"] { 
    color:#FFFFFF; 
    background-color:#e4202c; 
    /*text-shadow: -1px -1px 0 #btntxs;*/
}
 
input[disabled="disabled"], input[disabled]{
    background-color: #F4F4F4;
    color:#6D6D6D;
    cursor: default;    
} 
 
/* ---- menu style ---- */
#slideMenuPanel 
{
    background-color:#c8c8c8;
}
.menu_text_red{
	color: #e4202c;
}
.submenu_red{
	border-left: 40px solid #c8c8c8;
}
.submenu_text_red{
	color: #e4202c;
}

.menu_text_blue{
	color: #333333;
}
.menu_blue	a:hover{ 
	background-color:#b0c4de; 
 }
 .submenu_text_blue{
	color: #333333;
}
.submenu_blue{
	border-left: 40px solid #c8c8c8;
}
.submenu_blue	a:hover{ 
	background-color:#b0c4de; 
 }

/* ---- special titeltext styles ---- */
.font0{
	color: #333333;
}
.font1{
	color: #333333;
}
.font2{
	color: #333333; 
}
.font3{
	color: #333333; 	
}
.font4{
	color: black;
}
.font5{
	color: red;
}
.font6{
	color: #666666;
}


/* ---- lanuage selection menu style ---- */
.ContextMenuPanel {
	background-color: #b0c4de;
}
a.ContextMenuItem{
	color: #333333;
}
a.ContextMenuItem:hover{
	background-color: #b0c4de;
	color: #333333;
}
.lngMenue{
	background-color: #b0c4de;
}
#ctl00_lbLng_dropWrapper span:hover{
	background-color: #b0c4de;
}

/* ---- multirate page ---- */
thead.fixedHeader tr th, tfoot.fixedFooter tr th{
    background-color: #b0c4de;
}

/* Mandatory  Styles */
.mandatory
{
   display:none;
}