﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    margin: 0;
}

input, select
{
	font-size: 0.95em;
	margin-left: 0px;
}


/*
input
{
    width:120px;
}
*/

a, h1, h2, h3, h4, h5, h6
{
    font-size: 1.3em;
    color: #036d95;
}

h1, h2 
{    
    border-bottom: dashed 1px #CCC;
    margin-top: 0;
} 

a
{
    font-size: 1em;
}

a.selected
{
    font-size: 1em;
    background-color:#DDDDDD;
    font-weight:bold;
    padding:0 2px 0 2px;
}

a:visited
{
    color: #666;
}

a.lnkNoStyle
{
    float:left;
    border:none;
    color:white!important;
}

a.lnkNoStyle img
{
     border:none;
}

hr {
    background-color:#D4D4D4;
    border:0 none;
    color:#D4D4D4;
    height:1px;
    clear:left;
}

h5, .subsectionHeader
{
   border-bottom: solid 1px #DDD;  
   padding-left: 5px;
   margin-bottom: 0;
   font-size: 1.2em;
   margin-top: 0;
   background-color: #EFEFEF;
	width: 221px;
}

h6
{
    color: #555;
    margin-bottom: 0;
    font-size: 1.1em;
    margin-top: 0px;
}

.checkbox input
{
    width:10px;
}

.subsectionHeader
{
	background-color: #FAFAFA !important;
	font-size: 1.1em;
}

.DropDown
{
    font-size:0.95em;
    width:200px;
}

.DropDownSmall
{
    width:100px;
}

.DropDownLeft
{
    float:left;
}

.Login
{
	margin: 0 auto;
}

.Login tr input
{
	padding-top:2px;
	margin-top:2px;
	
	/*border:solid 1px red;*/
}

#topContent
{		
	/*height: 120px;*/
	padding-left: 5px;
	/*border-bottom: solid 1px #DDD;
	background-image: url(Images/app_logo.png);*/
	background-repeat: no-repeat;
	background-position: top right;
}

.FormatTable
{
    margin:0 auto;
    text-align:center;
    border-left:33px solid #EAEAEA;
    width:800px;
}
.FormatTable .topleft,
.FormatTable .left
{
    width:128px;
}


.FormatTable .topRight
{
    /*float:left;*/
   
    
    background-color:#D1D1D1;
    border-bottom:8px solid #E31B23;
    height:75px;
    width:100%;
    border-left:solid 2px #999999;
    border-right:solid 2px #999999;
}

.FormatTable  .right
{
    border-left:solid 2px #999999;
    border-right:solid 2px #999999;
}

.FormatTable
{
    text-align:left;
    border-bottom:solid 2px #999999;
}

.SiteMap
{
    margin-bottom:10px;
    float:left;
    /*width:100%;*/
    width:90%;
}

.goButton
{
    float:left;
    padding-left:3px;
    padding-right:3px;
    width:22px;
}

.chkLocal
{
    float:left;
    margin: 0 3px 0 3px;
}

.chkLocal checkbox
{
    margin:0;
    float:left;
}

/*
#topContent .left
{
    width:200px;
}

#topContent .right
{
    background-color:#D1D1D1;
    border-bottom:8px solid #E31B23;
    height:75px;
    width:664px;
    border-left:solid 2px #999999;
    border-right:solid 2px #999999;
}*/

#topContent a {
    text-decoration: none;
}


#leftContent 
{
    width:128px;
    /*width: 230px;*/
  
    /*padding: 10px;*/
    font-size: 90%;
    text-align: left;
    /*position: absolute;*/
    top: 110px;
    /*margin-top: 10px;*/
    left: 0px;
    background-color: #FAFAFA;
	/*border-top: solid 1px #DDD;*/
}




#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#leftContent ul
{
    margin: 5px;
    margin-left: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

#leftContent li
{
    list-style-type: none;
}

#summaryInfo
{
	text-align: left;
    /*margin-left: 250px;*/
    padding: 10px;
    /*border: solid 1px #DDD;*/
	border-top: none;
}

#mainContent {
    text-align: left;
    /*margin-left: 250px;*/
    padding: 10px;
    /*border: solid 1px #DDD;*/
	border-top: none;
    /*background-image: url(Images/page_bg.png);*/
    background-repeat: no-repeat;
    background-position: top left;
}

#settingsSection
{
	text-align: left;
	/*margin-left: 250px;*/
	padding: 10px;
	/*border: solid 1px #DDD;*/
	border-top: none;
	margin-right: 250px;
}

#chartPreview
{
	text-align: left;
	/*margin-left: 250px;*/
	padding: 10px;
	/*border: solid 1px #DDD;*/
	border-top: none;
}

#footerContent {
    text-align: center;
    padding: 5px;
    /*margin-left: 250px;*/
}

.subsectionHeader
{
    display: block;
    font-weight: bold;
    color: #666;
    background: transparent; 
}

