/* Main
----------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}

body {
	background: #fff url(../images/body_bg_grey.gif) top center repeat-y; 
}
 
img {
	border: 0;
	display: block;
}
 
/* Header
----------------------------------------------- */

#head_outer { 
	width: 100%; 
	height: 114px; 
	background: #fff url(../images/head_outer_bg.gif) top left repeat-x;     
	z-index: 1; 
}
 
#head_inner { 
	width: 888px; 
	height: 114px; 
	margin: 0 auto; 
	background: #e1e1e1 url(../images/head_inner_bg.gif) top left repeat-x;     
	z-index: 2; 
}
  
#header {
	position: relative; 
	width: 880px; 
	height: 81px; 
}


 
/* Structure
----------------------------------------------- */
 
#container {
	position: relative;
	top: -114px;
	margin: 0 auto;
	width: 880px;
	height: 100%;
	background: #fff;
	z-index: 3;
}
 
#navcontainer {
	width: 880px; 
	height: 30px; 
	background: #00538e; 
}
 
#main_ala {
	width: 878px;
	margin: 0 auto;
	background: #bfd4e3;
	margin-top: 1px; 
}

#alasivu_main {
	float: right;
	width: 540px;
	padding: 60px 60px 60px 60px;
	background: #fff;
	min-height: 600px;
}
 
#ala_head {
	float: left;  
	width: 639px;  
	padding: 0px 10px 0px 10px; 
	background: #fff;
	margin: 0; 
	overflow: hidden; 
}
  
#footer {
	height: 15px;
	width: 860px; 
	padding: 6px 9px;
	color: #000;
	font-size: 11px;
	letter-spacing: 0;
	border-top: 1px solid #00538e;
	margin: 0 auto;
}
 
#footer a {
	color: #004576; 
}




/* Nav
----------------------------------------------- */  
 
#navcontainer ul { 
	float: left; 
	padding: 0px;   
	margin: 0px; 
	background-color: #00538e; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 13px; 
	list-style-type: none; 
}
  
#navcontainer ul li {
	display: inline;
}
 
#navcontainer ul li a { 
	float: left;
	padding: 7px 11px 7px 11px;
	background-color: #00538e;
	color: #fff;
	text-decoration: none;
}
 
#navcontainer ul li a:hover {
	background: #1e71ac;
	text-decoration: none;
	padding: 7px 11px 7px 11px;
}

#navlist a:link#current, #navlist a:visited#current { 
	background: #1e71ac; 
}


/* Headings 
----------------------------------------------- */
 
h1 {  
	font: bold 20pt Arial;
	color: #666666;
}

 
/* Lists 
----------------------------------------------- */
  



  
/* Forms
----------------------------------------------- */ 

table.form {
	width: 495px;
	font: 10pt Arial;
}

table.form td {
	padding-bottom: 5px;
}

table.form input, table.form select, table.form textarea {
	width: 290px;
}

td.caption {
	text-align: right;
	padding: 4px 10px 0 0;
	width: 182px;
	vertical-align: top;
}

span.required {
	color: #cc0000;
}

td.addFile {
	text-align: right;
}

div.title {
	color: #666666;
	font: bold 20pt Arial;
	float: left;
	margin: 20px 0px 20px 0px;
	float: left;
}

div.fileNum {
	font: 15pt Arial;
	color: #cccccc;
	float: right;
	margin-top: 20px;
}

table.success_form {
	width: 405px;
	font: 10pt Arial;
}

.success_title {
	font: bold 12pt Arial;
	color: #000000;
}

.success_caption {
	font: bold 10pt Arial;
	color: #4e4c4c;
}

.success_data {
	font: 10pt Arial;
	color: #0119fe;
}

.border_bottom {
	padding: 3px 0px 1px 0px;
	border-bottom: 1px solid #999999;
}


table.fileList {
	font: 10pt Arial;
}

table.fileList th, table.fileList td {
	padding: 0px 15px 10px 0px;
}

table.fileList th {
	text-align: right;
	font: bold 10pt Arial;
	padding-bottom: 20px;
}

table.fileList td {
	text-align: right;
}


table.admin {
	font: 10pt Arial;
}

table.admin th {
	text-align: right;
	font: bold 10pt Arial;
	padding-bottom: 20px;
}

/* Links 
----------------------------------------------- */
 
a, a:visited { 
	color: #0119fe;
	text-decoration: none; 
}
  
a:hover {
	text-decoration: underline;
}
 
  
/* Misc 
----------------------------------------------- */
 
.clearer { 
	clear: both; 
	height: 1px; 
	line-height: 0px; 
	font-size: 0;     
}

.error {
	color: #cc0000;
}