﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F2F2F2;
    font-size: 11pt;
    font-family: 'Open Sans', 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;
	text-align: left;
}


/* HEADINGS   
----------------------------------------------------------*/

h1
{
	font-size: 12pt;
	font-family: 'Open Sans' , sans-serif;
	font-weight: normal;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	 margin: 0 auto;
    width: 980px;
	background-image: url('page_bg.jpg');
	background-repeat: repeat;
}

.header
{
	margin: 0px;
	padding-left: 20px;
	background: #FFFFFF;
}



.main
{
    margin: 0 auto;
    
    width: 910px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

{
	color: #4e5766;
	padding: 8px 10px 10px 0px;
	margin: 0px auto;
	line-height: normal;
	margin: 0 auto;
	height: 150px;
	padding-left: 50px;
	
}
.roundedTH
{
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	border-top: 2px solid #808080;
	-webkit-border-top-left-radius: 41px;
	-webkit-border-top-right-radius: 41px;
	-moz-border-radius-topleft: 41px;
	-moz-border-radius-topright: 41px;
	border-top-left-radius: 41px;
	border-top-right-radius: 41px;
	background-color: #D2D2D2;
	padding-left: 10px;
	text-align: center;
	border-bottom-color: #808080;
	height: 40px;
}
.roundedTH
{
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	border-top: 2px solid #808080;
	-webkit-border-top-left-radius: 41px;
	-webkit-border-top-right-radius: 41px;
	-moz-border-radius-topleft: 41px;
	-moz-border-radius-topright: 41px;
	border-top-left-radius: 41px;
	border-top-right-radius: 41px;
	background-color: #D2D2D2;
	padding-left: 10px;
	text-align: center;
	border-bottom-color: #808080;
	height: 40px;
}
.rounded
{
	border-color: #808080;
	-webkit-border-bottom-right-radius: 41px;
	-webkit-border-bottom-left-radius: 41px;
	-moz-border-radius-bottomright: 41px;
	-moz-border-radius-bottomleft: 41px;
	border-bottom-right-radius: 41px;
	border-bottom-left-radius: 41px;
	background-color: #EAEAEA;
	padding-left: 10px;
	padding-right: 0px;
	height: 90px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-right: 10px;
	vertical-align: top;
}
.end
{
    margin: 0 auto;	
	height: 20px;
    background: url('foot.jpeg' ) no-repeat 0 0;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

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.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
	padding-top:10px;
	padding-left:25px;
	padding-bottom:10px;
    display: block;
    float: left;
    text-align: left;
    width: 894px;
}




.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;
}
a, a:link, a:visited 
{
	color:Gray;
	
	text-decoration: none;
}
a:hover 
{
	color:Black;
	text-decoration: none;
}
    .mainFont
    {
        font-family:'Open Sans', sans-serif;
        font-size: 12pt;
        color: #808080;
    }
    
    .tablebg
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 93%;
	text-align: left;
}
    

