*{
	margin:0px;
	padding:0px;
}

body{
		background-color: #ffffff;
}



#navigation
{
	display: block;
	line-height: 32px;
	background-color: #343434;
	height : 32px;
	border-bottom: 1px solid black;
	border-top: 1px solid transparent;
}

#alphabet
{
	margin: auto;
	margin-top: 10px;
	text-align:center;
	padding: 2px 0;
}

#titleDiv, .defaultTitle, .lightContainer
{
	margin: auto;	
	width : 660px;
	height: 20px;
	background-color: #b4b4b4;
	margin-top: 10px;
	border : 1px solid #8e8e8e;
	line-height : 20px;
	font-size : 26px;
	padding : 10px;
	font-weight:bold;
	display:block;
}



#adminDiv
{
	margin: auto;	
	width : 660px;
	min-height: 20px;
	margin-top: 10px;
	padding: 10px;
	border : 1px solid #8e8e8e;
}

.isAdmin
{
	background-color: #fffea8;
}

#adminNavigation
{
	margin-top: 10px;
	display: block;
	height : 22px;
	line-height: 22px;
	padding:3px;
}


.darkDiv
{
	margin: auto;		
	width : 660px;
	min-height: 30px;
	background-color: #8e8e8e;
	border : 1px solid #b4b4b4;
	margin-top: 10px;
	padding:10px;
}

.errorMessage
{
	font-weight:bold;
}

.infallibleMessage
{
	font-weight:bold;
	color:red;
}

.title2
{
	font-size:20px;
	border-bottom:1px solid black;
	padding-right:20px;
	
}





#searchq{
	padding: 0px 3px;
	border:2px solid transparent;
}


.defaultContainer
{
	padding: 10px;
	margin: auto;		
	width : 660px;
	min-height: 379px;
	background-color: #8e8e8e;
	border : 1px solid #b4b4b4;
	margin-top: 10px;
}



#alphabet a.btn
{
	width:20px;
	height:20px;
	font-size: 14px;
	margin: 0 2px;
}

#alphabet a.btn:hover
{

}

#alphabet a.active
{
	height:30px;
	font-size:14px;
	font-weight:bold;
	width:30px;
	color:#313131;
	background-color: #CBCECF;
	cursor: default;
	border: 1px solid black;
}

#alphabet a.active:hover
{
	border: 1px solid black;
}

#searchq
{
	height: 16px;
	width:120px;
	line-heigth:14px;
	padding:3px;
	margin:0px;
}

.tooltip
{
	border: 1px solid white;
	color:white;
	padding:3px 5px;
	background-color: black;
	-moz-opacity			: 0.8;
	-khtml-opacity			: 0.8;
	filter					: alpha(opacity=80);
	opacity					: 0.8;
	
}

/**
 * Alphabet	- (A-Z)
 */

a.alpBtn
{
	margin : 0px 5px;
	font-size: 20px;
	color : #eeeeee;
	text-decoration : none;
}
/*
span.alpBtn-selected
{
	margin : 0px 5px;
	font-size: 20px;
}
*/
.adminNavi
{
	text-decoration:none;
	color:black;
	padding: 4px;
	font-weight:bold;
}

.adminNavi:hover
{
	background-color: #FFFDDD;
}

.admin-navigation-btn-selected
{
	padding: 4px;
	font-weight:bold;
	background-color:#FFFDDD;
}

.addQuicklist
{
	height	: 19px;
	width	: 64px;
	display : block;
	cursor	: pointer;
	float   : left;
	background-image: url(style/default/images/AddQuicklist.png);
}

.addQuicklist:hover
{
	background-image: url(style/default/images/AddQuicklistHover.png);
}

.addArtist
{
	height	: 19px;
	width	: 56px;
	display : block;
	cursor	: pointer;
	float   : left;
	background-image: url(style/default/images/AddArtist.png);
}
.addArtist:hover
{
	background-image: url(style/default/images/AddArtistHover.png);
}


.entryInactive
{
	-moz-opacity			: 0.3;
	-khtml-opacity			: 0.3;
	filter					: alpha(opacity=30);
	opacity					: 0.3;
}

.entryInactive:hover
{
	-moz-opacity			: 1;
	-khtml-opacity			: 1;
	filter					: alpha(opacity=100);
	opacity					: 1;
}


#wrapper
{
	margin : auto;
	display : block;
	width : 935px;
	min-height : 700px;
	

}

