/*DROP DONW MENUS*/
.chromestyle{
width: 100%;
font:bold 12px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(Images/linkbg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(Images/linkbg_hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
font-family: Arial;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FDF2D3;
}

.dropmenudiv_ahref{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:normal;
}


/*PAGES STYLE SHEET*/

/* Added by Amit on 30th July for gridview pagerstyle */
.PagerStyleGridView td table tr td span, .PagerStyleFontGridView td table tr td a

{

Font-Size: 12px; 
}
/* Done by Amit on 30th July for gridview pagerstyle */

.text-content{ 
font:normal 12px Arial;
color:#333333;
line-height:16px;
}
.blacktext-content{ 
font:normal 12px Arial;
color:#000000;
line-height:16px;
}
.smalltext-content{ 
font:normal 10px Arial;
color:#000000;
line-height:12px;
}
.header{ 
font:bold 13px Arial;
color:#a41c2b;
line-height:12px;
}
.header-white{ 
font:bold 13px Arial;
color:#ffffff;
}
.mainheader{ 
font:bold 18px Arial;
color:#a41c2b;
line-height:12px;
}
.button
{
	border-right: #5b5b5b 1px solid;
	border-top: #5b5b5b 1px solid;
	font-size: 11px;
	font-weight: BOLD; /*BACKGROUND-IMAGE: url(../Images/button_bg.gif);*/
	border-left: #5b5b5b 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: #5b5b5b 1px solid;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;
	background-color: #DDD7BD;
}
.bdr
{
	font-family: Arial;
	font-size: 9pt;
	border: 1px solid #999999;
}
.content
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.content_small
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #000000;	
}

.orange-bold1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #a41c2b; FONT-FAMILY: arial,verdana,tahoma; HEIGHT: 19px; TEXT-DECORATION: none
}
.formField1 {
	BORDER-RIGHT: #a41c2b 1px solid; BORDER-TOP: #a41c2b 1px solid;  BORDER-LEFT: #a41c2b 1px solid;  BORDER-BOTTOM: #a41c2b 1px solid; 
}
/* Start : Added BY Ravindra on date 27 Mar 2009 for CR-340*/
.homelink1{PADDING-RIGHT: 4px;PADDING-LEFT: 4px;FONT-WEIGHT: bold;FONT-SIZE: 14px;PADDING-BOTTOM: 4px;COLOR: #751006;PADDING-TOP: 4px;FONT-FAMILY: Arial;BACKGROUND-COLOR: #feecbc;TEXT-DECORATION: none}

.black-text1{FONT-WEIGHT: normal;FONT-SIZE: 12px;COLOR: #243f76;FONT-FAMILY: arial,verdana,tahoma;TEXT-DECORATION: none}

/* End : Added BY Ravindra on date 27 Mar 2009 for CR-340*/
/* Start : Added BY Ravindra on date 26 jun 2009 for CR-435 (On Live color:#8C4510; and On UAT color:#333333) for avoid e-channel look and feel from live*/
.grid-content{ 
font:normal 12px Arial;
color:#333333; 
line-height:16px;
}
/* End : Added BY Ravindra on date 26 jun 2009 for CR-435*/
/* Added by Amit Dangre for CR:465 */
.grid-cnt{ 
font:normal 12px Arial;
color:#8C4510; 
line-height:16px;
}
/* Done by Amit Dangre for CR:465 */
