﻿/* DEFAULTS
----------------------------------------------------------
<style type="text/css">
	.ctl00_NavigationMenu_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
	.ctl00_NavigationMenu_1 { text-decoration:none; }
	.ctl00_NavigationMenu_2 {  }
</style>
----------------------------------------------------------*/

body
{   text-align: center; 
    font-size: 14pt; 
    font-weight: normal; 
    font-family: Arial; 
    margin: 0px;
    padding: 0px;
    background-color: Silver; 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: center;
}

p		
{
    text-align: left; 
    line-height: 18pt; 
    font-size: 14pt; 
    font-weight: normal; 
    color: rgb(0, 0, 0); 
    font-family: Arial;
}


/* td */
.NAV	
{   text-align: center; margin-top: auto; margin-bottom: auto; width: 33%;
    line-height: 24pt; 
    font-size: 12pt; font-weight: normal; font-family: Arial ; color: black; }

th		{ text-align: center; font-size:  8pt; font-weight: bold; color: black; font-family: Arial; }

a		{ text-decoration: none; }

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 14pt;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 20px;
}

h1
{
    font-size: 14pt;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 14pt;
    font-weight: 200;
    margin-top: 0px;
}

h3
{
    font-size: 14pt;
}

h4
{
    font-size: 14pt;
}

h5, h6
{
    font-size: 12pt;
}

/* 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: 1200px;
    background-color: #fff;
    margin: 15px auto 0px auto;
    top: auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 1200px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #000000;
    border: none;
    line-height: 28pt;
    font-size: 14pt;
}

.main
{
    padding: 0px 12px;
    margin: 75px 8px 8px 8px;
    min-height: 220px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 10px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    font-size: 10pt;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* Biography format 
----------------------------------------------------------*/
.Jump {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
.P18 {
    text-align: left;
    text-indent: 50px;
    margin-top: 18px;
}
.P18L {
    text-align: left;
    text-indent: 18px;
    margin-top: 18px;
}
.TableNumber { text-align: center; font-size: 14pt; }
.Footnote	{ text-align: justify; text-indent: 25px hanging each-line; 
    margin-left: 40px; margin-right: 40px;
    margin-top: 18px; margin-bottom: 18px; }

/* Books format 
----------------------------------------------------------*/
.left   { text-align: left; }
.P6		{ text-align: justify; margin-top: 6px; }
.P10x	{ text-align: left; line-height: 28pt; }
.P12	{ text-align: left; margin-top: 30px; margin-bottom: 12px; }
.PIMG	{ text-align: center; }
.PLeg	{ text-align: center; width: 600px; }
.PflapL { text-align: left; font-size: 12pt; }
.PflapR { text-align: right; font-size: 12pt; }
.TD10	{ width:  50px; text-align: left; vertical-align: top; }
.TD300	{ width: 300px; text-align: left; vertical-align: top; }
.TD350	{ width: 350px; text-align: left; vertical-align: top; }
.Pend	{ text-align: left; margin-top: 12px; }
.TITLE	{ text-align: center; font-size: 12pt; font-weight: bold; color: white; background-color: Silver; font-family: Arial }
.FLAP	{ text-align: center; font-size: 14pt; font-weight: bold; font-family: Arial }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    font-size: 14pt;
    font-weight: bold;
    color: rgb(255, 0, 0);
    background-color: Silver ;
    width: 1200px;
    position: fixed;
    top: auto;
    z-index: 1000;
}

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: 28pt;
    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: 14pt 0px;
    padding: 14pt;
    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: 14pt;
    font-weight: 200;
    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  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 1200px;
    position: fixed;
    top: 0;
}

.loginDisplay
{
    font-size: 14pt;
    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: 14pt;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}