body {
	font-family : Arial, Helvetica;
	background: url(/images/new/main_background.png) repeat-x;
    background-attachment: fixed;
	margin: 0;
	padding:0;
	color : #fff;
}

#header {
	background: url(/images/new/header.png);
	background-repeat: no-repeat;
	width: 876px;
    height: 115px;
    top: 0px;    	
}

#content {
    width: 876px;
}

#footer {
    font-size: 8px;
	background: url(/images/new/footer.png);
	background-repeat: no-repeat;
	width: 876px;
    height: 115px;
	text-align: center;
}


#headerText {
    width: 300px;
	position: absolute;
	top: 35px;
	left: 30px;
}

#logout {
    width: 100px;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 20px;
}


#trashBags {
	background: url(/images/new/trash_bags.png);
	background-repeat: no-repeat;
    height: 115px;
    color: #000;
    size: +1;
    width: 12em;
    margin-top: 30px;
}

#togetherCollected {
	position: absolute;
    left: 65px;
    width: 150px;    
	text-align: right;
    white-space: nowrap;
}
#totalCollected {
	position: absolute;
    left: 130px;    
    top: 190px;    
    color: #bc4700;
    font-size : 40px;
}

#what-to-do {
	position: absolute;
	left: 350px;
	top: 150px;
	text-align: left;
    color: #bc4700;
	font-size: 25px;	
	width: 500px;
}

#step1 {
	position: absolute;
}
#step2 {
	position: absolute;
	top: 30px;
	left: 140px;
}
#step3 {
	position: absolute;
	top: 60px;
	left: 250px;
}

.description {
	text-align: left;
    color: #bc4700;
    display: block;
}

.description a {
    color: #bc4700;
    display: inline;
    text-decoration: underline;	
}

.description a:visited { 
    color: #bc4700;
}
.description a:hover {
	font-weight: bold;
}


DIV.center {
	text-align: center;
}
DIV.right {
	text-align: right;
}
DIV.nowrap {
    white-space: nowrap;
    display: inline;    
}

#menu {
	position: absolute;
	top: 83px;
	right: 10px;
}

.menuItem {
	background: url(/images/new/post_your_story_tab.png);
	background-repeat: no-repeat;    
	text-decoration: none;
	float:left;
	width: 123px;
	height: 26px;	
    text-align: center;	
}
.menuItem a {
	text-decoration: none;
    color: #bc4700;
/*    top: 5px;*/
}
.menuItem a:visited {
	text-decoration: none;
    color: #bc4700;
    top: 5px;
}

.menuItem a:active {
	text-decoration: none;
    color: #bc4700;
    font-size : 15px;
	font-weight: bold;	
    top: 5px;
}

.menu a:hover {
	font-weight: bold;
}
#container {
	text-align : left;
	width: 876px;
	display: block;
	position: relative;
    left: 100px;
}
#columnR {
	float: right;
	width: 100px;
	margin:0;
	margin-right:0;
	padding:25px;
	background: #fff;
	color: #000;
}
b.black {
	background: none;
	color: #000;
	font-size: 16px;
}
h2.headline {
	background: #fff;
	text-decoration: underline;
	color: #84D02E;
}
h1 {
	color: #bc4700;                
}
h1.title {
	font-weight: bold;
}
.text {
	font-family : Arial, Helvetica;
	text-align : left;
	color: #000;
}


body, p, ol, ul, td {
  font-family : Arial, Helvetica;
}

a { color: #088; }
a:visited { 
	color: #088;
	text-decoration: none;
 }
#a:hover { color: #fff; background-color:#000; }

label {
    font-size: 10px;
    font-weight: bold;    
    color: #bc4700;        
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  color: green;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
div.banner {
     font-size: 8px;
     text-align: right;
}

li.list_item {
    border: 1px dotted grey;
}

tr.even td{
	background-color:#CCC;
}

tr.odd td{
	background-color:#EEE;
}


.ListTitle {
    color: #244;
    font-weigh :bold;
    font-size: larger;
}

.ListLine0 {
    background: #e0f8f8
}
.ListLine1 {
    background: #f8f8f8
}

span.in_place_editor_field {
    white-space: pre; /* CSS2 */
    white-space: -moz-pre-wrap !important; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-wrap; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}


pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #84D02E;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #84D02E;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #84D02E;
  font-weight: bold;
  background-color: #84D02E;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

.story {
	border: 0px solid #999;
	margin-bottom: 15px;
}
.story-header {
    background-color: #ffffcc;
}

.story-controls {
	float: right;
/*  border: 1px solid #999;*/
	padding: 2px;
	color: #bc4700;
}
.story-controls a {
    color: #bc4700;
    display: inline;
    text-decoration: underline;	
}


.story-map {
    color: #bc4700;
    text-align: right;
    vertical-align: top;    
    width: 320px;
    height: 240px;
	float: right;
  border: 1px solid #999;
  padding: 1px;
  margin: 5px;
}

.story-location {
    color: #bc4700;
    font-size : 15px;
	font-weight: bold;	
}
.story-location a {
	text-decoration: none;
    color: #bc4700;
}

.story-date {
    color: #bc4700;
    font-size : 15px;
    height: 20px;
    text-align: right;
}

.story-blog {
    font-family: Verdana; 
    font-size: 75%;
    color: #bc4700;
/*  white-space: pre;*/
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */	
}




.thumbnail {
	float: left;
    border: 1px solid #999;
	margin: 2 5px 5px 2;
	padding: 2px;
}


.float-left {
	float: left;
}


.sponsor {
	float: left;
    color: #bc4700;	
	margin: 2 5px 5px 2;
	padding: 2px;
}
.clear {
	clear: both;
}

fieldset { border:0px solid #84D02E }

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}


.error_box {
    display:inline;
    border:3px solid red;
    color:red;
}

.formError {
    padding: 2px;
    spacing: 2px;
    display:inline;
    color:red;
}
.fieldWithErrors {
    display:inline;
}



/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;    
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#main ul.subsection_tabs li a:hover {
	color:#666;
}

#main ul.subsection_tabs li a.active {
	background-color:#ddd;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}
/* Subsection Tabs end
--------------------*/

.hover {
    background-color: #888888;
}

#expeditions_teams ul, li, #captains_teams ul, li {
    list-style: none;
    cursor: -moz-grab;
}

#expeditions_teams, #captains_teams {
    border: 1px solid gray;
}


