﻿

.drTabGreyLight {
  float:left;
  width:100%;
    margin-top:10px;
    
 background-image: url('bg-home-sidebar.png');
	background-position: 0 0;
	background-repeat: repeat-x;
  }
.drTabGreyLight ul {
	display: block;
	margin: 0;	
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
  }


.drTabGreyLight a:visited{text-decoration:none;}  

.drTabGreyLight a {
  float:left;
   text-align:center;
   vertical-align:middle;
   margin:0;
    padding-right:3px;
    padding-left:3px;
   text-decoration:none;
 
	
  margin-right:4px;
  
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	outline: none;
	cursor: pointer;
	
	background:url("newstab.png") no-repeat left top;
	background-position:0% -42px;
	height: 39px;
    
  }

.drTabGreyLight a span {
  margin-left:18px;
  margin-right:18px;
  }




/* Commented Backslash Hack hides rule from IE5-Mac \*/
.drTabGreyLight a span {float:none;}
/* End IE5-Mac hack */

.drTabGreyLight a:hover span {
   
  }

.drTabGreyLight a:hover {
  background-position:0% -82px;
  height: 39px;
  text-decoration:none;
  }
.drTabGreyLight a:hover span {
  
  }

.drTabGreyLight .current
{
}

.drTabGreyLight .current a
{
  background-image :none;
 
	cursor:default;
	border-top:solid thin #E7E5E2;
	border-left:solid thin #E7E5E2;
	border-right:solid thin #E7E5E2;
	border-bottom:solid thin #FFFFFF;
	
}
.drTabGreyLight .current a span
{
    color: #2E3958;
	font-weight: bold;

}

/*.Tab-GreyLight-Content
{
	border: solid 4px #E4E4E4;	
	padding: 5px;
}*/

.Tab-AOC-Content
{
	
	display: block;
	position: absolute;
	font-size: 11px;
	float: left;
	
	
	overflow:visible;
	background-image: url('bg-home-sidebar.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	
	border-bottom:solid thin #E7E5E2;
	border-left:solid thin #E7E5E2;
	border-right:solid thin #E7E5E2;
	border-top:solid thin #E7E5E2;
	/*
	border-bottom:solid thin #000000;
	border-left:solid thin #000000;
	border-right:solid thin #000000;
	*/
	width: 325px;
	height: 305px;
	top:41px;
	z-index:3;
}

.Tab-AOC-Content ul 
{
	
	padding: 20px 20px 0 16px;

}

.Tab-AOC-Content ul li
{
	
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px 0;	

}

/*.Tab-GreyLight-Pager
{
  background:#E7E5E2;
	border-bottom: solid 4px #6D6D75;	
}*/
.Tab-AOC-Pager
{
  display: block;
	position: absolute;
	font-size: 11px;
	float: left;
  height: 40px;
 width: 325px;
 padding-right:0px;
 z-index:2;

}


/* for the "More" links*/
.tabButton {
	
	margin: 0;	
	padding: 0;
	 float:right;
}
.tabButton a {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	background-image: url('btn-more.png');
	background-position: left 0;
	background-repeat: no-repeat;
}
.tabButton a:hover {
	background-position: left -30px;
}
.tabButton a span {
	display: inline-block;
	position: relative;
	height: 30px;
	padding: 0 12px 0 12px;
	color: #0F0A45;
	background-image: url('btn-more-span.png');
	background-position: right 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tabButton a:hover span {
	color: #1C589A;
	background-position: right -30px;
	text-decoration: none;
}
