* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	background: #EBEBEB url(../images/body_bg.jpg) center repeat-y;
}

a:link,
a:visited   { color: #000000; }
a:hover,
a:active    { color: #FF9900; }
h1          { font-size: 1.25em; text-align: left; }
h2          { font-size: 1em; font-weight: bold; padding-bottom: 5px; }
td          { font-size: 1em; }
td.search   { font-size: 1em; background-color: #FFFFFF; text-align: right; }
td.minwidth { white-space:nowrap; width:1%; }
th          { font-family: Optimum; font-size: 1em; }
img         { border:none; }
select.search { font-size: 1em; background-color:#FFFFFF; text-align: right; }

ul.list {
	padding-left: 30px;
}

ol.list {
	padding-left: 40px;
}

ul.list ul {
	padding-left: 40px;
}

/* comment */
div#container {
	clear: both;
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

div#container2 {
	width: 100%;
}

div.standard {
	text-align: left;
	font-size: 0.9em;
	padding: 8px;
	background-color: #FFFFFF;
}

/* message class */
div.message {
	clear: both;
	text-align: left;
	padding: 8px;
	margin: 2px 5px;
	border-bottom: 1px solid #464646;
}

/* ajax message div */
div#message {
	clear: both;
	text-align: left;
	padding: 8px;
	margin: 2px 5px;
	border-bottom: 1px solid #464646;
}

.message ul {
	margin-left: 20px;
}

div#message.success,
div#info,
.success {
	color: #009900;
}

div#message.error,
div#error,
.error {
	color: #CC0000;
}

div#message.warning {
	color: #FFCA0A;
}

/*** M A I N ***/
div#main {
	float: left;
	width: 800px;
	padding-left: 5px;
	position: relative;
	overflow: hidden;
}

/* middle column */
div#content {
	float: left;
	width: 455px;
	padding-right: 5px;
	position: relative;
}

/* info of the logged in user */
div#user_info {
	color: #FFFFFF;
	position: absolute;
	width: 300px;
	top: 27px;
	left: 670px;
	text-align: right;
	overflow: hidden;
	font-size: 10px;
}


/* google map */
div#right_box {
	float: left;
	position: relative;
	width: 335px;
}

div#map_canvas,
div#map_canvas2 {
	clear: both;
	width: 100%;
	height: 220px;
	background-color: white;
	overflow: hidden;
	z-index: 0;
}

#main table {
	width: 100%;
	border: 0px;
}

div.menu {
	text-align: left;
	float: left;
	padding: 2px;
	margin: 2px;
}

div.menu,
div.menu td,
div.menu input,
div.menu select
{
}

.menu td {
	padding: 2px;
}

div#menutotal {
	float: left;
	width: 176px;
	position: relative;
	z-index: 50;
}


div#test {
	float: left;
	width: 250px;
	background-color: #FF9900;
	padding: 2px;
}

div#parameters {
	clear: both;
	text-align: left;
	font-size: 0.9em;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px dashed silver;
}

div#time {
	font-size: 0.9em;
	clear: both;
	border: 1px dashed silver;
}

div#links {
	float: right;
	font-size: 0.9em;
	padding: 4px;
}

div#header {
	clear: both;
	background: #FFFFFF url(../images/header.gif) no-repeat 0px 5px;
	width: 982px;
	height: 75px;
	position: relative;
	padding-top: 5px;
	z-index: 60;
}

#header #header_link {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: 280px;
	height: 55px;
	cursor: pointer;
}


#header div.menu {
	position: absolute;
	top: 37px;
	color: #FFFFFF;
	width: 115px;
}

#header div.menu a{
	color: #FFFFFF;
	width: 145px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}

#header div#menu_login.menu a {
	display: inline;
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}

#header div#menu_login.menu a:hover{
	color: #FFFFFF;
}

#header #menu_login {
	right: 0px;
	width: 80px;
}

#header div#header_menu {
	position: absolute;
	top: 41px;
	right: 5px;
	color: #FFFFFF;
	width: 360px;
	font-weight: bold;
}

#header div#header_menu a {
	color: #FFFFFF;
	font-weight: bold;
}

#header div#header_menu a:hover {
	color: #FF9900;
}

#header_menu div,
#sub_menu div {
	float: left;
}

#header_menu ul,
#sub_menu ul {
	list-style-type: none;
	display: none;
}

#header_menu ul#header_menu_login {
	float: right;
	display: block;
}

