/* CSS Document */

.overviewbackground {
	width:auto;
	background: url(../images/x_overviewbackgroundred.gif) repeat-x;
	text-align:right;
	padding: 0px 0px 20px 0px;
}

.overviewbackground .tab a 
{
	height:30px;
	width:130px;
	display: inline-block;
	text-align: center;
	line-height:30px;
	cursor:pointer;
	text-decoration: none;
	color: #696969;
}
.overviewbackground .tab a:hover, .overviewbackground .tab .current {
   background:url(../images/x_overviewon3red.gif) no-repeat;
}
.overviewbackground .tab a {
   cursor:pointer;
}
.overviewbackground .tab .noselect {
   background:url(../images/x_overviewoff3red.gif) no-repeat;
   color: #aaa;
}
.tab *{

	float:right;
/*	padding-top:8px; */
	margin: 8px 0px 5px 0px;
}

.headings {
	background:url(../images/x_overviewoff3red.gif) no-repeat;
	height:30px;
	width:130px;
	display: inline-block;
	text-align:center;
	color: #696969;
	text-decoration: none;
	line-height: 30px;
	cursor:pointer;
}
.headings a {
	color: #696969;
	text-decoration: none;
}