* {padding: 0; margin: 0;}

body
{
	margin:0px; 
	padding:0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

input
{
	font-family: arial;
	font-size: 12px;
}

textarea
{
	font-family: arial;
	font-size: 12px;
}

a img 
{
	border: 0;
	text-decoration: none;
}

#Main
{
	text-align: left;
	background-color: #DFDFE7;
	border: 1px solid #adadad;
	width: 890px;
	height: 550px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.HomePage
{
	background: url(../../images/client/background.jpg) bottom no-repeat;
}

#Header
{
	position: relative;
	height:100px;
}

#Logo
{
	position: absolute;
	top:0px;
	right:10px;
}

#Text
{
	position: absolute;
	top:10px;
	left:10px;
	text-align:center;
	font-size:15px;
	-webkit-text-shadow: 0px 1px 2px #fff;
	-moz-text-shadow: 0px 1px 2px #fff;
	text-shadow: 0px 1px 2px #fff;
}

#TabBar
{
	position: relative;
}

#TabBar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#TabBar li
{
	font-weight: bold;
	background-color: #ffffff;
	color:#000000;
	width:174px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
	margin-left: 2px;
	margin-right: 2px;
	cursor:pointer;
}

/*
#TabBar li:hover
{
	color:#000000;
	text-decoration:underline;
	background-color: #d8d8d8;
	cursor:pointer;
}*/

#TabBar li a
{
	color:#000000;
	text-decoration:none;
}

#TabBar li a:hover
{
	color:#000000;
	text-decoration:underline;
}

#TabBar li.Active
{
	font-weight: bold;
	background-color: #000000;
	color:#ffffff;
	width:174px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
	margin-left: 2px;
	margin-right: 2px;
	cursor:default;
}

#TabBar li.Active a
{
	color:#ffffff;
	text-decoration:none;
}

#TabBar li.Active a:hover
{
	color:#ffffff;
	text-decoration:none;
}

#Content
{
	position: absolute;
	top:125px;
	left:0px;
	width: 850px;
	height:395px;
	padding: 20px;
}

#Content table#MultiColumn
{
	width:100%;
}

table#MultiColumn td.ColumnLeft
{
	padding-right:10px;
}

table#MultiColumn td.ColumnRight
{
	padding-left:10px;
}

.RoundBox
{
	opacity: 0.7; 
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	height:365px;
	padding: 10px;
}

.GrayBack
{
	background-color: #b1b1b1; 
}

.WhiteBack
{
	background-color: #ffffff; 
}

.RoundBoxWithTitle .RBTitle
{
	font-family: verdana;
	color: #000000;
	border-bottom: 1px solid #888888;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	padding: 0px 0px 5px 0px;
}

.RoundBoxWithTitle .Content img
{
	opacity: 1; 
	filter: alpha(opacity=100);
}


.RoundBoxWithoutTitle .Content img
{
	opacity: 1; 
	filter: alpha(opacity=100);
}

.RoundBoxWithTitle .Content
{
	opacity: 1; 
	filter: alpha(opacity=100);
	overflow-y: auto;
	height: 332px;
	padding: 5px;
}

.RoundBoxWithoutTitle .Content
{
	opacity: 1; 
	filter: alpha(opacity=100);
	overflow-y: auto;
	height: 355px;
	padding: 5px;
}

#BottomLine
{
	padding-top:10px;
	color:#5c5135;
	text-align:center;
	font-size:15px;
}
