﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

#loader {
	padding: 0; margin: 0;
	top: 0; left: 0;
	position: absolute;
	width: 100%; height: 100%;
	background: #fff;
	z-index: 999;
	
}


body
{
    background-color: #F6F6FD;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    
   
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

a:hover {
	position: relative;
}

a.helptip span {
	display: none;
}


a:hover span.helptip {
	display: block;
   	position: absolute; top: 10px; left: 0;   	
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;	
	font-size:smaller;
	width:300px;
	text-align:justify;
	/* end formatting */
}


p, ul
{
    /*margin-bottom: 20px;*/
    /*line-height: 1.6em;*/
}

button
{    
    line-height: 1.2em;  
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin-left: auto;
    margin-right: auto;
    min-width:900px;
    width:900px;
}
.LogonPage
{
    margin-left: auto;
    margin-right: auto;
    min-width:750px;
    width:750px;
}
#header
{
    position: relative; 
    width: 100%;   
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    border:none 2px #000;
}

#header h1
{
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px !important;
}

#main
{
    padding: 0px 0px 0px 0px;
    background-color: #F6F6FD;
    margin-bottom: 30px;
   
    border-right:solid 0px #191970;
    border-left:solid 0px #191970;
    border-bottom:solid 0px #191970;
    border-top:solid 2px #191970;
}
#mainLogon
{
    padding: 20px 20px 15px 20px;
    background-color: #F6F6FD;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    border-right:solid 1px #191970;
    border-left:solid 1px #191970;
    border-bottom:solid 1px #191970;
    border-top:solid 2px #191970;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #191970 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;    
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 8px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.6em;
    /*background-color: #dcdcdc;*/
    color: #000;
    background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

ul#menu li a:hover
{
    color:Red;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 8px 4px 4px;
    color:#000;           
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	/* width: 100%;*/
	border-style: none;

}

table td 
{
  padding: 5px;   
  border-style:none;
  text-align: left;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border-style:none;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    border:solid 1px #000;
}



#logindisplay
{
    font-size:0.9em;
    display:block;
    text-align:right;
    margin-bottom:10px;
    margin-top:10px;
    color:Black;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

div.floater {
	position: absolute;
	z-index: 100;
}

#DND
{
    position:absolute; 
    top: 2px;
    left: 150px;  
    width:250px;
    VERTICAL-ALIGN: top;
}

#UXOPMO
{
    position: relative; 
    width: 100%;   
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:110px;
    
 
  
}

#UXOPMO h1
{
    font-weight: bold; 
    margin: 0;
    color: #000;
    border: none;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px !important;
    
}

#formdetails
{    
    position:absolute;
    top: 55px;
    left: 340px;
    float:left;
    text-align:left;    
    font-size:22px !important;
    font-weight: bold;
}

#formname
{
    position:absolute;
    top: 5px;
    left: 300px;
    font-size:30px !important;
    font-weight: bold;
}


/***************************************/
/*			Grid					   */
/***************************************/
.Grid { width: 100%; border: 1px solid #E5EEFA !important; }
.Grid TH {color: #000000;font-size: 11px; background-color:#5c87b2; border-bottom: 2px solid #cc0000 !important;border-top: 1px solid #E5EEFA !important;padding-top: 3px;padding-bottom: 3px;padding-left:3px;background-color: #F3F8FF; }
.Grid .Row{background-color: #F9FCFF;}
.Grid .AlternatingRow{background-color: #FFFFFF;}
.Grid .HighlightRow{background-color: #FFFDE9;}
.Grid .Row TD, .Grid .AlternatingRow TD, .Grid .HighlightRow TD, .Grid .InactiveUserRow TD, .Grid .IsPriorityRow TD { border-bottom: 1px solid #CADBE5 !important;font-size: 11px;padding: 4px;padding-left: 5px;vertical-align:top;}
.Grid TH a{	padding-right:16px;	text-decoration:none !important; color:#000 !important;}
.Grid TH a:hover {	text-decoration:underline !important;}

.pager { padding-top:10px; }
.pager a { padding: 3px 5px; border: solid 1px #CADBE5; text-decoration:none; margin-right:5px; color:#656044; float:left;}
.pager label {  margin-top:8px; text-decoration:none; margin-right:5px; color:#656044; float:left;}

.pager .selected { padding: 3px 5px 3px 5px; border: solid 1px #9CBFD4; text-decoration:none; margin-right:5px; color:#fff; background-color: #9CBFD4; float:left;}
.pager .totalrecords { float:right; margin-top:0.5em; color:#777; font-style:italic; padding-right:10px;}


.dataLayers {
	PADDING-BOTTOM: 20px; LINE-HEIGHT: 18px; PADDING-LEFT: 1px; PADDING-RIGHT: 2px;  PADDING-TOP: 30px; -moz-box-shadow: 0px 1px 5px #999; -webkit-box-shadow: 0px 1px 5px #999
}
.dataLayers .Pad {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 5px; PADDING-TOP: 0px
}
.dataLayers .h2Align {
	MARGIN-TOP: 0px
}
.dataLayers UL LI {
	MARGIN-BOTTOM: 2px
}
.dataLayers UL LI A {
	TEXT-DECORATION: none
}
.dataLayers UL LI A:hover {
	TEXT-DECORATION: underline
}
.dataLayers .dataLayersButton {
	MARGIN: 0px 0px
}
.dataLayers .blackText {
	COLOR: #000
}
.QuickLinks {
	DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 0px; WIDTH: 17%
}
.grid_3 {
	DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px
}

.container_12 {
	WIDTH: 860px; MARGIN-LEFT: auto; MARGIN-RIGHT: auto
}
.container_12 .grid_9 {
	WIDTH: 860px
}
.content {
	BACKGROUND: COLOR: #404040;
	WIDTH: 82.5%;
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px;
	DISPLAY: inline; 
	FLOAT: right;
}

.featuredMaps {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.featuredMaps .item1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px;  PADDING-RIGHT: 0px; MARGIN-BOTTOM: 0px; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 0px; PADDING-TOP: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  -moz-box-shadow: 0px 0px 3px #ccc; -webkit-box-shadow: 0px 0px 6px #ccc
}
.featuredMaps .item2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 250px; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 0px;  FLOAT: left;
}
.featuredMaps .item2 A {
	WIDTH: 250px;   DISPLAY: block; 
}
.featuredMaps .item2 IMG {
	WIDTH: 220px;HEIGHT: 160px;OVERFLOW: hidden;  padding:15px;  text-align:center;
}
.featuredMaps .item2:hover {
	-webkit-transition: -webkit-box-shadow 0.5s ease-in; -moz-transition: -moz-box-shadow 0.5s ease-in; -o-transition: box-shadow 0.5s ease-in;  -moz-box-shadow: 0px 0px 6px #999; -webkit-box-shadow: 0px 0px 6px #999
}
.featuredMaps .item2:hover IMG {
	-webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in
}
.featuredMaps .item2 SPAN {
	WIDTH: 220px;PADDING-BOTTOM: 8px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; DISPLAY: block; PADDING-TOP: 7px; text-align:center;
}
.featuredMaps .endRow {
	MARGIN-RIGHT: 0px
}
.featuredMaps .verticalItem1 {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; HEIGHT: 300px; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 0px; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 0px; PADDING-TOP: 0px; -moz-border-radius: 5px; -webkit-border-radius: 0px;  -moz-box-shadow: 0px 0px 3px #ccc; -webkit-box-shadow: 0px 0px 6px #ccc
}
.quickbar { padding: 0px; margin: 0px; list-style: none; } /* this is the actual ul */
.quickbar li { padding: 5px 0px 5px 0px;}
.quickbar-container { background-color: #F3F3F3; display: block; line-height: 20px; overflow: hidden; border: 1px solid #EAEAEA;-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; } /* this is the wrapper around the bar. */
.quickbar-bar { background-color: #2E3192; width: 0px;} /* this is the bar itself you could use an image here if you wanted */
.quickbar-title { padding: 3px; } /* this is the element above, left or below the bar.*/
.quickbar-label { padding-left: 6px; float: left; position: relative; font-size: .9em; }

.clear
{
    clear: both;
}

.panel-2col-22 {
    overflow: hidden;
    
}
.panel-2col-22 div div {
    margin: 0.5em;
}
.panel-2col-22 .panel-col-first {
    float: left;
    width: 50%;
}

.panel-2col-22 .panel-col-last {
    float: left;
    width: 50%;
}
.panel-clearer {
    clear: both;
}


#contentWrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
    width: 1050px;
}
#contentMid {
    background-color: #F6F6FD;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
}



.widget {
    margin: 0 !important;
}


.widgetMid {

    font-size: 11px;
    background-color: #E8EEF4;
    padding:0 !important;
    margin:0.5em !important;
}

.widgetValue {
    color: #BD3632;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0 !important;
    padding: 0 !important;
    height:35px;
}
.widgetInfoBar {
    background-color:#848484;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align:bottom;
    padding-top:10px;
    color:White;
}
.widgetTableDiv {

    font-size: 11px;
    height: 165px;
    overflow:auto;
    background-color: #E8EEF4;
    padding:0 !important;
    margin:0 !important;
}
.widgetTableDiv td 
{
    padding:0 !important;
    margin:0 !important;
  
}

.widgetMidTh
{
 width:240px !important;
 margin-bottom:0px !important;
 padding-bottom:0px !important;
}
.CurrentWorkSite
{
  background-color:Orange;
  color:Black;
}

.UndergoingAssessment
{
  background-color:Red;
  color:Black;
}