@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #E9E9E9;
/*	background: url(images/bg.gif); */
}
a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #F5F5F5;
	text-align: center;
	font-size: 20px;
/*	font-weight: normal; /* ? */
/*	border-bottom: solid 1px #fff; */
	background: url(images/hr_title.gif) no-repeat center 20px;
	margin-bottom: 1em;
/*	text-transform: uppercase; /* ? */
}
h2 {
	color: #F5F5F5;
	font-size: 17px;
}
p {
	margin: 10px 0;
}
#body {
	background: url(images/shadow.gif) repeat-y center;
}
#container {
	margin: auto;
	width: 900px;
	position: relative;
	background: url(images/content_middle.jpg) repeat-y center;
}
#header {
	height: 65px;
	background: url(images/header.jpg) no-repeat center;
}
img {
	border: none;
}
#header #flags {
	height: 32px;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 6px;
	text-align: right;
}
#header #flags, #header #flags a {
	color: #444;
}
#header #flags #national_hotline {
	margin-top: 2px;
	color: #00AFEA;
	font-size: 11px;
	font-weight: bold;
}
#header #header_advs {
	padding: 6px 6px 0px 350px;
}
#header #header_advs a {
	background-color: #cacac8;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .25em;
}
#flash {
	height: 92px;
}
#services {
	height: 197px;
}
#services a {
	display: block;
	float: left;
	width: 225px;
	height: 197px;
}
#status {
	height: 28px;
	background: url(images/status.jpg) no-repeat;
}
#status, #status a {
	Lletter-spacing: .25em;
}
#content_holder {
	background: url(images/content_top.jpg) no-repeat center top;
}
#sidebarLeft, #sidebarRight {
	position: absolute;
	width: 205px;
	padding-top: 20px;
	color: #444;
}
#sidebarLeft a, #sidebarRight a {
	color: #444;
}
#sidebarLeft ul, #sidebarRight ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#sidebarLeft ul li, #sidebarRight ul li {
	padding: 4px 0;
	_padding: 3px 0 5px;
	border-bottom: dotted 1px #999;
	_border-bottom: none;
	_background: url(images/dotted_line.gif) repeat-x left bottom;
}
#sidebarLeft ul ul, #sidebarRight ul ul {
	padding: 0;
	padding-left: 20px;
}
#sidebarLeft ul li.last, #sidebarRight ul li.last {
	border-bottom: none;
}
#sidebarLeft ul li.lastIE, #sidebarRight ul li.lastIE {
	_background: none;
	*border-bottom: none;
	*padding-bottom: 0;
}
#sidebarRight {
	right: 0;
}
#content {
	padding: 10px 245px;
	min-height: 720px;
	*min-height: 744px;
	_height: 734px;
}
#content table.common {
	border-collapse: collapse;
	width: 100%;
	background-color: #F3F3F3;
}
#content table.common td {
	border: solid 1px #ececec;
	padding: 4px;
}
.hr {
	border-bottom: solid 1px #999;
}
.hr2 {
	border-bottom: solid 2px #999;
}
.hr_top {
	height: 10px;
	border-top: solid 1px #999;
}
.hr_bottom {
	height: 10px;
	border-bottom: solid 1px #999;
}
.hr_bg {
	height: 1px;
	background: url(images/hr_title.gif) no-repeat center;
	margin: 2em 0;
}
#content img.title {
	margin-top: -10px;
}
#content p {
	text-align: justify;
}
/*#content img {
	padding: 5px;
	background: #dadada url(images/paper_texture.jpg);
	border: solid 1px #dadada;
	-moz-border-radius: 10px;
}*/
#footer {
	padding: 24px 6px 2px;
	text-align: right;
	font-size: 10px;
	color: #bbb;
	background: #E9E9E9 url(images/footer.gif) no-repeat top;
	border-bottom: solid 1px #b3b3b3;
}
#footer a {
	color: #bbb;
}

/* COLORS */
.color_cyan, .color_cyan a {
	color: #00AFEA;
}
.color_indigo, .color_indigo a {
	color: #3D61AF;
}

