﻿/* DEFAULTS
----------------------------------------------------------*/
html { 
   height: 100%; 
   width: 100%;    
 } 

body   
{
    background: #b6b7bc;    
    font: normal normal normal 1.25em Arial,Helvetica,sans-serif;	
    margin: 0em;
    padding: 0em;
    color: #696969;    
    height: 100%;     
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: .625em;
    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: 0em;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0em;
    margin-bottom: 0em;
}

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: 0em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{	
    width: 100%;
    background-color: #fff;
    margin: 0em auto;
    border: .0625em solid #496077;    
}



.header
{	
	margin: 0em;
	padding: 0em;
	background-image: url('../Images/background-int.jpg');	
}

.header h1
{
    font-weight: 700;
    margin: 0em;
    padding: 0em 0em 0em 1.25em;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}



.main
{		
    padding: 0em .75em;
    margin: .75em .5em .5em .5em;    
    bottom:0em;
    min-height: 26.25em;
    
}

.leftCol
{
    padding: .375em 0em;
    margin: .75em .5em .5em .5em;
    width: 12.5em;
    min-height: 12.5em;
}

.footer
{
    color: #4e5766;
    padding: .5em 0em 0em 0em;
    margin: 0em auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: .25em 0em .25em .5em;
}

div.menu ul
{
    list-style: none;
    margin: 0em;
    padding: 0em;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: .0625em #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: .25em 1.25em;
    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 0em;
    padding: 1em;
    border: .0625em solid #ccc;
}

fieldset p 
{
    margin: .125em .75em .625em .625em;
}

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: .125em .25em .5em .25em;
}

input.textEntry 
{
    width: 20em;
    border: .0625em solid #ccc;
}

input.passwordEntry 
{
    width: 20em;
    border: .0625em solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* Menu  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height:3.75em;
}

img.logo
{
    width: auto;
    height:3.75em;   
 }

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: .625em;
}


.menu ul li ul
{
    display: none;
}

.menu ul li 
{
    position: relative; 
    float: left;
    list-style: none;
}

.staticPanel
{  
    background-color: silver;    
    border: solid .0625em black;  
    padding: .625em;   
}  

.FormGoodBad
{  
    display:  block;
    padding-left: 3.125em;
    padding-right: 3.125em; 
    line-height: 2.6em; 
    width:9.375em  
} 




/* Modal Popup  
----------------------------------------------------------*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
 {
	background-color:#DDDDDD;
	border-width:.1875em;
	border-style:solid;
	border-color:Gray;
	padding:.1875em;
	width:28.125em;	
}

.popupdragheader
{
    cursor: move;
    background-color:#DDDDDD;
    border:solid .0625em Gray;
    color:Black;    
}


.displaynone
{
	display:  none;	
}


