@CHARSET "UTF-8";

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.live {
	background-color: #9CBBF9;
}

td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
a:hover {
	color: #666666;
}
a img {	border: 0; }
h1, h2, h3, h4, h5 {
	margin: 0;
}

.error {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
div.error {
  	background: #ffcc99;
	border: 1px dashed #cc0000;
	line-height: 1.4em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}
div.error ul {
  	margin: 5px 0 5px 30px;
}

.message {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background: #ccccff;
	border: 1px dashed #003399;
	line-height: 1.4em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}

.clearer {
	clear: both; 
	height: 0px;
	overflow: hidden;
} 




/* ***************************************************************** *
 *   LAYOUT ELEMENTS 
 * ***************************************************************** */
/**
 * wrapper: shows background for whole page 
 */
#wrapper {
	width: 100%;
	background: url(/images/layout2010/wrapper_bg.jpg) repeat-x;
} 
#frame {
	width: 1000px;
	margin: 0 auto; 
	background: url(/images/layout2010/frame_bg.jpg) left 34px no-repeat;
	text-align: left;
}
/**
 * #top: container for sidenav, header and mainnav 
 * Needed for positioning the #infoarea 
 */
#top {
	position: relative;
	height: 244px;
	overflow: visible;
}
#sideNav {
	height: 34px;
	overflow: hidden;
	background: #0A2197;
}
#header {
	position: relative;
  	height: 160px;
	background: url(/images/layout2010/header_bg_logo.gif) 682px 42px no-repeat; 
	color: #000000;
	line-height: 1em;
}
#infoarea {
	position: absolute;
	top: 198px;
	left: 760px;
	height: 30px;
	width: 320px;   
	background: url(/images/layout2010/header_ico_info.gif) left top no-repeat; 
	font-size: 15px;
	line-height: 1em;
}
#mainNav {
	height: 50px;
	margin-top: 4px;
	padding: 0 22px;
	overflow: visible;
}


/**
 * #content: 2 col layout with min height 
 * 22 + 730 + 22 + 204 + 22 
 */
#content { 
	margin-top: 10px;
}

#content .minHeight {
	float: left;
	width: 0;
	height: 421px;
	overflow: hidden;
}
#mainCol {
	float: left;
	width: 730px;
	margin: 0 22px;
}
#rightCol {
	float: left;
	width: 204px;
	overflow: hidden;
	padding: 0;
	margin: 0 22px 0 0;
	/*background: #99ff33;*/
}

/**
 * Header elements 
 */
#header .tit-general {
	position: absolute;
	left: 39px;
	top: 60px;
	font-size: 76px;
}
#header .tit-general span.light {
	color: #707070;
}
#header .tit-sub {
	position: absolute;
	left: 420px;
	top: 116px;
	font-size: 40px;
}

#infoarea .inner {
	margin-left: 36px;
}


/*  ************************************************************************ 
 *   NAVIGATION 
 *  ************************************************************************ */
#sideNav ul {
	margin: 0;
	padding: 2px 0 0 0;
	height: 34px;
	list-style: none;
}
#sideNav ul li {
	margin: 0 20px;
	padding: 0;  
	height: 32px;
	float: left;
	font-size: 14px;
	color: #ffffff;
}
#sideNav ul li a, #sideNav ul li div {
	display: block;
	height: 32px;
	padding: 8px 5px 4px 5px;
	color: #ffffff;
	text-decoration: none;
}
#sideNav ul li.active {
	background: #4F86F9;
}

/**
 * Flags 
 */
#sideNav .langNav {
	float: right;
	margin: 8px 5px 0 0;
}
#sideNav .langNav a {
	margin-left: 5px;
}




/*  ************************************************************************ 
 *   FORMS  
 *  ************************************************************************ */
 
 
/*
#mainForm {
	
}
#mainForm h3 {
    color: #666666;
	font-size: 12px;
	font-weight: bold;
}
#mainForm table tr td {
	padding-bottom: 8px;
}
#mainForm .formFieldM, #mainForm .formFieldO {
	margin-top: 3px;
	width: 132px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#mainForm .formFieldM {
	color: #000000;
	font-weight: bold;
}
#mainForm .formFieldO {
    color: #333333;
	font-weight: normal;
}
#mainForm .formInputText, .formInputTxtAreaWide, .formInputSelect {
    color: #000000;
	padding: 2px;
	margin-top: 3px;
	border: 2px solid #FF6600;
	font-size: 12px;
}
#mainForm .formInputText {
    width: 280px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 272px;
}
html>body #mainForm .formInputText {
	  width: 272px;
}
#mainForm .formInputTxtAreaWide {
    width: 440px;	
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 432px;
}
html>body #mainForm .formInputTxtAreaWide {
	width: 432px;
}
#mainForm .formInputSubmit {
    color: #000000;
	padding: 3px;
	padding-left: 10px; padding-right: 10px; 
	font-size: 10px;
	font-weight: bold;
}
#mainForm .formInputReset {
    color: #ff9933;
	padding: 3px;
	padding-left: 10px; padding-right: 10px; 
	font-size: 10px;
	font-weight: bold;
}
#mainForm .formOutputText {
    color: #000000;
	padding: 3px;
	border: none;
	font-size: 11px;
	cursor: default;
}
#mainForm .formOutputError {
    color: #ff0000;
	padding: 0px;
	border: none;
	font-size: 8pt;
	font-weight: bold;
}

*/




/*  ************************************************************************ 
 *   ADMIN AREA  
 *  ************************************************************************ */
/* Debug Area */
#debug {
    margin-top: 100px;
	margin-left: 200px;
	border-top: 1px solid #999999;
	width: 420px;
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	clear: both;
}




