﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
html, body, form
{
	height: 19px;
}
body{
	text-align:center;
	margin: 0 auto;
	background-color:#cccccc;
	fo--nt-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
#menu
{
	clear:both;
	padding-left:100px;
	padding-right:100px;
}
#menu a
{	
	display:block;
}
.menuUnselecteItem
{
	text-align:left;
	
}


a {text-decoration:underline;color:#555555;}

a:hover {text-decoration:none;color:Purple;}
#CoverPage
{
	f--ont-family:Verdana,Geneva,sans-serif; 
	position:absolute;
	top:40%;
	left:45%;
	margin-left:-300px;

}
#CoverPage a
{
	content:close-quote; 
	text-decoration:none; 
	cursor:pointer;
}
#ArtistName
{
	color: #444444; 
	font-size:35pt; 
	letter-spacing: 15px;
	padding-bottom:10pt;
}
#ArtistTitle
{
	color: #FFFFFF; 
	font-size:28pt;
	padding-bottom:10pt;
}

#container
{
	position: relative;
	width:90%;
	min-height: 100%;
	margin:0 auto;
}
 
#header{
	text-align:center;
}

#Progress
{
background-color:#663366;
color:White;
width:105px;
}

#Progress img {
vertical-align:middle;
margin:2px;
}

#mainnav {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;	
	margin: 0 auto;
	text-align:center;
}
#horizontalMenu
{
	text-align:center;
}
#horizontalMenu #seperator
{
	width: 50px;
}

#breadcrumbs{
	position:relative;
	top:5px;
	left:25px;
	font-size:0.9em;
	text-align:left;
	vertical-align:middle;
	
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#content
{
	padding: 20px;
	clear:right;
	height:100%;
}

#footer
{
	position: absolute;
	bottom: 0;
	left:0;
	padding: 5px;
	font-size:0.9em;
	width: 100%;
} 

.clear 
{
	clear: both;
}
.albumList {margin:0 auto;}

#albumlistcell
{
	padding:10px;
	width:200px;
	cursor:pointer;
	float:left;
}
#albumlistcell:hover
{
	background-color:#f1f1f1;
}

.albumCoverName
{
	font-weight:bold;
	letter-spacing:3px;
	line-height:20px;
}
#albumCoverCrop
{
  position:relative;
  left: 27px;
  height: 150px;
  width: 109px;
  overflow:hidden;
}
#albumCoverCrop img {
  margin-top:0px;
  margin-left:0px;
  height: 150px;
}

.imageContainer {
    height: 250px;
    width: 120px;
    background-repeat:no-repeat;
    background-position:center;
}
.pictureList
{
	border-style:none;
	letter-spacing:3px;
	
}

.filmStrip
{
	float:left;
	padding-bottom:20px;
	height:100%;
}

.adminToolsPanel
{
	background-color: #f5f5dc;
}
.SortableGridView td
{
	padding-left: 5px;
	padding-right: 5px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor:help;
	list-style: none;
	background-color: #f5f5dc;
}

.hoverbox a
{
	cursor: help;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}