#header_menu ul.active,
#sub_menu ul.active {
	display: block;
}

#header_menu ul a {
	padding: 0px 5px;
	color: #FF9900;
	font-weight: bold;
}

#header #header_menu ul a.swap {
	color: #FF9900;
}

#header #header_menu ul a.swap:hover {
	color: #FFFFFF;
}

#sub_menu ul a {
	display: block;
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

#sub_menu ul a:hover {
	color: #FFFFFF;
}

#header_menu ul li,
#sub_menu ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#sub_menu {
	font-size: 11px;
}

.hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	width:160px;
	background: #FFFFFF;
	margin: 8px 0px;
}

#sub_menu ul li {
	font-size: 0.9em;
}

img.preview {
	width: 90px;
}

img.topphoto {
	width: 90px;
}

img.normal {
	width: 500px;
}

img.selected {
	border: 2px solid #FF9900;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.form_label,
.form {
}

td.form {
	line-height: 1.1em;
	padding: 4px;
}

td.form span.multiradio {
	padding: 0px 20px 0px 0px;
}

td.required_info {
	font-size: 0.8em;
	padding-bottom: 10px;
}

div#common_links {
	color: #FFFFFF;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 250px;
	text-align: right;
	font-size: 11px;
}

#common_links ul {
 	list-style: none;
 	display: inline;
}

#common_links li {
	display: inline;
	padding: 5px;
}

#common_links li a {
	color: #FFFFFF;
}

#common_links li a:hover {
	color: #FF9900;
}

.spacer {
	clear: both;
	background: url(../images/spacer.gif) no-repeat center center;
	height: 2px;
	margin: 4px 0px;
}

.spacer.padd {
	padding: 4px 0px;
}

/* object rendering */
.object {
	clear: both;
}

.top_object {
	height: 52px;
}

.new_object {
	clear: none;
	float: left;
	width: 220px;
	line-height: 0.9em;
}

.object_active {
	background: #EEEEEE;
}

.object a:link,
.object a:visited,
.object a:hover,
.object a:active {
	color: #000000;
	text-decoration: none;
}

a.top_object_link:link,
a.top_object_link:visited,
a.top_object_link:active
 {
	font-size: 0.9em;
	text-decoration: underline;
}

a.top_object_link:hover {
	color: #FF9900;
}

.object .photo {
	float: left;
	height: 90px;
	width: 90px;
	margin: 0px 5px 5px 0px;
	border: 2px solid #CCCCCC;
	display: block;
}

.object .smallphoto {
	float: left;
	height: 50px;
	width: 50px;
	margin: 0px 5px 2px 0px;
	display: inline;
}

.object .info {
	float: left;
	width: 203px;
	display: block;
}

.object .appointment {
	float: left;
	width: 290px;
	display: block;
}

.object .marker {
	float: right;
	background: url(../marker/marker.png) no-repeat;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	margin: 5px;
	display: block;
}

.object .marker_active {
	background: url(../marker/marker_active.png) no-repeat;
}

.object .description {
	font-size: 0.9em;
	color: #FF9900;
}

.object .label {
	color: #000000;
}

.object_list {
	padding-left: 30px;
	width: 100px;
}

.object .time_over {
	color: #A2A2A2;
}

.object_button {
	float: left;
	width: 130px;
	text-align: right;
	padding-top: 15px;
}

.new_object .gray_date {
	color: #666666;
	font-size: 0.8em;
}

.appointment_button {
	clear: both;
	width: 335px;
	text-align: left;
	padding-top: 0px;
	padding-left: 100px;
}

.object_button a:link,
.object_button a:visited,
.object_button a:active {
	color: #000000;
	text-decoration: underline;
}

.object_button a:hover {
	color: #FF9900;
	text-decoration: underline;
}

input.text,
textarea,
select,
.aw_button {
}

.aw_button {
	color: #FF7700;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	display: inline;
	margin: 10px 5px;
}

div#overlay_bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	width: 100%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 9500;
}

div#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	width: 600px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	z-index: 10000;
}

div#overlay.hide {
	z-index: -1;
}

div#overlay.popup {
	z-index: 10000;
}

div#overlay_header {
	clear: both;
	height: 20px;
	color: #FFFFFF;
	border: 2px solid #464646;
	border-bottom: 0px;
}

div#overlay_title {
	float: left;
	width: 300px;
	padding: 0px 5px;
	text-align: left;
	font-size: 1.2em;
	line-height: 21px;
	background: #464646;
}

