﻿/*body {
	font: 0.75em arial;
}*/
h2{
	color:#053788;
	font:1.5em arial;
}
#tabs_wrapper {
	width: 422px;
	margin-top:30px;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
	font-size: 100%;	
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #d6e3eb;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 400px;
	/*background-color:#d6e3eb;*/
}
.tab_content {
	display: none;
}

/*---------------------------------------------- SUB TABS in DOCUMENT MANAGER ---------------------------------------*/
.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	background-color: #27b4e8;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	width:200px;
	}
.tabhold { 
	background-color: #e0e0e0;
	color: black;
	}
.tabfocus { 
	background-color: #27b4e8;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	/*border-top:4px solid #27b4e8;*/
	border-left:1px solid #e0e0e0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
.higlighttableCell{border-top:4px solid #27b4e8;}	
.pxcell200{width:200px;}