@CHARSET "UTF-8";

body, html {
  height: 100%;
}
body {
	margin: 10px 0 10px 0;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body.live {
	
}

td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
  margin: 0px;
	padding: 0px;
}
a, a:visited {
  color: #333333;
	text-decoration: underline;
}
a:active {
  color: #000000;
}
a:hover {
  color: #666666;
}


.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;
}

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

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




/* ***************************************************************** *
 *   LAYOUT ELEMENTS 
 * ***************************************************************** */
#frame {
  height: 100%;
  width: 1000px;
	padding: 0;
	margin: 0 auto 0 auto;
}
/* #header: containing header img */
#header {
  height: 140px;
	padding: 0;
	margin: 0 0 10px 0;
	background: url(/images/layout/header.jpg) no-repeat;
}

#pagetitle {
  padding: 0 0 0 220px;
	margin: 5px 0 10px 0;
	text-align: left;
}
#pagetitle h1 {
	padding-top: 2px;	padding-bottom: 7px;
	margin: 0px;
	font-size: 14px;
  font-weight: bold; 
	color: #ff9900;
}

/* #mainArea 
   available width:  */
#mainArea {
  text-align: left;
	background: url(/images/layout/bg_main.gif) repeat-y;
}
/* #mainArea for standard pages
	 3 col layout: 210px | 580px | 210px  */
#leftCol {
  float: left;
	width: 210px;
  height: 100%;
	padding: 5px 10px 15px 0;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 200px;
}
html>body #leftCol {
	width: 200px;
}
#content {
  float: left;
	width: 580px;
	padding: 0 10px 10px 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 560px;
}
html>body #content {
	width: 560px;
}

#rightCol {
  float: left;
	width: 210px;
	height: 100%;
	padding: 5px 10px 15px 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
}
html>body #rightCol {
	width: 190px;
}

#footer {
  margin-top: 20px;
	text-align: center;
	font-size: 11px;
}



/*  ************************************************************************ 
 *    NAVIGATION 
 *  ************************************************************************ */
ul#sideNav {
  margin: 20px 0 0 0;
	padding: 0;
}
ul#sideNav li {
  list-style-type: none;
	padding: 4px 0 4px 0;
	font-size: 13px;
}
ul#sideNav li a, ul#sideNav li a:visited {
	font-size: inherit;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
ul#sideNav li a:hover {
  text-decoration: underline;
}
ul#sideNav li.active {
	background: #E0EBF5;
}
ul#sideNav li.active a, ul#sideNav li.active a:visited {
	color: #0033CC;
}

div#locNavi {
  padding: 0 0 5px 0;
}
div#locNavi .langNav {
  float: right;
}
div#locNavi .langNav .item {
  padding: 0 4px;
	display: inline;
}


/*  ************************************************************************ 
 *   SEARCH FORM   
 *  ************************************************************************ */
form#searchForm div.title {
  font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}
form#searchForm div.formField {
  padding: 4px 0 2px 0;
  font-size: 14px;
	color: #ff9900;
}
form#searchForm select {
  width: 199px;
	padding: 1px;
	border: 0;
	background: #E5E5E5;
	font-size: 12px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 197px;
}
html>body form#searchForm select  {
	width: 197px;
}
form#searchForm div.button {
  margin-top: 5px;
	text-align: right;
}
 
 
