/* NAV1 */

/* Nav1_1a */

a.nav1 
{
	border-top: solid #DDDDDD 1px; 
	border-right: solid #DDDDDD 1px; 
	border-left: solid #DDDDDD 1px; 
	padding: 15px 15px 10px 15px;
	color: #58CAE4;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background:#FFF url(http://www.litmusdigital.com/BDO/img/bluebg.gif) repeat-x bottom right;
	height: 24px;
}

a:hover.nav1
{
	color: #F11F44;	
	background: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	height: 24px;
}

a.nav1selected
{
	border-top: solid #DDDDDD 1px; 
	border-right: solid #DDDDDD 1px; 
	border-left: solid #DDDDDD 1px; 
	padding: 15px 15px 10px 15px;
	color: #F11F44;	
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background:#FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	height: 24px;
}

a:hover.nav1selected
{
	color: #F11F44;	
	background: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	height: 24px;
}

a.nav1contact
{
	border-top: solid #DDDDDD 1px; 
	border-right: solid #DDDDDD 1px; 
	border-left: solid #DDDDDD 1px; 
	padding: 15px 15px 10px 15px;
	color: #58CAE4;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background:#fff9EB url(http://www.litmusdigital.com/BDO/img/yellowbg.gif) repeat-x bottom right;
	height: 24px;
}

a.nav1contactselected
{
	border-top: solid #DDDDDD 1px; 
	border-right: solid #DDDDDD 1px; 
	border-left: solid #DDDDDD 1px; 
	padding: 15px 15px 10px 15px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #F11F44;	
	background: #fff9EB;
	border-bottom: solid 1px #FFFFFF;
	height: 24px;
}

a:hover.nav1contact
{
	color: #F11F44;	
	background: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	height: 24px;
}



/* NAV2 */

/* Nav2_3a */

a.nav2 
{
	padding:0px;
	color: #58CAE4;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.nav2
{
	color: #F11F44;	
	background: #FFFFFF;
}

.nav2selected
{
	padding:0px;
	color: #F11F44;	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* Quick list */

select.quickList
{
	font-family: arial;
	padding: 2px;
	background-color: #F6FBFE;
	border: solid #DCDDDF 1px;
	color: #2EB0A4;
	font-size: 12px;
	font-weight: bold;
}

/* Action button */

a.actionButton
{
	font-family: arial;
	padding: 2px 5px;
	background-color: #F6FBFE;
	border: solid #DCDDDF 1px;
	color: #E6213D;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a:hover.actionButton
{
	color: #2EB0A4;
}


/* TABLE */

table.tabulate 
{
	margin: 15px 0px 0px 0px;
	border: 1px solid #DDD;
	padding: 10px;
	background-color: #FFF9EB;
}

.tabulate th
{
	font-size: 12px;
	text-align: left;
	color:#000;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
}

.tabulate td
{
	padding: 5px 10px 0px 0px;
	font-size: 12px;
	color:#000;
}
.tabulate td a {color:#000}


