/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
color: #453D78; /* CHECK */
/*font-weight:bold;*/
text-decoration:none;
background-color:inherit;
}

a:hover{
	color: black; 
	text-decoration:none; 
	background-color:inherit;
}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:110px;
width:758px;
margin:0 1px 1px 1px;
background: #453D78;
color:#ffffff;
}

#header h1{
padding:20px 0 10px 20px;
font-size:2.0em;
background-color:inherit;
color: #ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:0 0 5px 20px;
font-size:1.4em;
background-color:inherit;
color: #ffffff;
letter-spacing:-1px;
font-weight:normal;
}

#header h3{
margin:0 0 5px 20px;
font-size:1.2em;
background-color:inherit;
color: #ffffff;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background: #453D78;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background: silver;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:left;
width:480px;
min-height: 600px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.2em;
font-weight:bold;
letter-spacing:-1px;
color: #453D78;
background-color:inherit;
}

#content h2 a{font-weight:normal;color: #453D78;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;color: #453D78;}
#content a:hover,#subcontent a:hover{text-decoration:none;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:220px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color: #453D78;
background-color:inherit;
}

#subcontent p{margin:0 0 0.4em 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background: #453D78;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 10px 10px 0;
padding:10px;
border:1px solid #c0c0c0;
/* background-color:#fafbfc; */
color:#505050;
line-height:1.5em;
}

.menubox {
	margin:0 10px 10px 0;
	padding:10px;
	color:#505050;
	line-height:1.5em;
	text-align: right;
}

.menubox A {
	
	font-weight: normal;
	color: #666666;
	padding-right: 28px;
	font-size:0.8em;
	background-color:none;
	
}


.menubox A:hover {
	color: black;
   
}

#smallbox {
	margin:0 10px 10px 0;
	padding:10px;
	color:#505050;
	border:1px solid #c0c0c0;
background-color:#fafbfc;
	line-height:1.5em;
	font-size:0.8em;
	visibility: hidden;
	position: absolute;
	width: 190px;
}


.dates {
padding:0 0 .2em 0;
}

.dates TD {
padding:0 0 .2em 0;
}


.menuButton {
  background: url("img/menu-down.jpg");
  background-repeat: repeat-y;
  background-position: right;
}



/* MESSAGE BOX */

#messagebox {
	position: absolute;
	/* float:center; */
	width: 400px;
	height: 0px;
	top: 10px;
	left: 10px;
	
	visibility: hidden;
}

#message {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: gray;
}

.pointer {
	cursor: pointer;
}

.message_title {
	padding: 2px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Verdana, serif;
	font-size: 13px;
	font-weight: bold;
	color: orange;
	text-align: center;
}

td.roundBox { 
  position: relative;
  background-color: white;
  width: 200px;
  
  font-family: Trebuchet MS, Arial, Verdana, serif;
	font-size: 13px;
	font-weight: normal;
	color: gray;
	text-align: center;
}
td.uedge {
  background-position: top;
  background-image: url(img/message_box/u.jpg);
  background-repeat: repeat-x;
  height: 26px;
}
td.redge {
  background-image: url(img/message_box/r.jpg);
  background-position: top right;
  background-repeat: repeat-y;
}
td.bedge {
  background-image: url(img/message_box/b.jpg);
  /*background-position: bottom left; */
  background-position: top;
  background-repeat: repeat-x;
}
td.ledge {
  background-image: url(img/message_box/l.jpg);
  background-repeat: repeat-y;
}
td.ulcorner {
  background-image: url(img/message_box/ul.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
td.urcorner {
  background-image: url(img/message_box/ur.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
td.blcorner {
 width: 23px;
 height: 7px;
  background-image: url(img/message_box/ll.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

td.brcorner {
  width: 23px;
 height: 7px;
  background-image: url(img/message_box/lr.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  
}

/* REPORT */


.report {
	border: 1px solid #ccccff;
}

.report table {
	width: 100%;
}

.form td {
	/* white-space: no-wrap; */
}

.report th {
	background-color: #eeeeff;
}

.report tr#heading:hover {
	color: gray;
	background-color: #eeeeff;
}

.report tr:hover {
	color: gray;
	background-color: #eeeeff;
	cursor: pointer;
}

.report td {
	border-top: 1px solid silver;
	padding: 3px;
	margin: 0px;
	/* spacing: 0px; */
}

input {
	color: gray;
	padding: 2px;
	font-size: 1em;
}

.box P {
	padding-bottom: 4px;
	
}