html {
    background: #1D3C1D;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* white content boxes with rounded corners */
div.content_box {
    background: #FFFFFF;
	color: #42813C;
    line-height: 1.6em;
	padding: 20px;
    margin-bottom: 15px;
    
	-moz-border-radius    : 8px;
	-webkit-border-radius : 8px;
	border-radius         : 8px;
}
div.content_box a {
    color: #FE6601;
    text-decoration: underline;
}

div.body-width {
    width        : 960px;
    margin-left  : auto;
    margin-right : auto;
    text-align   : left;
}

/* start header */
div#headerWrapper {
    height: 133px;
	border-bottom: 1px solid #d8e2bc;
	
    background: #b1d8fe; /* Old browsers */
    background: -moz-linear-gradient(top, #b1d8fe 0%, #e2f0ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1d8fe), color-stop(100%,#e2f0ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b1d8fe 0%,#e2f0ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b1d8fe 0%,#e2f0ff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #b1d8fe 0%,#e2f0ff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d8fe', endColorstr='#e2f0ff',GradientType=0 ); zoom:1; /* IE6-9 */
    background: linear-gradient(top, #b1d8fe 0%,#e2f0ff 100%); /* W3C */
}
div#header {
	height: 100%;
	background: url('../images/header/header_background.png');
    position: relative;
}
div#hd_background {
    z-index: -1;
}
div#hd_logo {
    position: absolute;
    left: 0px;
    top: 5px;
}
div#hd_add_your_game {
    position: absolute;
    right: 0px;
    top: 5px;
}
div#main_nav_container {
	position: absolute;
	top: 99px;
}
/* end header */

div#map_day_tabs_container {
	z-index: 5;
	margin-bottom: -1px;
}

/* start nav tabs */
div#main_nav_container a, div#map_day_tabs_container div.day_tab {
	border: 1px solid #d8e2bc;
	border-bottom: 0px;

	-moz-border-radius-topleft     : 10px;
	-webkit-border-top-left-radius : 10px;
	border-top-left-radius         : 10px;
	
	-moz-border-radius-topright     : 10px;
	-webkit-border-top-right-radius : 10px;
	border-top-right-radius         : 10px;

    background: #e5ebd4; /* Old browsers */
    background: -moz-linear-gradient(top, #e5ebd4 0%, #d8e2bc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5ebd4), color-stop(100%,#d8e2bc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5ebd4 0%,#d8e2bc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5ebd4 0%,#d8e2bc 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e5ebd4 0%,#d8e2bc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ebd4', endColorstr='#d8e2bc',GradientType=0 ); zoom:1; /* IE6-9 */
    background: linear-gradient(top, #e5ebd4 0%,#d8e2bc 100%); /* W3C */
	
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-right: 4px;
	color: #6BA95C;
	padding: 6px 0px;
	
	display: block;
	width: 80px;
	float: left;
	
	margin-top: 4px;
	z-index: 5;
	cursor: pointer;
}

div#main_nav_container a:hover, div#map_day_tabs_container div.day_tab:hover {
	text-decoration: none;
	color: #fd6602;
}

div#main_nav_container a.active_nav_tab, div#map_day_tabs_container div.active_day_tab {
	background: #fbfef5;
    background: -ms-linear-gradient(top, #fbfef5 0%,#fbfef5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfef5', endColorstr='#fbfef5',GradientType=0 ); zoom:1; /* IE6-9 */
	
	padding: 8px 0px;
	margin-top: 0px;
	color: #fd6602;
}
/* end nav tabs */

div#map_container {
	height: 620px;
	border: 1px solid #E3E9CD;
	background: #FFFFFF;
}
div#gmap_container {
	height: 610px;
	width: 950px;
	margin: 5px;
}

div#top_body_content_wrapper {
	background-color: #fbfef5;
	padding: 10px 0px 0px 0px;
}

