#maincontainer {
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
#header {
	background: url(../images/header.gif) no-repeat;
	height: 76px;
	padding-top: 6px;
	padding-left: 25px;
	margin-left: 185px;
}
#sitename {
	font: 30px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#tagline {
	color: #FFFFFF;
	font-weight: bold;
}
#leftnav {
	float: left;
	width: 182px;
	display: block;
	padding-top: 2px;
}


h1 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	/*color: blue;*/
	text-decoration: underline;
}
/*
a {
	text-decoration: none;
}
a:link {}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
*/




#footer {
	background: url(../images/footer.png) no-repeat center;
	clear: left;
	text-align: center;
	height: 45px;
	width: 730px;
	padding-top: 25px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: white;
	margin-left: 185px;
}
#footer a:link a:visited {
	color: #585CAF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline overline;
}
.leftnav_link a {
	padding: 2px 2px 4px 5px;
	width: 140px;
	border-top: 1px solid #585CAF;
	border-right: 5px solid #585CAF;
	border-bottom: 1px solid #585CAF;
	border-left: 1px solid #585CAF;
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 10px;
	
}
.leftnav_link a:link {}
.leftnav_link a:hover {
	border-top: 1px solid #DE4534;
	border-right: 5px solid #DE4534;
	border-bottom: 1px solid #DE4534;
	border-left: 1px solid #DE4534;
	color: #DE4534;
}


#maincontent {
	padding-left: 6px;
	padding-top: 10px;
	margin-left: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*
	width: 490px;
	*/
}
#maincontent  a:hover {
	/*color: #DE4534;
	text-decoration: underline;*/
}
#maincontent a:link {
	/*color: #DE4534;*/
}
#maincontent a {
	/*color: #DE4534;*/
}
#maincontent a:visited {
	/*color: #DE4534;*/
}
.nav_heading {
	background: url(../images/sideheading.png) no-repeat;
	height: 30px;
	padding-left: 7px;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 8px;
	padding-top: 5px;
}




#spotnav {
	background-color: white; 
	height: 200px; 
	width: 700px; 
	border: 3px solid black; 
	overflow: auto;
	margin-top: 10px;
}

#spotdetail_table {
	width: 800px;
}
#spotdetail_table td{
	padding-top: 10px;
}

.spotdetail_table_left {
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

.spotdetail_left {
	background: url(../images/back_01.png) no-repeat;
	border: 1px solid blue;
	width: 170px;
	height: 25px;
	line-height:25px;
	text-align: center; 
	vertical-align: bottom;
}

.spotdetail_left span {
	vertical-align: middle;
}

.icon_base {
	background: url(../images/icons/icon_base_b.png) no-repeat;
	width: 170px;
	height: 25px;
	line-height:25px;
	text-align: center; 
	vertical-align: bottom;
}

.section_icon {
	width: 100px;
	height: 50px;
}


#spotdetail_view {
	height: 500px;
	width: 700px;
}

.spotdetail_view_tab {
	height:450px;
	width:100%;
	overflow:auto;
	background-color: black;
}

#spotdetail_view_photo {
	background-color: black;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

.icon80 {
	width: 80px;
}

.icon50 {
	width: 50px;
}
.icon50_middle {
	vertical-align: middle;
	height: 50px;
	cursor: pointer;
}

.icon25 {
	width: 25px;
}
.icon25_middle {
	width: 25px;
	vertical-align: middle;
}


.m_left10 {
	margin-left: 10px;
}




.text01 {
	width: 500px;	
}
.textarea01 {
	width: 500px;
}
.checkbox01 {
	margin-left: 20px;
}



.confirm_spotdetail {
	 border: 2px solid blue; 
	 padding: 10px; 
	 width: 800px;
}


.banner01 {
	width: 150px;
	margin-left: 30px;
}






.counter {
	margin-top: 8px;
	margin-left: 8px;
}




/* ---------------------- */
#spot_update_history {
	margin-top: 10px;
	background-color: black; 
	height: 200px;
	width: 500px;
	border: 5px solid black; 
	overflow: auto; 
	color: white;
}
.spot_update_history_entry {
	background: url(../images/back_white_20.png); 
	margin: 10px; 
	padding: 5px;
}
.spot_update_history_icon {
	width: 25px; 
	vertical-align: middle;
	margin-right: 10px;
}
#spot_update_history a {
	text-decoration: none;
	color: #FFFFFF;
}
#spot_update_history a:link {}
#spot_update_history a:hover {
	color: red;
}
#spot_update_history a:visited {
}

/* ---------------------- */
div.spot_count {
	margin-top: 10px;
	background-color: black; 
	height: 200px;
	width: 200px;
	border: 5px solid black; 
	overflow: auto; 
	color: white;
}
div.spot_count div.spot_count_entry {
	background: url(../images/back_white_20.png); 
	margin: 10px; 
	padding: 5px;
}
div.spot_count_entry img.spot_count_icon {
	width: 25px; 
	vertical-align: middle;
	margin-right: 10px;
}
div.spot_count a {
	text-decoration: none;
	color: #FFFFFF;
}
div.spot_count a:link {}
div.spot_count a:hover {
	color: red;
}
div.spot_count a:visited {
}


/* ---------------------- */
#info {
	margin-top: 10px;
	background-color: black; 
	height: 200px;
	width: 500px;
	border: 5px solid black; 
	overflow: auto; 
	color: white;
}
.info_entry {
	background: url(../images/back_white_20.png); 
	margin: 10px; 
	padding: 5px;
}
.info_icon {
	width: 25px; 
	vertical-align: middle;
	margin-right: 10px;
}
#info a {
	text-decoration: none;
	color: #FFFFFF;
}
#info a:link {}
#info a:hover {
	color: red;
}
#info a:visited {
}

#info h2 {
	padding-left: 10px; 
	margin-top: 0px;
}
#info p {
	padding-left: 10px; 
	margin-top: 10px;
}





h2.tos {
	font-size: 20px;
}
p.tos {
	width: 750px;	
}
