body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {
	border: 0px;
}

div.wrap {
	margin: 0px auto;
	width: 778px;
}

/* PAGES BEFORE LOGIN */
/* HP */

div.head {
	background-color: #ECF4F7;
	background-image: url(images/bg_head.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 778px;
	height: 129px;
	clear: both;
	overflow: hidden;
}

img#logo {
	float: left;
	margin-top: 48px;
}

div#bl_top_nav {
	padding-right: 28px;
}

div.banner468 {
	float: right;
	padding-right: 0px;
	margin-top: -11px; /* positioning of banner */
}

div.new_account {
	width: 268px;
	position: absolute;
	display: inline; /* For FF2 */
	top: 97px;
	margin-left: 300px;
}

div.create {
	float: left;
}

div.create a{
	background-color: #fff;
}

div.create a:hover{
	background-color: #D0E4E9;
}

div.help {
	float: left;
	background-color: #4F800F;
	}

div.help a{
	background-color: #4F800F;
}

div.help a:hover{
	background-color: #3E721B;
}

/* HP CONTENT */

div.hp_content {
	width: 778px;
	height: 565px;
	background-color: #7BB0E6;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/bg_hp.jpg);
	clear: both;
}

/* Before Login Content */

div.bl_content {
	overflow: visible;
	background-color: #B9D9EE;
	clear: both;
	float: left;
	width: 778px;
	
}

div.in_fin {
	background-image: url(images/bg_in_fin.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 43px;
}

/* Before Login (BL) COLUMN LEFT */

div.hp_col_left {
	float: left;
	width: 510px;
	display: inline;
}

div.bl_col_left {
	float: left;
	width: 510px;
	display: inline;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bg_in.png);
	background-color: #EDF4F7;
}

div.text_col_left {
	font-size: 12px;
	padding: 8px 36px 0px 56px;
	color: #000;
	height: 565px;
	overflow: visible;
}

/* This for later then ie6 browser hack */
html>body div.text_col_left {
	min-height: 565px;
	height: auto;
}

img#title {
	margin: 28px 0px 0px 36px;
}

/* Before Login COLUMN RIGHT */

div.hp_col_right, div.bl_col_right {
	float: right;
	width: 268px;
	margin: 0px;
}

div.login_pan {
	height: 184px;
	background-image: url(images/bg_login_pan.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* Logout Panel After Login */

div.logout_pan {
	background-color: #ECF4F7;
	background-image: url(images/bg_head_in.png);
	background-position: bottom;
	width: 268px;
	height: 38px;
}

div.logout_al {
	float: right;
	margin-top: 5px;
}

div.hp_text_pan {
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg_hp_text.png');
	height: 309px;
	overflow: auto;
}

/* IE ignores styles with [attributes], so it will skip the following. */
div.hp_text_pan[class] {
  background-image: url(images/bg_hp_text.png);
}

div.bl_text_pan {
	background-color: transparent;
	overflow: visible;
}

div.hp_text, div.bl_text {
	font-size: 11px;
	margin: 88px 14px 0px 36px;
}

/* TEXTS LINKS & HOVERS */

div.hp_text a, div.bl_text a, div.bl_col_left P a {
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}

div.hp_text a:hover, div.bl_text a:hover, div.bl_col_left P a:hover {
	color: #4F800F;
	text-decoration: none;
}



/* Login Form */
 legend.login {
	margin: 18px 0px 12px 19px;
	padding: 0px;
 }
 
 /* LEFT WIDTH FOR IE6-7 - NOT SHOWS IN FF2 */
	@media { legend.login {
		margin-left: 12px;
		margin-bottom: 17px;
	}}
 
 label.login {
	width: 64px;
	margin: 4px 0px 2px 19px;
 }
 

 
 span.remember {
	font-size: 11px;
	margin-left: 10px;
	clear: none;
 }
 
 input#login, input#passw {
	display: block;
	float: left;
	margin: 4px 0px 2px 8px;
 }

 input#login_but {
 	margin-left: 4px;
	clear: both;
	margin-bottom: 4px;
 }

div.login_error {
	position: absolute;
	top: 166px;
	margin-left: 92px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #E00E18;
}

 /* LEFT WIDTH FOR IE6-7 - NOT SHOWS IN FF2 */
	@media { div.login_error {
		margin-left: 8px;
	}}

img#ico_sm {
	vertical-align: middle;
	display: inline;
}

	
div.hp_content_footer {
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg_hp_content_footer.png');
	height: 72px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
div.hp_content_footer[class] {
  background-image: url(images/bg_hp_content_footer.png);
}





/* ===================== INNER PAGES ========================== */

/* HEAD */

/* TOP NAV */

div.head_in {
	background-color: #ECF4F7;
	background-image: url(images/bg_head_in.png);
	width: 778px;
	height: 40px;
	clear: both;
	overflow: hidden;
}

img#logo_in {
	float: left;
}

div.top_nav {
	float: right;
	height: 40px;
	padding-top: 8px;
}

