html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 15px;
}

body.white {
	background-color: #FFFFFF;
}

table {
	border: 0px;
	font-size: 11px;
}

table.main {
	background-color: #FFFFFF;
	height: 100%;
}

table.head_table {
	background-image: url(images/head_bgr.jpg);
}

table.menu {
	width: 100%;
}

table.menu_login {
	width: 100%;
	font-size: 9px;
	text-transform: uppercase;
	border: 0px solid #CCCCCC;
	height: 10%;
}

table.menu_column {
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

table.gallery {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

table.time_table {
	width: 100%;
}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td.date_time {
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td.red_line {
	background-color: #8E001C;
	height: 15px;
}

td.transparent {
	background-color: #AAAAAA;
	font-size: 10px;
	color: #FFFFFF;
}

td.red_line_thin {
	background-color: #8E001C;
	height: 8px;
}

td.whitespace {
	background-color: #FFFFFF;
	height: 15px;
	width: 15px;
}

div.menu_item {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 2px;
	font-size: 9px;
	text-transform: uppercase;
	width: 85px;
}

div.menu_item_hover {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 2px;
	font-size: 9px;
	text-transform: uppercase;
	width: 85px;
	background-color: #CCCCCC;
}

td.border_up_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

td.border_right {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

td.header_right {
	background-color: #656565;
	background-image: url(images/sq_red.gif);
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	vertical-align: middle;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #084887;
}

a:hover {
	text-decoration: underline;
}

a.menu_item {
	color: #000000;
}

a.menu_item:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #656565;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #656565;
	margin: 0px;
}

br.half {
	line-height: 5px;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea.fullwidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

hr {
	color: #000000;
	height: 1px;
}

div.date {
	font-size: 10px;
}

table.border {
	border: 1px solid #000000;
}

div.red {
	color: #FF0000;
}

td.main_box {
	height: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td.theme {
	font-size: 10px;
	padding: 2px;
}

div.login {
	vertical-align: bottom;
}

div.map_info {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	height: 150px;
	width: 135px;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 2px;
}