﻿html{background-color:Black;}
body
{
    background-color:Black;
    font-size:100%;
    margin:0px;
    padding:0px;
    color:White; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header
{
    background-image:url(Pictures/Header.jpg);
    width:1000px;
    height:100px;
    margin-bottom:40px;
}
.login_btn
{
    position:relative;
    top:41px;
    left:5px;
}
.welcome
{
    position:relative;
    top:-10px;
    left:86px;
    font-size:0.7em;
}
.login
{
    position:relative;
    top:-20px;
    left:86px;
    width:300px;
    font-size:0.8em;
}

.brochure
{
   float:left;
   background-image:url(Pictures/email-brochure.jpg);
   width:800px;
   height:701px;
   margin-top:10px;
}
.downloads
{   
    float:left;
    clear:left;
    font-size:0.8em;
}
.box
{
    float:left;
    width:450px;
    height:344px;
    margin-top:20px;
    margin-left:5px;
    margin-bottom:10px;
    font-size:90%
}
.mp3
{
    margin:10px 0 10px 10px;
}
.footer
{
    float:left;
    clear:both;
    margin:20px 5px 5px 25px;
    height:50px;
    width:80%;
}
.c
{
    float:left;
    margin-top:-2px; 
    cursor:default;
}
.l
{
    float:left;
}
.ts
{
    font-size:0.7em;
}

.tabs
{
     position:relative;
     top:1px;
     left:10px;
}
.tab
{
	border: solid 1px black;
	background-color: #CCCCCC;
	padding: 2px 10px;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}

.mp3_profile
{
    margin-left:5px;
}
.mp3_del_btn
{
    float:left;
}

.mp3_LB_odd
{
    float: left;
    height: 15px; /*text-decoration:none;*/
    overflow: hidden;
    font-size: .7em;
    color: #FFFFFF;
    margin-right:5px;
}
.mp3_LB_even
{
    color: #FFFFFF;
    float: left;
    clear:left;
    height: 15px;
    /*text-decoration: none;*/
    overflow: hidden;
    font-size: .7em;
    /*background-color: #EEEEEE;*/
    margin-right:5px;
}
.p_mp3_player_m_artist
{
    margin-left:5px;
}