div.top_nav a{
	margin: 0px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div.top_nav a:hover, a#top_nav_on{
	color: #016C89;
	text-decoration: underline;
}

input#logout {
	vertical-align: middle;
	margin-right: 6px;
}

/* SECOND NAV */

div.sec_nav {
	width: 778px;
	height: 43px;
	background-color: #D9E6F2;
	overflow: hidden;
	clear: both;
	display: block;
}

div#search {
	float: left;
	clear: right;
}

input#search {
	margin: 10px 0px 0px 15px;
	width: 123px;
}

input#search_but {
	margin-left: 5px;
	margin-bottom: 1px;
	padding-left: 20px;
	background-image: url(images/bg_search.png);
	color: #000;
	vertical-align: bottom;
}

div.tabs {
	float: right;
	font-size: 11px;
	margin: 23px 6px 0px 0px;
}

div.tabs a {
	margin: 0px;
	width: 81px;
	height: 20px;
	background-image: url(images/bg_tab.png);
	background-repeat: no-repeat;
	background-color: transparent;
	float: left; 
	text-align: center;
	padding-top: 4px;
	color: #0B473F;
	text-decoration: none;
	}

 div.tabs a:hover {
	background-image: url(images/bg_tab_on.png);
	color: #000;
	}

a#tab_on {
	margin: 0px;
	width: 81px;
	height: 20px;
	background-image: url(images/bg_tab_on.png);
	background-repeat: no-repeat;
	background-color: transparent;
	float: left; 
	text-align: center;
	padding-top: 4px;
	color: #000;
	text-decoration: none;
	}

/* ===================== FILE MANAGER COLUMNS ========================== */
	
	div.content {
		width: 778px;
		overflow: visible;
		background-color: #EDF4F7;
		background-position: bottom;
		background-repeat: repeat-x;
		background-image: url(images/bg_col_left.png);
		clear: both;
		float: left;
	}
	
	/* LEFT COLUMN */
	
	div.col_left {
		float: left;
		width: 270px;
		margin: 8px 0px;
		display: inline;
	}
	
	div.top_left {
		clear: both;
		width: 270px;
		display: block;
	}
	
	div.breadcrump {
		width: 220px;
		float: left;
		font-size: 12px;
		color: #016C89;
		margin: 2px 0px 8px 0px;
	}
	
	div.breadcrump a {
		text-decoration: none;
		color: #016C89;
	}
	
	span.breadcrump a, div.breadcrump a:hover{
		color: #0B473F;
		text-decoration: none;
	}
	
	span.breadcrump a:hover {
		color: #016C89;
		text-decoration: underline;
	}
	
	div.ico_home {
		float: left;
		margin: 0px 4px 10px 7px;
	}
	
	div.tree {
		margin: 8px 8px 8px 13px;
		clear: both;
	}
	
	/* RIGHT COLUMN */
	
	div.col_right {
		float: right;
		width: 508px;
		margin: 24px 0px 0px 0px;
	}

	div.user {
		position: absolute;
		top: 95px;
		white-space: nowrap;
		margin-left: 268px;
		width: 156px;
		overflow: hidden;
		font-size: 10px;
		font-weight: bold;
		color: #000;
	}
	
	/* LEFT WIDTH FOR IE6-7 - NOT SHOWS IN FF2 */
	@media { div.user {
		margin-left: 102px;
	}}
	
	div.user_al {
		width: 156px;
		overflow: hidden;
		font-size: 10px;
		font-weight: bold;
		color: #000;
		white-space: nowrap;
		float: left;
		margin: 12px 0px 0px 8px;
	}
	
	div.user a, div.user_al a{
		color: #0B473F;
	}
	
	div.user a:hover, div.user_al a:hover{
		color: #000;
		text-decoration: none;
	}
	
	/* ERRORS AND TIPS */
	
	div.messages {
		float: left;
		clear: right;
		display: block;
		width: 303px;
		padding-right: 11px;
		padding-left: 180px;
		margin-top: -13px;
		overflow: visible;
		position: relative;
	}
	
	
	div.messages_in {
		display: inline;
		float: left;
		width: 100%;
		clear: both;
		margin: 8px 0px 4px -21px;
	}
	
	div.ico {
		clear: right;
		float: left;
		margin-right: 4px;
	}
	
	div.error {
		margin-bottom: 8px;
		color: #E00E18;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.error a {
		color: #C31E1E
	}
	
	div.note {
		margin-bottom: 8px;
		color: #666633;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.note a {
		color: #4F800F
	}
	
	div.note a:hover, div.error a:hover  {
		text-decoration: none;
	}
	
	div.toolbar {
		background-image: url(images/bg_toolbar.png);
		background-repeat: repeat-x;
		height: 30px;
		margin-top: 6px;
		font-size: 10px;
		font-weight: bold;
		clear: both;
	}
	
	div.toolbar a {
		float:left;
		color: #000;
		text-decoration: none;
		margin-right: 4px;
	}
	
	div.toolbar a:hover {
		color: #C31E1E;
		text-decoration: none;
	}
	
	div.toolbar img  {
		vertical-align: -8px;
		margin: 6px 3px 0px 6px;
	}
	
	span#select_all {
		float: right;
		margin-right: 5px;
	}
	
	div.listing {
		background-image: url(images/bg_listing.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #fff;
		padding: 14px;
		display: block;
		height: 154px;
		overflow: hidden;
	}
	
	
		div.tmb a {
		width: 130px;
		height: 130px;
		background-image: url(images/bg_tmb.png);
		background-repeat: no-repeat;
		text-align: center;
		margin: 4px 8px 0px 0px;
		padding-top: 8px;
		display: block;
		float: left;
	}
	
		div.tmb a:hover{
		background-image: url(images/bg_tmb_on.png);
	}
	
	div.list_descr {
		float: left;
		width: 232px;
		vertical-align: top;
		margin: 8px 8px 0px 8px;
		font-size: 11px;
		color: #203B4D;
	}
	
	div.list_descr a {
		font-size: 12px;
		color: #0B473F;
		font-weight: bold;
	}
	
	div.list_descr a:hover {
		color: #016C89;
	}
	
	div.list_text {
		color: #000;
		margin-top: 8px;
	}
	
	div.actions {
		float: right;
		vertical-align: top;
		display: block;
	}
	
	div.actions input {
		display: block;
		margin: 0px 0px 4px 0px;
		color: #000;
	}
	
	
	/* PAGING */
	div.paging {
		background-color: #DFEBF4;
		height: 33px;
	}
	
	div.paging_pan {
		background-image: url(images/bg_paging.png);
		background-position: top right;
		background-repeat: no-repeat;
		padding: 1px 0px 18px 0px;
		margin: 0px 6px 0px auto;
		width: 98px;
		text-align: center;
		font-size: 10px;
		color: #016C89;
		font-weight: normal;
	}
	
	div.paging_pan a {
		color: #666633;
		font-weight: bold;
		margin: 0px 1px;
	}
	
	span#page_on {
		margin: 0px 1px;
		font-size: 12px;
		font-weight: bold;
	}
	
