/*
#--------------------------------------------
#
#	OVERCRANKED 2007
#	URL - overcranked.com
#	Copyright © 2006 2007	
#	All rights reserved
#
#	CREATED BY - pixelflavour.com
#
#--------------------------------------------
*/


<!--
body	{	background:#00496E; color:#fff; margin:0px;	}
body,td,th, div {	font: 8pt/11pt "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; color: #fff;	}

a	{	color:#0091D1; text-decoration:underline;	}
a:hover	{	color:#00B5F4;	text-decoration:none;	}
img	{	border:0px;	}

hr	{	border:1px dashed #00496E; 	}
h1	{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0091D1;
}
h2	{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0091D1;
}
h3	{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

/*------------------------------------------------------------------------------------*/

.ImgBtn	{	width:auto; margin:10px; border:0px; padding:0px;	}

.Button {
	font-FAMILY: Tahoma, Arial, Verdana;
	font-SIZE: 10px;
	color:#ac0000;
	background-color:#ac0000;
	font-weight:bold;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-BOTTOM: #767676 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #767676 1px solid;
	/*	
	cursor:pointer;
	*/
	height:24px;
	padding-left:8px;
	padding-right:8px;
	width:auto;
}
input {
	font-SIZE: 11px;
	color: #0091D1;
	font-FAMILY: Tahoma, Arial, Verdana;
	border: 1px solid #003655;
	padding:2px 4px 2px 4px;
	width:210px;
	background-color:#000;
}

select	{
	color: #0091D1;
	font-size:11px;
	background-color:#003655;
	border:0px;
}
textarea	{
	font-SIZE: 11px;
	color: #fff;
	font-FAMILY: Tahoma, Arial, Verdana;
	background-color:#474a44;
	border-right: 1px solid #D4D0C8;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	padding:2px;
	height:100px;
	width:300px;
}

/*------------------------------------------------------------------------------------*/


#OCSkin	{	width:949px; margin-left:auto; margin-right:auto; position:relative;	}
#MainHeader	{	width:669px; vertical-align:top;	}
#FlashNavi	{	width:281px; vertical-align:top;	}

#MainContent	{	width:449px; vertical-align:top;	}
#MainContent	.PageTitle	{	padding:40px 0px 20px 0px; text-align:center; background:url(../../Imgs/Skin/BG-Content-Top.gif) top right no-repeat #000;	}
#MainContent	.Footer	{}

#ContentContainer	{	min-height:700px; background:#000;	}
#ContentContainer	.Padder	{	padding:0px 35px 0px 35px;	}

.Divide-Sub-Left	{	width:9px; vertical-align:top; background:url(../../Imgs/Skin/BG-Left.gif) top left no-repeat;	}
.Divide-Sub-Left	img	{	width:9px;	}
.Divide-Sub-Right	{	width:10px; vertical-align:top; background:url(../../Imgs/Skin/BG-Right.gif) top right no-repeat;	}
.Divide-Sub-Right	img	{	width:10px;	}

#Sub-Col-Right	{	width:202px; vertical-align:top;	}
#Sub-Col-Right	.Links	{	background:#000; padding:10px; clear:both;	}
#Sub-Col-Right	.Links	span	{	display:block;	}
#Sub-Col-Right	.Links	a	{	color:#B5121B; padding:2px 0px 2px 0px; text-decoration:none;	}
#Sub-Col-Right	.Links	a:hover	{	color:#fff;	}

#ArtistsList	{	min-height:300px; background:url(../../Imgs/Skin/BG-Artist-Btm.gif) bottom left no-repeat #000; border-bottom:1px dotted #00567E; padding-bottom:16px;	}
#ArtistsList	table { width:96%; }
#ArtistsList	td.Text	{ text-align:right;	}
#ArtistsList	td.Text	a	{	color:#fff; text-decoration:none; margin-right:2px;	}
#ArtistsList	td.Text	a:hover	{	color:#EC2027; text-decoration:none;	}
#ArtistsList	td.Star	{ text-align:center; width:14px;	}

/*------------------------------------------------------------------------------------*/

.ArtistBG	{	background:url(../../Imgs/Skin/BG-Artist-Top.gif) top right no-repeat;	}

#ArtistTitle	{	padding:30px 0px 30px 0px; background:url(../../Imgs/Skin/BG-Content-Top.gif) top right no-repeat #000;	}
#ArtistTitle	table	{}
#ArtistTitle	h1	{	margin-left:6px; margin-top:16px; color:#fff;	}

#ArtistImg	{}
#ArtistImg	img	{}

#ArtistTimes	{		}
#ArtistTimes	h1	{	margin:0px; padding-top:12px;	}
#ArtistContent	{}
#ArtistsLinks	{	text-align:center;	}
#ArtistsLinks	a	{	padding:0px 8px 0px 8px;	}
#ArtistsLinks	a:hover	{}
.Hr	{	text-align:center; margin-top:16px; margin-bottom:16px;	}

/*------------------------------------------------------------------------------------*/

#NewsTitle	{	margin-bottom:10px; text-decoration:underline; font-size:11pt; color:#0091D1;	}
#NewsContent	{}
#NewsContent	{	font-size:7pt;	}

/*------------------------------------------------------------------------------------*/

#Footer	{	padding-bottom:6px; background:#000;	}
#Footer	.Pattern	{	background:url(../../Imgs/Skin/BG-Footer-Body.gif) repeat-x; height:43px; text-align:center;	}
#Footer	p	{	margin:1px; padding-left:10px;	}
#Footer	p	a	{	color:#0091D1; text-decoration:none;	}
#Footer	p	a:hover	{	color:#003655;	}

/*------------------------------------------------------------------------------------*/

#Error	{
	border:1px solid #990000;
	padding:10px;
	color:#990000;
}
.hide	{	display:none;	}
.show	{	display:block;	}

/*------------------------------------------------------------------------------------*/

-->
