﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #a43b55;
    text-decoration: none;
    background: none;
}

a:hover
{
    color: #a43b55;
    text-decoration: underline;
    background: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #7a2e40;
    text-transform: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #efece7;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
}

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: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.box
{
    background: #f7f7f7;
    border: 1px solid #f0e9eb;
    padding: 15px;
}

/*** Layout ****/
#wrapper
{
    background-color: White;
    margin: 0 auto;
    width: 960px;
    border-left: 1px solid #f0e9eb;
    border-right: 1px solid #f0e9eb;
}

#header
{
    margin: 0 1px;
}

#bg
{
    height: 26px;
    background: url(images/bg.gif) repeat-x;
}

#nav
{
    background: #7a2e40;
    padding: 10px 20px;
    text-align: right;
    color: #f6dde3;
    height: 20px;
}

#nav a:visited, #nav a:link
{
    text-decoration: none;
    color: #f6dde3;
}

#nav a:hover
{
    text-decoration: underline;
    color: #f6dde3;
}

#main-content
{
    margin: 0 auto;
    min-height: 420px;
}

#logo
{
    margin: -5px 0px 15px 25px;
}

#left-column
{
    width: 240px;
    float: left;
}

#right-column
{
    margin: -15px 0 0 0;
    width: 660px;
    padding: 0 30px 30px 0;
    float: right;
}

#footer
{
    background: #f7f7f7;
    border-top: 1px solid #f0e9eb;
    padding: 10px 15px;
    clear: both;
}

/*** SideBAR ***/

.sidebar
{
    width: 230px;
    margin: 0 auto;
    padding: 10px 20px 5px 20px;
    background: url(images/shadow.jpg) no-repeat top;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    float: right;
}

div.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}

div.menu ul li
{
    padding-left: 8px;
    position: relative;
    float: left;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:hover
{
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    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: 282px;
}

/* MISC  
----------------------------------------------------------*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.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;
}

.field-validation-error
{
    color: Red;
}

.validation-summary-errors
{
    color: Red;
}

a.upButton, a.downButton, input.deleteButton
{
    background-image: url(Images/Delete.png);
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    font-size: 0pt;
    color: White;
    margin-bottom: 3px;
    vertical-align: middle;
}

input.deleteButton
{
    background-image: url(Images/Delete.png);
}

a.upButton
{
    background-image: url(Images/up.jpg);
}

a.downButton
{
    background-image: url(Images/down.jpg);
}

img
{
    border: none;
}