#footer
{
	width: 935px;
	height : 26px;
	background-image: url(style/default/images/footer.png);
	display: block;
	color:white;
	font-size:12px;
	text-align:center;
	line-height:26px;
}

#banner
{
	width: 935px;
	height : 120px;
	background-image: url(style/default/images/banner.png);
	display: block;
}

#centerDiv
{
	/*background-color: #c4c4c4;*/
	background-color: #CECECE;
	min-height:670px;
	width : 933px;
	display: block;
	padding-top: 5px;
	padding-bottom: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}/**
 * all elements
 */

/**
 * Buttons
 */
button.btn, a.btn
{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
	height: 20px;
    font-family: sans-serif;
	font-size: 12px;
    font-weight: normal;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:2px 7px;
	margin:2px 0;
}

button.btn:hover, a.btn:hover
{
	border: 1px solid #565656;
	color: grey; 
}

button.btn:active, a.btn:active
{
	background-color: #CBCECF;	
}

/**
 * Inputs
 */
input.npt, textarea.npt
{
	border:1px solid #dedede;
	height: 16px;
	font-family: sans-serif;
	background-color:#f5f5f5;
	line-height: 20px;
	padding: 2px 7px;
    color:#565656;
	margin: 2px 0;
	font-size: 16px;
}#navigation a.navigation-btn
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	display:block;
	float:left;
}

#navigation a.navigation-btn:hover
{
	color:#202020;
	background-color: #C0C0C0;		
}

#navigation a.navigation-btn:active
{
	color:#202020;
	background-color: #E0E0E0;		
}

#navigation a.navigation-btn-active
{
	text-decoration:none;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	display:block;
	float:left;
	color:#000000;
	background-color: #E0E0E0;		
}

#navigation ul
{
	list-style-type:none;
	list-style: none;
	display: inline;
	clear:both;
	
}

#navigation li
{
  list-style: none outside none;
  display: inline;
}

a.default 
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}

a.default:hover
{
	text-decoration: underline;
}

a.small-minor
{
	color:white;
}
a.small-minor:hover
{
	text-decoration: none;
}

img.flag
{
	border: 0px;
	margin-right:2px;
	height:14px;
	-moz-opacity			: 0.6;
	-khtml-opacity			: 0.6;
	filter					: alpha(opacity=60);
	opacity					: 0.6;
}

img.flag:hover
{
	-moz-opacity			: 1;
	-khtml-opacity			: 1;
	filter					: alpha(opacity=100);
	opacity					: 1;
}

img.flag-selected
{
	border: 0px;
	margin-right:2px;
	height:14px;
	-moz-opacity			: 1;
	-khtml-opacity			: 1;
	filter					: alpha(opacity=1);
	opacity					: 1;
}

a.default-black
{
	color:black;
	text-decoration: none;
}

a.default-black:hover
{
	color:black;
	text-decoration: underline;
}/**
 * Has to be cleaner and for all other things on the webpage 
 */


.entry_list
{
	margin: 5px 0px ;
}

a.artistLink
{
	
	display : block;
	height:34px;
	width:544px;
	text-decoration:none;
	font-weight:bold;
	color:black;
	float:left;
}

a.artistLink:hover
{
	
	text-decoration:underline;
}


.artistNameLink
{
	margin-left:5px;
	line-height: 34px;
}

.artistContainer
{
	margin-top:5px;
	background-color: #8e8e8e;
}

.artistContainer:hover
{
	background-color: #b4b4b4;
}

.artistContainer:hover .entryOption
{
	display:block;
}

.artistContainer:hover .artistInfo
{
	display:none;
	
}

.homeThumbs
{
	margin: auto; 
	
	height: 126px;
	cursor:pointer;
	border:0px;
}


.entryOption 
{
	display:none;
}

.artistInfo
{
	color: #a0a0a0;
	display: block;
}


#optionsNavigation
{
	background-color: #b4b4b4;
	border : 1px solid #8e8e8e;
	margin:auto;
	width:660px;
	padding:0px 10px;
	height: 19px;
}

.alpha50
{
	-moz-opacity			: 0.5;
	-khtml-opacity			: 0.5;
	filter					: alpha(opacity=50);
	opacity					: 0.5;
}

.alpha50-100
{
	-moz-opacity			: 0.5;
	-khtml-opacity			: 0.5;
	filter					: alpha(opacity=50);
	opacity					: 0.5;
}

.alpha50-100:hover
{
	-moz-opacity			: 1;
	-khtml-opacity			: 1;
	filter					: alpha(opacity=100);
	opacity					: 1;
}


