/* frame */

body {
	font-family:Trebuchet MS,Verdana,sans-serif;
	font-size:12px;
}

#top {
	height: 74px;
	background: url(../i/topbar_bg.gif) 0 0 repeat-x;
}

.mainbox {
	width: 984px;
	margin: 0 auto;
	padding: 0 20px;
}
.mainbox table {
	border: none;
	border-collapse: collapse;
	margin: 0px 13px;
	padding: 0px;
}
.mainbox table td {
	vertical-align: top;
	padding: 0px;
}
#nextbar {
	height: 65px;
	padding-top: 20px;
	background: url(../i/main_bg.gif) 0 100% repeat-x;
}
#nextbar_c {
	width: 956px;
	margin: 0 auto;
	text-align: right;
}
#button_next, #button_goto_step1, #button_goto_map {
	cursor: pointer;
}
#footer {
	width: 984px;
	margin: 0 auto;
	padding: 5px 20px;
	color: #DAD9D9;
	font-size: 12px;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #DAD9D9;
}


/* frame elements */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5E5E5E;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #7C7C7C;
	margin: 5px 0px 10px 0px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #5673B4;
	background: url('../i/part_header_bg.png') 80px 9px no-repeat;
}

.input_180 {
	width: 182px;
	height: 28px;
	background: url('../i/input_bg_180.png') 0 0 no-repeat;
}
.input_180.disabled180 {
	background: url('../i/input_bg_180_dis.png') 0 0 no-repeat;
}
.input_180 input {
	width: 174px;
	height: 16px;
	border: 0px;
	margin: 4px;
	background: transparent;
}
.textarea_400 {
	width: 402px;
	height: 94px;
	background: url('../i/textarea_bg_400.png') 0 0 no-repeat;
}
.textarea_400 textarea {
	width: 394px;
	height: 82px;
	border: 0;
	margin: 4px;
	background: transparent;
	resize: none;
}
.textarea_400.disabled400 {
	background: url('../i/textarea_bg_400_dis.png') 0 0 no-repeat;
}

textarea, input {
	font-size: 11px;
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #7C7C7C;
}


.overlay_label {
	text-align: center;
	position: absolute;
	color: #5e5e5e;
	background: none;
	z-index: 10001;
	width: 320px;
	font-size: 12px;
	font-weight: bold;
}
.overlay_label .top {
	width: 320px;
	height: 8px;
	background: url('../i/ovl_t_bg.gif') 0 0 no-repeat;
	overflow: hidden;
}
.overlay_label .middle {
	width: 300px;
	padding: 0px 10px;
	background-color: #ffffff;
}
.overlay_label .bottom {
	width: 320px;
	height: 8px;
	background: url('../i/ovl_b_bg.gif') 0 0 no-repeat;
	overflow: hidden;
}

/* categories */

.section_title {
	color: #5E5E5E;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.section_gloss {
	color: #7C7C7C;
	font-size: 12px;
	font-weight:    normal;
	margin: 5px 0 15px;
}
.step_label_small {
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
	color: #607DBC;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px 3px 3px;
	border: 0px;
	border-radius: 7px;
	line-height: 18px;
}
.step_label_small.hover {
	border: 1px solid #C1D0EC;
	background: url('../i/cat_hover_bg.gif') 0 100% repeat-x;
	padding: 2px 5px 2px 2px;
}
.step_label_small.active {
	border: 1px solid #5A7ACB;
	background-color: #5A7ACB;
	color: #FFFFFF;
	padding: 2px 5px 2px 2px;
}

.remark_comment {
	color: silver;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

#geocoding_indicator {
	font-style: italic;
}

.fileinput {
	position: relative;
	height: 30px;
	width: 350px;
}

input.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.fakefile {
	position: absolute;
	top: 0px;
	left: 00px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.hidden {
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.image_list_item {
    border: 1px solid #cccccc;
    padding: 2px;
    height: 16px;
    width: 319px;
    margin-top: 2px;
}
.image_list_item img {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 0px 2px;
}
.image_thumblist_item, .image_thumblist_itemadd {
	position: relative;
    border: 1px solid #cccccc;
    padding: 2px 20px 2px 2px;
    margin: 3px 5px;
	display: inline-block;
	vertical-align: middle;
}
.image_thumblist_itemadd {
	cursor: pointer;
	padding: 2px;
	color: #cccccc;
	text-align: center;
}
.image_thumblist_item .image_thumblist_itemthumb {
	cursor: pointer;
}
.image_thumblist_item .image_thumblist_itemcontrol {
    position: absolute;
	right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 0px 2px;
}