#main {

}

a {
    color: #4a4a4a;
    /*font-size: 0.875em;*/
}
h1 a,
h2 a,
h3 a {
    text-decoration:none;
}
#main #breadcrumbs span,
#main #breadcrumbs a {
    color: #4a4a4a;
    font-size: 12px;

    padding: 0;
}

/* Search module */
#search input[type="text"] {
    background: #ffb545;
    color: #FFF;
    height: 13px;
    vertical-align: top;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    border: 0 none;
}

#search input[type="text"]:focus {
    width: 180px;
    outline: none;
}

#search input[type="text"]:focus{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Home bottom */
.moduletable.storagemanager-home-bottom {
    clear: both;
    padding-top: 68px;
}

.moduletable.storagemanager-home-bottom table {
    width: 100%;
    border-collapse: collapse;
}

.moduletable.storagemanager-home-bottom table td {
    width: 47%;
    padding-left: 3%;
    text-align: left;
    vertical-align: top;
    color: #4a4a4a;
    font-weight:600;
    font-size: 14px;
    line-height: 20px;
    padding-top: 3px;
}

.moduletable.storagemanager-home-bottom table td:first-child {
    text-align: right;
    padding-top: 0;
    padding-left: 0;
    padding-right: 3%;
    font-weight:normal;
    color: #005195;
    font-size: 18px;
    line-height: 26px;
}

/* Reservoir levels */

/* Articles */
#main .content img {
    max-width:736px;
}
.contentheading{
    font-size:22px;
    color:#005195;
    font-weight:600;
}

.component .content{
    color:#4a4a4a;
    font-size:14px;
}

.component .content li{
    margin-bottom:1em;
}
 /* --------------------- bwmwater plugin --------------------------*/
.bwmtable{
	border-collapse:collapse;
}
 
.bwmtable td{
	border:1px solid #7ba9cf;
	padding:5px 10px;
	color:#555555;
}

.bwmtable th {
	border:1px solid #7ba9cf;
	background:#c7dff3;
	text-align:left;
	padding:5px 10px;
	color:#005195;
	vertical-align:top;
}

.bwmtable th.chart {
	color: #c87400;
	border:1px solid #efb149;
	background: #f5d49f;
}

.bwmtable td.chart, .bwmtable td.chartdark {
	color: #c97400;
	border:1px solid #efb149;
	background: #f9e3c3;
}
.bwmtable td.chartdark {
	background: #f2bf6c;
}

.bwmtable tr.even{
	background:#eff8ff;
}

.bwmtable th.darker {
	background:#9fc6e6;	
}

.bwmtable .even td.darker {
	background:#bfdaf0;
}

.bwmtable .odd td.darker {
	background:#c8def0;
}

.bwmtable tbody tr td{
	text-align:right;	
}
.bwmtable tbody tr td:first-child{
	text-align:left;	
}

#archive-list {
    padding-left: 0;
    margin-left: 0;
}

table.logotable {
    width:736px;
}
table.logotable tr td {
    padding-left:55px;
}
table.logotable tr td:first-child {
    padding:0;
}
img {
    border:0!important;
}
table.formatted {
    width:732px;
    border-collapse:collapse;
}
table.formatted td {
    border:1px solid #e6e6e6;
    padding:0 20px;
}
table.formatted tr:first-child td {
    background:#005195;
    color:#ffffff;
    border-top:0;
    font-weight:bold;
}
table.formatted tr:first-child td:first-child {
    border-left:0;
}
table.formatted tr:first-child td:last-child {
    border-right:0;
}
/*
Popup styling
*/
.moredetails {
	display: block;
	width: 344px;
	height: 31px;
	
	background: url(../images/chart/comparetopreviousyears.png) no-repeat;
	margin-left: 50px;	
}

.moredetails span, .cumulativelinkmini span {
	display: none;
}

.cumulativelinkmini {
	display: block;
	width: 168px;
	height: 21px;
	
	background: url(../images/chart/cumulativeinflows.png) no-repeat;
	
	float:right;
}

/*
Chart styling
*/
.leftlabel {
	padding: 5px 3px 5px 0px;
	float: left;
}

.cumulative_inflows_link {
	background: url(../images/cumulativeinflows.png);
	display: block;
	float: right;
    width:168px;

    height:21px;
	margin-bottom: 15px;
}

.viewchart {
	background: url(../images/viewchart.png);
	display: block;
	float: right;
	width: 89px;
	height: 25px;
}

.cumulative_inflows_link span, .viewchart span {
	display: none;	
}

h3.table_updated {
	color: #005195;
	line-height: 13px;
}

h2.charttitlebar {
	display:block;
	background: url(../images/titlebar.png);
	color: #FFFFFF;
	font-size: 17px;
	width: 95%;
	height: 35px;
	padding: 20px 0px 0px 25px;
	margin: 0px;
	position: relative;
}

