﻿/* DEFAULTS #b6b7bc
----------------------------------------------------------*/

body   
{
    background: white;
    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: #666666;
    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;
}


/* 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: white;
    width: 100%;
    min-height:100px;
    
}*/

.header {
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    height: 110px;
    width: 100%;
    /* fallback color */
    background-color: #003D00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003D00', endColorstr='#006600');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003D00), to(#006600)); 
	background-image: -moz-linear-gradient(top,  #003D00,  #006600); 
}

/*.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 50px;
   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000084', endColorstr='#053CD3');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000084), to(#053CD3)); 
	background-image: -moz-linear-gradient(top,  #000084,  #053CD3); 
}*/

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: Black;
    line-height: 2em;
    font-size: 2em;
    height: 77px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 58px;
    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;
}

.tcCenter
{ 
    text-align: center;
}



/* 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 
{
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    /*float: left;*/
    text-align: center;
    vertical-align: middle;
    width: auto;
    font-size: 1.5em;
}

.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;
}

.menu-menu-container * { /* Everything starts out with no margins or padding */
       padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.menu-menu-container { 
       width: 100%; 
       margin: 0px auto; /* Top Bottom 25px / Left Right auto */
       border: 1px solid #3B88B4;
       float: left;
       background: #336600; /*#3B88B4  */
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336600', endColorstr='#669933'); /* for IE */
       background-image: -webkit-gradient(linear, left top, left bottom, from(#336600), to(#669933)); /* for webkit browsers */
       background-image: -moz-linear-gradient(top,  #336600,  #669933); /* for firefox 3.6+ */
       /*
       background-image: -webkit-gradient(linear, left top, left bottom, from(#3B88B4), to(#295D7C));
       background-image: -moz-linear-gradient(top,  #3B88B4,  #295D7C);
        */
} 

/* Remove underlines for all anchor tags in .menu-menu-container */
.menu-menu-container a { 
       text-decoration: none; 
}

/* Remove bullets for all ul tags in .menu-menu-container */
.menu-menu-container ul { 
       list-style: none; 
}

/* Styling for menubar */
ul.dropdown { 
       
}

ul.dropdown li { 

       font-weight: bold; 
       float: left; 
       zoom: 1; /* Forces IE to follow layout rules with the float */
       background: #3B88B4;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336600', endColorstr='#669933'); /* for IE */
       background-image: -webkit-gradient(linear, left top, left bottom, from(#336600), to(#669933)); /* for webkit browsers */
       background-image: -moz-linear-gradient(top,  #336600,  #669933); /* for firefox 3.6+ */ 
}

ul.dropdown a:hover { 
       color: #fff; 
}

ul.dropdown a:active { 
       color: #fff; 
}

ul.dropdown li a { 
       display: block; 
       padding: 6px 10px; /* Top Bottom 6px / Left Right 10px */
       border-right: 1px solid #3B88B4;
       color: #fff; 
}

ul.dropdown li:last-child a { 
       border-right: none; 
}

ul.dropdown li.hover,  
ul.dropdown li:hover { 
       background: #000000;

       
    color:green;
       position: relative; 
}

ul.dropdown li.hover a
{
    color: orange; 
}

ul.dropdown li.hover li a { 
       color: white; 
  
}

ul.dropdown  li li a:hover  { 
       color: orange; 

}

.ul.tabs {display:none;}








/* First Drop Down Styling */
ul.dropdown ul { 
       width: 200px; 
       visibility: hidden; /* Hide Menu */
       position: absolute; 
       top: 100%; /* Sets top to the bottom of the containing box */
       left: 0; /* Sets left equal to the containing box */
}

ul.dropdown ul li { 
       font-weight: normal; 
       background: #3B88B4;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B88B4', endColorstr='#295D7C'); /* for IE */
       background-image: -webkit-gradient(linear, left top, left bottom, from(#3B88B4), to(#295D7C)); /* for webkit browsers */
       background-image: -moz-linear-gradient(top,  #3B88B4,  #295D7C); /* for firefox 3.6+ */ 
       color: #fff; 
       border-bottom: 1px solid #fff;
       float: none; 
}
                                                                
/* IE requires Inline Block */
ul.dropdown ul li a { 
       border-right: none; 
       width: 100%; /* Width depends on the size of containing block */
       display: inline-block; 
} 

/* Second Drop Down Styling */
ul.dropdown ul ul { 
       left: 100%; /* Positions item to the right of containing block */
       top: 0; /* Sets top to the top of the containing box */
}

/* Set styling for all uls that are children of li */
/* Makes menu appear on hover on all browsers since IE 7 */
ul.dropdown li:hover > ul { 
       visibility: visible; 

}


.pagerClass, pagerClass visited, pagerClass a
{
    color:black;
    
}

/*Override button color to our color pallete*/
.ui-button.btnNext {
    border-color:black;
    background: #669933;
    
}

.ui-button.btnNext:hover {
    
    background: #336633;
    border-color:black;
}

.ui-button.btnBack {
    border-color:black;
    background: #669933;
    
}

.ui-button.btnBack:hover {
    
    background: #336633;
    border-color:black;
}


.ui-button.btnSubmit {
    border-color:black;
    background: #669933;
    
}

.ui-button.btnSubmit:hover {
    
    background: #336633;
    border-color:black;
}
/*fix the radio button issue http://forums.asp.net/t/1876579.aspx?Weird+Radio+button+appearance+in+Visual+Web+Express+2012*/
/* This style fixes the Radio Buttons */
    input[type='radio'] {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 20px;
    }

