@import url("navigation.css");
@import url("buttons.css");
@import url("forms.css");
@import url("login.css");
@import url("tables.css");
@import url("startpage.css");

/*** GENERAL SITE ELEMENTS ***/
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
html{
	height:100.1%;
	margin-bottom:1px;
	background:url(../images/bg_site.gif) repeat-x top;
	background-color:#fff;
}
img{border:none;}
h1{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
	color:#7780a2;
}
.content_box p, dl{
	font-size:0.7em;
	line-height:1.1em;
}
table{border-collapse:collapse;}
input{border:none; text-align:center; outline:none;}

/*** LINKS ***/
a{outline:none;}
a.arr{
	background:url(../images/links/arr_right.gif) right no-repeat;
	padding-right:22px;
	color:#005EA8;
	font-size:0.75em;}
	
	
.pointer{cursor:pointer;}
.align_right{text-align:right;}
.align_left{text-align:left;}
.underline{text-decoration:underline;}
.half_l{width:50%;display:block;float:left;}
.half_r{width:49%;display:block;float:right;}
.rightFl{float:right;}
.leftFl{float:left;}

.red, .red.note{color:#ff0000;} 
.note{color:#0064af;}
.content_box form p.note, 
.content_box form p.warning{font-size:0.8em;}

.block{display:block; overflow:hidden; width:100%; clear:both; float:none;}
.clear{clear:both; font-size:0px; line-height:0px; height:0px; background:red;}

/*** GENERAL SITE DIVISIONS ***/
#site{
	width:964px;
	margin:auto;
	background-color:#fff;
	border:1px solid #d4d4d4;
	border-top:none;
}
#header{
	background:url(../images/logo_bg.gif) repeat-y;
	background:#f3f3f3;
	width:964px;
	height:81px;
}
#logo_box{
	width:216px;/*330*/
	height:71px;
	padding:10px 0px 0px 19px;
	float:left;
}
#mainbox{
	background:url(../images/bg_mainbox.gif) repeat-x top;
	background-color:#f8f8f8;
	padding:5px 4px 0px 4px;
}
#content{
	clear:both;
	background:#fff;
	width:925px;
	padding:10px 14px 0px 17px;
}
.content_box{
	padding-top:18px;/*in IE the child elements does not regard padding*/
	padding-bottom:51px;
	height:100%;
	overflow:hidden;
}

/*** GREY CONTENT BOX ***/

.grey_box{
	width:100%;
	background: url(../images/grey_box_bg.gif) repeat-x #eeeeee;
	overflow:hidden;
	padding:0px 0px 49px 4px;
}
.grey_box h2{
	background:url(../images/table_head_bg.gif)	repeat-x;
	color:#FFFFFF;
	font-size:0.9em;
	padding:9px 0px 10px 10px;
	margin:0px 0px 10px -4px;
	width:100%;
}

/*** HELP BOX***/
.help_box{
	background:#f5f5f5;
	border:1px solid #d1d1d1;
	clear:both;
	padding:14px 47px 27px 47px;
	overflow:hidden;
}
.grey_box .help_box{
	margin:90px 28px -21px 22px;
}
.grey_box .help_box.rightFl{
	float:right;
	clear:none;
	margin-top:37px;
	width:425px;
}
div.help{
	font-weight:bold;
	color:#7a83a5;
	font-size:0.95em;
	background:url(../images/help_ico.gif) left no-repeat;
	padding-left:22px;
	margin:0px 0px 2px -22px;
	position:relative;
}
dl.help{
	overflow:hidden;
	width:100%;
}
dl.help dt{
	font-weight:bold;
	width:119px;
	float:left;
	clear:both;
	margin:4px auto;
}
dl.help dd{
	width:702px;
	float:right;
	margin:4px auto;
}
.grey_box .help_box dd{
	width:656px;
}
.grey_box .help_box.rightFl dd{
	width:306px;
}

/*** AFFIRMATION PAGE ***/
a.blue_bt{
	float:right;
	margin-top:3px;
	margin-right:14px;
	margin-bottom:-35px;
}
p.affirmation{
	font-weight:bold;
	font-size:0.75em;
	background: url(../images/icons/check_large_ico.gif) no-repeat left;
	padding:5px 0px 0px 31px;
	margin:15px 0px -23px 8px;
}

/*** ERROR PAGE ***/
p.error{
	background: url(../images/icons/error_ico.gif) no-repeat left;
	margin:12px 0px 0px 9px;
	font-weight:bold;
	font-size:0.75em;
	padding:6px 0px 6px 31px;
}
ul.error{
	list-style:none;
	font-size:0.75em;
	line-height:18px;
	overflow:hidden;
	padding:6px 0px 6px 37px;
	margin-bottom:-18px;
}
ul.error span{
	/*width:196px;
	float:left;
	clear:both;*/
}
ul.error a{
	color:#0061aa;
	width:127px;
	/*float:right;*/
	padding-left:21px;
}

/*** REPORTS ***/
.graph{
	margin:20px 26px 10px 0px;
	float:right;
}

/*** COPYRIGHT IN FOOTER***/
#copyright{
	color:#b7bbbe;
	font-size:0.7em;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
#copyright a{
	color:#b7bbbe;
}