*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	height: 100%;
}

img {
	border:none;
}
.clr{
	clear:both;
}

.text_link a{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.text_link a:hover{
	text-decoration: none;
}
a{
	text-decoration: underline;
	color: #000;
}

a:hover{
	text-decoration: none;
}

#navi_img{
	margin: 0px;
	background-image:url(../img/bg.jpg);
}

.navi_btn{
	color: #FFF;
	background-color: #3598CB;
	padding: 4px 8px;
	text-decoration: none;
}

.navi_btn:hover{
	color: #FFF;
	background-color: #CCC;
	padding: 2px 3x;
}

.navi_btn_active{
	color: #FFF;
	background-color: #666;
	padding: 4px 8px;
}

.navi_btn_active:hover{
	color: #FFF;
	background-color: #888;
	padding: 4px 8px;
}

.navi_link{
	text-decoration: none;
}

#navi_pos{
	padding-top: 6px;
	margin: 0 auto;
	font-size: 12px;
}

#feedback_pic{
	text-align: right;
	position: fixed;
	width: 100%;
}

#non_footer{
	position: relative;
	min-height: 100%;
}

* html #non_footer{
	position: relative;
	height: 100%;
}

#footer_space{
	height: 70px;
}

#footer{	
	background-color: #333;
	width: 100%;
	height: 35px;
	position: relative;
	margin-top: -35px;
}

*+html #footer{	
	margin-top: 0px;
}

* html #footer{
	margin-top: 0px;
}

#footer_text{
	font-family: Verdana;  
	color: #FFF;
	padding-top: 11px;
	font-size: 10px;
	text-align: center;
}

#footer_text a{
	text-decoration: underline;  
	color: #FFF;
	font-size: 10px;
}

#footer_text a:hover{
	color: #BBB;
}

#box_index{
	margin-bottom: 500px;
	margin: 0 auto;
	height: 220px;
	margin-top: -30px;
	padding-bottom: 60px;
}

#box_index th{
	width: 80px;
	color: #000;
	text-align: left;
	padding: 0px 8px 10px 8px;
}

#box_index td{
	text-align: left;
	width: 80px;
	color: #666;
	font-size: 11px;
	padding: 0px 8px;
}

#box_index img{
	text-align: center;
}

* html #box_index th{
	width: 160px;
}

*+html #box_index th{
	width: 160px;
}

* html #box_index td{
	width: 160px;
}

*+html #box_index td{
	width: 160px;
}

#box_register{
	width: 680px;
	height: 70px;
	border: 1px solid #CFCFCF;
	margin: 0 auto; 
	margin-top: 30px;
	font-weight: bold;
	font-size: 18px; 
	text-align:center; 
	padding-top:10px;
	line-height: 30px;
}

#box_register a{
	color: #FE6600;
}

#new_suggestion{
	width: 480px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 18px;	
}

#suggestion_space{
	height: 50px;
}

#new_suggestion_input{
	height: 25px; 
	font-size: 18px; 
	margin-left: 5px;
}

#new_suggestion_btn{
	margin-left: 9px; 
	width: 100px;
}

.vote_table{
	width: 520px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #EBEBEB;	

}

.vote_td{
	
	 font-weight: bold;
	 width: 400px;
}

.vote_yes{
	background-color: #FF6600; 
	width: 35px; 
	height: 15px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	float: left; 
	text-align: center;
	border: 1px solid #CCC;
}

.vote_yes a{
	text-decoration: none;
}

.vote_yes:hover{
	text-decoration: underline;
}

.vote_no{
	background-color: #3298CB; 
	width: 35px; 
	height: 15px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	float: left; 
	margin-left: 8px;
	text-align: center;
	border: 1px solid #CCC;
}

.vote_no a{
	text-decoration: none;
}

.vote_no:hover{
	text-decoration: underline;
}

.delete_sugg{
	background-color: #3298CB; 
	height: 15px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	width: 60px; 
	padding: 1px 4px;
}

.delete_sugg a{
	text-decoration: none;
}

.delete_sugg:hover{
	text-decoration: underline;
}

.accept_sugg{
	background-color: #FF6600; 
	height: 15px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	width: 50px; 
	padding: 1px 4px;
}

.accept_sugg a{
	text-decoration: none;
}

.accept_sugg:hover{
	text-decoration: underline;
}

.uploader_container1{
	width: 60px;
	height: 20px;
	margin-top: 5px;
	float: left;
}

.uploader_container2{
	width: 70px;
	height: 20px;
	margin-top: 5px;
	float: left;
}

#more_suggestions{
	height: 30px;
	width: 480px;
	margin: 0 auto;
	background-color: #EBEBEB;
}

#more_suggestions a{
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

#more_suggestions_link{
	padding-top: 7px;
	margin-left: 10px;
}

#already_posted{
	clear: both;
	margin: 0 auto;
	width: 480px;
	text-align:center;
	font-weight: bold;
	font-size: 12px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#index_container{
	height:268px; 
	width: 523px; 
	margin-left:65px;
}

* html #index_container{
	width: 525px;
}

.index_poster_box{
	width: 320px;
	background-color: #333;
	margin-top: 1px;
	margin-left: 1px;
	font-size: 11px;
	height: 21px;
	padding-top: 6px;
	float: left;
}

