* {padding: 0; margin: 0;}

body
{
	margin:0px; 
	padding:0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	background: url(../../images/client/background.jpg);
}

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

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

a
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:yellow;
	text-decoration:underline;
}

a.Blue
{
	color:#0266bc;
	text-decoration:none;
}

a.Blue:hover
{
	color:#719fc6;
	text-decoration:underline;
}

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

#Main
{
	background-color: white;
	text-align: left;
	width: 955px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border:1px solid #0564be;
	padding:10px;
}

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

#Logo
{
	position: absolute;
	top:10px;
	left:10px;
}

table.center 
{
	margin-left:auto; 
	margin-right:auto;
}

#Text
{
	position:relative;
	color: #0266bc;
	text-align:center;
	font-size:13px;
	width:100%;
	height:20px;
	overflow: hidden;
}

#LoginInfosArea
{
	position: absolute;
	top:50px;
	right:30px;
	color: #0266bc;
	text-align:right;
	font-size:13px;
}

#TabBar
{
	z-index:2;
	position: relative;
	height:30px;
}

#TabBar ul.Parent
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:30px;
	border:1px solid #0564be;
	background-color:#5193cd;
	/*background: url(../../images/client/back-extend.png) repeat-x;*/
}

#TabBar ul.Parent li
{
	position: relative;
	color:#ffffff;
	float: left;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
	cursor:pointer;
}
#TabBar ul.Parent li a
{
	color:#ffffff;
	text-decoration:none;
}

#TabBar ul.Parent li a:hover
{
	color:yellow;
	text-decoration:underline;
}

#TabBar ul.Parent 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 ul.Parent li.Active a
{
	color:#ffffff;
	text-decoration:none;
}

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

#TabBar ul.Child
{
	position: absolute;
	opacity:0.9;
	top:33px;
	left:0px;
	background-color:#ffffff;
	list-style: none;
	margin: 0px;
	border:1px solid #0564be;
}

#TabBar ul.Child li
{
	color:#ffffff;
	float:none;
	padding-bottom: 7px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	cursor:pointer;
}

#TabBar ul.Child li:hover
{
	background-color:#c2dff8;
}

#TabBar ul.Child li a
{
	color:#0564be;
	text-decoration:none;
}

#TabBar ul.Child li a:hover
{
	color:#0564be;
	text-decoration:none;
}


#Content
{
	z-index:1;
	margin-top:10px;
	padding: 10px;
	padding-bottom: 20px;
	border:1px solid #0564be;
	background-color:#5193cd;
}

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

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

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

.RoundBox
{
	background-color:white;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #0565bc;
}

#NewsBox
{
	background-color:white;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #0565bc;
}

/*
#ContactBox
{
	background-color:white;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #0565bc;
}*/

#NewsBoxContent
{
	padding:5px;
	height:210px;
}

.PageContent
{
	/*
	background-color:white;
	padding:5px;
	border:1px solid #0565bc;
	*/
}

#BottomLine
{
	position: relative;
	bottom:-10px;
	padding:5px;
	background-color:#0565bc;
	color:#ffffff;
}
