﻿.title
{
	font-weight: bold;
	padding: 10px 3px 0px 3px;
	display: block;
	float: left;
}

.titleright
{
	font-weight: bold;
	padding: 10px 3px 0px 3px;
	display: block;
	float: right;
}

#artistmain
{
	clear: left;
}

#artistmain .artistlink
{
	text-decoration: underline;
}

#artistmain #myspaceplayer
{
	padding : 20px 5px 5px 90px;
}


.artistphoto
{
	float: right;
	width: 100px;
	padding: 3px 3px 3px 3px;
}

.artistMenu
{
	font-size: 8pt;
	color: white;
	border-style: solid;
	border-width: 3px;
	clear: left;
}

.artistMenuOptions
{
	margin: 0;
	padding: 0;
}

.artistMenu .artistMenuItem
{
	padding: 1px;
	list-style-type: none;
	display: block;
	float: left;
	border: outset 1px Black;
	width: 50px;
	background-color: #798B73; /* Pale Green */
	margin: 2px;
	text-align: center;
}

.artistMenu .artistAddMenuItem
{
	padding: 1px;
	list-style-type: none;
	display: block;
	float: left;
	border: outset 1px Black;
	width: 107px;
	background-color: #798B73; /* Pale Green */
	margin: 2px;
	text-align: center;
}


.artistMenu .artistMenuItemSelected
{
	padding: 1px;
	list-style-type: none;
	display: block;
	float: left;
	border: inset 1px Black;
	width: 50px;
	background-color: #798B73; /* Pale Green */
	margin: 2px;
	color: Black;
	text-align: center;
}


.artistMenu li a:link
{
	text-decoration: none;
	color: White;
}

.artistMenu li a:visited
{
	text-decoration: none;
	color: White;
}


.artistMenu li a:hover
{
	text-decoration: underline;
	color: White;
}

#linksmain
{
	padding-top: 20px;
	padding-left: 5px;
	clear: left;
}

#linksmain p
{
	padding: 0px 0px 5px 0px;
}

#linksmain a:link, a:visited
{
	text-decoration: none;
	color: Black;
}

#linksmain a:hover
{
	text-decoration: underline;
	color: Black;
}

/*
	Play Videos
*/


#playvideomain
{
	padding-top: 20px;
	padding-left: 80px;
	width: auto;
	clear: both;
}



#playvideomain .video
{
	float: left;
	margin: 10px;
	width: 425px;
	border-width: 3px;
	border-style: outset;
	padding: 5px;
	background-color: Silver;
}

#playvideomain .video .videocaption
{
	font-weight: bold;
	float : left;
	width : 200px;
}

#playvideomain .video .standalone
{
	font-weight: bold;
	float : right;
	width : 50px;
}


/*
	Play External Videos
*/


#playexternalvideomain
{
	width: auto;
	clear: both;
}

#playexternalvideomain .video
{
	float: left;
	margin: 10px;
	width: 425px;
	border-width: 3px;
	border-style: outset;
	padding: 5px;
	background-color: Silver;
}

#playexternalvideomain .video .videocaption
{
	font-weight: bold;
}



/*
	Show Videos
*/

#videosmain
{
	padding : 20px 5px 5px 0px;
	width: auto;
	clear: both;
}

#videosmain .ItemTitle
{
	font-weight: bold;
	clear : both;
	display : block;
	padding : 20px 5px 5px 0px;
	border-bottom : solid 1px black;
	margin-left : 5px;
}

#videosmain h3
{
	clear : both;
	padding : 20px 5px 5px 5px;
}

.videoitem
{
	width : 300px;
	height : 100px;
	padding : 5px;
	float : left;
}

.videoitem .videodata
{
	width : 150px;
	float : left;
	padding : 5px;
}

.videoitem img
{
	display : inline;	
	width : 130px;
	height : 100px;
	float : left;
	border : none;
}

.videodatacellheading
{
	font-weight: bold;
	padding-right : 2px;
}

.playvideo
{
	font-weight : bold;
	padding : 0px 5px 5px 5px;
	width : 80px;
}

.playvideo .play
{
	height : 20px;
	display : block;
	background : url(/gbimages/play.png) no-repeat;
}

.playvideo .add
{
	height : 10px;
	display : block;
	background : url(/gbimages/add.gif) no-repeat;
}

#newvideolink
{
	clear: both;
}

/*
	Photo Album
*/


#photosmain img
{
	float: none;
	width: 100px;
	border: 0;
	padding: 1px;
}

#photosmain
{
	padding-top: 20px;
	padding-left: 5px;
	width: auto;
	clear: both;
}

#photosmain .photo
{
	float: left;
	margin: 10px;
	width: 102px;
	border-width: 3px;
	border-style: outset;
	padding: 5px 5px 10px 5px;
	background-color: Silver;
}

#photosmain .photo .photocaption
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}

#photosmain .album
{
	float: none;
	clear: both;
}

.albumtitle
{
	font-weight: bold;
	width: 610px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin-bottom: 5px;
	margin-left: 8px;
}

#newphotolink
{
	clear: both;
}

.verification
{
	color: Red;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#newsmain
{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	clear: both;
}

.newsbody
{
	clear: both;
	border-top: solid 1px Black;
}

.clear
{
	clear: both;
}


#reviewsmain
{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	clear: both;
}

.reviewbody
{
	clear: both;
	border-top: solid 1px Black;
}