/*Any input form tables in the main form should use this class*/
table.formTable
{
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Use this class for list/summary tables

Use the following attributes

<table cellspacing="0" cellpadding="4" class="summaryTable">
*/
table.summaryTable
{
    border: none;
    width: 100%;
}

/* Headings for the summary table */
table.summaryTable th
{
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    background-color: #F3F3F3;
    color: #036d95;
}

/*Alternating row colours */
/*1st, 3rd row etc.*/
table.summaryTable tr td
{
    border-right: solid 1px #DDD;
    empty-cells: show;
	font-size: 1em;
}

table.summaryTable tr td a.mainLink
{
	font-weight: bold;
	font-size: 1.1em;
}
/* 2nd, 4th etc. */
table.summaryTable tr.altRow td
{
    background-image: url(Images/cell_bg.png);
	background-repeat: repeat;
	background-position: top left;
}

table.cleanTable tr td
{
	border: none;
	vertical-align: middle;
	background: #FFF;
}

table.cleanTable tr td ul
{
	list-style-type: none;
}

table.cleanTable tr td ul li
{
	padding: 2px;
}

table.cleanTable tr td ul li img
{
	vertical-align: middle;
	margin-right: 5px;
}

table.cleanTable tr td a
{
	font-size: 1em;
	font-weight: normal;
}

div.buttonContainer
{
    clear:left;
    /*
    border-top: solid 1px #CCC;
	background-image: url(Images/cell_bg.png);
	background-repeat: repeat;
	background-position: top left;
    padding: 5px;
*/
}

input.button
{
    font-size: 1em;
    font-weight: bold;
    background-image: url(Images/tab_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #666;
    color: #111;
}

.DatePicker
{
    float:left;
    width:230px;
    /*border:solid red;*/
}

.DatePicker .Selector
{
    float:left;
    margin-bottom:8px;
 
}

.TimePicker
{
    float:left;
    margin-left:15px;
    width:220px;
}

.Title
{
    margin-left:10px;
    float:left;
    padding-right:5px;
    padding-top:2px;
    width:85px;
}

.detailsSection
{
    width:270px;
    clear:none;
    /*float:left;*/
}
.detailsSection .HeaderStyle,
.DetailsView .HeaderStyle
{
    background-color:#D1DDF1;
}

.AccordionSerialStyle
{
	margin-left:30px;
    float:left;
}


.section
{
    float:left;
    width:400px;
    clear:none;
   /* float:left;*/
}

#settingsSection
{
    clear:left;
}

.role
{
   margin-left:5px;
}

.subsectionHeader,
.permission
{
    margin-left:20px;
    margin-top:5px;
}


.ImageButton
{
    padding-left:3px;
    padding-right:3px;
    /*float:right;*/
    position:relative;
    float:left;
}


/*
#mainContent, #summaryInfo, #settingsSection, #settingsSection, #chartPreview, #leftContent ,#footerContent
{
    float:left;
}*/

/************************************Grid View**************************************************/

.GV
{
	white-space:normal !important;
}

	/* ----------- Keep the header cells positioned as we scroll IE Only, must get FF Fix ----------- */
	.GVContainer table th {position:relative;}

	/* For alignment of the scroll bar */
	.GVContainer table tbody {overflow-x:hidden;} 

	.GVContainer table > tbody {
		/*height:20px;*/
		overflow-x:hidden;
	}

	.GVHeaderStyle
	{
		font-weight:bold;
		color:White!Important;
		background-color:#507CD1;
	}
	
	/* ^^^^^^^^^^^ Keep the header cells positioned as we scroll IE Only, must get FF Fix ^^^^^^^^^^^^ */

    .WideGridHolder .GVHeaderStyle th a
    {
        color:White!important;
        font-size:10px;
    }
    
    .WideGridHolder .GVRowStyle
    {
        background-color:#EFF3FB;
        font-size:10px;
    }
    
	.GVHeaderStyle th a
	{
	   color:White!important;
	}

	.GVHeaderStyle td
	{
		border:none;
	}

	.GVFooterStyle
	{
		font-weight:bold;
	}

	.GVRowStyle
	{
		background-color:#EFF3FB;
	}

	.GVSelectedRowStyle
	{
		background-color:#D1DDF1;
		Color:#333333;
		font-weight:bold;
	}

	.GVPagerStyle
	{ 
		background-color:#507CD1;
		Color:White;
	}
	    .GVPagerStyle a
	    { 
		    Color:White;
	    }

	.GVAlternatingRowStyle
	{
		 background-color:White;
	}

	.GVAlternatingRowStyle2
	{
		background-color:#FBFAFE;
	}
	.GVEditRowStyle
	{
		 background-color:#2461BF;
	}
	
	
	.GVRowStyle .TimePicker
	{
	    margin-left:2px;
	    margin-top:2px;
	    width:auto;
	    clear:left;
	}
	
	.GVRowStyle .DatePicker
	{
	    width:auto;
	}
	
	.Passed
	{
	    background-color:#C6C6C6;
	}

/************************************^^**************************************************/

/******************** Modal Popup --********************************************/
.modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }
        .ModalConfirm{
           background-color:White;
           padding:10px;
           width:370px;
           text-align:center;
           /*align"center";*/
           /*display:none;*/
        }
		.warningIco
		{
			float:left;
		} 
		
		
/*^^^^^^^^^^^^^^^^^^^^^^ Modal Popup --^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/******************** End Paswword strength --********************************************/
.Strength1 {
    background-color:Gray;
    color:White;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;
    font-weight:bold;
    padding:2px 3px;
}
.Strength2 {
    background-color:Gray;
    color:Yellow;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;
    font-weight:bold;
    padding:2px 3px;
}
.Strength3 {
    background-color:Gray;
    color:#FFCAAF;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;
    font-weight:bold;
    padding:2px 3px;
}
.Strength4 {
    background-color:Gray;
    color:Aqua;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;
    font-weight:bold;
    padding:2px 3px;
}
.Strength5 {
    background-color:Gray;
    color:#93FF9E;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;
    font-weight:bold;
    padding:2px 3px;
}
/******************** End Paswword strength --^^********************************************/

.ContactUs,
.SaveResult
{
    color:Red;
}



#ctl00_MainContent_pnlPleaseComplete input
{
    float:left;
}

.RequiredAstrix
{
    color:Red;
    clear:none;
    width:10px;
    float:left;
    padding-left:5px;
    font-size:14px;
}

.ContactUs
{
    margin:0 auto;
    width:215px;
}

/******************** Start Menu --********************************************/

.Menu a:visited
{
    color:#036D95;
}

.Menu a:hover
{
    color:Black;
}

.SelectedItem
{
    background-color:#507CD1;
}

.SelectedItem a,
.SelectedItem a:visited
{
    color:White;
    border:solid 1px red;
}

.MenuItem
{
    /*padding-left:5px;
    padding-top:2px;*/
}

.PopOutMenuItem
{
    background-color:#FFFBD6;
}

.MenuItemHover
{
     background-color:#507CD1;
     color:White;
}



/******************** End Start Menu --^^********************************************/

.LoginStatus
{
    /*position:absolute;
    top:105px;*/
    margin-right:5px;
    /*float:right;*/
    float:left;
    clear:left;
}

.LogoImage
{
    float:left;
}

.TimeFrame
{
    border:1px solid #D4D4D4;
    float:left;
    padding:3px;
}
    
    .TimeFrame .Selected
    {
        background-color:#DDDDDD;
        font-weight:bold;
    }
    
    .TimeFrame .NotSelected
    {
    }
 
 .InfoImage
 {
     /*float:left;*/
     padding-left:5px;
     /*padding-top:5px;*/
 }
 
/************ tool tips ******************/   
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	/*width:400px;*/
}
#tooltip h3, #tooltip div { margin: 0;
                            float:left; }
