/* General Body CSS */
body
{
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Trebuchet MS;
	border: 0px solid #BBBBBB;
	
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
	background-color:#F5F5F5;
	border: 0px dashed #BBBBBB;
	/*background-image:url('../images/watermark.jpg');
	background-repeat: no-repeat;
	background-position: top left;*/
	
}

#logo
{
	background-image:url('http://www.ifollowit.com/images/topleftbar.jpg');
	width:100%;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#3377cc;
	height:35px;
	margin-top:15px;
	border: 0px solid #000000;
	
}

#logout
{
	float:right;
}

#home_page_link
{
	float:left;
	display:inline;
	width:150px;
	height:35px;
	cursor:pointer;
}

#login_wrapper
{
	float:right;
	margin-right:5px;
	font-weight:bold;
}
#login_wrapper a:link
{
	color:white;
}
#login_wrapper a:visited
{
	color:white;
}

.logo_link
{
	text-decoration:underline;
	margin-left:10px;
}

#left_column
{
	float:left;
	width:13%;
	height:650px;
	text-align:center;
	border: 0px dotted #000000;
	/*visibility: hidden;*/
}

#right_column
{
	float:right;
	width:12%;
	height:200px;
	border: 0px dotted #000000;
}

#content
{
	width:69%;
	margin-left: 16%;
	margin-top: 10px;
	position:relative;
	min-height:200px;
	border: 0px dotted #000000;
}

a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}

body  a.info
{
	position:relative;
}

body  a.info span{
	display: none;
}

a.info:hover span
{ 
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center;
}
.side_note
{
	font-size:9px;
	font-weight:bold;
}
.note
{
	font-weight:bold;
}

/* Login CSS */
INPUT,PASSWORD { font-family: Helvetica; font-size: 12px; }


#login
{
	margin-bottom:5px;
}
#login form
{
	display:inline;
}
#special_navigation
{
	display:inline;
}
#special_navigation ul
{
	display:inline;
	margin:0px;
	padding:0px;
	padding-left:5px;
}
#special_navigation ul li
{
	list-style-type:none;
	display:inline;
	font-size:12px;
	padding-left:5px;
}

#login  #username_label
{
	display:inline;
}
#login  #username_input
{
	width: 100px;
	height: 20px;
	display:inline;
}
#login  #username_area
{
	height:30px;
	display:inline;
}

#login  #password_label
{
	display:inline;
}
#login  #password_input
{
	width: 100px;
	height: 20px;
	display:inline;
}
#login  #password_area
{
	height:30px;
	display:inline;
}

#login  #submit_area
{
	height:30px;
	display:inline;
}

#login  #submit_input
{
	height: 24px;
	display:inline;
}
#login  #submit_area
{
	height:30px;
}


/* Registration CSS */
#register
{
	width:550px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	
}

#register_area
{
	float:left;
	width: 30%;
}

#reset_area
{
	float:right;
	text-align: right;
	width: 50%;
}

#register  #username_label
{
	float:left;
}
#register  #username_input
{
	float:right;
}
#register  #username_area
{
	height:30px;
}

#register  #password_label
{
	float:left;
}
#register  #form_password_input
{
	float:right;
}
#register  #password_area
{
	height:30px;
}

#register #confirm_password_label
{
	float:left;
}
#register #form_confirm_password_input
{
	float:right;
}
#register #confirm_password_area
{
	height:30px;
}

#register  #email_label
{
	float:left;
}
#register  #email_input
{
	float:right;
}
#register  #email_area
{
	height:30px;
}

#register  #zip_label
{
	float:left;
}
#register  #zip_input
{
	float:right;
}
#register  #zip_area
{
	height:30px;
}

#register  #submit_input
{
	float:right;
}
#register  #submit_area
{
	height:30px;
}

/* User home page also at ideas.php */
#new_idea_form #idea_container
{
	border: 0px solid #cccfff;
	height: 40px;
}

#new_idea_form #idea_name_label
{
	border: 0px dotted #000000;
	float: left;
}

#new_idea_form #idea_name_text
{
	border: 0px solid #cccfff;
	float: right;
}

#new_idea_form #brief_description_container
{
	border: 0px solid #aaafff;
	height: 60px;
}

#new_idea_form #brief_description_text
{
	border: 0px dotted #000000;
	float: left;
}

#new_idea_form #brief_description_box
{
	border: 0px solid #000000;
	float:right;
}

#new_idea_form #char_left_box
{
	float: right;
}

#new_idea_form #char_left_container
{
	height: 35px;
}

#new_idea_form #char_left_box
{
	border: 0px solid #000000;
}

#new_idea_form #charleft
{
	width: 25px;
}

#new_idea_form #new_idea_container
{
	height: 80px;
}

#new_idea_form #idea_label
{
	float: left;
}

#new_idea_form #idea_box
{
	text-align: right;
	float: right;
}

#new_idea_form #category_container
{
	height: 35px;
}

#new_idea_form #category_label_box
{
	float:left;
}

#new_idea_form #category_text_box
{
	float:right;
}
#new_idea_form #suggestion_box
{
	height: 150px;
}
#new_idea_form #submit_container
{
	height: 35px;
}

#new_idea_form #submit_box
{
	float: right;
}

#new_idea_form #name_text
{
	width: 275px;
}

#new_idea_form #brief_desc_text
{
	width: 275px;
}

#new_idea_form #idea_textarea
{
	width: 275px;
}



#new_idea_form #category_text
{
	width: 275px;
}

#new_idea_form
{
	width:85%;
	margin-right: auto;
	margin-left: auto;
}

#new_idea_form #brief_description_asterisk
{
	font-size: 10px;
	border: 0px solid #000000;
}