#lastupdate {
	color: #4a4a4a;
	font-size: 11px;
	clear: both;
}

.chartframe {
	border: 1px solid #bcbdbd;
	width: 90%;
	padding: 30px;
	padding-top: 40px;
}

.chartbox, .charttools {
	float: left;
}

.chartfooter {
	padding-left: 20px;
    width: 90%;
}


#bwdchartreservoir_volume .chartfooter {
	padding-left: 50px;
}

.chartlegend {
	clear: both;
	width: 95%;
}

.chartlegend span {
	font-size: 12px;
}

.chartlegend .img {
	display: block;
	float: left;
	width: 13px;
	height: 15px;
	padding-right: 7px;
	text-align: right;
	font-weight: bold;
}

.chartlegend .fslmol .img {
	color: #ab7700;
}

.chartlegend .fsl .img {
	color: #004685;
}
.chartlegend .mol .img {
	color: #fc9900;
}

.chartlegend .tc .img {
	color: #22904a;
	/*color: #C0C0C0;*/
	font-weight: bolder;
}

.chartlegend .top {
	background: url(../images/chart/legendtop.png) no-repeat;
	height: 2px;
}

.chartlegend .mid {
	background: url(../images/chart/legendmid.png) repeat-y;
}

.chartlegend .bot {
	background: url(../images/chart/bot.png) no-repeat;
	height: 2px;
}

.chartlegend .cnt {
	padding: 17px 20px 17px 20px;
}

.chartlegend h2 {
	font-size: 16px;
	color: #4a4a4a;
	
	padding-top: 0px;
	margin-top: 0px;
}

.chartlegend ul, .chartlegend ul li {
	list-style: none;
	list-style-image: none;
}

.chartlegend ul {
	margin: 0px;
	padding: 0px;
}

#citools {
	width: 180px;
}

#citools .top {
	background: url(../images/chart/tools_top.png) no-repeat;
	height: 2px;
}

#citools .mid {
	background: url(../images/chart/tools_mid.png) repeat-y;
	margin-top: 5px;
}

#citools .mid .cnt {
	padding: 16px;
}

#citools .bot {
	background: url(../images/chart/tools_bot.png) no-repeat;
	height: 2px;
}

#citools h2, #vctools h2 {
	padding: 0px;
	margin: 0px;
	color: #4a4a4a;
	
	padding-bottom: 15px;
	font-size: 16px;
}


#cumulative_inflowsyearslists {
	margin: 0px;
	padding: 0px;
}

#cumulative_inflowsyearslists li {
	display: block;
	list-style: none;
	list-style-image: none;
	
	padding-bottom: 10px;
}

#cumulative_inflowsyearslists li a {
	display: block;
	width: 63px;
	height: 21px;
	background-repeat: no-repeat;
	
	padding-left: 45px;
	padding-top: 6px;
	text-decoration: none;
	
	font-size: 12px;
}


#cumulative_inflowsyearslists li.inactive a {
	background-position: 0px -27px;	
}

#cumulative_inflowsyearslists li a span {
	color: #4a4a4a;
	font-weight: bold;
}

#cumulative_inflowsyearslists li.inactive a span {
	color: #a4a4a4;
}

#cumulative_inflowsyearslists li a.y0 {
	background-image: url(../images/chart/ci/0.png);
}
#cumulative_inflowsyearslists li a.y1 {
	background-image: url(../images/chart/ci/1.png);
}
#cumulative_inflowsyearslists li a.y2 {
	background-image: url(../images/chart/ci/2.png);
}
#cumulative_inflowsyearslists li a.y3 {
	background-image: url(../images/chart/ci/3.png);
}


/* Volume chart*/
#vctools {
	width: 250px;
   /* padding-left:50px;*/
}

#vctools .top {
	background: url(../images/chart/vc_tools_top.png) no-repeat;
	height: 3px;
}

#vctools .mid {
	background: url(../images/chart/vc_tools_mid.png) repeat-y;
	margin-top: 5px;
}

#vctools .mid .cnt {
	padding: 16px;
}

#vctools .bot {
	background: url(../images/chart/vc_tools_bot.png) no-repeat;
	height: 3px;
}

#reservoir_volumeyearslists {
	margin: 0px;
	padding: 0px;
}

#reservoir_volumeyearslists li {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	list-style-image: none;
	
	padding-bottom: 10px;
	
	width: 200px;
}

#reservoir_volumeyearslists .ui-selectmenu {
	display: block;
	float: left;
/* li a {
	display: block;
	clear: both;
	
	width: 63px;
	height: 21px;
	background-repeat: no-repeat;
	
	padding-left: 45px;
	padding-top: 6px;
	text-decoration: none;
	
	font-size: 12px;*/
}

