/* CSS Document */

/* ********************************************************************************************
*	Created By: 				Zohra Zemirli, Accenture Utilities BPO
*	Creation Date: 			December 14, 2007
******************************************************************************************** */
/* CLASSES FOR TOP NAVIGATION BAR */

a.nav {
	text-decoration:none;
	color: #000000;
}
a.nav:hover { text-decoration: none; color: #6DA204;}
a.nav:active { text-decoration: none;	}

a.nav2 {
	text-decoration:none;
	color: #797979;
	font-weight: bold;
}
a.nav2:hover {
	text-decoration: none;
	color: #6DA204;
	
}
a.nav2:active { text-decoration: none;	}

.headnav_top	{
	background-image:url(../images/headnav_sl.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
}
.headnav2_top	{
	background-image:url(../images/headnav_s2.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
}

.nav1 {
	color:#6DA204;
	cursor:pointer;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:2px;	
}

.tabnavActive {
	background-image:url(../images/active.gif);
	color:#336600;
	cursor:pointer;
	border:0px;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:7px;
	width:120px;
}

.tabnav {
	background-image:url(../images/inactive.gif);
	color:#6DA204;
	cursor:pointer;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:7px;
	width:120px;
}
.tabnav3Active {
	background-color:#ffffff;
	color:#336600;
	cursor:pointer;
	border:0px;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:1px;
	width:120px;
}

.tabnav3 {
	background-color:#CCCCCC;
	color:#6DA204;
	cursor:pointer;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:1px;
	width:120px;
}
/*****  TDG TABS DISABLE **************************/
.tabdisable{
	background-color:#FAFAFA;
	color: #CCCCCC;
	cursor:pointer;
	border:0px;
	text-align:center;
	font-family:tahoma, arial;
	font-size:11px; 
	padding-top:1px;
	width:120px;
}