/************ tool tips ******************/
.LocationSerialStyle
{
	 border:solid 1px black;
	border-collapse:collapse;
	 
}
.LocationSerialStyle th
{
	background-color: #eee;
	font-weight:bold;
	 
}
.thickBorder
{
	 border:solid 1px black;
	 
}

.WaterCompanySerialLabelStyle
{
  vertical-align:bottom;
}

/******* start charting/graph   *******/
#chart_surround
{
    background-color:Gray;
    opacity:0.4;
    /*damn you IE*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first!*/
	filter: alpha(opacity=50);					/* second!*/
    z-index:9999px;
    position:absolute;
    display:none;
}

#chart_div
{
    z-index:-1000;
}

#loadingImage
{
    position:relative;
    display:none;
    top:-270px;
    left:380px;
    width:128px;
    height:128px;
}

.GraphOptions
{
    float:left;
    width: 300px;
}

.GraphCheckBox
{
    width:200px;
    clear:none;
    float:left;
}

.GraphCheckBox input
{
    float:left;
}
.GraphCheckBox label
{
    float:left;
    padding-top:3px;
}


.SelectLeftAligned
{
    float:left;
}
/******* end charting/graph   *******/
.tabOn
{
	background-image:url(Images/midbluetab.png);
	width:60px;
}
.tabOff
{
	background-image:url(Images/lightbluetab.png);
	width:60px;
}
.tabDisabled
{
	background-image:url(Images/greytab.png);
	width:60px;
}
.Hidden
{
	display:none;
}
.NumericText
{
	text-align:right;
}
.formviewtable
{
}
.formviewname
{
	width:100px;
}
.formviewdata
{
	width: 150px;
}
.formviewvalidation
{
	display:none;
}
.Warning
{
	font-weight:bold;
	font-size:larger;
}

.WiderTextBox
{
	width:400px;
}

.ErrorStyle
{
	font-size:smaller;
	color:Red;
	border-style:none;
	border-width:0;
}
.Wizard
{
	border-width:1px; border-color:Black;
	border-style:solid; width:450px;
}
.WizardCell
{
	border-width:1px; border-color:Gray;
	border-style:solid; width:100px; 
}
.FlowMeter
{
	width:80px;
}