div#overlay_action {
	float: right;
	padding-right: 5px;
	height: 20px;
}

div#overlay #photo {
	text-align: center;
	padding: 5px;
	border: 2px solid #464646;
}

.icon_close {
	width: 16px;
	height: 16px;
	background: url(../images/close.gif);
}

.icon_close:hover {
	background: url(../images/close_active.gif);
}


#clickshield {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100000;
}

#clickshield > #waitcursor {
	z-index: 100001;
}

#waitcursor {
	background-color: #D1CFD0;
	height: 60px;
	width: 120px;
	z-index: 100001;
}

#waitcursorbody {
	background-color: #D1CFD0;
	border: 2px solid white;
	height: 46px;
	margin: 0pt;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.hidden {
	display: none;
	height: 0px;
	width: 0px;
}

.district_list {
	float: left;
	text-align: left;
	width: 195px;
	overflow: hidden;
}

.clear {
	clear: both;
}


/* search box style */
.search_box {
	width: 160px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.search_title {
	padding: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: left;
}

.search_value {
	text-align: left;
	padding-left: 10px;
}

#value_size.search_value,
#value_capex.search_value {
	padding-left: 0px;
}

.search_button {
	width: 160px;
	text-align: left;
}

.search_button a {
	color: #FF9900;
}

.search_button a:hover {
	color: #FFFFFF;
}

#awbox_search_header {
	display: none;
}

#awbox_search_content a.swap {
	color: #FFFFFF;
	font-size: 10px;
}

#awbox_search_content a.swap:hover {
	color: #FF9900;
}

/* auto complete style */
div.auto_complete {
	position: absolute;
	width: 250px;
}

div.auto_complete ul {
	display: block;
	list-style-type: none;
	width: 250px;
	border: 1px solid #888;
	background-color: #FFFFFF;
}

div.auto_complete ul li {
	list-style-type: none;
	display: block;
	padding: 2px;
	cursor: pointer;
}

div.auto_complete ul li.selected {
	background-color: #FF9900;
	color: #FFFFFF;
}

/* captcha style */
input.captcha {
 	text-transform: uppercase;
}

/*** AW box style ***/
.awbox_header {
	color: #FFFFFF;
	height: 20px;
	line-height: 22px;
	margin-top: 4px;
	padding-left: 10px;
}

.awbox_search {
	clear: both;
	background: url(../images/tab.gif) no-repeat 0px 0px;
	color: #FFFFFF;
}

.awbox_content {
	background: url(../images/tab.gif) no-repeat 0px -40px;
	color: #FF9900;
	font-size: 1.2em;
	font-weight: bold;
}

#awbox_content_content {
	padding: 10px 5px;
}

#awbox_search,
#awbox_search_content {
	background: #464646;
	color: #FFFFFF;
}

.awbox_map,
.awbox_map2,
.awbox_top_object {
	background: url(../images/tab.gif) no-repeat 0px -20px;
	width: 330px;
}

.awbox_simple {
	border: 1px solid #464646;
}

.awbox_footer {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#map_spacer {
	height: 20px;
}

.hide_element {
	display: none;
}

.info_icon {
	display: inline;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0px 5px;
}

#menu_search,
#menu_offer {
	float: left;
	display: block;
	background: transparent url(../images/menu_tab.gif) no-repeat top left;
	height: 25px;
	line-height: 25px;
	width: 88px;
	text-align: center;
}

#menu_offer {
	background: transparent url(../images/menu_tab.gif) no-repeat top right;
}

#menu_search.active,
#menu_search:hover {
	background: transparent url(../images/menu_tab.gif) no-repeat bottom left;
}

#menu_offer.active,
#menu_offer:hover {
	background: transparent url(../images/menu_tab.gif) no-repeat bottom right;
}


/* icon map */
.icon_map {
	display: block;
	background: transparent url(../images/icon_map.png) no-repeat;
}


.manageaccount {
	background: transparent url(../images/icon_map.png) no-repeat 0px 0px;
	width: 64px;
	height: 64px;
}

.changepw {
	background: transparent url(../images/icon_map.png) no-repeat 0px -64px;
	width: 64px;
	height: 64px;
}

.orange,
a.orange {
	color: #FF9900;
}

a.orange:hover {
	color: #000000;
}

.loginfield {
	width: 220px;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.85em;
}


.multiradio {
	float: left;
}

#object_type_3,
#object_type_4 {
	padding-top: 5px;
}

#object_type_3 {
	clear: both;
}