/* ===================== FOOTER ========================== */
	
	div.footer_ad {
		height: 72px;
		background-image: url(images/bg_footer_ad.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #EDF5F7;
		clear: both;
		padding: 0px 8px 0px 11px;
	}
	
	
	/* MENU & CREDITS */
	
	div.footer{
		height: 74px;
		background-image: url(images/bg_footer.png);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #FFF;
		clear: both;
		padding: 0px 8px 0px 42px;
	}
	
	
	div.foot_menu {
		float: left;
		color: #000;
		font-size: 11px;
		margin-top: 18px;
	}
	
	div.foot_menu a {
		color: #000;
		text-decoration: none;
		margin: 0px 4px;
	}
	
	div.foot_menu a:hover {
		color: #203B4D;
		text-decoration: underline;
	}
	
	div.credits {
		float: right;
		margin: 42px 8px 0px 0px;
		color: #dfdfdf;
	}
	
	div.credits img {
		margin: 0px 4px 0px 8px;
	}
	
	
/* ===================== GENERAL TEXT STYLES ========================== */

	div.text_small {
		font-size: 11px;
		color: #000;
	}
	
	div.text_small a {
		color: #002157;
		text-decoration: underline;
	}
	
	div.text_small a:hover {
		color: #666633;
		text-decoration: underline;
	}
	
	strong {
		font-weight: bold;
		color: #00608E;
	}

/* ===================== GENERAL USE ELEMENTS ========================== */

	.noborder, fieldset.form_in {
		border: none;
	}
	
	.center {
		text-align: center;
	}
	
	.float_right {
		float: right;
	}
/* ===================== GENERAL FORMS ELEMENTS ========================== */

 form {padding: 0px; margin: 0px; display: inline;}
 
 input, select, textarea  {font-family : Arial, Helvetica, sans-serif; vertical-align: middle }
 
 input.but {
 	background-image: url(images/bg_button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	text-align: center;
	width: 83px;
	height: 26px;
	font-size: 12px;
	color: #0B473F;
 }
 
 input.field {
 	background-image: url(images/bg_input.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	border: 1px solid #0B473F;
	font-size: 12px;
	line-height: 18px;
 }
 
 fieldset {
	font-size: 12px;
	padding-bottom: 5px;
	position: static;
 }
 
 legend {
 	font-weight: bold;
	color: #016C89;
 }
 
 label {
	display: block;
	float: left;
 }
 
 /* Inner Forms */
 
  label.formin {
 	width: 148px;
	margin: 4px 0px 2px 18px;
 }
 
  input.fieldin {
 	background-image: url(images/bg_input.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	border: 1px solid #0B473F;
	font-size: 12px;
	line-height: 18px;
	margin: 3px 0px;
	width: 168px;
 }
 
  select.fieldin {
	font-size: 12px;
	margin: 3px 0px;
	width: 172px;
 }
 
  input#but_in {
 	margin-left: -2px;
	margin-top: 8px;
 }