/***********[start global styles]*************/
form {
	padding: 0px;
	margin: 0px;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.tightColumn{
	width: 50px;
}

.buttonRed {
	padding: 0px 8px 0px 8px;
	font: 12px arial, verdana, sans serif;
	background-color: #FF0000;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 14px;
}

.borderless {
	border: 0px;
}

.contentheadercontainer {
	width: 100%;
	border: 1px solid #fff;
}

.contentheaderdesc {
	padding: 10px 20px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	float: left;
}

.contentheaderhelp {
	padding: 10px 0px 5px 5px;
	float: right;
}

.contentheaderhelpItem,.contentheaderhelpItem:visited {
	border: 1px solid #aaa;
	padding: 0px 8px 0px 8px;
	font: 12px arial, verdana, sans serif;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
	line-height: 20px;
}

.contentheaderhelpItem:hover {
	border: 1px solid #aaa;
	padding: 0px 8px 0px 8px;
	font: 12px arial, verdana, sans serif;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 20px;
}

.pager_header {
	font-size: 11px;
	color: gray;
	margin-bottom: 5px;
	margin-top: 15px;
}

.button {
	background-color: #ff0000;
	border: 1px solid #ff0000;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: arial, verdana, sans serif;
}

.inputStyle {
	font-size: 0.9em;
	border: 1px solid #aaa;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.inputStyleSelect {
	font-size: 0.9em;
	border: 1px solid #aaa;
	margin-left: 0px;
	padding-left: 0px;
}

/***********[start login styles]*************/
.loginBoxDiv {
	
}

.loginBox {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.loginBoxGraphic {
	padding-top: 40px;
	text-align: center;
}

.loginBoxGraphic h1 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
}

.loginBoxGraphic img {
	vertical-align: middle;
	margin-right: 55px;
}

.loginBoxTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 11px;
	width: 100%;
}

.loginBoxRow {
	background-color: #eeeeee;
	line-height: 26px;
}

.loginBox_inputgroup {
	line-height: 18px;
}

.loginBoxColumn {
	border-top: 2px solid #ffffff;
}

.loginBoxColumnText {
	border-top: 2px solid #ffffff;
	padding-right: 5px;
	text-align: right;
}

.loginBox_input {
	float: left;
	font-size: 11px;
	border: 1px solid #AAAAAA;
	padding: 1px 0px 0px 4px;
	margin: 1px 0px 1px 0px;
	vertical-align: middle;
}

.loginBoxHotline {
	clear: both;
	font-weight: bold;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
}

/***********[start table styles]*************/
.tablediv {
	width: 100%;
	height: 100%;
}

html>body div.tablediv {
	overflow: auto;
}
* html div.tablediv {
	overflow-x: auto;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 19 : 0);
}


.tablediv table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tablediv table thead th img {
	padding-left: 2px;
}

.tablediv table thead th a,.tablediv table thead th a:visited {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.tablediv table tbody tr td {
	padding-right: 10px;
	padding-left: 5px;
	line-height: 1.3;
	white-space: nowrap;
}

.table_header {
	background-color: #eeeeee;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
}

.tablecol_oddrow {
	background-color: #ffffff;
	line-height: 1.3
}

.tablecol_evenrow {
	background-color: #eeeeee;
	line-height: 1.3
}

.rowHighlight {
	background-color: #aaaaaa;
}

/***********[start searchbox styles]*********/
.suchbox {
	clear: both;
	width: 100%;
	border: 1px solid #aaaaaa;
}

.suchboxheader {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 7px;
	line-height: 20px;
}

.suchboxtable {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 7px solid white;
	font-size: 11px;
}

.suchboxrow {
	background-color: #eeeeee;
	line-height: 24px;
}

.suchboxcolumn {
	border-top: 2px solid #ffffff;
}

.suchboxblind {
	border-top: 2px solid #ffffff;
}

.suchboxcolumnsearch {
	border-top: 2px solid #ffffff;
	text-align: right;
	padding-right: 7px;
}

.suchboxcolumnText {
	border-top: 2px solid #ffffff;
	padding-right: 5px;
	text-align: right;
}

.suchbox input,.suchbox select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	padding: 1 0 0 4;
	margin: 1 0 1 0;
}

.suchbox_inputgroup {
	line-height: 18px;
}

.suchbox a img {
	vertical-align: middle;
	margin-bottom: 2px;
}

/***********[start actionlist styles]********/
.actionlist {
	background-color: #eeeeee;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.actionlist a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-left: 22px;
	background-position: 10px;
	background-repeat: no-repeat;
	background-image: url(../kosyfaLF/images/arrow_black.gif);
}

.actionlist a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

.actionlist a.newwindow {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-left: 20px;
	background-position: 7px;
	background-repeat: no-repeat;
	background-image: url(../kosyfaLF/images/arrow_black_bevel.gif);
}

.actionlist a.newwindow:hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

.actionlist span.exportLabel {
	font-weight: bold;
	color: black;
	padding-left: 35px;
}

.actionlist span.exportLabelFirst {
	font-weight: bold;
	color: black;
}

/***********[start validation styles]********************/
.applicationErrors {
	margin-top: 30px;
	padding-left: 0px;
	font-size: 11px;
	color: #ff0000;
}

.applicationErrors h1 {
	font-size: 11px;
}

.label {
	
}

.label_error {
	color: #ff0000;
}

.errors input {
	border: 1px solid #ff0000;
}

.errors span {
	color: #ff0000;
}
.nodata{
	font-weight:bold;
	margin-left: 2px;
	margin-top: 30px;
}

.advice{
	font-size: 11px;
	margin-top: 30px;
	color: gray;
}