/* CSS-Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	padding: 0 10px;
	font-size: 62.5%;
}

/*--- Parent Block ---*/

#container {
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.4em;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 14px;
}

#top-line {
	font-size: 2.14em;
	color: #333;
}

#bottom-line {
	font-size: 1.28em;
	color: #717171;
}

#back-link {
	position: absolute;
	top: 20px;
	right: 0;
}

#back-link a {
	color: #4490b7;
}

#back-link a:hover {
	color: #c51717;
}

#body {
	position: absolute;
	top: 92px;
	left: 0;
	width: 100%;
}

#left-column {
	float: left;
	width: 250px;
	margin-left: -100%;
}

/*--- Menu Block ---*/

#menu-main, #menu-blue {
	background: #4490b7;
	margin-bottom: 20px;
}

#menu-red {
	background: #c51717;
	margin-bottom: 20px;
}


#menu-main ul, #menu-blue ul, #menu-red ul {
	margin: 0 22px;
	list-style: none;
}

#menu-main ul li, #menu-blue ul li, #menu-red ul li {
	padding: 0.57em 0;
}

#menu-main ul li a, #menu-blue ul li a, #menu-red ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu-main ul li a:hover, #menu-blue ul li a:hover {
	color: #cceeff;
}

#menu-red ul li a:hover {
	color: #ffd2d2;
}

#menu-main ul li#current a, #menu-blue ul li#current a {
	color: #cceeff;
}

#menu-red ul li#current a {
	color: #ffd2d2;
}

.menu-blue-top {
	height: 29px;
	background-image: url("/images/template/i/menu-blue-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.menu-blue-bottom {
	height: 29px;
	background-image: url("/images/template/i/menu-blue-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

.menu-red-top {
	height: 29px;
	background-image: url("/images/template/i/menu-red-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.menu-red-bottom {
	height: 29px;
	background-image: url("/images/template/i/menu-red-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

/*--- Content Block ---*/

#contentwrapper{
	float: left;
	width: 100%;
}

#content {
	margin: 0 0 20px 260px;
	background-color: #efefef;
	background-image: url("/images/template/i/content-ltc.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color: #333;
}

#content span.rtc {
	display: block;
	background-image: url("/images/template/i/content-rtc.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#content span.rtc span.rbc {
	display: block;
	background-image: url("/images/template/i/content-rbc.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 29px 20px 29px 26px;
	min-height: 1px;
}

* html div#content span span {
	height: 1px;
}

/*--- Content Block styles ---*/

#content h1 {
	font-size: 1.71em;
	color: #7e7e7e;
	font-weight: normal;
	padding-bottom: 15px;
}

#notification {
	margin-top: 12px;
}

#notification td {
	padding: 5px 0;
}

#notification #what {
	width: 45%;
	padding-right: 5px;
}

#notification #who {
	font-size: 0.85em;
	padding-left: 5px;
	border-left: solid 1px #a6a6a6;
}

#object {
	margin-top: 15px;
}

#status {
	margin-top: 4px;
}

#info {
	margin-top: 15px;
}

#content h2 {
	font-weight: normal;
	font-size: 1.71em;
	padding-bottom: 8px;
	padding-top: 10px;
}

#content p {
	padding-bottom: 10px;
	margin-left: 10px;
}

#content a {
	color: #4490b7;
}

#content a:visited {
	color: #9b3c9c;
}

#content a:hover {
	color: #c51717;
}

#content a.fake-title:visited {
	color: #c51717;
}

#content a.fake-title {
	font-size: 1.28em;
	color: #c51717;
	background-image: url("/images/template/i/fake.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
}

#content .fake-div {
	margin-bottom: 5px;
}

#content .more {
	display: none;
}

#content .lot {
	margin-bottom: 15px;
}

#content h2 a {
	color: #4490b7;
}

#content h2 a:visited {
	color: #4490b7;
}

#content h2 a:hover {
	color: #c51717;
}

#content-left {
	float: left;
	width: 50%;

}

#content-right {
	float: left;
	width: 50%;
	height: 240px;
}

#quotation-content-left {
	float: left;
	width: 59%;
	padding-right: 1%;
}

#quotation-content-right {
	float: left;
	width: 39%;
	padding-left: 1%;
}

#content .list-table {
	margin-bottom: 25px;
}

#content .list-table thead th {
	color: #333;
	background-color: #e5e5e5;
	padding: 5px 4px 8px 0;
	border-bottom: solid 1px #7c7c7c;
}

#content .list-table thead th.header {
	color: #333;
	background-image: url("/images/template/i/tablesorter-bg.gif");
	background-repeat: no-repeat;
	background-position: 100% 9px;
	background-color: #e5e5e5;
	padding: 5px 4px 8px 0;
	border-bottom: solid 1px #7c7c7c;
	cursor: pointer;
}

#content .list-table thead th.headerSortUp {
	background-image: url("/images/template/i/tablesorter-asc.gif");
	background-position: 100% 14px;
	background-repeat: no-repeat;
	color: #c51717;
}

#content .list-table thead th.headerSortDown {
	background-image: url("/images/template/i/tablesorter-desc.gif");
	background-position: 100% 9px;
	background-repeat: no-repeat;
	color: #c51717;
}

#content .list-table tbody td {
	padding: 3px 5px;
	border-bottom: solid 1px #d3d3d3;
}

.box {
	border: 1px solid #555;
	padding: 5px;
	background-color: #e6e6e6;
	display: none;
	width: 350px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10000;
}

a .box {
	color: #333;
}

a:hover .box {
	color: #333;
}

/*--- Pagenavigation ---*/

#page-navigation {
	clear: both;
	padding-top: 10px;
	padding-right: 30px;
	font-size: 16px;
}

#pages a {
	padding: 3px 7px;
	background: #eee;
	border: solid 1px #ccc;
}

#pages a:visited {
	color: #4490b7;
}

#pages a:hover {
	background: #e6e6e6;
	border: solid 1px #ccc;
}

#page-navigation .current {
	padding: 3px 7px;
	background: #e6e6e6;
	border: solid 1px #ccc;
	color: #333;
}

/*--- Footer ---*/

#footer {
	clear: both;
}

#footer-button {
	float: right;
	padding-bottom: 15px;
}

/*--- Search Block ---*/

#search-block {
padding: 0 22px;
}

#search-title {
color: #fff;
padding-bottom: 4px;
}

#search-block .text {
border: solid 1px #000;
background: #fff;
}

#search-block .submit {
text-align: center;
}

#search-block .submit input {
width: 120px;
background: #fff;
border: solid 1px #000;
margin-top: 5px;
}

.search-item {
	padding-bottom: 20px;
}

.search-title-link {
	font-size: 20px;
}

.search-title-arrow {
	font-size: 22px;
	color: #666;
}

#what p {
	padding-bottom: 5px;
}