﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: /*"Helvetica Neue", "Lucida Grande",*/ "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color:/* #696969;*/ #333;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    font-weight:bold;
    margin: 0 0 0 0;
}

h2
{
    font-size: 1.5em;
    margin: 0 0 0 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0095d9;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2.5em;
}

.header h2
{
 margin: 0px;
 padding: 0px 0px 0px 10px;
 color: #f9f9f9;
 font-size:2em;
}

.main
{
    padding: 16px;
    /*padding: 0px 6px;
    margin-top: 8px;
    margin-bottom:8px;
    margin-left:2px;
    margin-right:2px;*/
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#banner {
    position:relative;
    margin-top: -34px;
    height:152px;
    background-image:url(../images/header.png);
    background-position:center
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
  background-color:#e0dfe0;
  width:100%;
}

div.menu
{
    padding: 1px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #e0dfe0;
    color: #000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #888888;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 75%;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 75%;
    border: 1px solid #ccc;
}

select.dropDownEntry 
{
    width: 75%;
    border: 1px solid #ccc;    
}

.accountInfo
{
    min-width: 200px;
    width: 50%;
}

.loginFormTable 
{
    width: 100%;    
}

.loginFormTableHalf 
{
    width: 50%;    
}

input[type="submit"], input[type="button"]
{
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.428571429;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
 background-image: none; 
 /*background-color: #0095d9;*/
 background-color:#336699;
 color: White;
 border: 1px solid transparent;
 border-radius: 4px;
 background-repeat: repeat-x;
 border-color: #2b669a;
 /*background-image: linear-gradient(to bottom, #0095d9 0%, #2d6ca2 100%);*/
 background-image: linear-gradient(to bottom, #225588 0%, #5588BB 100%);
 padding: 1px 5px;
 font-size: 13px;
 line-height: 1.5; 
 margin: 1px; 
}

/* MISC  
----------------------------------------------------------*/

.validation
{
 color:Red;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: .9em;
    display: block;
    text-align: right;
    padding: 0px;
    color: Black;
    float:right;
    margin-top:6px;
    margin-right:5px;
}

.loginDisplay a:link
{
    color: Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: White;
}

.failureNotification
{
    padding-left: 16px;
    font-size: 1.2em;
    color: Red;    
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;
    padding-right: 10px;
}

.leftPageMargin
{
    margin-left: 23px;
}

.uppercase
{
    text-transform: uppercase;
}

table tr td
{
 vertical-align:middle;
}

/* This prevents extra padding above the menu in Chrome and Firefox by moving the "Skip" text off screen. */
/* It will still be visible to screen readers. */
img[alt='Skip Navigation Links'] {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.validator2
{
 background-color:#FFCBDB;
}
    
/* default height of tab panels */    
.TabPanelHeight
{
min-height:280px;
/* height:280px; */
}

legend
{
 padding-bottom:0px;
}

   .displayNone
   {
    display:none;
   }


.unsavedChanges
{
 border: 2px solid #90E098;
}

.AddNewProperties
{
 background-color:White;
 border:1px solid black;
 padding-left:5px;
}

/* disallow resizing of multiline checkboxes */
textarea {
    resize: none;
    width: 75%;
    border: 1px solid #ccc;
}

.roundedCornerColor 
{
 background-color:#EDF5FF;
 padding-left:5px;
 padding-bottom:5px;
}

.verified
{
 /*background-color:#DDFFDD;*/
 color:#008000;
}

.unverified
{
 /*background-color:#FFDDDD;*/
 color:#FC0000;
}

.headerTable 
 { 
  border: 1px solid #000;
  background-color:#336699;
  color:White;
  border-collapse: collapse;
  font-weight:bold;
  font-size:12px;
 }

 .updateProgressDiv
 {
  margin:auto;
  filter: alpha(opacity=100);
  opacity: 100;
  vertical-align: middle;
  top: 40%;
  position: fixed;
  right:48%;
  text-align: center;
  background-color: White;
  padding: 10px 10px 10px 10px;
  z-index: 10000;
 }
 .updateProgressGreyoutDiv
 {
  background-color: Gray; 
  filter:alpha(opacity=60); 
  opacity:0.60; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  position: fixed; 
  height: 100%;
 }
 
 .ModalPopupStyle
 {
  background-color:white; 
  border: 1px solid black; 
  max-height:300px;
  color:Black;
  padding: 5px 5px 5px 5px;
  border-radius:5px;
 }
 
 .ModalPopupStyle2
 {
  background-color:white; 
  border: 1px solid black; 
  color:Black;
  padding: 5px 5px 5px 5px;
 } 
 
 .highlight
 {
  background-color:Yellow;

 }
 
 /* CLEAR FIX*/
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}

/* page grid styles */
.gd
{
	*zoom:1;
	padding-top:10px;
}
.gd div.first
{
	float:left;
}
.gd div.second
{
	float:right;
}
.gd div.center .content-small
{
	margin-left:auto;
	margin-right:auto;
}



/* GridView and Data Pager Styles */
.grid TR.pager-row TD
{
    border-top:solid 2px #03738C;
    border-bottom:solid 2px #03738C;
}

.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	
    font-size:18px;
}

