html {
	height:100%;

}

body {
    text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: rgb(52,52,52);
    font-weight: normal;
    margin: 0px;
    padding: 0px;
	background: white url('/eibpublic_vall/pics/main_bg.jpg') top left repeat-x;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input, textarea {
  -webkit-border-radius: 0;
}

img.noborder
{
	margin: 0px;
	padding: 0px;
	border: none;
}

form {
	margin:0px;
	padding:0px;
}

img.icon, img.arrow_icon
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
	vertical-align: middle;
}

div.main
{
	background-color: white;
	padding: 12px;
	height: 460px;
}

.main_left
{
	background: url('/eibpublic_vall/pics/main_bg.jpg') repeat-x top right;
}

.main_top
{
	height: 20px;
	background: url('/eibpublic_vall/pics/main_top.jpg') repeat-x bottom left;
}

.main_right
{
	background: url('/eibpublic_vall/pics/main_bg.jpg') repeat-x top left;
}

/* linkek */
a, a:visited, a:link, a:active
{
	color: rgb(52,52,52);
	text-decoration: none;
}

a:hover
{
	color: rgb(52,52,52);
	text-decoration: underline;
}

/*
img.error
{
	margin: 8px;
	width: 40px;
	vertical-align: middle;
}
*/

span.error
{
	font-weight: normal;
	color: rgb(255,0,0);
	font-size: 12px;
}

div.titlebar
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

div.title
{
	font-size: 20px;
	font-weight: solid;
	color: rgb(52,52,52);
	font-style: normal;
	text-decoration: none;
	float: left;
	position: relative;
	margin-left: 0px;
}

.label
{
	color: rgb(52,52,52);
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 2px;
}

/*
.text
{
	color: rgb(87,90,95);
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.errorline
{
	color: rgb(167,25,48);
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}
*/
.clear {
	clear: both;
}

.input
{
	font-family: Arial;
    background-color: white;
    border: 1px rgb(209,209,209) solid;
	color: rgb(52,52,52);
	height: 21px;
	width: 300px;
	margin-bottom: 10px;
}

.nowidthinput
{
	font-family: Arial;
		background-color: white;
		border: 1px rgb(209,209,209) solid;
	color: rgb(52,52,52);
	height: 21px;
	margin-bottom: 10px;
}

.disabledinput
{
	font-family: Arial;
    border: 1px rgb(209,209,209) solid;
	color: rgb(52,52,52);
	height: 21px;
	width: 300px;
	margin-bottom: 10px;
}

.disabledbutton
{
	position: static;
	padding-left: 0px;
	padding-right: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	-khtml-opacity: .3;
	color:rgb(128,128,128);
	height: 25px;
	cursor: default;
	margin-top: 8px;
}

.button
{
	font-family: Arial;
	position: static;
	padding-left: 0px;
	padding-right: 0px;
	height: 25px;
	margin-top: 8px;
}

.button_middle
{
	position: static;
	height:25px;
	border: 1px solid rgb(209,209,209);
	color: black;
	font-weight: bold;
	
	font-size: 12px;
		padding-left: 13px;
		padding-right: 3px;
	vertical-align: middle;
	background: rgb(247,240,0) url('/eibpublic_vall/pics/arrow_right-big.gif') no-repeat 4px center;
	margin:0;
	cursor: pointer;
	overflow: visible;
}

.backbutton_middle
{
	position: static;
	height:25px;
	border: 1px solid rgb(209,209,209);
	color: black;
	font-weight: bold;
	
	font-size: 12px;
    padding-left: 13px;
    padding-right: 3px;
	cursor: pointer;
	vertical-align: middle;
	background: rgb(247,240,0) url('/eibpublic_vall/pics/arrow_left-big.gif') no-repeat 4px center;
	margin:0;
	cursor: pointer;
	overflow: visible;
}

.button .button_middle:hover
{
	border-color: black;
}

.header
{
	padding: 6px 0px 14px 10px;
}

.header_text
{
	color: rgb(128,128,128);
	font-size: 11px;
}

.header_text a, .header_text a:link, .header_text a:visited, .header_text a:active
{
	color: rgb(128,128,128);
	font-size: 11px;
	text-decoration: none;
}

.header_text a:hover
{
	text-decoration: underline;
}

.header_separator
{
	color: rgb(128,128,128);
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}

.subheader
{
	zoom: 1;
	/*background-color: black;*/
	background-color: rgb(245,245,245);
	padding: 7px 10px 7px 10px;
	/*color: white;*/
	color: black;
	/*! border-bottom: 1px solid rgb(209,209,209); */
	border-top: 1px solid rgb(232,232,232);
	border-bottom: 1px solid rgb(232,232,232);
}

.subheader table
{
	/*color: white;*/
	color: black;
	font-size: 11px;
}

.systemname
{
	/*color: white;*/
	color: black;
	/*font-style: italic;*/
	font-size: 17px;
	font-family: Verdana;
	font-weight: bold;
}

div.footer
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	/*
	font-size: 11px;
	color: rgb(128,128,128);
	*/
	border-top: 1px dotted rgb(128,128,128);
	padding-top: 5px;
}

.footer_text
{
	color: rgb(128,128,128);
	font-size: 11px;
}

.footer_text a, .footer_text a:link, .footer_text a:visited, .footer_text a:active
{
	color: rgb(128,128,128);
	font-size: 11px;
	text-decoration: none;
}

.footer_text a:hover
{
	text-decoration: underline;
}

.footer_separator
{
	color: rgb(128,128,128);
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}

.loginbox
{
	border: 1px solid rgb(209,209,209);
	padding: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

.errorbox
{
	border: 1px solid rgb(255,0,0);
	background-color: rgb(255,221,221);
	padding: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

table.orangebox
{
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}

td.orangebox_data
{
	background: rgb(254,253,223);
	border: 1px solid rgb(228,224,95);
}

div.orangebox_data
{
	font-size: 12px;
	padding: 15px;
}

.boxtitle
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}