#content ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc; /* #999; */
	border-left: 1px solid #ccc; /* #999;*/
	width: 730px;/* 650px;*/ /* 100%; */
}
#content ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc; /* #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #949eb0 ;
}
#content ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size:80%; /* 1.2em;*/
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

#content ul.tabs li a:visited {
	color:#000;
}

#content ul.tabs li a:hover {
	color:#000;
	background: #e8e8e8;
}
html #content ul.tabs li.active,
html #content ul.tabs li.active a,
html #content ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#000;
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}


#content .tabcontainer {
	border: 1px solid #ccc; /* #999; */
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; /* width: 100%;*/
	margin-bottom:10px;
	padding-left:0px;
	width:730px;/*650px;*/
/*	background-color:#eef; */
}
#content .tabcontent {
	float:left;
	padding:10px 20px 10px 15px;
	font-size:80%;
	width:695px;/* 615px;*/
/*	background-color:#efe; */
}
#content .tabcontent ul{
	float:left;
	margin-top:10px;
/*	background-color:#fee; */
	width:670px;/* 590px;*/ /* 660px; */
/*	list-style-type:disc;*/
	padding-left:20px;
}
#content .tabcontent li{
	color:#8393b0;
	width:680px;/* 600px;*/
	margin-bottom:4px;
	line-height:130%;
	vertical-align:top;
}
#content .tabcontent .updnew{ font-size:90%; color:#f00; list-style-type:none; margin-top:4px;}
#content .tabcontent .updold{ font-size:90%; color:#900; list-style-type:none; margin-top:4px; }
