/* CSS Document */


/* ++++++++++ Body and background style ++++++++++++++++ */ 
body{
	background-image:url(../Images/Background.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	background-position:top;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}

.background_box{
	background-color:#EDEEEF;
	padding:10px 10px 10px 10px;
}

.MainWindowFrame{
	border: 1px;
	width: 740px;
	height: 400px;
	overflow:auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */	


/* ++++++++ Border styles = lines to split html areas ++ */
.borderdashedright {
	border-right:1px dashed #D8D9DD;
}

.borderdashedleft {
	border-left:1px dashed #D8D9DD;
}

.borderdashedbottom {
	border-bottom:1px dashed #D8D9DD;
}

.borderdashedtop {
	border-top:1px dashed #D8D9DD;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++ Hyperlink buttons ++++++++++++++++++++++++++ */
a.button_common{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
	padding:3px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	display:block;
	width:120px;
	height:20px;
	background-color:#F57921;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: #D8D9DD;
	vertical-align: middle;
	}

a.button_common:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
	padding:3px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	display:block;
	width:120px;
	height:20px;
	background-color:#0074C3;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: #D8D9DD;
	vertical-align: middle;
	}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++ Form styles ++++++++++++++ */
.InputForm{		/*Style for input box, select fields, etc. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #000000; 
	border: 2px solid #D8D9DD;
	padding:3px;
}

.InputButton{		/*Style for submit button*/
	font-size:11px;
	width: 80px;
}

/* +++++++++++++++++ Headline styles +++++++++++++++++++ */ 
.headline_large{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0074C3;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	text-align: left;
	}

.headline_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0074C3;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	text-align: left;
	}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++ Navigation ++++++++++++++++++++++++ */
.navi_background{
	background-image:url(../Images/BackgroundNavigation.jpg);
	text-align:center;
	}

.navi_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;	
	font-style:normal;
	font-weight: bold;
	}

a.navi_text:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFDA44;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	}
	
.navi_text_inactive{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC48C;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++ Main text styles +++++++++++++++++++++++++ */ 
.main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	padding:10px 10px 10px 10px;
	text-align: left;
	}
	
.main_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
	text-align: left;
	}

.main_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	padding:0px 10px 0px 10px;
	text-align: left;
	}

.main_link:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75BAF1;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	padding:0px 10px 0px 10px;
	text-align: left;
	}

.main_headline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0074C3;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
	}
	
.main_green{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0074C3;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}
	
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #B30000;
	text-decoration:none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

