﻿body
{
	margin: 0;
	padding: 2px 2px 2px 2px;
	font-family: Tahoma, Sans-serif, times, "times new roman";
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #a7a189;
	text-align: center;
	/*overflow:scroll;*/
}

a {
    color: #939a02;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: #330099;
	margin-top: 0;
	margin-bottom: 0.3em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#container
{
	text-align: left;
	background-color: #FFF;
	border: 1px solid #333;
	min-width: 650px;
}

/* All login window related styles */
#loginContainer
{
    background-image: url('loginLogo.png');
	margin: 100px auto auto auto;
	width: 50em;
    height: 14em;
	padding: 3em 3em 3em 0;
	background-color: #FFF;
	border: 1px solid #333;
	text-align: center;
	/*height: 160px;*/
}

#loginTable {
    position: relative;
    top: 4em;
    z-index: 5;
}

#loginLinks 
{
    position: relative;
    top: 9em;
}

#loginContainer form
{
	float: right;
}

#loginContainer table
{

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
	border: none;
	float: left;
}
#loginContainer table tr
{
	border: none;
}
#loginContainer table tr td
{
	border: none;
	vertical-align: middle;
}
#loginContainer table tr td.left
{
	text-align: right;
}
#loginContainer table tr td.right
{
	text-align: left;
}
#loginContainer table tr td.right input
{
	/* Correct the width as IE seems to otherwise not display inputs at the same size? */
	width: 100%;
}
    
#banner
{
	background-color: #FFF;
	border-bottom: 1px solid #333;
	background-image: url(WaterBanner.jpg);
	background-repeat: no-repeat;
	border-top-width: 0;
	height: 110px;
	padding-top:5px;
}

#leftBanner
{
	float: left;
	padding-left: 10px;
	
}
#rightBanner
{
	float: right;
	padding-right:10px;
}
img.logos
{
	padding:0px 10px 0px 10px;
}

#content
{
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	z-index:1;
}

#footer
{
	clear: both;
	background-color: #99A9B6;
	padding: 1em;
	/*text-align: right;*/
	border-top: 1px solid #333;
	font-size: 0.8em;
	background-image: url(WaterFooter.jpg);
    height: 16px;
}

.user {
    float: right;
}

#footer button
{
    padding: 0 0 0 0;
    float: left;
    opacity: 0.6;
    height: 19px;
}

/* TAB MENU   
----------------------------------------------------------*/

#menupanel
{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 12px;
	position:absolute;
	z-index:1000;
	top:90px;
	left:7px;
	opacity:0.8;
}

#menupanel #menu ul li a
{
	height:12px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:8px;
}

.largeMenuItem
{
    height: 38px;
    vertical-align: central;
}

.largeMenuItem a
{
    height: 38px !important;
}

ul#menu
{
	padding-left: 30px;
	position: relative;
	margin: 0;
	text-align: left;
}

ul#menu li
{
	list-style: none;
	left:0px;
	margin-left:-30px;
}

ul#menu li ul
{
	list-style: none;
}

#menuright
{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
	position:absolute;
	z-index:1000;
	top:90px;
	right:7px;
	opacity:0.8;
}

#notificationsDisplay
{
	display: block;
	padding: 2px 2px 2px 2px;
	position: absolute;
	z-index: 3000;
	top: 121px;
	right: 7px;
	width: 300px;
	background-color: #E6E6E6;
}

.notification
{
	padding: 3px 3px 3px 3px;
	margin:4px 4px 4px 4px;
}

.notification .nsubject
{
	font-weight: bold;
	font-size:8pt;
}

.notification .nfrom
{
	font-size:8pt;
}

.notification .nmessage
{
	font-size:8pt;
}

.ntime
{
    color:Gray;
    font-size:6pt;
    float:right;
    vertical-align:top;
    z-index:9999;
    opacity:0.8;
}

.acknowledge
{
    float:right;
    left:3px;
    top:-13px;
    opacity:0.3;
}

.reply
{
    float:right;
    left:3px;
    top:-13px;
    opacity:0.3;
}

.hover
{
    opacity:0.8;
}

