/** 
  * site:    
  * author:  
  */
/*****Reset*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
body, html { height: 100%; text-align: center; }
/*****Basic Elements*****/
#wrapper { position: relative; text-align: left; width: 970px; }
body {
	background: white url(../images/base/bg.gif) repeat scroll 0 0;
	color: #616161;
}
body,
body * {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
a { color: #1D5590; text-decoration: underline; }
h1 {
	color: #4A5F93;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/*****Generic Classes*****/  
.clear { clear: both; }
.error { color: red; }
.no_underline { text-decoration: none !important; }
.hidden { display: none; }
#wrapper {
	background: transparent url(../images/base/wrapperBg.gif) repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
	width: 826px;
}
.header {
	background: white url(../images/base/headerBg1.jpg) no-repeat scroll 0 100%;
	height: 124px;
	margin: 0 auto;
	position: relative;
	width: 824px;
}
.header .logo {
	display: block;
	height: 55px;
	left: 227px;
	position: absolute;
	top: 40px;
	width: 147px;
}
.header .lang {
	height: 55px;
	left: 284px;
	position: absolute;
	top: 99px;
	width: 147px;
}
.header .lang ul { }
.header .lang ul li { display: inline; }
.header .lang ul li a { float: left; margin-right: 5px; }
.header .lang ul li a:hover { border: 1px solid #EEF1F4; }
.header .lang ul li a img { display: block; padding: 3px; }
.header .lang ul li a:hover img { padding: 2px; }
.mainContentContainer { float: left; position: relative; right: 0; width: 100%; }
.sideContentContainer {
	background: transparent url(../images/base/siteContentBg.gif) repeat-y scroll 100% 0;
	float: left;
	position: relative;
	right: 629px;
	width: 100%;
}
.sideContentContainerFooter {
	background: transparent url(../images/base/siteContentB.gif) no-repeat scroll 100% 100%;
	float: left;
	position: relative;
	width: 100%;
}
.sideContent {
	background: transparent url(../images/base/headerBg2.jpg) no-repeat scroll 0 0;
	float: left;
	left: 641px;
	overflow: hidden;
	position: relative;
	width: 185px;
}
.mainContent {
	float: left;
	left: 662px;
	line-height: 18px;
	overflow: hidden;
	padding: 16px 6px 12px 0;
	position: relative;
	width: 585px;
}
/* navigation level 1 */
ul.navigation { margin-top: 30px; }
ul.navigation li {
	background: transparent url(../images/base/line.gif) repeat-x scroll 0 100%;
}
ul.navigation li span {
	*display: inline;
	background: transparent url(../images/base/bullet01.gif) no-repeat scroll 13px 11px;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 9px 0 10px 29px;
	zoom: 1;
}
ul.navigation li span a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul.navigation li a:hover { text-decoration: underline; }
/* navigation level 2 */
ul.navigation li ul {
	background: transparent url(../images/base/line.gif) repeat-x scroll 0 0;
	padding: 6px 0;
}
ul.navigation li ul li { background: none; padding: 4px 5px 4px 35px; }
ul.navigation li ul li a{ color: #000; text-decoration: none; }
ul.navigation li ul li a:hover { text-decoration: underline; }
/* navigation level 3 */
ul.navigation li ul li ul { background: none; margin-top: 4px; padding: 0; }
ul.navigation li ul li ul li { padding: 3px 0 3px 6px; }
ul.navigation li ul li ul li a { color: #6583B0; font-size: 10px; padding: 0; }
.logos { margin-top: 20px; text-align: center; width: 185px; }
.logos div { margin: 15px 0; }
TABLE.table {  }
TABLE.table {  }
TABLE.table TH {  padding: 2px 10px 2px 10px; text-align: left; font-weight: bold; }
TABLE.table TD { padding: 2px 10px 2px 10px; }
TABLE.table TR.odd TD { background: #F2F2F2; }
.footer {
	color: #9BA3B0;
	float: left;
	padding: 10px 15px;
	width: 100%;
}
.toll { margin: 15px 0 0 0; }
.toll label { display: -moz-inline-stack; display: inline-block; zoom: 1;*display: inline; width: 62px; }
#loginbox DIV { padding-bottom: 10px; }
#loginbox DIV LABEL{
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 75px;
}
#loginbox DIV SPAN.text{
	*display: inline;
	background: url(../images/base/inputBg.gif);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 200px;
}
#loginbox DIV SPAN.text INPUT{
	background: transparent;
	border: 1px solid #D4D0C8;
	height: 14px;
	line-height: 14px;
	padding: 4px;
	width: 184px;
}
#loginbox DIV.buttons { padding-left: 78px;  }
#loginbox DIV.buttons SPAN{
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	margin-bottom: 10px;
	zoom: 1;
}
#loginbox DIV.buttons SPAN INPUT {
	background-color:#DFE5EB;
	border:1px solid #CFD9E4;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:22px;
	width:auto;
	cursor: pointer;
}
#loginbox DIV.buttons SPAN A{
	*display: inline;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
	font-weight: bold;
	padding: 5px 21px 6px;
	zoom: 1;
	text-decoration: none;
}
.footer ul { float: left; width: 100%; }
.footer ul li { display: inline; }
/*Def*/
.def { }
.def p { line-height: 18px; margin: 12px 0; }
.def a { text-decoration: underline; }
.def a:hover { text-decoration: none; }
.def ul, .def ol { margin-bottom: 20px; margin-left: 20px; }
.def ul { list-style-type: disc; }
.def ol { list-style-type: decimal; }
.def ul ol, .def ol ol, .def ul ul, .def ol ul { margin-bottom: 0px; }
.def ul li, .def ol li { line-height: 18px; }
.frm { }
.frm div { padding: 2px 0; }
.frm div label {
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 103px;
	float: left;
	padding: 6px 0 0 0;
 }
.frm div input {
	background: transparent;
	border: 1px solid #D4D0C8;
	height: 14px;
	line-height: 14px;
	padding: 4px;
	width: 184px;
}
.frm div textarea { font-size: 12px; height: 100px; width: 300px; border: 1px solid #D4D0C8; padding: 8px; }
.frm div.buttons { padding-left: 103px; padding-top: 20px; }
.frm div.buttons input {
	background-color: #DFE5EB;
	border: 1px solid #CFD9E4;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	width: auto;
	padding: 0 6px;
	cursor: pointer;
}
/*Messages*/
.msg_error {
	background-color: #ffe5e5;
	border: 2px solid #ef5435;
	clear: both;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	position: relative;
}
.msg_error p { color: #e42600; margin: 0px 0px 5px 0px; }
.msg_error ul, .msg_error ol { color: #e42600; margin: 0px 0px 5px 20px; }
.msg_success {
	background-color: #f1fde8;
	border: 2px solid #83eb44;
	clear: both;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	position: relative;
}
.msg_success p { color: #3b3b3b; margin: 0px 0px 5px 0px; }
.msg_success ul, .msg_success ol { margin: 0px 0px 5px 20px; }
.msg_note {
	background-color: #f9f6c1;
	border: 2px solid #eed860;
	clear: both;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	position: relative;
}
.msg_note p { color: #3b3b3b; margin: 0px 0px 5px 0px; }
.msg_note ul, .msg_note ol { margin: 0px 0px 5px 20px; }
/*Other*/
.hidden { display: none; }
.hidden2 { position: absolute; top: -2000px; }
.left { float: left; }
.right { float: right; }
.aleft { text-align: left; }
.aright { text-align: right; }
p.important { color: #FF0000}