﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .95em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

input[type="text"] 
{ 
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

ul, ol 
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ul.ui-autocomplete.ui-menu
{
    font-size: .95em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


/* 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: 935px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #662020;
    width: 100%;
    border-bottom: 1px solid #496077;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.menu
{
	height:71px;
    width: 100%;
}

.main
{
    margin: 12px 12px 12px 12px;
    min-height: 420px;
}

.footer
{
    width: 935px;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer .alignleft
{
    float: left;
    padding: 0px 0px 10px 10px;
}

.footer .alignright
{
    float: right;
    padding: 0px 10px 10px 0px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

.create
{
    width: 50%; 
    margin: auto; 
    padding: 3px; 
    background-color: #F7F6F3; 
    border: 1px solid #CCCCCC;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
}

.intranet
{
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    text-align: right;
    padding: 20px;
    color: #ffffff;
}

.intranet a:link
{
    color: white;
}

.intranet a:visited
{
    color: white;
}

.intranet a:hover
{
    color: white;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* GRID PAGING
----------------------------------------------------------*/
.GridPager a
{
    display: block;
    width: 30px;
    font-weight: bold;
    /*border: 1px solid #3965a6;*/
    text-align: center;
    text-decoration: none;
}

.GridPager span
{
    display: block;
    width: 30px;
    color: #404040;
    background-color: #ffea5d;
    font-weight: bold;
    border: 1px solid #ffea5d;
    text-align: center;
    text-decoration: none;
 }
 
 /* = #mainNav2 & #mainNav3 & #mainNav4 & #mainNav5
----------------------------------------------------------------------------------------------------*/
#mainNav li {
	height:71px;
	float:left;
	list-style:none;
	font-size: .85em;
	background-color:#EBEBEB;
	background-image: url(../images/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav li.current {
	background-color:#ffea5d;
	background-image: url(../images/navCurrentBtn.gif);
}

#mainNav li.lastDone {
	background-color:#bca300;
	background-image: url(../images/navLastDoneBtn.gif);
}

#mainNav li.done {
	background-color:#bca300;
	background-image: url(../images/navDoneBtn.gif);
}

#mainNav li.last {
    background-color: #EBEBEB;
    background-image:none;
}

#mainNav li.doneCustom {
	background-color:#bca300;
	background-image: url(../images/navDoneCustomBtn.gif);
}

#mainNav li.lastCustom {
	background-color:#ffea5d;
	background-image: url(../images/navLastCustomBtn.gif);
}

#mainNav li.custom {
	background-color:#EBEBEB;
	background-image: url(../images/navCustomBtn.gif);
}

#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active {
    color: #CCCCCC;
    text-decoration: none;
}

#mainNav li.mainNavNoBg a, #mainNav li.mainNavNoBg a:link, #mainNav li.mainNavNoBg a:visited, #mainNav li.mainNavNoBg a:hover, #mainNav li.mainNavNoBg a:active, #mainNav li.lastCustom a, #mainNav li.lastCustom a:link, #mainNav li.lastCustom a:visited, #mainNav li.lastCustom a:hover, #mainNav li.lastCustom a:active, #mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, #mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, #mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active, #mainNav li.doneCustom a, #mainNav li.doneCustom a:link, #mainNav li.doneCustom a:visited, #mainNav li.doneCustom a:hover, #mainNav li.doneCustom a:active {
    color: #000000;
    text-decoration: none;
}

#mainNav li.mainNavNoBg a:hover, #mainNav li.done a:hover, #mainNav li.lastDone a:hover, #mainNav li.customDone a:hover, #mainNav li.doneCustom a:hover {
    /* color: #FFFF99; */
    cursor: hand;
    text-decoration: underline;
}

#mainNav li a em {
    width: 150px;
    display: block;
    margin: 6px 0 0 10px;
    font-style: normal;
    font-weight: bold;
}

#mainNav li a span {
    width: 140px;
    display: block;
    margin-left: 10px;
    font-weight: normal;
}

#mainNav li.mainNavNoBg {
    background-color: #E7771D;
    background-image:none;
}

#mainNav li a {
    height: 71px;
    display: block;
}

/* #mainNav.fiveStep */
#mainNav.fiveStep li{width:182px;}
#mainNav.fiveStep li a{width:182px;}

/* #mainNav.fourStep */
#mainNav.fourStep li{width:227px;}
#mainNav.fourStep li.mainNavNoBg{width:229px;}
#mainNav.fourStep li a{width:227px;}

/* #mainNav.threeStep */
#mainNav.threeStep li{width:303px;}
#mainNav.threeStep li.mainNavNoBg{width:304px;}
#mainNav.threeStep li a{width:303px;}

/* #mainNav.twoStep */
#mainNav.twoStep li{width:455px;}
#mainNav.twoStep li a{width:455px;}
