/* CSS Document */
body{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
td,input{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.outerboder{
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}
.outerboderbox{
	border-bottom:1px solid #FFE2A3;
	border-left:1px solid #FFE2A3;
	border-top:1px solid #FFE2A3;
	border-right:1px solid #FFE2A3;
}
.mandatory
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	color:#ff0000;
}
.line{
	border-bottom:none;
	border-left: none;
	border-top:none;
	border-right:1px solid #ffe2a3;
}
/* header start from here*/
.gh1
{
	background-image:url(../images/header1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:123px;
	width:260px;
}
.gh2
{
	background-image:url(../images/header2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:123px;
	width:260px;
}
.gh3
{
	background-image:url(../images/header3.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:123px;
	width:258px;
}

/* header ends here*/
/*Menu Start*/
.menu { 
	width:776px;
	width/**/:/**/100%; /*hack for IE 6 and lower version*/
	font-size:0.85em;
	/*background-color:#0000FF;*/ /*for IE*/
}

/*convertable menu*/
/* remove all the bullets, borders and padding from the default list styling */ 
/*Mentioning Width here menu transforms into Vertical*/
.menu ul { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
	/*width:130px;*//*Mentioning Width here menu transforms into Vertical*/
}


.menu ul ul { 
	width:150px; /*150px*/
	/*height:25px;*/
} 


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */ 
.menu li { 
	float:left;
	width:129px;/*150px*/ 
	/*background-color:#FF0000;*/ /*this block carries all the li tabs Horizontally*/
	position:relative;
	/*left:96px; */	
} 


/* style the links for the top level */ 
.menu a, .menu a:visited { 
display:block;
font-size:12px; 
font-family:Arial;
text-decoration:none; 
color:#fff; 
width:122px; /*139px*/
width/**/:/**/122px; /*hack for IE 6 and lower version*/
height:25px; /*30*/
border-bottom:1px solid #fff;
border-left: 1px solid #fff;
/*border-width:1px 1px 0 0; */
/*background:#758279;*/
background-color:#ff6c00;
padding-left:10px;
line-height:26px;/*29*/ 
/*background-color:#E9BB54;*/	
} 


/* a hack so that IE5.5  and IE6 Family faulty box model is corrected */ 
* html .menu a, * html .menu a:visited { 
	width:117px;
	/*w\idth:100px; */ /*this code has nothing to do with any browsers*/
} 

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	/*background:#ff6c00 url(../images/drop.gif) right no-repeat;*/
	background-color:#ff6c00;
}


/* style the second level hover */
.menu ul ul a.drop:hover{
	/*background:#ff6c00 url(../images/drop.gif) right no-repeat;*/
	background-color:#E9BB54;	
}

.menu ul ul :hover > a.drop {
	/*background:#E9BB54 url(../images/drop.gif) right no-repeat;*/
	background-color:#E9BB54;	
}


/* style the third level background effects IE7 and higher version IE firefox*/
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ff6c00;	/*d4d8bd*/
	color:#ffffff;
}


/* style the third level hover */
.menu ul ul ul a:hover {
	background:#E9BB54;	/*hover effects IE7 and higher, firefox*/
	
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
/*position tab for 1st level menu*/ 
.menu ul ul { 
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:26px; /*26*/
	left:0; 
	/*_left:150px;*/
	width:152px;
	/*background-color:#ff0000;*/ 
} 


/* another hack for IE5.5 */
* html .menu ul ul {
	top:26px; /*30*/
	top/**/:/**/27px;
}

/* position the third level flyout menu IE 6 */ 
.menu ul ul ul{ 
	left:150px;/*-150*/
	_left:150px; /*hack for IE 6 and lower version */
	top:0; 
	width:100px; /*150*/
} 


/* position the third level flyout menu for a left flyout */ 
.menu ul ul ul.left { 
	left:-150px;/* 200*/
} 

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0;	
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
	background:#ff6c00;  /*d4d8bd*/
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:129px; /* yet another hack for IE5.5 */		 
} 


* html .menu ul ul a{ 
	width:138px; /*150*/
	width/**/:/**/129px;
	color:#ffffff;	
} 


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff; 
	background:#E9BB54;		
}


.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background:#E9BB54;	/*949e7c*/
}

/* make the second level visible when hover on first level list OR link */ 
.menu ul :hover ul { 
visibility:visible; 
} 
/* make the second level visible when hover on first level list OR link */ 
.menu ul :hover ul { 
	visibility:visible;
	 
} 

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */ 
.menu ul :hover ul :hover ul ul{ 
	visibility:hidden; 
}  

/* keep the fourth level hidden when you hover on second level list OR link */ 
.menu ul :hover ul :hover ul :hover ul ul{ 
	visibility:hidden; 
} 

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible; 
} 

/* make the fourth level visible when you hover over third level list OR link */ 
.menu ul :hover ul :hover ul :hover ul :hover ul { 
	visibility:visible; 
}

#DivimagePlacement
{	
	position:absolute;
	top:7px;
	left:130px;
}

