/* CSS Document */
body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

background:url(../images/topbg.jpg) repeat-x top #FFFFFF;
}


h2{
margin:0px;
padding	:0px;
font-size:14px;
color: #3366CC;
}
h3
{
font:bold ;
color:#aa0000 ;
font-size:11px;
padding:0px;
margin:0px;
}

form {
	padding:0px;
	margin:0px;
}

fieldset {
	border: none;
}

legend {
	display: none;
}



#topNav{
	padding-top:8px;
}
#topNav ul{
margin:0px;
padding:0px;
list-style:none;
}
#topNav ul li{
margin:0 5px 0 5px;
padding:0px;
display:block;
float:left;
}
#topNav ul li a{
margin:0px;
padding:0px;
display:block;
float:left;
color:#fff;
text-decoration:none;
}
#topNav ul li#active {
margin:0px;
padding:0px;
float:left;
display:block;
background:url(../images/topNavLeft.jpg) 0 0 no-repeat;
line-height:38px;
padding-left:5px;
margin-left:3px;
}
#topNav ul li#active a{
margin:0px;
padding:0px;
float:left;
display:block;
background:url(../images/topNavRight.jpg) 100% 0 no-repeat;
line-height:17px;
padding-right:5px;
}
#mainMenu {
background:url(../images/mainMenMid.jpg) 0 0 repeat-x;
}
#mainMenu ul{
margin:0px;
padding:0px;
list-style:none;
}
#mainMenu ul li{
margin:0px;
padding:0px;
height:38px;
line-height:38px;
display:block;
float:left;
background:url(../images/mainMenuLinkBg.jpg) 100% 0 repeat-y;
}
#mainMenu ul li a{
margin:0px;
padding:0px;
height:38px;
line-height:38px;
display:block;
float:left;
color:#fff;
text-decoration:none;
font-weight:bold;
padding:0 10px 0 10px;
white-space:nowrap;

}
#mainMenu ul li a:hover,#mainMenu ul li a#active{
margin:0px;
padding:0px;
height:38px;
line-height:38px;
display:block;
float:left;
color:#FFF;
text-decoration:none;
font-weight:bold;
padding:0 10px 0 10px;
white-space:nowrap;
background:#0361A7;
}


#leftMenu {
	background:url(../images/leftMenutopBg.jpg) 0 0 repeat-x;
	width:206px;
}
#leftMenu h3{margin:0 auto;color:#fff;margin:15px 0 0 50px}

/* Ceo Message */
table#cdoMes td.mes{
padding:0 10px 0 10px;
}

#rightCol{
padding:5px 5px 0 0;
}
input.logTxtBox{
width:100px;
}
#logIn a{color:#666;}

#contCol{
padding:10px 10px 0 4px;
margin-top:10px;
}
/* OPERATOR */
table.grayLine{
margin:5px 0 5px 0;
}
table.grayLine td.midLeft{
	background:url(../images/whiteCrv_04.jpg) 0 0 repeat-y;
}
table.grayLine td.midRight{
	background:url(../images/whiteCrv_06.jpg) 0 0 repeat-y;
}
table.grayLine td.topCenter{
	background:url(../images/whiteCrv_02.jpg) 0 0 repeat-x;
}
table.grayLine td.botCenter{
	background:url(../images/whiteCrv_08.jpg) 0 0 repeat-x;
}
.footerLink a
{
padding:0 5px 0 5px;
color:white;
}
a img{
border:none;
}
/*language */
table#language{
color:#fff;
}

/* tab menu */
ul#tabMenu {
list-style:none;
margin:0px;
padding:0px;
}
 ul#tabMenu li{
display:block;
float:left;
margin:0 3px 0 0px;
padding:0px;
}

ul#tabMenu li a:hover,ul#tabMenu li a#active{
background:url(../images/tab1_01.jpg);
float:left;
padding-left:10px;
white-space:nowrap;
display:block;
height:25px;
line-height:25px;
text-decoration:none;
}

/*suman's modfication*/
a {
	COLOR: #0066a5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	COLOR: #00304e; /*BACKGROUND-COLOR: #e6e6e6*/
}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	background: #F7F7F7 url(../images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
	
}


#ullanguages {
list-style-type:none;
display:block;
color:#333333;
font-weight:bold;
font-size:14px;
}
#ullanguages li {
float:right;
padding-right:5px;
}
#ullanguages li img {
vertical-align:middle;
}
.maincontent {
background:#F5F5F5; 
border:1px solid #D1D2D6; 
padding-left:10px;
z-index:99;
margin-left:10px;
margin-bottom:10px;
margin-top:10px;
}

/*start grid */
.grid
{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #7f7f7f;
    border-collapse:collapse;	
    color: #333333;
    width:100%
}


/* header column rules */
.grid th 
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align:left;
}  

.grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 10px;
}

/* data cell and data row rules */
.grid td 
{
	color:#333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.grid .altrow
{
    background-color: #EBF4FA;
} 

.grid .row
{
    background-color: #fff;
}  

.grid .rownum {
    text-align:center;
    font-weight:bold;
    color:#333333;
}
/*end grid*/
.emptyText {
	color:#D01B1B;
}
.ibtn {
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}
.textbox {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}
.hr {
	color:#D1D2D6;
	height:1px;
}
.formtext {
	border:0px;
}

.rcorner {
border: 1px solid #8397a8;
width:95%;
height:100px;
background-color: #f7fbff;
color:#000000;
background:url(../images/whatsnewtitle.gif) no-repeat fixed ;
}

.titlecolor
{
	color:#ffffff;
	font:bold;
	font-size:18px;
}



/*MENU*/
		#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 100%;
		background-color: #c9e1f6;

	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.6em;
		margin-bottom : -1px;
		width: 15.5em;
		z-index:100;
		background:url(../images/dotted_underline.jpg) repeat-x bottom;
		}

	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left :180px;
		margin-top : -2em;
		z-index:100;
	}
	
	
	#nav li a {
		width: 11em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		padding : 0 1.5em;
	}
	
	#nav li a:hover {
		color :#ff0000;
		font-size:13px;
		

	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
.box{
	width:175px;
	height:100px;
	margin-left:5px;
	margin-top:20px;
	float:left;
}

