html {
	margin: 0;
	padding: 0;
}
body {
	overflow:auto;
	min-width:1000px;
	min-height:800px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:top;
	background-color:#074d28;
}

form {
	margin:0;
	padding:0;
}

thead th {
	/*background-color:#eeecff;*/
	height:22px;
	background-image:url("../images/th_bg.gif");
	background-repeat:repeat-x;
	padding:3px 10px 3px 10px;
	border: 1px silver solid;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

a { color:#383787 }
a:hover { color:#e3bf69}

thead th a { text-decoration:none; }
thead th a:hover { text-decoration:none; }

img {
	border: 0;
}

#pageWrapper{
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	display:table;
	position:relative;
}

/*First Row*/
#headerWrapper {
	background: url(../images/bg_body.gif) 0 0 repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index:10;
	font-size:14px;
	color: white;
	font-weight:bold;
	display:table-row;
	height: 60px;
	vertical-align:top;
}

#header{
	width:1000px;
	height:60px;
	position:relative;
}

#header a {
	color: white;
	text-decoration: none;
	outline: none;
}
#header a:hover {		
	color: wheat;
}

#navigation{
	padding:0;
	margin:0;
	padding-left:250px;
	height:60px;
}

#langs {
	background: url(../images/langs.gif) 0 0 no-repeat;
	/*margin: 0 0 0 753px;*/
	position: absolute;
	padding: 0;
	width: 83px;
	height: 25px;
	left:900px;
}
#langs a {
	text-decoration: none;
}

/*Second Row*/
#subheader{
	background: url(../images/bgSubHeader.gif) 0 0 repeat-x;
	position: relative; /* ?=relative to #topMenu */
	margin: 0;
	padding: 0;
	height: 91px;
	width: 100%;
	z-index: 10;
	font-size:14px;
	color: white;
	font-weight:bold;
	display:table-row;
	min-width:1000px;
}

#profile{
	width:237px;
	position:absolute;
	top:-55px;
	left:5px;
	z-index:1001;
}

#subheaderTitleWrapper {
	position:relative;
	background: url(../images/bgTitle.jpg) no-repeat right;
	height: 91px;
	width: 999px;	
	z-index: 10;
	text-align:right;
}

#subheaderTitle{
	text-align:right;
	padding-right:15px;
	padding-top:25px;	
	font-size:18px;	
}

/*Third Row*/
#frameWrapper {
	position: relative;
	margin: 0;
	padding: 0;
	min-height:540px;
	height:540px;
	display:table-row;
	text-align:center;
	background-color:white;
	border:none;
}

#frame {
	margin: 0;
	padding: 0;
	width:100%;
	height:540px;
	text-align:center;
	display:table-cell;
	border:none;
}

/*Forth Row*/
#footerWrapper {
	position: relative;
	width:100%;
	background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-position: top;
	border:none;
	/*height:inherit;*/
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	display:table-row;
	vertical-align:top;
}

#footer{
	padding-top:15px;
	z-index:35;
	height: 83px;
}

#LoaderDiv {	
	height:250px;
	background-image:url(../images/loader.gif);
	background-position:center ;
	background-repeat:no-repeat;
}

#InitLoaderDiv {
	position:absolute;
	visibility:hidden;
	height:250px;
	/*border:1px solid red;*/
	background-image:url(../images/loader.gif);
	background-position:center ;
	background-repeat:no-repeat;
}

#apply_table {
	padding: 0;
	margin: 0;	
	width:650px;
}

#apply_table .apply_top{
	background-image:url("../images/apply_top.gif");
	background-repeat:no-repeat;
	width:650px;
	height:13px;
	font-size:1px;
}

#apply_table_inner{
	width:98%;
	padding:0;
	margin:0;
}

#apply_table .apply_middle{
	background-color: #EFF1F9;
	width:648px;
	border:none;
	border-left:1px solid #B7C9E7;
	border-right:1px solid #B7C9E7;
}

#apply_table .apply_bottom{
	background-image:url("../images/apply_bottom.gif");
	background-repeat:no-repeat;
	width:650px;
	height:13px;
	font-size:1px;
}
