/* screen.css  */

/* common styles */
body {
	margin: 0 auto; 
	padding: 0; font: 9pt Arial, Verdana, Sans-Serif;
	background: #fff;
}
td	{
	font: 9pt Arial,Verdana,sans-serif; 
}
form {
	margin: 4px 0 4px 0;
}	
select {
	font: 9pt Arial, Verdana, Sans-Serif;
}
input {
	font: 9pt Arial, Verdana, Sans-Serif;
}
textarea {
	font: 9pt Arial, Verdana, Sans-Serif;
}
a {
	text-decoration: none;
	color: #2489DB;
}
a:hover {
	color: #808080;
}
a img {
	border: 0;
}
hr {
	border: 0;
	color: #bcd6eb;
	background-color: #bcd6eb;
	height: 3px;
}		

/* template divisions */
#bg { 
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	background: url(images/bg.gif) top left no-repeat;
}
#page {
	padding-top: 9px;
	color: #303030;
	width: 936px;
	padding-left: 2px;	
}
#topmenu {
	height: 20px;
	background: #2489DB;
	text-align: right;
	padding-right: 10px;	
	padding-top: 5px;
}
#topmenu a {
	font-size: 10pt;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	background: url(images/arrow_white.gif) left no-repeat;
	padding-bottom: 1px;
	margin-right: 5px;
	color: #fff;
}
#topmenu a:hover {
	border-bottom: 2px solid #fff;	
}
#pageheader {
	clear: both;
	margin: 0px 0 5px 0;
	height: 70px;
	background: url(images/header.gif) repeat-x;
}
#labeaux {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 20pt;
	font-weight: bold;
  color: #00f;
}
#subtitle {
  clear: left;
	height: auto;
	padding-left: 5px;
        font-size: 9pt;
	font-weight: bold;
}
#title_info {
	float: right;
	height: auto;
	width: 200px;
	margin: 10px 5px 0 0;
}
#title_info p {
  text-align: right;
	color: #2489DB;
	margin: 0;
}
#leftmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10pt;
}
#leftmenu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
}	
#leftmenu li {
	margin-bottom: 4px;
}
#leftmenu li a, #leftmenu li a:visited {
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 6px 8px 0 10px;
	background: #2489DB;
}	
#leftmenu li a:hover {
	background: #A9CAEB;
	color: #286ea0;
}
#isonline {
	margin: 2px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color: #6B6B6B;
	background: #eee url(images/bg_grey.gif) repeat-x;
}
#isonline a, #isonline a:visited {
  font-size: 9pt;
}
#content {
	margin:  0 0 5px 155px;
	padding: 0 10px 18px 6px;
	line-height: 1.4em;
	background: url(images/bottom_shadow.gif) repeat-x bottom left;
  min-height: 424px; /* mozilla */
  _height: 405px; /* ie hack */
}
#content h1 {
	margin: 0px;
	padding: 8px 0 8px 0;
	font-size: 18pt;
  font-weight: bold;
}
#content h2 {
	margin: 0px;
	padding: 8px 0 8px 0;
	font-size: 12pt;
}
#content h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
}
#content h4 { 
	font-size: 10pt; 
	font-weight: bold; 
	margin-bottom: 4px; 
	margin-top: 2px;
}
#content p {
	margin: 0;
}
#content ul {
   margin-top: 2px;
   margin-bottom: 6px;
}	
#header {
	font-size: 9pt;
  background: #fff url(images/header_bg.gif) repeat-x center bottom; 
	float: left;
	width: 100%;
 	line-height: normal;
}
#header ul {
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style-type: none;
}
#header li {
	padding: 0 0 0 9px;
	background: url(images/header_left.gif) no-repeat left top; 
	float: left;
	margin: 0;
}
#header a {
	padding: 5px 10px 4px 5px;
	display: block;
	background: url(images/header_right.gif) no-repeat right top;
	float: left;
	color: #0343A9;
	text-decoration: none;
}
#header a {
	float: none;
}
#header a:hover {
	color: #333
}
#header #current {
	background-image: url(images/header_left_on.gif);
}
#header #current a {
	background-image: url(images/header_right_on.gif);
	padding-bottom: 5px; 
	color: #333
}
#subheader {
	font-size: 9pt;
  background: #fff url(images/header_bg.gif) repeat-x center bottom; 
	float: left;
	width: 100%;
 	line-height: normal;
}
#subheader ul {
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style-type: none;
}
#subheader li {
	padding: 0 0 0 9px;
	background: url(images/header_left.gif) no-repeat left top; 
	float: left;
	margin: 0;
}
#subheader a {
	padding: 5px 10px 4px 5px;
	display: block;
	background: url(images/header_right.gif) no-repeat right top;
	float: left;
	color: #0343A9;
	text-decoration: none;
}
#subheader a {
	float: none;
}
#subheader a:hover {
	color: #333
}
#subheader #subcurrent {
	background-image: url(images/header_left_on.gif);
}
#subheader #subcurrent a {
	background-image: url(images/header_right_on.gif);
	padding-bottom: 5px; 
	color: #333
}

/* special classes for content */
td.tabhead { 
	background: #eee; 
	white-space: nowrap; 
	padding: 0 8px 0 4px;
}
td.listhead { 
	font-size: 8pt;
	background: #2489DB; 
	color: #fff;
	white-space: nowrap; 
	padding: 0 2px 0 2px;
}  
.footer { 
	margin-top: 4px;
	padding-left: 2px;
	font-size: 8pt; 
	background: #E6F0FA; 
}
.tiny  { 
	font-size: 8pt; 
}
.translated {
	background: #ffffaa;
}
.error {
  color: #ff0000;
  font-weight: bold;
}   
.german { 
  background-image:url(images/input_d.gif); 
  background-repeat:no-repeat; 
  background-position:right; 
}
.french { 
  background-image:url(images/input_f.gif); 
  background-repeat:no-repeat; 
  background-position:right; 
}

/* sitemap */
#sitemap td {
  width: 220px;
  padding-left: 36px; 
  background: no-repeat top left;
  vertical-align: top;
}
#sitemap ul {
  margin: 2px 0 6px 0;
  padding: 0;
  text-indent: 0;  
  list-style-type: none;
}
#sitemap li {
	background: url('images/arrow_blue.gif') no-repeat left center;
	padding-left: 10px;
}

/* calendar display classes */
 .cal_main {
	background-color: #FFFFFF;
	border: 1px solid #003366;
	width: 175px;
 }
 .cal_month {
	background-image: url("images/month_bg.gif");
    line-height: 17pt;
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #252216;
}
.cal_daynamestext {
	background-image: url("images/day_bg.gif");
	font-size: 10px; 
	font-weight: bold; 
	color: #433D27;
}
.cal_daynamesrow {
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
}
.cal_rows {
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
}
.cal_day0 {
  background-color: #EBEBEB;
}

/* help window */
#help {
  padding: 0 4px 0 4px;
}
#help h1 {
  font-size: 12pt;
  margin: 2px 0 6px 0;
}
#help td {
  font-size: 10pt;
}


