
.menu1{
      background-color:#C0C0C0;
      padding-left:20px;
      padding-top:2px;
      padding-bottom: 2px;
      display:block;
      text-decoration: yes;
      color: #000000;
      height: 20px;
      font-family:Verdana;
      font-size:12px;
      border-top:solid 1px #000000;
      font-weight:800;
}
.PageHeader
{
	font-size: 10pt;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	 background-color:#778899;
}
	
.SubPageHeader
{
	font-size: 8pt;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#778899;

}



.GridHeader /*headernew*/
{
	font-size: 8pt;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#778899;
	text-align:center;
}

.GridItem
{
	font-size: 8pt;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align:center;
}

.Footer
{
	font-size: 8pt;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}

.Hyperlink
{
	font-size: 8.0pt;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
}

.FEHead /*row1*/
{
	font-weight: bold;
	font: smallcaption;
	font-size: 10pt;
}


.FEValue /*row2*/
{
	font-size: 8pt;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	
}


.RightMesgTxt
{
	font-size: 8pt;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff6633;
}

.ErrorMsg
{
	font-size: 8pt;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff6633;
}


.Button
{
	background-color: #C9E1EF;
	border-bottom: #a8b2bb 1px solid;
	border-left: #a8b2bb 1px solid;
	border-right: #a8b2bb 1px solid;
	border-top: #a8b2bb 1px solid;
	color: #000000;
	font-family: Verdena;
	font-weight:bold;
	font-size: 11px;
	height: 18px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}


.tableBG
{
	border-right: #778899 thin solid;
	border-top: #778899 thin solid;
	border-left: #778899 thin solid;
	border-bottom: #778899 thin solid;
	padding-right: 2px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 1px;
}


/* Add Modal Pop up  by Manoj Thakur*************************/

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
/*<!--background:#E8E8D0;-->*/


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #c9e1ef;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*********************************Code for the menu************************************************/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 195px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem
{
	background: black url(../images/shade.jpg) repeat-x bottom left;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover
{
	background-image: url(../images/shadeactive.jpg);
	color: Black;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
background-color:#FFAE00;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #A70303;
background: url(images/arrowbullet.gif) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
margin-left:3px;
}
.glossymenu div.submenu ul li a:visited{
color: #A70303;
}
.glossymenu div.submenu ul li a:hover{
color: #A70303;
background-color: #F3F3F3;
}
.menubg
{
background-image:url(images/menubg.jpg);
}
.menu,A.menu:link,A.menu:visited,A.menu:active {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:Gold;
text-decoration:none;
font-weight:bold;
background-color:LightSlateGray;
}
A.menu:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:Gold;
text-decoration:none;
font-weight:bold;
background-color:LightSlateGray;
}