/*.notification .nosubject
{
	font-weight: bold;
	font-size: 10px;
	color: #0000FF;
}

.notification .nmessage
{
	font-size: 9px;
	color: #808080;
}*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.fieldsetgroup
{
	height:auto;
	overflow:hidden;
}

.fieldsetitem
{
	float:left;
}

fieldset
{
	border-style: none;
}

/* TABLE
----------------------------------------------------------*/

table
{
	/*margin: 20px 0px 20px 0px;*/
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	width:100%;
	text-align:center;
}

table td
{
	padding: 4px 5px 4px 4px;
	border: solid 1px #e8eef4;
	vertical-align:top;
}

table th
{
	padding: 2px;
	text-align: center;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
	height: 10px;
}



/* MISC  
----------------------------------------------------------*/
#message
{
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#message .error
{
	background-color: #CC6666;
	color: White;
	padding: 5px;
	margin: 5px;
}
#message .info
{
	background-color: #66CC66;
	color: White;
	padding: 5px;
	margin: 5px;
}

.valid
{
	color: #CC6666;
	font-weight: bold;
}


.borderedForm
{
	background-color: #808080;
}

.borderedFormContent
{
	background-color: #F7F7F7;
	padding: 8px;
	font-family:Verdana;
	color:rgb(51,102,153);
}

.borderedFormContent a
{
	line-height:20px;
	font-family:Verdana;
	color:rgb(21,22,190);
}

.loading
{
	/* Once we've fixed the animated loading image, uncomment this
	padding-top: 52px;
	background-image:url('loading-medium.gif');
	background-repeat:no-repeat;
	background-position:center top;*/
	text-align: center;
	background-color: #BCBCBC;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}


.viewFormMain
{
	padding: 10px 230px 10px 10px;
	margin-left:5px;
}

.viewFormMenu
{
	float: right;
	width: 200px;
	padding: 10px 10px 10px 10px;
}

.viewFormAll
{
	padding: 2px 4px;
}

a.button 
{ 
	width:153px;
	color:#555555;
	font-family: Arial;
	font-size: 13px;
}

.viewFormMenu button { width:155px; }
.viewFormMenu input { width:155px; }
.viewFormMenu select { width:155px; }

.dialog input, .dialog select
{
	width: 90%;
}
.editLink
{
	text-decoration: underline;
	cursor: pointer;
	
}

.filters
{
	padding:5px 2px 5px 2px;
	line-height: 25px;
}

.clear
{
	clear: both;
}

.error
{
	color: Red;
}




.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.formField
{
	margin-top: 10px;
}

.menuList ul li
{
	text-align:left;
	list-style-type:none;
	overflow:auto;
	float:left;
	width:30%;
}

.darkhover
{
	background-color: #E0E0E0;
}


label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#ajaxloading {
	position: fixed;
	top: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #f8f8f8;
	border-top: none;
	padding: 5px;
	margin: 0 45%;
	width: 10%;
	text-align: center;
	min-width: 10em;
	display:none;
}


#ajaxinfo {
	position: fixed;
	top: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: green;
	color:White;
	border-top: none;
	padding: 5px;
	margin: 0 45%;
	width: 10%;
	text-align: center;
	min-width: 10em;
	display:none;
}

#ajaxerror {
	position: fixed;
	top: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: red;
	color:White;
	border-top: none;
	padding: 5px;
	margin: 0 45%;
	width: 10%;
	text-align: center;
	min-width: 10em;
	display:none;
}


.hidden
{
	display:none;
}

fieldset
{
	border: 1px solid #808080;
	padding: 1em;
	width: 15em;
}

.left { text-align: left; }
.right { text-align: right; }

/*Dashboard Stuff*/
.widget
{
    margin-bottom:2px;
	margin-left: 2px;
	margin-right: 2px;
}
.widget, .widget td
{
    font-family:Verdana, Arial, sans-serif;
    font-size:10pt;
}

.widget-banner-title
{
    position: relative;
    font-size: 9pt;
    z-index: 100;
    top: 0px;
    display: block;
    acolor: #666666;
}

