﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: .83em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 10px 10px 0px 10px;
    padding: 0px;
    color: black;/*#696969;*/
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 1.4em;
}

b
{
    font-weight: 700;
    color: #696969;
}

blockquote
{
    margin-left: 60px;
    font-family: Courier New;
    font-size :small;
    line-height: 1.4em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: normal; 
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
	color: #000000;
	font-family: Arial;
    font-size: 1.6em;
    padding-bottom: 0px;
}

h2
{
	color: #000000;
	font-family: Times New Roman;
    font-size: 2.6em; /*1.5em;*/
    font-weight: bold;
	/*width: 489px;*/
    margin-left: 10px;
}

h3
{
    font-family: "Trebuchet MS, Arial, Helvetica";
    color: #000000;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 10px;

}

h4
{
    font-size: 1.4em;
    font-weight: 400;
    color: black; /*#696969;*/
    margin-left: 10px;
    /*line-height: 0em;*/
}

h5
{
    font-size: 1.8em;
    color: #000000;
    margin-left: 10px;
    font-weight: 400;
    line-height: 0em;
}

h6
{
    font-size: 1.2em;
    color: #000000;
    margin-left: 10px;
    font-style: italic;
    line-height: 0em;
    font-weight: 400;
}

/* 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;
}


/* LISTS 
----------------------------------------------------------*/

ul.small
{
    font-size: 0.83em;
    line-height: 1.5em;
}

ul.regular
{
    font-size: 1.2em;
    line-height: 1.5em;
}


/* FONTS
-----------------------------------------------------------*/
p.small
{
    font-size: 1.1em;
    line-height: 1.6em;
}

p.regular
{
    font-size: 1.3em;
    line-height: 1.6em;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: auto; /* 960px;*/
    background-color: white; /* #fff; */
    /*margin: 00px auto 0px auto;*/ /* 20px auto 0px auto; */
    border: 1px solid white;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #d5d5aa; /* #4b6c9e; */
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: black; /* #f9f9f9; */
    border: none; 
    line-height: 2em;
    font-size: 1.5em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 250px 8px 8px;
    margin-top: 12px;
    min-height: 420px;
}

.mainTitle
{
    margin-top: 12px;
    min-height: 0px;
}

.mainDetail
{
    margin-left: auto;
}
.mainDetailMenu
{
    color: #000000;
    margin-top: 20px;
    min-height: 420px;
    /*font-family: 'Palatino Linotype'; */
    /*font-weight: normal;*/
    /*line-height: 1.6em;*/

}


.mainDetailMenu table
{
    width: 98%;
    
}

.mainDetailMenu table td
{
    vertical-align: top;
    width: 50%
}


.mainDetailMenu table a 
{
    font-size: 1.1em; 
}


.mainDetailMenu b
{
    font-weight: 600;
    color: #696969;
}

.mainDetail table
{
	margin-left: 20px;
	border-collapse:collapse;
	border:0px solid black;
}

.mainDetail table td
{
	border:1px solid black;
	padding: 5px;
}

.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: white; /*#3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    margin: auto auto auto 20px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu li
{
    float: left;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #CCCCCC;
    border: 1px #4e667d solid; 
    color: black; /*#dde4ec;*/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: white; /*#bfcbd6;*/
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: white; /*#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: 56%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin: auto auto 0px 20px
}

.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;
}

