﻿/* DEFAULTS
----------------------------------------------------------*/

body   /* The outer background [area behind the page] */
{
    background: #fff;   
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

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: #142E42;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 500;
    margin-top: 5px;
}

h1
{
    font-size: 1.6em;
    font-weight: 400
}

h2
{
    font-size: 1.5em;
    font-weight: 400;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/*.Fieldset350
{
  width: 390px;
  float: left;
  margin-right: 20px;
  display: block;
}*/

/* 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   
----------------------------------------------------------*/
/*.pageBorder /* This affects page text elements for some reason
{
	background-color: #000000;
	color: #000000;
	margin: 30px auto 0px auto;
}*/

.page /* Overall page of the master page */
{
    width: 1200px;
    background-color: White;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    z-index: 1;
}

.header /* Header Box, with logos and such */
{
    position: relative;      
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
    z-index: 99;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #034af3;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main /* Main content page */
{
    background-color: white;
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    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;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}
div.MenuContainer
{
  background-color: #1D4361; /* #939B9B; #E9F0FA; #1D4361; 1D4361; #B5C5DE;*/
  clear:both;
}
div.menu
{
    padding: 4px 0px 4px 8px;
}

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: #0F254A; /*#142E42*/
    border: 1px #142E42 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #E6131F; /*#bfcbd6;*/
    color: white; /*#465c71;*/
    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;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;		
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

/*.indentedText
{
	padding-left: 3em
}

table
{
	text-align: left;
	font-family: Arial, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, Verdana, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
}*/

.clear
{
    clear: both;
}

.title {  
  display: block;
  float: left;
  text-align: left;
  width: 345px;
  padding-top: 10px;  
  margin-left: 27px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color:  Black;
}

.loginDisplay a:link
{
    color:  Black;
}

.loginDisplay a:visited
{
    color: Grey;
}

.loginDisplay a:hover
{
    color: #B5C7DE;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* Non Generated.  
----------------------------------------------------------*/


select, input[type='text'], input[type='password'], input[type='checkbox'], input[type='file'], textarea
{
    border-radius: 2px;
    box-shadow: inset 0px 2px 4px #DCE4F0;
    border: 1px solid #D0DBEC;
    padding: 0.2em;
    background-color: #EDF1F7;
    margin: 1px;
    font-size: 1em;
    box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;  
}
textarea 
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
input:focus, select:focus, textarea:focus
{
    border: 1px solid #5A7A98;
    box-shadow: inset 0px 1px 4px #DCE4F0, 0 0 2px 1px #DBE3EB;
		transition: all 0.10s ease-in-out;
}
select
{
    cursor: pointer;
}
/* Editor row (Label and Textbox container) */
div.row
{
  overflow: none;
  padding:  3px 0px 3px 0px;
  display: block;
  clear: both;
}
/* Label inside editor row */
div.row label
{
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-top: 2px;
  width: 100px;
}
/* read only span inside editor row */
div.row span.display
{
  display: inline-block;
  text-align: left;
  padding-right: 10px;
  padding-top: 2px;
}
div.rowMulti
{
  display: inline-block;
  padding-right: 20px;
}
.NumericEditor
{
    text-align: right;
}
.DatePicker
{
    text-align: center;
}
.ValidationError
{
    margin-left: 0px;
    display: none;
    vertical-align: middle;
}


/*************** Grid ***************/
.Grid
{
    margin: 5px 0 10px 0; 
    border: solid 1px #344254; 
    border-spacing: 0px;
}

.GridHL tr:hover
{
    background-color: #EDF1F7;
    cursor: pointer;
}

.Grid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    border-bottom-width: 0;
    border-right-width: 0;
    color: #717171; 
    height: 16px;
}
.Grid th
{
  padding: 4px 2px 4px 2px;
}
.Grid thead { 
    padding: 4px; 
    color: #fff; 
 
    border-left: solid 1px #c1c1c1; 
    font-size: 0.9em; 
    height: 14px;
    background-image: url('../Images/JQuery/ui-bg_gloss-wave_55_283542_500x100.png');
    background-repeat: repeat-x;
    background-position: center;
  
}
.Grid caption 
{
	padding: 4px; 
	background: #142E42; 
	color: #fff; 
}
.GridAltRow
{ 
	background: #f0f0f0;
}
.GridDeletedRow
{
    background: #fff0f0;
}
.ChildGrid
{ 
	margin-left: 20px;
}
.DivToolbar
{
  position: relative;
  background-color: #EFF5F9;
  border-bottom: 1px solid #2B6795;
  padding: 10px;
  margin: 10px 0 10px 0;
  min-height: 90px;
  color: #142E42;
}