#index_poster_box_user{
	text-align: right;
	width: 320px;
	padding-right: 5px;
	color: #FFF;
}

#index_poster_box_user a{
	color: #FFF;
}

#index_poster_box_details{
	width: 50px;
	padding-left: 5px;	
}

.details_link{
	color: #EBEBEB;
	text-decoration: underline;
	float: left;
}

.details_link:hover{
	text-decoration: none;
}

.switch_link_box{
	height:27px;
	width:100px;
	background-color: #FF6600;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
}

.image_container{
	float:left; 
	margin-left: 1px;
	width: 320px; 
	height: 240px;
	text-align:center;
	display:inline-block;
	background:#333;
}

.image_container img{
	vertical-align: super;
}

.switch_link_pic {
	background:#333;
	width:100px;
	float: left; 
	margin: 165px 0 0 1px;
}

* html .switch_link_pic{
	margin: 172px 0 0 1px;
}

.switch_link{
	padding-top: 5px;
	text-align: center;
}

.switch_link a{
	color:#FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

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

.lbl_input{
	font-size: 13px;
	padding:5px;
	margin-bottom:10px;
	vertical-align: middle;
}

#main_border{
	background-color: #f3f3f3;
	width: 654px;
	margin: 0 auto;
	margin-top: 30px;	
	margin-bottom: 65px;	
}

#main_border_index{
	background-color: #FFF;
	width: 654px;
	margin: 0 auto;
	margin-top: 30px;	
	margin-bottom: 30px;
	position: relative;
	z-index: 100;	
}

.main_content{
	text-align:justify;
	line-height: 25px;
	margin-left: 50px; 
	margin-right: 50px;
}
.main_content2{
	line-height: 25px;
	margin-left: 50px; 
	margin-right: 50px;
}
.main_content2 a{
	color:#000;
	text-decoration:none;
}

#main_content_full{
	width: 100%;
}

#nonFooter{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

* html #nonFooter{
	height: auto !important;
}

#headline{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}

.small_links{
	color: #333;
	font-size: 11px;	
}

.small_links:hover{
	color: #8F8F8F;
}

#profile_table{
	width:100%;
	height:76px; 
	padding-left: 95px;
}

.profile{
	font-weight: bold; 
	width: 32%;
	
	vertical-align: middle;
	height: 30px;
}

.profile_link{
	text-decoration: underline;
	color: #414141;
	padding-right: 95px;
}

.profile_link:hover{
	color: #999;
}

#profile_navi_pos{
	text-align: center;
	margin-bottom: 30px;
}

.profile_btn{
	color: #FFF;
	background-color: #999;
	padding: 4px 8px;
}

.profile_btn:hover{
	color: #FFF;
	background-color: #BBB;
	padding: 2px 3x;
}

.profile_btn_active{
	color: #FFF;
	background-color: #666;
	padding: 4px 8px;
}

.profile_btn_active:hover{
	color: #FFF;
	background-color: #777;
	padding: 4px 8px;
}

.profile_btn_link{
	text-decoration: none;
}

#access_denied{
	text-align: center;
	width: 100%;
	color: red;
	font-weight: bold;
	font-size: 14px;
}

#back_link{
	color: #000;
	text-decoration: underline;
}

#back_link:visited{
	text-decoration: underline;
	color: #000;
}

#back_link:hover{
	text-decoration: underline;
	color: #666;
}

.picture_link img{
	text-decoration: none;
	border: 1px solid #000;
	margin-left: 4px;
}

.picture_link img:hover{
	border: 1px solid #3D9DCF;
}

#profile_picture_pos{
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
}

.user_suggs{
	width:100%;
	margin-top: 20px;
}

.user_suggs th{
	width: 100px;
	padding-bottom: 10px;
}

.user_suggs td{
	height: 75px;
	text-align: center;
	vertical-align: middle;
}


.gallery_spotted{
	width: 100px;
	clear: both; 
	background-color: #FF6600; 
	margin-bottom: 1px; 
	color: #FFF; 
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.gallery_uploader_container{
	width: 100px; 
	height: 25px;
	clear: both;
	background-color: #333333;
	margin-top: 1px;
	color: #FFF;
}

.gallery_uploader{
	padding-left: 5px;
	padding-top:5px; 
	font-size: 10px;
	color: #FFF;
}

.gallery_uploader a{
	color: #FFF;
	text-decoration: underline;
}
.gallery_uploader a:hover{
	color: #FFF;
	text-decoration: none;
}

.gallery_navi{
	color: #000;
	font-weight: bold;
	text-align: center;
}

.gallery_navi a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


.gallery_navi a:hover{
	text-decoration: underline;
}


.count_chars{
	background-color:#F3F3F3;
	border:none;
	font-size: 9px; 
	font-style: italic;
	color: #999;
}

.td_bg_0{
	background-color: #none;
}
.td_bg_1{
	background-color: #fff;
}
.td_bg_2{
	background-color: none;
}

.td_bg_0 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.td_bg_0 a:hover{
	text-decoration: underline;
}


.td_bg_1 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.td_bg_1 a:hover{
	text-decoration: underline;
}

.td_bg_2 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.td_bg_2 a:hover{
	text-decoration: underline;
}
.smallPic {
	width:100px;
	height:75px;
	overflow:hidden;
}
.smallPic img{
	max-width:100px;
	max-height:75px;

}