/*******************************************/
/* Basic CSS rules that apply to all pages */
/*******************************************/

/**********************************/
/* OpenLayers draw panel details */
/**********************************/

.olControlPanel, .olControlNoSelect {
	padding-left: 380px;
	height: 5px;
}

.olControlPanel div {
  display: block;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  top: 20px;
  background-color: white;
}

.olControlPanel .olControlDrawFeatureItemActive {
  width:  32px;
  height: 32px;
  /*background-color: orange;*/
  background-image: url("/static/js/OpenLayers-2.12/theme/default/img/draw_polygon_active.png");
  background-color: transparent;
  float: left;
}
.olControlPanel .olControlDrawFeatureItemInactive {
  width:  32px;
  height: 32px;
  background-image: url("/static/js/OpenLayers-2.12/theme/default/img/draw_polygon_inactive.png");
  background-color: transparent;
  float: left;
}

.olControlPanel .olControlModifyFeatureItemActive {
  width:  32px;
  height: 32px;
  /*background-color: orange;*/
  background-image: url("/static/js/OpenLayers-2.12/theme/default/img/modify_feature_active.png");
  background-color: transparent;
  float: left;
}
.olControlPanel .olControlModifyFeatureItemInactive {
  width:  32px;
  height: 32px;
  background-image: url("/static/js/OpenLayers-2.12/theme/default/img/modify_feature_inactive.png");
  background-color: transparent;
  float: left;
}


/**********************************/
/* Font details */
/**********************************/

html {
    background: #FFFFFF;
}

body {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 13.5px;
    line-height: 1.3em;
    margin: 0;
}

p, ul, ol	, legend {
    color: #7F7F7F;
}

.green {
	color: #77933C;
}

.green li {
    color: #77933C;
}

.break {
	padding: 0 0 15px 0;
}

.small {
	font-size: 11px;
}

.underline {
	text-decoration: underline;
}

.reportProblem{
	text-decoration: underline;
	float: right;
}

h1 {
    font-size: 12px;
    line-height: 2em;
    color: #77933C;
    background-color: transparent;
    font-weight: bold;
	margin-left: 0;
}

h2 {
    line-height: 1.8em;
    color: #77933C;
    background-color: transparent;
    font-weight: bold;
	margin-left: 0;
}

ul, ol {
    padding: 0em 0em 1em 1em;
    margin: 0px 0px 0px 15px;
	left: 15px;
}

ul > li {
    list-style-type: disc;
}

ol > li {
    list-style-type: decimal;
}

ul li, ol li {
    color: #7F7F7F;
    padding: 0px 0px 0px 0px;
    margin: 0em 0em 1em 0em;
}

ul li.indent {
    margin: 0 0 1em 2em;
	list-style-type: circle;
}

a {
    color: #77933C;
	text-decoration: none;
}

a:visited {
    color: #77933C;
}

a:hover {
}


/**********************************/
/* Specific font changes */
/**********************************/

.login {
	margin: 0 auto;
	position: relative;
	float: right;
	padding: 10px 0 0 0;
}

.normal-weight {
    font-weight: normal;
}

#nav_container a {
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	width: auto;
}

#nav_container a:hover {
	color: #7F7F7F;
	background: #F7F7F7;
	width: 100%;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#nav_container li {
	font-size: 11px;
	list-style: none;
	font-weight: bold;
	vertical-align: middle;
	display: inline;
	position: relative;
	float: right;
	padding: 5px 22px 0px 0px;
	width: 55px;
}

#nav_container li ul {
	margin: 3px 0 0 -55px;

}

#nav_container li:hover ul li{
	display: block;
}

#id_job {
	width: 160px;
}

#about li:hover {
	color: #77933C;
	background: white;
	border: 1px solid #9BBB59;
}

#about li:hover  a {
	color: #77933C;
	background: none;
}

#about li {
	background: #9BBB59;
	padding: 5px 0px 5px 15px;
	width: 180px;
	margin: 0 0 0 -110px;
	display: none;
	float: none;
	border: 1px solid #9BBB59;
}

#about li a {
	color: white;
	text-decoration: none;
	padding: 0;
	margin: 0;
	white-space:nowrap;
}

#footer_container  p  {
	color: #7F7F7F;
	font-size: 10px;
	text-align:center;
}

#footer_container  a  {
	color: #77933C;
}

#print li  {
	list-style: none;
	font-weight: bold;
	float: left;
	padding: 5 10 5 10px;
	margin: 0 10 0 0px;
	border: 1px solid #7F7F7F;
}

/**********************************/
/* General Page Structure */
/**********************************/
#container {
	min-width: 96em;
	overflow: hidden;
}

/*TOP*/
#header {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 100px;
	/*background: #FFCCCC;  Colour for checking boundaries */
    z-index: 1003 !important;
}

