﻿/*For tabs*/



/*Fix content overflow issue when no linewrap is availale*/
.linkList .content
{
	overflow: hidden;
	
	
}



.linkList ul, .itemList ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.linkList ul li a
{
	padding-left: 7px;
	background: url(images/iconshome.png.png) left 2px no-repeat;
	line-height: 152%;
}
.linkList ul li a:hover
{
	color: #3393C8;
}
.linkList ul li.more a
{
	color: #3393C8;
	background: none;
}

.linkList ul li.highlight
{
	
	font-weight: bold;

}
.linkList .content
{
	padding-bottom: 8px;
}
.solidBlue .content ul li a
{
	background-image: url(images/iconshome.png);
}

.keyBlue, .keyMagenta, .keyGrey, .maskWhite, .maskBlue, .maskGrey, .maskWhiteOnGrey
{
	display: block;
	position: relative;
}


.tl, .tr, .br, .bl
{
	display: block;
	position: relative;
	background-repeat: no-repeat;
}

.tl
{
	background-position: top left;
}
.tr
{
	background-position: top right;
}
.br
{
	background-position: bottom right;
}
.bl
{
	background-position: bottom left;
}


.content
{
	display: block;
	position: relative;
	padding: 10px;
	min-height: 10px;
}

.content p
{
	margin: 0px;
}

.content h3
{
	font-size: 100%;
}

ul.tabs

{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 2px 0;
}

.tabs li
{
	float: left;
	margin: 0px;
	padding: 0px;

	
}

.tabs li a
{
	text-transform:uppercase;
	text-align: center;
	color: #FFFFFF;
	height:23px;
	padding-top:0px;
	font-weight:bold;
	text-decoration:none;
	white-space: nowrap;
	margin-right: 4px;
	padding-top:3px;
	min-width: 80px;
}
	
/* To remove margin of 3rd tab */

.tabs li#d015_3_tab a 
{
	margin-right: 0;
	min-width: 134px;
}
.tabs li#d030_3_tab a {
	margin-right: 0;
	min-width: 134px;
}

.tabs li a:hover
{
	/*background-color: #808284;*/
	background-image:url(images/menutophover.png);
	background-repeat:repeat-x;
	border:solid 1px #FFFFFF;
	color: #FFFFFF;
	cursor:hand;
}

.tabs li.active a
{
	font-weight: bold;
	/*background-color: #2F6E91;*/
	background-image:url(images/menutophover.png);
	background-repeat:repeat-x;
	border:solid 1px #FFFFFF;
	color: #FFFFFF;
}

.tabs li.grey a
{
	color: #808284;
}
.tabs li.grey a:hover
{
	color: #2A5CB6;
	
	/*background-color: #DBDBDB;*/
}

.tabs li a .tr
{
	/*Set the borders arround the tab*/
	padding: 0px 6px 0px 5px;
	background-color:Transparent;
	
}

.tabs .content
{
	padding: 0px;
	margin: 0px;
}

.tabs .icon
{
	float: left;
	position: static;
	/*-3px bottom margin for IE7*/
	margin: -2px 4px -3px -2px;
}


.tabs a .off, .tabs a:hover .over, .tabs .active a .on
{
	display: block;
}

.tabs a:hover .off, .tabs a .over, .tabs a .on, .tabs .active a .off, .tabs .active a .over
{
	display: none;
}

a .off, a:hover .over, .active a .on
{
	display: block;
}

a:hover .off, a .over, a .on, .active a .off, .active a .over
{
	display: none;
}

/*Tabbed box showing and hiding*/
.fold
{
	display: none;
}
.unfold
{
	display: block;
}



/*---------------------------------------------------------*/

/*Kill the bullets*/
#navMain ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

/*Set out the sub level items*/
#navMain li ul
{
	display: none;
	position: absolute;
	width:770px;
	height: 2.5em;
	left: 0px;
	background-color:Transparent;
	z-index: 10;
	
}

/*Active/rolled items*/

#navMain li ul.unfold
{
	display: block;
	background:none;
	margin:0;
	
}

#navMain li ul li a
{
	display: block;
	width: auto;
	font-weight: normal;
	text-transform: none;
	padding: 0px 7px 0px 7px;
	cursor:hand;
	margin: 7px 0px 5px 0px;
	height:19px;
	border:0;
	border-right:1px solid #666666;
	min-width: 0px;
	background:none;
	color:#333333;
	
	
}
#navMain li ul li a:hover
{
	text-decoration: none;
	border:0;
	background:none;
	color: #2554A7;
	border-right:1px solid #666666;
	font-weight:bold;
}

#navMain li ul li a:hover.active
{
	text-decoration: none;
	background:none;
	color: #2554A7;

	
	
}
/*Tidy up*/
#navMain a.last
{
	border-right: none;
	
	
}

#navBar1, #navBar2
{
	display: block;
	float: none;
	clear: both;
	

}
#navBar1 .content, #navBar2 .content
{
	padding: 5px 7px;
}
#navBar2 .content
{
	padding: 5px 7px 5px 7px;
}