#reservoir_volumeyearslists .ui-selectmenu {
	color: #4a4a4a;
	text-decoration: none;
}

#reservoir_volumeyearslists .dropdown {
	float: left;
}

#reservoir_volumeyearslists a#addyreservoir_volume {
	clear: none;
	float: left;
	width: 28px;
	height: 27px;
	background-image: url(../images/chart/plus.png);
	
	padding: 0px;
	margin: 0px;
	
	margin-left: 9px;
}

#reservoir_volumeyearslists li a.delbutton {
	clear: none;
	width: 28px;
	height: 27px;
	padding: 0px;
	text-decoration: none;
	float: left;
	
	background-image: url(../images/chart/x.png);
	
	margin-left: 9px;
}

#reservoir_volumeyearslists li .colorspan {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	
	margin: 5px 9px 6px 0px;
	
	background-repeat: none;
}

#reservoir_volumeyearslists li.yeardiv0 .colorspan {
	background-image: url(../images/chart/vc/0.png);
}

#reservoir_volumeyearslists li.yeardiv1 .colorspan {
	background-image: url(../images/chart/vc/1.png);
}

#reservoir_volumeyearslists li.yeardiv2 .colorspan {
	background-image: url(../images/chart/vc/2.png);
}

#reservoir_volumeyearslists li.yeardiv3 .colorspan {
	background-image: url(../images/chart/vc/3.png);
}

#reservoir_volumeyearslists li.yeardiv4 .colorspan {
	background-image: url(../images/chart/vc/4.png);
}

#reservoir_volumeyearslists li.yeardiv5 .colorspan {
	background-image: url(../images/chart/vc/5.png);
}

#reservoir_volumeyearslists li.yeardiv6 .colorspan {
	background-image: url(../images/chart/vc/6.png);
}

#reservoir_volumeyearslists li.yeardiv7 .colorspan {
	background-image: url(../images/chart/vc/7.png);
}

.yearspan {
	display: block;
	float: left;
	background: url(../images/chart/vc_yearbg.png) no-repeat;
	
	width: 108px;
	height: 15px;
	
	font-size: 12px;
	font-weight: bold;
	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#vctoolslegend {
	float: left;
	clear: both;
}

#vctoolslegend ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}

#vctoolslegend li {
	display: block;
	background-repeat: no-repeat;
	
	background-position: 0px 3px;
	
	height: 18px;
	font-size: 12px;
	
	padding: 4px 0px 4px 25px;
	
	color: #4a4a4a;
}

#vctoolslegend li.add {
	background-image: url(../images/chart/small_plus.png);
}

#vctoolslegend li.remove {
	background-image: url(../images/chart/small_x.png);
}

iframe body {
    padding:0;
    margin:0;
}
#watermark {
    color:#ffffff;
    font-size:8pt;
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    position:absolute;
    top:539px;
    left:5px;
    z-index:1;
}

/* Contact Us page */
.contact_us p {
    width: 100%;
    float: left;
}


.contact_us label {
    float: left;
    width: 90%;
    font-weight: bold;
    color: #000;
    margin-bottom: 1%;
}

.contact_us input, .contact_us textarea {
    width: 80%;
    float: left;
    height: 26px;
}

.contact_us textarea{
    height: 112px;
}

.contact_us button{
    float: left;
    width: 10%;
    background: #005195;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 7px 0;
    color: #fff;
    border: none;
    margin-top: 2%;
    
}

.contact_us .bfRequired{
    color: red;
    float: left;
    width: 5%;
}

.contact_us .bfErrorMessage{
    color: red;
}

.contact_us h1{
    margin: 0;
    color: #005195;
}
#breadcrumbs ul {
	padding: 0;
	margin: 0;	
}
#breadcrumbs ul li {
	list-style: none;
	display: inline-block;	
}

dd.modified {
	padding-left: 0;
	margin-left: 0;	
}
.slicknav_arrow {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding-left: 20px;	
	;
}
.slicknav_item {
	display: table !important;
	width: 100%;	
	text-decoration: none !important
}

.slicknav_nav .slicknav_item a {
	padding-right: 10px;	
	display: table-cell;
}

.pagination {
		text-align: center;		
	margin-top: 10px;
	padding-top: 10px;
}
.counter {

}
.pagination ul li {
	display: inline-block;	
	padding-right: 10px;
}
.modified {
	font-size: 12px;	
}
h2, h2 a {
	font-size: 22px;
    color: #005195;
    font-weight: 600;	
}
@media (max-width: 767px) { 
body.table-summary {
	min-width: 750px;
}
body.summaryTable {
	min-width: 900px;
}

body.summaryTable .slicknav_btn,
body.table-summary .slicknav_btn{
	float: left;	
}
body.summaryTable .slicknav_nav,
body.table-summary .slicknav_nav {
	max-width: 310px;	
}
}