/* CSS Document */
body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 70%;
	background-color: #E5EBF2;
	margin: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 3px;
}

h2 {
	font-size: 150%;
	margin: 3px;
}

h3 {
	font-size: 130%;
	margin: 3px;
}

h6 {
	margin: 0px;
	padding: 0px;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

img {
	border: 0px none;
}

.logo {
	float: left;
	width: 170px;
	margin: 0px 2px;
	height: 50px;
	text-align: center;
}

.title {
	margin: 2px 0px 2px 172px;
	padding: 5px;
	background: url(img/gradient_blue.png) repeat-y;
	height: 40px;
}

.cleaner {
	clear: both;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.controlpanels {
	width: 171px;
	float: left;
}

.controlpanel {
	margin: 2px 2px 0px 5px;
	padding: 2px;
	background-color: #80A0BC;
}

.login {
	width: 300px;
	margin: 20px auto;
}

.error {
	width: 300px;
	margin: 10px auto;
}

.page {
	margin-left: 170px;
	margin-top: 10px;
}

.services {
	margin-left: 18px;
	padding-left: 0px;
}

.services li {
	margin-bottom: 3px;
}

.exit {
	padding: 5px 0px;
}

.welcome {
	background-color: #D18E54;
	margin: 2px 2px 0px 5px;
	padding: 2px;
}

.list_control td.link {
	width: 1em;
}

.list_control td.search {
	width: 9em;
}

.list_control td.count {
	width: 2em;
}

.list_control td.label {
	width: 2em;
}

.bookmarks {
	margin: 10px 1% 5px 1%;
}

span.active_tab {
	color: Black;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	background: #CFD9E6 url(img/mark.gif) left top no-repeat;
}

span.tab {
	color: #2D415A;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	background: #547AA8 url(img/mark_off.gif) left top no-repeat;
}

.attachments img {			
	border: 1px solid black;
}

table td {
	vertical-align: top;
}

table.list {
	width: 90%;
	margin: 0px auto;
}

table.list caption {
	border: 1px solid black;
	background-color: #5A7084;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	color: white;
}

table.list tr {
	height: 20px;
}

table.list .col1 {
	width: 50px;
}

table.list .col2 {
	width: 20px;
}

table.list .col3 {
	width: auto;
}

table.list .col4 {
	width: 50px;
}

table.list .col5 {
	width: 50px;
}

table.list .col6 {
	width: 50px;
}

table.list .col7 {
	width: 50px;
}

table.list .col8 {
	width: 50px;
}

table.list input {
	border-width: 0px;
}

table.list th {
	background-color: #5A7084;
	color: black;
}

table.list th span {
	color: black;
}

table.list th a {
	color: #E5EBF2;
}

table.list tr.odd {
	background-color: #f5fbff;
}

table.list tr:hover {
	background-color: #80a0bc;
}

.heap table {
	border: 1px solid black;
	border-collapse: collapse;
}

.heap table caption {
	border: 1px solid black;
	background-color: black;
	color: White;
	font-weight: bold;
}

.heap table tr.odd {
	background-color: #f5fbff;
}

.heap table td {
	border: 1px solid black;
	vertical-align: middle;
	height: 50px;
	padding: 2px;
}

.heap table th {
	border: 1px solid black;
}

.heap table.list {
	
}

.heap table.list tr.odd {
	background-color: #f5fbff;
}

.heap table.list td {
	height: auto;
}

.heap table.list tr:hover {
	background-color: #80a0bc;
}

table.distances caption {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: medium;
}

table.distances {
	border: 1px solid black;
	border-collapse: collapse;
}

table.distances td {
	border: 1px solid black;
}

table.distances th {
	border: 1px solid black;
}

table.distances tr:hover {
	background-color: #80a0bc;
}

table.distances tr.odd {
	background-color: #f5fbff;
}

table.distances tr.odd:hover {
	background-color: #80a0bc;
}