.grid .pager SPAN.command,
.grid .pager SPAN.current,
.grid .pager A.command,
.grid TR.pager-row TD A
{
    color:#03738C;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}

.grid .pager A.command:hover,
.grid TR.pager-row TD A:hover
{
    border:solid 2px #03738C;
    background-color:#D5E7F2;
    color:#03738C;
    padding:0px 3px;
    text-decoration:none;
}

.grid .pager SPAN.current,
.grid TR.pager-row TD SPAN
{
    border:none;
    font-weight:bold;
    color:#555;
    padding:0px 6px;
}

.grid TR.pager-row TABLE TR TD 
{
    border-top:none;
    border-bottom:none;
    text-align:center;
    font-size: 1.25em;
}

.grid TR.pager-row TABLE
{
    height:35px;
    margin:0 auto 0 auto;
}

/* .grid .row:hover td
{
    background-color:#D5E7F2 !important;
    color:#000;
} */

.grid .sortasc, .grid .sortdesc, .grid td.sortedColumn
{
    background-color: #e9f1f5;
}

.grid th a
{
    color: #03738C;
    padding-right: 15px;
    text-decoration: none;
}

.grid th.sortable:hover
{
    background-color:#D5E7F2;
}

.grid th.sortable a:hover
{
    text-decoration: none;
}

.grid th
{
    text-align:left;
    border-bottom:solid 2px #03738C;
    border-top:solid 2px #03738C;
    font-weight: 600;
    padding:4px;
    letter-spacing:0px;
    color: #444;
    padding-left:10px;
    vertical-align: bottom;
}

.grid .row td
{
    text-align:left;
    border-bottom:solid 1px #03738C;
    padding:6px 4px;
}

.grid tr.row td
{
    padding-left:10px;
}

.grid tr.last td
{
    border-bottom:solid 2px #03738C;
}

.grid tr.selectedRow td
{
    background-color: #ADC9D0 !important;
}

.errorBtn 
{
 font-weight:bold;
 background-repeat: repeat-x;
 border-color: #FF3300;
 background-image: linear-gradient(to bottom, #0095d9 0%, #FF3300 100%);
}
.errorBtn:active,
.errorBtn.active {
 background-color: #2d6ca2;
 border-color: #FF3300;
}
.errorBtn:hover,
.errorBtn:focus {
 background-color: #FF3300;
 background-position: 0 -15px;
}

#loading, #loadingTextContainer {
    background-color: black;
    color: white;
    margin-top: 4px;
    padding: 3px;
    border: solid 1px white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;    
    right: 428px;
    z-index: 1000; 
    display:none;
}              