BODY {
	background-color: #F0F1F1;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma;
	font-size: 14px;
}

.all {
	max-width: 800px;
	min-width: 680px;
}

A {
	color: #7CB3D8;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

UL,OL {
	list-style: circle outside;
	margin: 0px;
	margin-bottom: 5px;
	padding-right: 15px;
}

OL {
	list-style: decimal;
	margin-right: 3px;
}

.body_bottom {
	border-bottom: 1px solid #368FBF;
	background-color: White;
}

.body_mid {
	background-color: White;
	border-left: 1px solid #368FBF;
	border-right: 1px solid #368FBF;
}

.search_bar {
	background-color: #0073B1;
}

.logo {
	padding-top: 15px;
}

.tabs {
	padding-top: 10px;
}

.tab_a,.tab_i {
	cursor: pointer;
}

.tab_a .left {
	background-image: url(../images/tab_a_left.gif);
	width: 6px;
	height: 27px;
}

.tab_a .body A {
	background-image: url(../images/tab_a_bg.gif);
	color: White;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	height: 27px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
}

.tab_a .right {
	background-image: url(../images/tab_a_right.gif);
	width: 6px;
	height: 27px;
}

.tab_i .left {
	background-image: url(../images/tab_i_left.gif);
	width: 6px;
	height: 27px;
}

.tab_i .body A {
	background-image: url(../images/tab_i_bg.gif);
	color: #5F5F5F;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	height: 27px;
	display: block;
	padding-top: 4px;
}

.tab_i .right {
	background-image: url(../images/tab_i_right.gif);
	width: 6px;
	height: 27px;
}

.search_bar,.search_bar SELECT,.search_bar INPUT {
	font-family: Tahoma;
	font-size: 12px;
}

.search_bar {
	color: White;
}

.blocks_yard {
	background-image: url(../images/blocks_tail.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #E8F2F8;
	padding-bottom: 30px;
	padding-left: 7px;
	padding-right: 7px;
	width: 23%;
}

.block {
	margin-top: 7px;
	width: 100%;
}

.block_header {
	background-image: url(../images/block_header_bg.gif);
	height: 27px;
	border: 1px solid #8BBCD7;
	text-align: center;
	color: #0073B1;
	font-family: Tahoma;
	font-size: 14px;
}

.block_body {
	background-color: White;
	border: 1px solid #8BBCD7;
	border-top-width: 0px;
	color: Gray;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	padding-top: 0px;
}

.body_body {
	padding-top: 7px;
}

.result_h1 {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #8BBCD7;
	font-weight: bold;
}

.result_h2 {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #8BBCD7;
}

.result_nav {
	border: 1px solid #8BBCD7;
	border-top-width: 0px;
	height: 26px;
}

.result_nav TD {
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
}

.result_nav INPUT {
	font-size: 12px;
	text-align: center;
}

.result_set {
	background-color: #8BBCD7;
}

.result_set TD {
	background-color: White;
	font-size: 12px;
	color: Gray;
	padding: 3px;
}

.result_set Th {
	background-color: #E8F2F8;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
}

.active TD {
	background-color: #F5FAFC;
	cursor: pointer;
}

.footer,.last_update {
	font-size: 11px;
	color: Gray;
	padding: 5px;
}

.last_update {
	color: Silver;
	font-size: 11px;
}

.footer {
	padding-top: 10px;
}

.loading {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	background-color: #E8F2F8;
	display: block;
	border: 1px solid #8BBCD7;
	color: Gray;
}

.total_var {
	visibility: hidden;
}

.view { /*border: 1px solid #8BBCD7;*/
	font-size: 12px;
	background-color: #8BBCD7;
}

.view TD {
	padding: 5px;
	background-color: White;
}

.even TD {
	background-color: #F5FAFC;
}

.info {
	background-image: url(../images/info.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: White;
	padding-right: 30px;
	padding-left: 5px;
	height: 30px;
	border: 1px solid Silver;
	font-size: 14px;
	color: Gray;
	text-align: right;
}

.txt {
	font-size: 14px;
	color: #4A4A4A;
	text-align: right;
}