@CHARSET "ISO-8859-1";

#content {
	margin: 10px;
}

#login {
	position: absolute;
	right: 3px;
	top: 0px;
}

#login a {
	font-size: 9pt;
}



table.box {
	border: solid 1px #5A87C7;
	width: 100%;
}

table.box th {
	background-image: url("../media/back_title.png");
	height: 42px;
	color: white;
	font-size: 16pt;
	text-align: left;
}

td.boxbottom {
	text-align: center;
	background-color: #5A87C7;
}


table.form {
	width: 100%;
}

table.form td {
	height: 25px;
}


table.form label {
	font-weight: bold;
	font-size: 8pt;
}

.forminput {
	width: 95%;
	border: solid 1px #333333;
	font-family: Century Gothic, Avant Garde;
	font-size: 11pt;
	background-color: #EEEEEE;
}

.formselect {
	border: solid 1px #333333;
	font-family: Century Gothic, Avant Garde;
	font-size: 11pt;
	background-color: #EEEEEE;
}

.smallinput {
	border: solid 1px #333333;
	font-family: Century Gothic, Avant Garde;
	font-size: 9pt;
	background-color: #EEEEEE;	
}


table.field {
	width: 100%;
	border: solid 1px #CCCCCC;
}

td.grey {
	background-color: #CCCCCC;
}

.error {
	border: 1pt solid #AE0000;
	background-color: #FF9999;
	color: black;
}

.warn {
	border: 1pt solid #FF9900;
	background-color: #FFCC66;
	color: black;
}

.ok {
	border: 1pt solid #56AE00;
	background-color: #CCFF99;
	color: black;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background: url("../media/nav_back.png");
}

.navitem {
	list-style-type:none;
	float:left;
	margin-left: 10x;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	line-height: 40px;
}

.navitem:hover {
	background: url("../media/nav_back_hi.png");
}

.navitem a {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.navitem_active {
	list-style-type:none;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	background: url("../media/nav_back_active.png");
	line-height: 40px;
}

.navitem_active a {
	color: black;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

table.bilddetails {
	font-size: 10pt;
}


#pagination {
	text-align: center;
}

#pagination-disabled {
	color: #888888;
}

#pagination-back-disabled {
	color: #888888;
}

#pagination-next-disabled {
	color: #888888;
}

.pagination-page {
  float: left;
	border: 1px solid black;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background-color: #660000;
	text-align: center;
}

.pagination-page:hover {
	background-color: #660000;
}

#pagination-current-page {
  float: left;
	font-weight: bold;
	border: 1px solid black;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background-color: #990000;
	text-align: center;
}

#pagination-back,
#pagination-next {
	font-size: 15px;
	text-align: center;
}

.pagination-separator {
  float: left;
	color: black;
	text-align: center;
}

#footer {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(../media/bg_footer.png) bottom left no-repeat transparent;
	padding-top: 15px;
	width: 971px;
	height: 46px;
	color: white
}

#footer p {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	padding-top: 6px;
	width: 100%;
	text-align: center;
	line-height: 18px;
	font-size: 10pt;
}