#clear
{
	clear:both;
}
#orphaned_ideas
{
	margin-bottom:20px;
	width:90%;
}
/* ideas.php */
.new_idea
{
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	width:50%;
	background-color:#6498D8;
}


#idea_container > #pagination_links
{
	width:50%;
}
#idea_container > #pagination_links #previous
{
	float:left;
}

#idea_container > #pagination_links  #next
{
	float:right;
}

#edit_idea_form #suggestion_box
{
	float:right;
	width:45%;
}
#confirmation
{
	display:none;
}

/*  show_greatest.php */
/*this is done inline on the maps page due to intermittent bug*/

/* template/show_greatest.php */

.greatest_box > .follow_image
{
	text-align:center;
}
.greatest_box > .follow_name
{
	text-align:center;
	width: 95px;
}

.greatest_box
{
	display:table-cell;
	padding-left:10px;
	padding-right:10px;
	width:200px;
}


/* footer */
#footer
{
	width:100%;
	background-color:#3377cc;
	margin-top:25px;
	text-align:center;
	color:#fff;
	clear:both;
}

/* maps.php */
#user,#confirm,#reject,#idea_name,#brief_description,#idea_text
{
	margin-top:5px;
}
#user
{
	font-weight:bold;
}

.notice
{
	font-weight:bold;
	margin:5px;
}
#map_container
{
	width: 100%;
	text-align:center;
}
#map_container #map
{
	margin-left: auto ;
	margin-right: auto ;
	border: 1px solid #000;
}
#latest_ideas
{
	float:left;
	width:100%;
	margin-top:5px;
	overflow:auto;
	margin-bottom:15px
}

.expand
{
background:url('/images/plusicon.png') no-repeat center right;
}
 
.contract
{
background:url('/images/minusicon.png') no-repeat center right;
}

#idea_name
{
	width:100%;
	text-align:center;
	margin-bottom:8px;
	font-weight:bold;
	margin-top:5px;
}

#image_gallery_header,#brief_header,#details_header,#video_gallery_header,#document_header
{
	width:100%;
	border-bottom:1px solid gray;
	margin-bottom:8px;
	font-weight:bold;
	margin-top:5px;
}

/*Magically Curves DIVS, two divs on left side for IE8*/
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #3377cc}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/* ad layout */


.ad_username
{
	font-family: "Arial";
	color: #ffcc66;
	text-align: left;
	font-size: 11px;
}

.ad_name
{
	font-family: "Arial";
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	color: #ffffff;
}

.ad_text
{
	font-family: "Arial";
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.ad_name a:link
{
	text-decoration: underline;
	color: #ffffff;
}

.ad_name a:visited
{
	text-decoration: underline;
	color: #ffffff;
}

.advertising
{
	width:125px;
	background-color:#3377cc;
	border: 0px solid #000000;
}

.ad
{
	width:100%;
}

.upper_left
{
	background-image:url('http://ifollowit.com/images/topleftcorner.jpg');
	float:left;
	width:10px;
	height:10px;
}

.upper_right
{
	background-image:url('http://ifollowit.com/images/toprightcorner.jpg');
	float:right;
	width:10px;
	height:10px;
}

.lower_left
{
	background-image:url('http://ifollowit.com/images/bottomleftcorner.jpg');
	float:left;
	width:10px;
	height:10px;
}

.lower_right
{
     background-image:url('http://ifollowit.com/images/bottomrightcorner.jpg');
     float:right;
     width:10px;
     height:10px;
}
/* home.php */

.user_settings
{
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	width:100%;
	background-color:#6498D8;
}

.ideas_menu 
{
      width:100%;
      height:26px;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #6B78A9;
}

ul .ideas_menu 
{
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
}

.ideas_menu li 
{
      display:inline;
      margin:0;
      padding:0;
}

.ideas_menu a 
{
      float:left;
      background:url("http://ifollowit.com/images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
}

.ideas_menu  a span 
{
      float:left;
      display:block;
      background:url("http://ifollowit.com/images/tabright4.gif") repeat-x right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
}

#main_idea_editor
{
	display:none;
}
#manage_files
{
	display:none;
}
#manage_advertising
{
	display:none;
}

#tabs4 a:hover span 
{
      color:#6B78A9;
}

#tabs4 a:hover 
{
      background-position:0% -42px;
}

#tabs4 a:hover span {
      background-position:100% -42px;
}  

#details_header
{
	
}

#details_text,#image_gallery_photos,#video_audio_container,#document_list
{
	display: none;
}


#navigation
{
	font-size: 13px;
	width:80%;
	padding-left:20px;
}
#latest_ideas
{
	display:none;
}

/* search results */
.odd
{
	background-color:#6498D8;
}
.even
{
	background-color:#95B9E4;
}
.search_results_table
{
	border-collapse:collapse;
}
.center
{
	text-align:center;
}
.right_border
{
	border-right:1px solid #000;
}
.left_border
{
	border-left:1px solid #000;
}
.search_cell
{
	padding:5px;
}
.search_cell a
{
	text-decoration:underline;
}
#search
{
	display:none;
	margin-left:20px;
	margin-top:10px;
}

/* manage_ideas(2).php */
.image_container
{
	margin-bottom:25px;
}

#original_message
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#original_message_title
{
 text-align: center;

}

.reply_field
{
	font-weight: bold;
	text-align: right;
	width: 100px;
}

#display_subject
{

margin-top:10px;

}
#display_message
{
	font-family: Helvetica, Trebuchet MS;
	border:0px solid #000;
	width:100%;
	margin-bottom:10px;
}
.reply
{
	margin-left:20px;
	margin-top:5px;
}
.reply .subject
{
	font-weight:bold;
}

.reply .message
{
	margin-left:25px;
}