﻿/* DEFAULTS
----------------------------------------------------------*/

body {background-attachment: scroll;
background-color: transparent;
background-image: url('../img/bcg.jpg');
background-position: 0% 0%;
background-repeat: repeat;
color: #aea891;
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: auto;
line-height: 24px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: auto;}


#header {background-attachment: scroll;
background-color: transparent;
background-image: url('../img/menu.png');
background-position: 50% 0%;
background-repeat: repeat-x;
height: 115px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
position: relative;
width: 900px;}

h1, h2 {margin-bottom: 18px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

h1 {font-family: "Verdana", "Arial", "Helvetica", "sans-serif lighter";
font-size: 22px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: normal;
}

p{color: #aea891;
font-size: 14px;}

a{color: #ffffff;
outline-style: none;
outline-width: medium;
text-decoration: none;
}

#menu a{ 
color: black;
outline-style: none;
outline-width: medium;
text-decoration: none;
}

#menu a:visited{color: black/*#aea891*/;
outline-style: none;
outline-width: medium;
text-decoration: none;
}

#menu a:hover { 
color: blue;
outline-style: none;
outline-width: medium;
text-decoration: none;
}
	
#menu {background-attachment: scroll;
background-color: transparent;
background-position: 50% 0%;
background-repeat: no-repeat;
font-size: 14px;
font-weight: 700;
height: 115px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
padding-bottom: 0px;
padding-left: 190px;
padding-right: 0px;
padding-top: 12px;
position: relative;
width: 900px;
}
		
#main {border-style: dotted;
    border-color: white;
    border-width: bold;
    padding: 20px;
    background: url('../img/content.png');
    height: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    width: 860px;
}

#left {
float: left;
height: auto;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 510px;
font-size: 12px;}

#right { 
float: left;
height: auto;
margin-left: 17px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 330px;
}

#login 
{
margin-left: 55px;    
}

.clear { 
clear: both;
}

#footer { 
background-image: url('../img/footer.jpg');
background-repeat: repeat-x;
font-size: 11px;
height: 85px;
line-height: 8px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 900px;
margin-left: auto;
margin-right: auto;
}

/* 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: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.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;
}

div.Box 
{
  padding: 5px;
  border-width: 2px;
  border-style: ridge;
  background-color: Lime;
}

p {text-align:justify;}
