﻿/* DEFAULTS
----------------------------------------------------------
"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, 
*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: 0.80em;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
}

.page
{
    width: 100%;
    max-width: 1200px;
    background-color: White;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    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;
}
/******************************************************************/
a:link, a:visited
{
    color: Red; text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: none;
}

a:active
{
    color: Red;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: Black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

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;
}





/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

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: #465c71;
    border: 1px #4e667d 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: #bfcbd6;
    color: #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 
{
    font-size:large;
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Div ------------------------------------------------------ */
.divMasterMenu {background:DarkSlateGray; padding: 10 10 10 10px; }
.divMasterMenu a {color: White;}
.divMasterMenu a:link {color: white; padding: 10px 10px 10px 10px;}
.divMasterMenu a:active {color: White;}
.divMasterMenu a:hover {color:Orange;}
.divPage { background: white; } /* linear-gradient(DarkSlateGray, lightgray); */
.divLogo { float:left; width:auto; }
.divSideBySide { float:left; width:auto; }
.divMasterPage { background: linear-gradient(khaki, white); }
.divScrollable { height: 700px; overflow: auto;}

/* Labels ---------------------------------------------------*/
.lblPageTitle {color:#006900; font-weight:bold; font-size: x-large;}
.lblHeader {color:#006900; font-weight:bold; font-size: large;}
.lblUserName {color:#006900; font-weight:bold; font-size: large;}
.lblGreen {color:#006900; font-weight:bold;}
.lblError {color:DarkRed; font-weight:bold; font-size: large; }
.lblRequired {color:Red; font-size:small; }

/* Fieldset -------------------------------------------------*/
.FieldsetMain {display:inline; background:linear-gradient(#f9fafb, #ffffff); -webkit-box-shadow: 0px 0px 5px 0px #8d8f90; box-shadow: 0px 0px 15px 0px #8d8f90; border: 2px solid #ccc; margin: 3px 3px 3px 3px;   padding: 5 5 0 5 ; -webkit-border-radius: 5px; border-radius: 5px; }
.FieldsetGreen {display:inline-block; border:2px solid green; background-color:Ivory; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.FieldsetShadow {border: 1px solid #ccc; margin: 10px 10px 10px 10px; background: lightgray; -webkit-box-shadow: 0px 0px 5px 0px #8d8f90; box-shadow: 0px 0px 5px 0px #8d8f90; padding: 5 5 0 5 ; -webkit-border-radius: 5px; border-radius: 5px; }

.FieldsetFormView {padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; border: 1px solid #ccc; background: #E8EBEC; -webkit-box-shadow: 0px 0px 10px 0px #8d8f90; box-shadow: 0px 0px 10px 0px #8d8f90; -webkit-border-radius: 5px; border-radius: 5px; }

.fsLabel {float:right; margin-right:0.5em; padding-top:0.2em; font-weight:bold; }
legend {font-size: 1em; font-weight:bold; background:white; border: 0px solid #ccc; padding: 0px 10px 0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* Table with alternate row colors **********/
.tblAltRowColors {border:3px solid #e2e6e7; }
.tblAltRowColors tr:nth-child(odd){ background:white;}
.tblAltRowColors tr:nth-child(Even){ background:#e2e6e7;}

/* Buttons  --------------------------------------------- */
.btnIconTopMargin {
    margin-top:10px;
}
.btnOrange{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffaf46), color-stop(1, #e78404) );
       background:-moz-linear-gradient( center top, #ffaf46 5%, #e78404 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf46', endColorstr='#e78404');
       background-color:#ffaf46;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #e78404;
       display:inline-block;
       font-weight:normal;
       padding:3px 10px;
       text-decoration:none;
       color:White;
}
.btnOrange:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#e78404), color-stop(1, #ffaf46) );
       background:-moz-linear-gradient( center top,#e78404 5%, #ffaf46 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e78404', endColorstr='#ffaf46');
       background-color:#e78404;
       color: White;
}
.btnOrange:active {
       	color: White;
       	position:relative;
       top:1px;
}
.btnGreen{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #06974f), color-stop(1, #04854c) );
	background:-moz-linear-gradient( center top, #06974f 5%, #04854c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06974f', endColorstr='#04854c');
	background-color:#06974f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	/*color:#333;
	font-family:arial;
	font-size:13px;*/
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	color:White ;
}
.btnGreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#04854c), color-stop(1, #06974f) );
	background:-moz-linear-gradient( center top,#04854c 5%, #06974f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04854c', endColorstr='#06974f');
	background-color:#04854c;
	color: White;
}
.btnGreen:active 
{
    	color: White;
	position:relative;
	top:1px;
}
.btnDelete {
	-moz-box-shadow: 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: 0px 1px 0px 0px #f29c93;
	box-shadow: 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.btnDelete:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.btnDelete:active {
	position:relative;
	top:1px;
}
.btnCancel{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.btnCancel:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.btnCancel:active {
	position:relative;
	top:1px;
}
/* Image Slider *****************/
.imgSlider {padding: 3px 3px 3px 3px; border-radius: 3px; border: 1px solid white;}

/* Menu: Admin ***********************/
