﻿/* DEFAULTS
----------------------------------------------------------*/

body                { background:#000 url('../Images/Layout/BG1.jpg') repeat-x top center; 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: #034af3; text-decoration:none; }
a:hover             { color: #1d60ff; text-decoration: 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: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



/* GlobalMenu 
----------------------------------------------------------*/
.globalMenuWrapper  { width:100%; height:48px; position:absolute; top:0; background:url('/Resources/Images/Base/GlobalMenuBG.png') repeat top left; }
.globalMenu         { width:900px; height:48px; margin:0px auto; }

.globalMenu a:link, a:visited   { color: #fff; }
.globalMenu a:hover             { color: #1d60ff; }
.globalMenu a:active            { color: #fff; }

.globalMenu .leftSide            { float:left; width:50%; height:48px; }
.globalMenu .rightSide           { float:left; width:50%; height:48px; background:#00f; }

.globalMenu .appListWrapper     { position:absolute; top:0; }
.globalMenu .appList            { display:none; background:url('/Resources/Images/Base/GlobalMenuBG.png') repeat top left; width:180px; padding:10px; position:relative; top:-16px; left:65px; }
.globalMenu .appList ul         {  }
.globalMenu .appList li         { display:block; height:30px; padding:0px 5px 0px 5px;  }
.globalMenu .appList li:hover   { background:#333; color:#1d60ff; cursor:pointer; }
.globalMenu .appList li a       { line-height:30px; font-weight:bold; text-transform:uppercase; }

.globalMenu ul                  { }
.globalMenu li                  { height:40px; list-style:none; background:#f00; }
.globalMenu li a                { line-height:40px; }



/* 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;
}

.notification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.clearBoth {
    clear:both;
}

.leftContent {
    padding:13px;
}

.rightContent {
    padding:13px 13px 13px 0px;
}

.content {
    padding:13px;
}

#homePageBody {
    background:#000 url('../Images/Layout/homeBG.jpg') no-repeat;
    width:756px;
    height:519px;
    position:relative;
}

img {
    border:none;
}

/* Master Page Styles
*****************************************/

#wrapper {
    width:782px;
    margin:130px auto;
}

#navigation {
    
}

#navigation ul {
    padding:0;
    margin:0;
    font-weight:bold; 
    font-size:11pt;
    line-height:2.5em;
    white-space:nowrap;
    list-style-type:none;
}

#navigation li {
    display:inline;
}

#navigation a {
    font-weight:bold; 
    font-size:11pt;
    line-height:2.5em;
    text-decoration:none;
    float:right;
    width:85px;
    height:40px;
    text-align:center;
    color:#fff;
}

#navigation a:hover {
    color:#00acbb;
}

#navigation .selected {
    background:#fff;
    color:#000;
}

#body {
    background:#fff;
    clear:both;
}

#leftColumn {
    width:183px;
    float:left;
}

#leftColumn ul {
    padding:0;
    margin:0;
    white-space:nowrap;
    list-style-type:none;
}

#leftColumn li {
    display:block;
}

#leftColumn a {
    font-weight:bold; 
    font-size:8pt;
    line-height:2.3em;
    text-decoration:none;
    width:100%;
    height:40px;
    text-align:center;
    color:#222;
}

#leftColumn a:hover {
    color:#00acbb;
}

#leftColumn .selected {
    background:#fff;
    color:#f00;
}

#rightColumn {
    width:599px;
    float:left;
}

#footer {
    padding:13px;
    background:#c5c5c5;
    width:756px;
    font-weight:normal; 
    font-size:8pt;
    line-height:1.2em;
    color:#777;
    
}

.starAd 
{
    position:absolute; top:78px; right:0;
    width:145px; height:154px;
}





