/*Menu End*/
.menubg
{
	background-image:url(../images/menubg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:25px;	
}
/*<!-- fotter css starts from here -->*/

.footertext{
	font-family:Arial;	
	color: #ffffff;
	text-decoration: none;
	font-size:12px;	
	text-decoration: none;	
}
footerlink
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
a.footerlink
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
a.footerlink:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
a.footerlink:active
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
/*<!-- fotter css ends from here -->*/

.h1{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#0f5c07;
	text-decoration:underline;
}
.h4{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-left:5px;
}
.Blacktext{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	padding-left:5px;
}
.welcometext{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	padding-left:5px;
}
.button{
	border-right: #FFE2A3 1px solid;
	border-left: #FFE2A3 1px solid;
	border-top: #FFE2A3 1px solid;
	border-bottom: #FFE2A3 1px solid;
	color: #555555;
	cursor:hand;	
	font-family: Arial;
	background-color:#FFD475;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType:0,StartColorStr:'#FFD475',EndColorStr:'#FEEECA'); 
	font-size:11px;
	text-align:center;
	width:50px;
	height:20px;
		
}
.mantext
{
	border-right: #555555 1px solid;
	border-left: #555555 1px solid;
	border-top: #555555 1px solid;
	border-bottom: #555555 1px solid;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	height: 17px;
	width:120px;
	background-color:#FFFFCC;
	text-align: left;
}
.label{
	background-color:#ffe2a3;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0f5c07;
	font-weight:bold;
	padding-left:5px;
}
.labelheader{
	background-color:#ffe2a3;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0f5c07;
	font-weight:bold;
}
.labeldesign{
	background-image:url(../images/design.jpg);
	background-position:left;
	background-repeat:repeat-x;
	height:18px;
}
a.sublink{
	font-family:Arial;	
	color: #555555;
	text-decoration: none;
	font-size:11px;	
	font-weight:bold;
}
a.sublink:hover{
	font-family:Arial;	
	color: #000000;
	text-decoration: underline;
	font-size:11px;	
	font-weight:bold;
}
a.sublink:active{
	font-family:Arial;	
	color: #000000;
	text-decoration: underline;
	font-size:11px;	
	font-weight:bold;
}
.sponserlink{
font-family:Arial;
font-size:11px;
color: #083161;
font-weight: bold;
text-decoration: none;
}
a.sponserlink{
font-family:Arial;
font-size:11px;
color: #083161;
font-weight: bold;
text-decoration: none;
}
a.sponserlink:hover{
font-family:Arial;
font-size:11px;
color: #ff4500;
font-weight: bold;
text-decoration:underline;
}
a.sponserlink:active{
font-family:Arial;
font-size:11px;
color: #000000;
font-weight: bold;
text-decoration:underline;
}

/* Additionals */
.dgheader1
{
	background-color: #E9BB54;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1pt;
	padding-left: 5px;
	text-decoration:none;
}
a.dgheader1:link
{
	background-color: #E9BB54;
	font-weight: bold;
	color:#ffffff;
	font-size: 11px;
	font-family:Arial;
	letter-spacing:1pt;
	padding-left:5px;
	text-decoration:none;
}
a.dgheader1:hover
{
	background-color: #E9BB54;
	font-weight: bold;
	color:#000000;
	font-size: 11px;
	font-family: Arial;
	letter-spacing:1pt;
	padding-left:5px;
	text-decoration:none;
}
.contenttext{
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-align:left;
	padding-left:5px;
}
.mailto{
	font-family: Arial;	
	color: #555555;
	text-decoration: none;
	font-size:11px;	
	border-bottom: 1px dashed #ff0000;
}
a.mailto:link{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#555555;
	border-bottom: 1px dashed #ff0000;
}
a.mailto:hover{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#ff0000;
	border-bottom: 1px solid #ff0000;
}
a.mailto:active{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#ff0000;
}
.middlelinebg{
	background-image:url(../images/middlelinebg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	width:2px;
}
.innerlink{
	font-family: Arial;	
	color: #555555;
	text-decoration: none;
	font-size:11px;
	border-bottom: 1px dashed #555555;
}
a.innerlink:link{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#555555;
	border-bottom: 1px dashed #555555;
}
a.innerlink:hover{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#ff0000;
	border-bottom: 1px solid #ff0000;
}
.innertitle{
	background-color:#ffe2a3;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0f5c07;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

/* Additionals */

a.logout:link{
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#555555;
	border-bottom: 1px dashed #555555;
}
a.logout:hover{
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	border-bottom: 1px solid #ff0000;
}
.gridlabel{
	background-color:#ffe2a3;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0f5c07;
	font-weight:bold;
	padding-left:5px;
}

.dropdownlist
{
	font-size: 10px;
	vertical-align: baseline;
	cursor: auto;
	color: #000000;
	font-family: verdana;
	text-align: center;
	height: 25px;
	z-index:10;
	text-align:left;	
}
.mandropdownlist
{
	font-size: 10px;
	vertical-align: baseline;
	cursor: auto;
	color: #000000;
	font-family: verdana;
	text-align: center;
	height: 25px;
	z-index:10;
	text-align:left;
	border-right: #555555 1px solid;
	border-left: #555555 1px solid;
	border-top: #555555 1px solid;
	border-bottom: #555555 1px solid;
	background-color:#FFFFCC;
}