#banner {
	position: absolute;
	bottom: 0px;
}

#logo {
	position: absolute;
	bottom: -5px;
	right: 15px;
}


#nav {
	/*width: 100%;
	height: 25px;
	position: relative;
	background: #77933C;
	border-top: 6px solid #9BBB59;
	border-bottom: 6px solid #9BBB59;*/
	background: url("/static/images/nav_background.png") repeat-x scroll;
	height: 29px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 100%;
}

#nav_container{
	margin: 0 auto;
	position: absolute;
	width: 1000px;
	height: 16px;
	right: 40px;
	z-index: 100;
}

#underheader {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 55px;
	/*background: #FFCCCC;  Colour for checking boundaries */
}

#underbanner {
	float:  left;
}

#underlogo {
	float:  right;
	padding: 0px 15px 0px 0px;
}

/*MIDDLE*/
#content_container {
	clear: both;
	margin: 0 auto;
	width: 1025px;
	height: 610px;
	margin: auto;
	overflow: auto;
	/*background: #FF9999;  Colour for checking boundaries */
}

#content_container_1 {
    clear: both;
    margin: 0 auto;
    /*width: 1150px;*/
    height: 610px;
    margin: auto;
    overflow: auto;
    /*background: #FF9999;  Colour for checking boundaries */
}

#home_container {
	width: 1000px;
	margin: 0 auto;
}

#table_container {
	display: inline;
	float: right;
	width: 500px;
	height: 570px;
	overflow: auto;
	padding-right: 5px;
}

#table_container table {
	margin-left: 1em;
	width: 98%;
}

#map_container {
	float: left;
	display: block;
}

#map {
	width: 500px;
	height: 540px;
	border: solid 1px #F7F7F7;
}

#map img {
	max-width: none;
}

#bottom_container {
	height: 50px;
	padding-top: 20px;
}

#print {
	float: left;
}

#heat_map{
	padding: 0 0 0 275px;
}

#content_text {
	padding-bottom: 25px;
}

#suburb_list {
	width: 600px;
	background: #F7F7F7;
	padding: 25px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#modal_login {
	width: 500px;
	background: #F7F7F7;
	padding: 45px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#modal_login  td {
	padding: 10px 0px 10px 20px;
}

#popup_login {
	width: 500px;
	padding: 45px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.resetLink {
	color: #77933C;
	padding: 5px 0px 0px 5px;
}

#edit_button, #upload_button, #region_upload_button {
	margin-left: 25px;
	width: 150px;
}

#view_stats_button, #manage_projects_button {
    margin-left: 8px;
    width: 120px;
}

#scenario_calculator_button {
    margin-left: 8px;
    width: 130px;
}

#calculate_button, #save_stat_button, #download_button {
    width: 120px;
}

#save_button {
    margin-left: 10px;
    width: 130px;
}

#progress_display, #upload_text {
    margin-left: 25px;
}

#draw_instructions {
    margin-left: 525px;
}

#data_input {
	width: 800px;
	background: #F7F7F7;
	padding: 45px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#data_input  td {
	padding: 10px 0px 10px 55px;
	}

#data_input_registration {
	width: 800px;
	background: #F7F7F7;
	padding: 25px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#data_input_registration  td {
	padding: 10px 0px 10px 15px;
	}

#create_user_submit {
	padding: 10px;
}

#legend_img {
	float: left;
	width: 75%;
	}

#welcomeImage {
	float: right;
}

#awardImage {
    float: left;
}

.left_text {
    width: 750px;
}

.manage_projects_table th {
    text-align: center;
}

.scenario_modelling_table {
    font-size: 13.0px;
    text-align: center !important;
}

.scenario_modelling_table th {
    text-align: center;
}

.scenario_fixed_row {
    position: fixed;
}

.scenario_table_column {
    border-left: solid !important;
}

.scenario_table_row {
    border-top: solid !important;
}

.bold_green {
    color: #77933C;
    font-weight: bold;
}

.text_input {
    width: 45px !important;
    padding: 2px !important;
    border-radius: 0 0 0 0 !important;
    color: #D32424 !important;
}

.table_column {
    width: 200px;
}

.ui-widget-overlay {
   z-index: 1005 !important;
}

.reference {
	list-style-position:inside;
	list-style-type: decimal;
	text-indent: -18px;
	padding-left:18px;
}

/*BOTTOM*/
#footer {
	width: 100%;
	height: 250px;
	position: fixed;
	border-top: 15px solid #9BBB59;
	background: #FFFFFF;
	/*height: 85px;
	position: absolute;
	bottom: 0px;
	background: #77933C;*/
}

#footer_container {
	margin: 0 auto;
	width: 800px;
	height: 50px;
	padding: 15 0 0 0;
	text-align: center;
	/*background: #FFCCCC;*/ /*Colour for checking boundaries */
}

#footer_container img {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
}
