﻿html
{
    height: 100%;
}

body 
{
    text-align: center;   
	height: 100%;
	margin: 0;	
	font-family: arial, helvetica;	
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	color:#ffffff;
	background-color: #181818;	
}

p
{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
	
h3 
{
    font-family: Verdana;
    font-size: 0.8em;
    color: #284E98;
    margin: 0;
    padding: 0;
}
	
a, a:link { color: #6495ED; }

#header 
{
    padding: .5em;
    text-align: left;
    background-color: #181818;
}

div#footer 
{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-size: 11px;
	font-family: Verdana, Sans-Serif;
	color: Gray;
}
       
ul.albumtabs li.tabselected
{
    position: relative
}

ul.albumtabs a:link
{
    color: green;
    text-decoration: none;
}
      
ul.albumtabs a:visited
{
    color: green;
    text-decoration: none;
}
      
ul.albumtabs a:hover
{
    color: #c60;
    text-decoration: underline;
}

ul.albumtabs
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 3px;
	padding-top: 15px;
	color: green;	
	margin: 5px 0px 0px 0px;
	font-family: arial, helvetica;	    
}

ul.albumtabs li.tabselected
{
    z-index: 2040;
    border-bottom: #fff 1px solid;
    background-color: #fff
}

ul.albumtabs li
{
    border-right: #9ba4bc 1px solid;
    padding-right: 5px;
    border-top: #9ba4bc 1px solid;
    display: inline;
    padding-left: 5px;
    font-weight: bold;
    font-size: 75%;
    padding-bottom: 8px;
    margin: 0px 3px 0px 0px;
    border-left: #9ba4bc 1px solid;
    padding-top: 2px;
    border-bottom: #9ba4bc 1px solid;
    background-color: #f0f0f0
}

ul.albumtabs li a
{
    text-decoration: none! important
}

ul.albumtabs li a:hover
{
    text-decoration: none! important
}

.tabbox
{
    background-color: #fff;
	width: 97%;
    border-right: #9ba4bc 1px solid;
    border-top: #9ba4bc 1px solid;
    border-left: #9ba4bc 1px solid;
    border-bottom: #9ba4bc 1px solid;
	margin: 0px 0px 0px 0px;
	padding-right: 10px! important;
	padding-left: 10px! important;
	padding-bottom: 10px! important;
	padding-top: 10px! important;
}

.tabboxcontent
{
    padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

.albumcontent 
{
    text-align: center;
    font-size: .75em;
    color: Gray;
}

.albumcontent a, .albumcontent a:link 
{
    color: green;
}

#content 
{
    margin: 0 auto;
    width: 800px;
    text-align: left;
	color: #181818;                
}

div#content H2
{
    font-size: 16pt;
    color: #6495ED;
    font-weight:bold;
    font-family:Arial;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DBDFE3;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;	
}

div#content {
	line-height: 150%
}
#cleardiv
{
	clear: both; height: 1em
}

.terms
{
    height: 500px;
    width: 500px;
    text-align: left;
    font-size: smaller;
    line-height: 1.1em;
}

#progressSpan
{
    margin: 0;
    padding: 0;
}

#inlineProgressBarDiv
{
    margin: 0;
    padding: 0;
}

.wait
{
    font-size: 0.8em;
    position: fixed;
    width: 100px;
    background-color: #009900;
    color: White;                        
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}

a:link.allAlbumsLink, a:visited.allAlbumsLink
{
    color:#507CD1;
    text-decoration:none;      
}

a:hover.allAlbumsLink 
{
    color:#507CD1;  
    text-decoration:underline;      
}

ul.list 
{
    margin-top: 0;
    margin-left:5em;
    list-style-image: url(/images/check.gif);
    font-size: 0.8em;
}

/** FireFox tiny image fix **/
img.tinyImage
{ display: block; overflow: hidden; }