div#bottom_body_content_wrapper {
    background-color: #D8E2BD;
	min-height: 600px;
}
div#top_bottom_content_border {
    height: 4px;
	
    background: #afb799; /* Old browsers */
    background: -moz-linear-gradient(top, #afb799 0%, #d3ddb8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afb799), color-stop(100%,#d3ddb8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #afb799 0%,#d3ddb8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #afb799 0%,#d3ddb8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #afb799 0%,#d3ddb8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb799', endColorstr='#d3ddb8',GradientType=0 ); zoom:1; /* IE6-9 */
    background: linear-gradient(top, #afb799 0%,#d3ddb8 100%); /* W3C */	
}
div#bottom_body_content {
	padding: 15px 0px;
}

/* two content_box columns */
div.left_column {
	float: left;
	width: 432px;
}
div.right_column {
	float: right;
	width: 432px;
}
div.clear {
	clear: both;
}

/* for pages with two column layout */
div.col1 {
	float: left;
	width: 450px;
}
div.col2 {
	float: right;
	width: 450px;
}

/* start footer */
div#footerWrapper {
    border-top: 3px solid #ECF9CD;
    color: #DAE2B9;
	padding: 10px 0px;
}
div#footer a {
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}
div#footer a:hover {
	text-decoration: underline;
}
/* end footer */

div.comment {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
div.comment div.small {
	margin-top: 12px;
}

ul#manage_list li {
	list-style-type: none;
	padding: 8px 0px;
}

ul.small {
    margin-left: 1px;
    padding-left: 0px;
}

li.small {
    list-style-position: inside;
    list-style-type: disc;
}

img.icon {
    vertical-align: middle;
}

.help_icon {
    cursor: pointer;
    vertical-align: top;
}

/* edit page */
fieldset {
    color: #056605;
    padding: 10px;
    border: 1px solid #E3E9CD;
}
legend {
	padding: 0px 6px;
    color: #056605;
}
div#edit table {
    width: 100%;
}
div#edit input {
    width: 190px;
}
td.edit-left {
    text-align: right;
    padding-right: 10px;
}
td.edit-left-size {
    width: 170px;
}
/* end edit page */

/* cities page */
div.embed_city_code {
	margin-bottom: 15px;
	background: #F7F9F2;
	padding: 6px;
	border-top: 1px solid #42813C;
	border-bottom: 1px solid #42813C;	
}
	div.embed_city_code code {
		font-size: 11px;
		color: black;
		line-height: 26px;
	}
code {
	color: black;
	font-size: 12px;
}
/* end cities page */

/* headers */
h1, h2 {
    color: #056605;
    font-weight: normal;
    font-size: 18px;	
}
h1 {
	margin: 0px 0px 16px 0px;
}
h2 {
	margin: 18px 0px;
}

ul, ol {
	margin-left: 15px;
}
ul li, ol li {
    margin: 5px 0px 5px 0px;
    list-style-position: inside;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
hr {
    width: 900px;
    height: 1px;
    background: #056605;
    margin: 15px auto 15px auto;	
}

div.input_chunk {
	margin-bottom: 15px;
	line-height: 1.8;
}
div.input_chunk input {
	padding: 4px;
	font-size: 16px;
}
div.input_chunk input[type="button"], div.input_chunk input[type="submit"] {
	padding: 4px 8px;
}

.small {
	font-size: 10px;
}

th, td {
	border: 0px;
}

/* edit page */
div#edit_container table {
	width: 100%;
}
div#edit_container table td {
	padding-bottom: 15px;
}
td.edit_left {
	width: 30%;
	text-align: right;
}
td.edit_right {
	width: 70%;
}
td.edit_right input[type="text"] {
	padding: 4px;
	font-size: 16px;
	width: 85%;
}
div#panel_content_container {
	color: #000;
}
a.go_back {
	margin-left: 8px;
}

label {
	cursor: pointer;
}

span.email {
	font-family: monospace;
	color: black;
}