.color_green, .color_green a {
	color: #8ec93d;
}
.color_red, .color_red a {
	color: #c1272d;
}
.color_blue, .color_blue a {
	color: #0099ff;
}
.color_bluedark, .color_bluedark a {
	color: #000099;
}
.color_bluegreen, .color_bluegreen a {
	color: #d9efe9;
}
.color_grey, .color_grey a {
	color: #dadada;
}

/* COMMON FORMATING */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.em {
	font-style: italic;
}

/* SIDEBAR_RIGHT FORMS */
#sidebarRight a {
	color: #0099ff;
}
#sidebarRight ul li {
	border: none;
	margin-bottom: 8px;
	_background: none;
}
#sidebarRight table, #sidebarRight input, #sidebarRight textarea {
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
_#sidebarRight th {
/*	font-weight: normal; */
/*	padding-top: 4px; */
/*	padding-bottom: 20px; */
	font-size: 11px;
	padding: 4px 0;
	color: #00AFEA;
	border-top: dotted 1px #999;
	_border-top: solid 1px #999;
	border-bottom: dotted 1px #999;
	_border-bottom: solid 1px #999;
/*	font-weight: normal; */
	background: #D9E3FC;
}
#sidebarRight th {
/*	font-size: 11px; */
	padding: 4px 0;
	border-bottom: dotted 1px #999;
	_border-bottom: none;
	_background: url(images/dotted_line.gif) repeat-x left bottom;
	text-align: right;
/*	color: #00AFEA; */
/*	font-weight: normal; */
/*	background-color: #D9E3FC; */
}
#sidebarRight td.label {
	padding-left: 8px;
	padding-top: 4px;
	vertical-align: bottom;
}
#sidebarRight td.first {
	padding-top: 12px;
}
#sidebarRight td.cancel {
	width: 50%;
}
#sidebarRight td.text input {
	width: 149px;
	height: 12px;
/*	background: url(images/input_shadow.gif) no-repeat left top; */
	background: url(images/input_text.gif) no-repeat left top;
	padding: 4px 8px;
	border: none;
	color: #999;
}
#sidebarRight td.button input {
	color: #999;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 18px;
	border: none;
	height: 32px;
	cursor: pointer;
/*
	font-weight: normal;
	text-transform: uppercase;
*/
}
#sidebarRight td.button input:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
#sidebarRight td.button.ok input {
	background: url(images/button_ok_bg.gif) no-repeat center top;
}
#sidebarRight td.button.cancel input {
	background: url(images/button_cancel_bg.gif) no-repeat center top;
	border-left: solid 1px #BEC3C7;	
}
#sidebarRight textarea {
	width: 154px;
	height: 5em;
	border: none;
	overflow: auto;
	background: #E9E9E9 url(images/textarea_shadow.gif) no-repeat left top;
	color: #999;
	padding: 4px;
}

.botfield {
	display: none;
}
/* buttons (copied from form_transport_request_steps.php on 2011-04-27) */
/* for form_transport_request_steps & service_2_calc */
#content .tr_buttons td {
	border-bottom: none;
}
#content .tr_buttons td.td_buttons {
	padding-top: 20px;
	border-bottom: none;
	text-align: center;
}
#content td.button input {
	height: 32px;
	margin-top: 4px; /* 12 */
	padding-top: 18px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
/*
	font-weight: normal;
	text-transform: uppercase;
*/
}
#content td.button input:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
#content td.button {
	border-left: solid 1px #999;
}
#content td.button.calc {
	border-left: none;
}
#content td.button.calc input {
	background: url(images/button_up_bg_content.gif) no-repeat center top;
}
#content td.button.request input {
	background: url(images/button_ok_bg_content.gif) no-repeat center top;
/*	border-left: solid 1px #999; */
}
#content td.button.reset input {
	background: url(images/button_cancel_bg_content.gif) no-repeat center top;
/*	border-left: solid 1px #999; */
}
/* end of buttons */

