﻿@import url(core.css);

.imgl {
	float: left;
	margin: 0 10px 5px 0;
}
.imgr {
	float: right;
	margin: 0 0 5px 10px;
}
.heading {
	background: #F53D00 url(/images/inner/head_bg.jpg) no-repeat;
	padding: 0px 25px 0px 27px;
}
#title1, #title2 {
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
	text-transform: lowercase;
}
#title1 {
	color: #CC0000;
	position: absolute;
}
#title2  {
	color: #FFFFFF;
	position: relative;
	bottom: 1px;
	right: 1px;
}
.column {
	padding-right: 5px;
}
.table {
	width: 100%;
}
.table td {
	border-color: #DBDBDB;
	border-width: 1px;
}
.tablet {
	border-top-style: solid;
}
.tabler {
	border-right-style: solid;
}
.tableb {
	border-bottom-style: solid;
}
.tablel {
	border-left-style: solid;
}
.tablec {
	padding: 2px 8px;
}
td.tablesr, td.tablesb {
	border-color: #F8F8F8;
	border-width: 1px;
	background-color: #ECECEC;
}
.tablesr {
	border-right-style: solid;
}
.tablesb {
	border-bottom-style: solid;
}
.tableg td {
	background-color: #EEEEEE;
}
.navtrail {
	font-size: 10px;
	color: #999999;
}
.navtrail b {
	white-space: nowrap;
}
.quote {
	margin: auto 0;
	padding-right: 20px;
	background: transparent url(/images/quote_close.gif) no-repeat 100% 100%;
	color: #444444;
	font-size: 12px;
}
.quote div {
	padding-left: 20px;
	background: transparent url(/images/quote_open.gif) no-repeat;
}
.form {
	width: 100%;
	border-style: none;
}
.form label {
	display: block;
	padding-top: 2px;
}
.form td, .form th {
	vertical-align: top;
	text-align: left;
	padding: 2px 0;
}
.form td, .form th, .form input, .form textarea, .form select {
	font-size: 12px;
}