.widget-banner,div.widget-banner
{
	font-weight:normal;
	padding:0.5em;
    height: 18px;
    font-size:7pt;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 6px;
    display: block;
}
.widget .content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.widget-banner .widget-edit
{
    top:-1px;
}
.widget-button 
{
    position: relative;
	float:right;
	top:-14px;
    margin-top: -14px;
	z-index:102;
	height:17px;
    width: 13px;
    opacity: 0.4;
}
.widget-button:hover {
    opacity: 1;
}
.widget-tbutton 
{
    position: relative;
	float:right;
	top:-4px;
    margin-top: 1px;
	z-index:102;
	height:17px;
    width: 13px;
    opacity: 0.4;
}
.widget-tbutton:hover {
    opacity: 1;
}
.widget-banner .widget-change
{
    top:-1px;
}
.widget-banner .widget-refresh
{
    top:-1px;
}
.widget-banner .widget-expand
{
    top:-1px;
}
.widget-banner .widget-favourite
{
    top:-1px;
}

.tabulated li {
    height: 21px;
    line-height: 13px;
    top: 5px;
    right: 0;
    padding: 0 0 0 0;
}
.tabulated .widget-tbutton
{
    margin-top: 5px;
}

/*mform styles*/
.mform {
    overflow: auto;
}
.mform .disabled{
    color: gray;
}
.mformTitle {
    clear: left;
}
.mformElement
{
    clear: none;
    padding: 5px;
    margin: 5px;
    float: left;
}
.mformFieldset
{
    clear: left;
    padding: 5px;
    margin: 5px;
    width: 90%
}
.mformNewLine { clear: left;float: left; }
.mformSeperator { clear: left; }
.mformLabel
{
    font-weight: bold;
}
.highlight input{
    background-color: red;
}

#pythonScript 
{
    position: absolute;
    top: 50px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    text-align: left;
}
#pythonIDE {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
}

/*MAP POPUP*/

.infoWindow
{
	min-width:200px;
}

.gTabs
{
	height:230px;
	font-weight:normal;
}

.gTabs th
{
	background-color:White;
	font-weight:normal;
	font-size:10px;
}

.gTabs td
{
	background-color:White;
	font-weight:normal;
	font-size:10px;
}

.gTabs li
{
	font-size:9px;
}

.gTab
{
	/*overflow:auto;
	height:85px;*/
}

.gTabContent
{
	overflow:auto;
	height:190px;
}

.emphValue
{
	font-weight: bold;
	font-size:10px;
}

.mainText
{
	font-size:10px;
	padding-bottom: 20px;
}

.subDate
{
	font-size: 8px;
}

.latestValue
{
    font-size: 28pt;
    text-align: center;
    font-family: 'Courier New';
    font-weight: bold;
}

.latestValueMessage
{
    color: #CCCCCC;
    text-align: center;
}


.addButtons
{
    position:absolute;
    top:90px;
    right:55px;
}
.addButtons button
{
    height:25px;
}

.tableTop
{
    border: none 1px white;
    padding: 0 5px 0 0;
}
.tableTop:first-child /*, #tableTop table, #tableTop td */{
    border: none 1px white;
    padding: 0 2px 0 0;
}
.tableTop:last-child
{
    border: none 1px white;
    padding: 0 0 0 2px;
}

.top
{
	position:absolute;
	/*display: inline;*/
	left:256px;
	right:256px;
	/*float: left;*/
	padding: 0;
}
/*.top table
{
    border: none 0px white;
    padding: 0px 0px 0px 0px;
}
.top td
{
    border: none 0px white;
    padding: 0 0 0 0;
}*/
.topfull
{
	position:absolute;
	/*display: inline;*/
	left:3px;
	right:3px;
	/*float: left;*/
	padding: 0;
}
.topfull td
{
    border: none 0px white;
    padding: 0 0 0 0;
}
.topleft
{
	position:absolute;
	/*display: inline;*/
	left:3px;
	right:256px;
	/*float: left;*/
	padding: 0px;
}
.topleft table td
{
	padding: 0 0 0 0;
}
.topright
{
	position:absolute;
	/*display: inline;*/
	left:256px;
	right:3px;
	/*float: left;*/
	padding: 0px;
}
.topright table td
{
	padding: 0 0 0 0;
    
}
.topright .widget
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.topleft .widget
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.top .widget
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#top
{
    padding:0 0 0 0;
    border-width: 0;
    margin:0 0 0 0;
    height:170px;
}
table#top
{
    padding:0 0 0 0;
    width:100%;
}
.popupButtons {
    z-index: 500;
}