body
{
	background: #ffffff url(/webart/bg.gif) repeat-x;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

img { margin: 0px; padding: 0px; border: 0px;}

a
{
	color: #4d956a; 
	text-decoration: none;
}

a:hover { text-decoration: underline; }

body.Home
{
	background: url(../webart/home/bg-no-bar.gif) repeat-x;
}

body.Inside
{
	background: url(../webart/home/bg.gif) repeat-x;
}

body.Home .Header
{
	width: 909px;
	height: 101px;
}

body.Inside .Header
{
	width: 909px;
	height: 80px;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #346c85;
	margin: 10px 0px 10px 0px;
}

h2
{
	color: #4d956a;
}

h3
{
	color: #4d956a;
}

h4
{
	color: #4d956a;
}

h5
{
	color: #4d956a;
}

.PageHeader
{
	border-bottom: 1px solid #4d956a;
}

.loginBox
{
	float: right;
	width: 300px;
}

.ErrorText
{
	color: red;
	font-size: 10px;	
}
.homeHeader .login
{
	margin: 0px;
	padding: 30px 0px 10px 0px;
	float: right;
}

.homeHeader .login input
{
	float: left;
}

.loginInputText
{
	background: #d4d4d4 url(/webart/main/input-text-bg.gif) repeat-x;
	border: 1px solid #ababab;
	width: 110px;
	height: 21px;
}

.NoTemplate
{
	text-align: left;
	background: none;
	margin: 5px;
	font-family: Arial;
	font-size: 14px;
}


/* Layout Styles */

.Container
{
	background: url(/webart/logo-bg.gif) no-repeat top center;
	text-align: center;
}

.Wrapper
{
	width: 912px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	text-align: left;
}

.Logo { float: left; }

.Logout
{
	display: block;
	height: 26px;
	float: right;
	color: #4d956a;
	font-size: 12px;
}

.WatermarkField
{
	color: #888888;
	font-style: italic;
}


/* Main (top) navigation styles */

.MainNav
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	width: 749px;
}

.MainNav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.MainNav .left { float: left; }

.MainNav .right { float: right; }

.MainNav li
{
	margin: 0px;
	padding: 5px 0px 5px 30px;
	float: left;
}

.MainNav li.Search
{
	margin: 0px;
	padding: 0px 0px 5px 30px;
	float: left;
}

.MainNav a
{
	color: #4d956a;
	text-decoration: none;
}

.MainNav .right .selected a { color: #e38600; }

.Search, .Search a, .Search span { float: left; }

/* Large Button Style. Use this style for submit type buttons */

a.ButtonLarge
{
	display: block;
	height: 28px;
	padding-left: 5px;
	background: url(/webart/main/btn-large-left.gif) no-repeat top left;
	cursor: pointer;
	color: #6e6e6e;
	letter-spacing: 0.06em;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}

a.ButtonLarge:hover { text-decoration: none; }

a.ButtonLarge span
{
	float: left;
	display: block;
	height: 22px;
	background: url(/webart/main/btn-large-fill.gif) no-repeat top right;
	padding: 6px 20px 0px 7px;
}

a.ButtonLargeReverse
{
	display: block;
	height: 28px;
	padding-left: 23px;
	background: url(/webart/main/btn-large-left-reverse.gif) no-repeat top left;
	cursor: pointer;
	color: #6e6e6e;
	letter-spacing: 0.06em;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}

a.ButtonLargeReverse:hover { text-decoration: none; }

a.ButtonLargeReverse span
{
	float: left;
	display: block;
	height: 22px;
	background: url(/webart/main/btn-large-fill-reverse.gif) no-repeat top right;
	padding: 6px 12px 0px 0px;
}


/* Sub navigation (second level) styles */

.SubNav
{
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 7px 0px 0px 0px;
	width: 912px;
	height: 36px;
	list-style: none;
	overflow: hidden;
}

.SubNav li
{
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background: url(/webart/subnav-seperator.gif) no-repeat top right;
}

.SubNav li.Blank
{
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background: none;
}

.SubNav a
{
	float: left;
	display: block;
	height: 25px;
	padding: 0px 0px 0px 4px;
	cursor: pointer;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	color: #4d956a;
}

.SubNav span
{
	float: left;
	display: block;
	height: 36px;
	padding: 3px 9px 0px 5px;
}

.SubNav a:hover
{
	color: #d3934a;
	text-decoration: none;
}

.SubNav a:hover span
{

}

.SubNav .SubNavSelected a
{
	float: left;
	display: block;
	height: 25px;
	padding: 0px 0px 0px 4px;
	background: url(/webart/subnav-left.gif) no-repeat top left;
	cursor: pointer;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	color: #ffffff;
}

.SubNav .SubNavSelected span
{
	float: left;
	display: block;
	height: 36px;
	padding: 3px 9px 0px 5px;
	background: url(/webart/subnav-fill.gif) no-repeat top right;
}


/* Page content styles */

.Border
{
	overflow: hidden;
	border: 1px solid #b1b1b1;
	background: #FFFFFF;
	padding: 4px;
}

.PageWrapper 
{ 
	overflow: hidden;
	clear: both;
	margin: 31px 0px 40px 0px; 
}

.PageWrapper .Content
{
	overflow: hidden;
	float: left;
}

.PageWrapper .ContentShort
{
	width: 673px;
}

.PageWrapper .Content .Heading
{	
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
	font-size: 13px;
	font-family: verdana;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.PageWrapper .Content .Heading span
{
	display: block;
	height: 24px;
	padding: 4px 0px 0px 5px;
}

.Form { padding: 0px; }

/* Page heading styles*/

.PageWrapper h1.Heading
{
	height: 25px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
	font-size: 13px;
	font-family: verdana;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

.PageWrapper h1.Heading span
{
	display: block;
	height: 24px;
	padding: 4px 0px 0px 5px;
}

.LoginWrapper
{
	margin: 31px 0px 40px 0px;
	text-align: center;
}

.LoginWrapper .Border { border-top: 0px; }

.LoginWrapper .Heading
{
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
	font-size: 13px;
	font-family: verdana;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.LoginWrapper .Heading span
{
	display: block;
	height: 24px;
	padding: 4px 0px 0px 5px;
}

/*Home Page Styles*/

.HomeText
{
	width: 400px;
	float: left;
	font-size: 12px;
	color: #676767;
	padding: 10px 0px 0px 3px;
}

.ImageHome
{
	float: right;
}

/*Profile Styles*/

.ArtistPictures
{
	width: 195px;
	float: left;
}

.ArtistPictures h2
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
}

.ArtistPictures img
{
	border: 2px solid #4d956a;
	padding: 1px;
}

.ArtistPictures .AddContact
{
	float: right;
}

.ArtistPictures .SendMessage
{
	float: right;
}

.ArtistPictures .AddContact img
{
	position: absolute;
	margin: -17px 0px 0px -30px;
}

.ArtistPictures .SendMessage img
{
	position: absolute;
	margin: -17px 0px 0px -25px;
}

.ArtistPictures .ProfilePic
{
	margin: 0px 0px 10px 0px;
}

.ArtistPictures h1
{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #4d956a;
}

.ArtistPictures h3
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #4d956a;
}

.ArtistPictures .GalTitle
{
	padding: 10px 0px 5px 0px;
}

.ArtistPictures ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ArtistPictures li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	overflow: hidden;
}

.ArtistPictures li img
{
	margin: 0px 2px 5px 0px;
}

.ArtistPictures li a:hover img
{
	border: 2px solid #e38600;
}

.ArtistPictures .UserLinks
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ArtistPictures .UserLinks li
{
	margin: 0px;
	padding: 0px 0px 4px 15px;
	font-size: 13px;
	overflow: hidden;
	background: url(/webart/main/sidebar-bullet.gif) no-repeat 0px 6px;
}

.ArtistInfo
{
	width: 290px;
	float: left;
	margin-left: 23px;
	font-size: 13px;
	color: #3b8659;
	overflow: hidden;
	background: #f7f7f7;
}

.ArtistInfo .Categories
{
	margin: 0px;
	padding: 0px;
	width: 288px;
	height: 26px;
	list-style: none;
	background: url(/webart/main/artist-info-cat-bg.gif) repeat-x;
	border: 1px solid #aaaaaa;
}

.ArtistInfo .Categories li
{
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #aaaaaa;
}

.ArtistInfo .Categories li a
{
	display: block;
	height: 20px;
	padding: 6px 20px 0px 20px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #5d5d5d;
	float: left;
}

.ArtistInfo .Categories .Selected a
{
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
}

.ArtistInfo .Categories li a:hover
{
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
}

.ArtistInfo .Text
{
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.ArtistInfo .Text p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.ArtistPlayer
{
	width: 378px;
	float: right;
	font-size: 13px;
	color: #3b8659;
}

.ArtistPlayer .SwitchViews
{
	width: 201px;
	height: 22px;
	background: url(/webart/main/playdish-heading.gif);
	margin: 0px;
	padding: 5px 0px 0px 177px;
	list-style: none;
}

.ArtistPlayer .SwitchViews li
{
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #43825c;
}

.ArtistPlayer .SwitchViews .Right { border-right: 0px; }

.ArtistPlayer .SwitchViews li a
{
	display: block;
	float: left;
	height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px 0px 8px;
	color: #585858;
}

.ArtistPlayer .SwitchViews .Left a { background: url(/webart/main/playdish-switch-left.gif) no-repeat top left; }
.ArtistPlayer .SwitchViews .Center a { background: url(/webart/main/playdish-switch-center.gif) repeat-x; }
.ArtistPlayer .SwitchViews .Right a { background: url(/webart/main/playdish-switch-right.gif) no-repeat top right; }

.ArtistPlayer .SwitchViews .LeftSelected a { background: url(/webart/main/playdish-switch-left-on.gif) no-repeat top left; }
.ArtistPlayer .SwitchViews .CenterSelected a { background: url(/webart/main/playdish-switch-center-on.gif) repeat-x; }
.ArtistPlayer .SwitchViews .RightSelected a { background: url(/webart/main/playdish-switch-right-on.gif) no-repeat top right; }

.ArtistPlayer .SwitchViews .Left a:hover { background: url(/webart/main/playdish-switch-left-on.gif) no-repeat top left; }
.ArtistPlayer .SwitchViews .Center a:hover { background: url(/webart/main/playdish-switch-center-on.gif) repeat-x; }
.ArtistPlayer .SwitchViews .Right a:hover { background: url(/webart/main/playdish-switch-right-on.gif) no-repeat top right; }

.ArtistPlayer .Player
{
	width: 378px;
	height: 125px;
	vertical-align: top;
}

.ArtistPlayer .SongBlocks
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.ArtistPlayer .SongBlocks li
{
	width: 376px;
	border-top: 1px solid #aaaaaa;
}

.ArtistPlayer .SongBlocks li .BlockWrapper
{
	height: 26px;
	background: url(/webart/main/playdish-song-block-bg.gif) repeat-x;
	overflow: hidden;
}

.ArtistPlayer .SongBlocks .Inactive .BlockWrapper
{
	background: url(/webart/main/playdish-song-block-inactiv.gif) repeat-x;
}

.ArtistPlayer .SongBlocks .Expanded .SongInfo
{
	clear: both;
	background: #f7f7f7;
}

.ArtistPlayer .SongBlocks .PlusMinus
{
	display: block;
	height: 25px;
	padding: 4px 0px 0px 30px;
	text-decoration: none;
	text-transform: capitalize;
	float: left;
	color: #346c85;
}

.ArtistPlayer .SongBlocks .NoChildren
{
	display: block;
	height: 25px;
	padding: 4px 0px 0px 30px;
	text-decoration: none;
	text-transform: capitalize;
	float: left;
	color: #346c85;
}

.ArtistPlayer .SongBlocks .Public
{
	color: #4d956a;
}

.ArtistPlayer .SongBlocks .Private
{
	color: #d3654b;
}

.ArtistPlayer .SongBlocks .Contacts
{
	color: #346c85;
}

.ArtistPlayer .SongBlocks .Expanded .PlusMinus
{
	background: url(/webart/main/playdish-song-block-minus.gif) no-repeat top left;
}

.ArtistPlayer .SongBlocks .Collapsed .PlusMinus
{
	background: url(/webart/main/playdish-song-block-plus.gif) no-repeat top left;
}

.ArtistPlayer .SongBlocks .RightControls { float: right; }

.ArtistPlayer .SongBlocks .Info
{
	background: url(/webart/main/playdish-song-block-info.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .InfoOff
{
	background: url(/webart/main/playdish-song-block-infooff.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .Play
{
	background: url(/webart/main/playdish-song-block-play.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .PlayOff
{
	background: url(/webart/main/playdish-song-block-playoff.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .Download
{
	background: url(/webart/main/playdish-song-block-down.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .DownloadOff
{
	background: url(/webart/main/playdish-song-block-downoff.gif) no-repeat top left;
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .SongBlocks .Remark
{
	display: block;
	width: 25px;
	height: 26px;
	background: url(/webart/main/playdish-song-block-remark.gif) no-repeat top left;
	float: left;
}

.ArtistPlayer .SongBlocks .Inactive .PlusMinus
{
	background: url(/webart/main/playdish-song-block-plusoff.gif) no-repeat top left;
	color: #949594;
}

.ArtistPlayer .SongBlocks .Inactive .Play
{
	background: url(/webart/main/playdish-song-block-playoff.gif) no-repeat top left;
}

.ArtistPlayer .SongBlocks .Inactive .Download
{
	background: url(/webart/main/playdish-song-block-downoff.gif) no-repeat top left;
}

.ArtistPlayer .ChildSongBlocks
{
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style: none;
}

.ArtistPlayer .ChildSongBlocks li
{
	width: 100%;
	border-top: none;
}

.ArtistPlayer .ChildSongBlocks li .ChildBlockWrapper
{
	height: 20px;
	overflow: hidden;
}

.ArtistPlayer .ChildSongBlocks .Inactive .ChildBlockWrapper
{
}

.ArtistPlayer .ChildSongBlocks .ChildExpanded .ChildSongInfo
{
	clear: both;
	background: #f7f7f7;
}

.ArtistPlayer .ChildSongBlocks .ChildPlusMinus
{
	display: block;
	height: 20px;
	padding: 4px 0px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	float: left;
	color: #346c85;
}

.ArtistPlayer .ChildSongBlocks .NoChildren
{
	display: block;
	height: 20px;
	padding: 4px 0px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	float: left;
	color: #346c85;
}

.ArtistPlayer .ChildSongBlocks .Public
{
	color: #4d956a;
}

.ArtistPlayer .ChildSongBlocks .Private
{
	color: #d3654b;
}

.ArtistPlayer .ChildSongBlocks .Contacts
{
	color: #346c85;
}

.ArtistPlayer .ChildSongBlocks .ChildExpanded .ChildPlusMinus
{
	background: url(/webart/main/playdish-childsong-block-minus.gif) no-repeat 0px 6px;
}

.ArtistPlayer .ChildSongBlocks .ChildCollapsed .ChildPlusMinus
{
	background: url(/webart/main/playdish-childsong-block-plus.gif) no-repeat 0px 2px;
}

.ArtistPlayer .ChildSongBlocks .RightControls { float: right; }

.ArtistPlayer .ChildSongBlocks .ChildInfo
{
	background: url(/webart/main/child-info.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 18px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .ChildPlay
{
	background: url(/webart/main/child-play.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 14px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .ChildDownload
{
	background: url(/webart/main/child-down.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 18px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .ChildInfoOff
{
	background: url(/webart/main/child-infooff.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 18px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .ChildPlayOff
{
	background: url(/webart/main/child-playoff.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 14px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .ChildDownloadOff
{
	background: url(/webart/main/child-downoff.gif) no-repeat top left;
	display: block;
	height: 12px;
	width: 18px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .Remark
{
	display: block;
	width: 25px;
	height: 26px;
	background: url(/webart/main/playdish-song-block-remark.gif) no-repeat top left;
	float: left;
}

.ArtistPlayer .ChildSongBlocks .Inactive .ChildPlusMinus
{
	background: url(/webart/main/playdish-song-block-plusoff.gif) no-repeat top left;
	color: #949594;
}

.ArtistPlayer .ChildSongBlocks .Inactive .Play
{
	background: url(/webart/main/playdish-song-block-playoff.gif) no-repeat top left;
}

.ArtistPlayer .ChildSongBlocks .Inactive .Download
{
	background: url(/webart/main/playdish-song-block-downoff.gif) no-repeat top left;
}

/* Sidebar */

.Sidebar 
{ 
	float: right; 
	padding: 0px 5px 20px 35px; 
	width: 181px;
	border-left: 1px solid #cfcfcf;
}

.Sidebar .Content { padding: 26px 27px 27px 27px; }

.Sidebar h2
{
	margin: 0px;
	padding: 0px;
	height: 29px;
	padding: 5px 0px 10px 45px;
	font-size: 18px;
	color: #45855f;
	background: url(/webart/icons/sidebar-resources.gif) no-repeat top left;
	border-bottom: 1px dotted #939393;
}

.Sidebar ul
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	border-bottom: 1px dotted #939393;
}

.Sidebar li
{
	margin: 0px;
	padding: 0px 0px 8px 15px;
	font-size: 13px;
	overflow: hidden;
	background: url(/webart/main/sidebar-bullet.gif) no-repeat 0px 6px;
}	

.Sidebar ul li span
{
	display: block;
	width: 15px;
	color: #e38600;
}

.Sidebar ul li a
{
	display: block;
	text-decoration: none;
}

.Sidebar #SongContest
{
	margin: 22px 0px 0px 0px;
	border: 1px solid #cbcbcb;
	background: #f7f7f7 url(/webart/main/join-us.gif) no-repeat top center;
	overflow: hidden;
	padding: 65px 17px 17px 17px;
	font-size: 12px;
	color: #6f6f6f;
}


/*404 Error Page Styles */

.PageNotFoundContent
{
	padding: 10px 20px 0px 175px;
	font-size: 12px;
	line-height: 1.8em;
	color: #797979;
}

.GeneralErrorContent
{
	padding: 10px 20px 0px 215px;
	font-size: 12px;
	line-height: 1.8em;
	color: #797979;
}



/* Footer styles */

.FootWrapper
{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 31px 0px;
	padding: 15px 27px 0px 30px;
	background: url(/webart/main/line.gif) repeat-x;
}

.FootWrapper .FooterLinks
{
	margin: 0px;
	padding: 10px 40px 15px 0px;
	list-style: none;
	float: left;
	font-size: 12px;
}

.FootWrapper .FooterLinks li { padding: 0px 0px 5px 0px; }

.FootWrapper .FooterLinks li a { color: #7e7e7e; text-decoration: none; }

.FootWrapper .FooterLinks .Parent { font-size: 14px; }

.FootWrapper .FooterLinks .Parent a { color: #4d956a; text-decoration: underline; }

.FootWrapper .FooterLinksRight
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	text-align: right;
}

.FootWrapper .FooterLinksRight li
{
	padding: 0px 0px 5px 0px;
	display: block;
}

.FootWrapper .FooterLinksRight a { text-align: center; text-decoration: none; }

.FootWrapper #Copy
{
	clear: both;
	color: #909090;
	font-size: 11px;
	padding-top: 10px;
}

.FootWrapper #Copy #Copyrights { float: left; }

.FootWrapper #Copy #Privacy { float: right; }


/* Form styles */

form { margin: 0px; padding: 0px; }

.AlternateRow
{
	background: #f5f5f5;
}

.LabelCell 
{ 
	font-size: 13px; 
	color: #5f5f5f; 
	width: 186px;
	vertical-align: top;
	padding: 8px 0px 0px 8px;
}

.InputCell 
{
 	padding: 8px 8px 8px 0px; 
	color: #5f5f5f;
	font-size: 13px;
}

.InputCell input[type=text], .InputCell input[type=password] 
{ 
	width: 360px; 
	height: 20px; 
	padding: 4px 0px 0px 5px;
	border: 1px solid #c7c7c7; 
	font-size: 13px; 
	color: #5f5f5f;
}

.InputCell input[type=radio], .InputCell input[type=checkbox] {float: left;} 

.InputCell span {float: left; margin-right: 10px;}

.InputCell textarea
{
	width: 360px; 
	height: 100px; 
	padding: 4px 0px 0px 5px;
	border: 1px solid #c7c7c7; 
	font-size: 13px; 
	color: #5f5f5f;
}

.InputCell select 
{ 
	width: 360px; 
	height: 23px; 
	border: 1px solid #c7c7c7; 
	font-size: 13px; 
	color: #5f5f5f;
}

/*Default link styles*/

a { color: #4d956a; }

a:hover { text-decoration: underline; color: #e38600; }


/* Default horizontal line styles */

hr
{
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	height: 2px;
}

.CustomValidatorCallout div, .CustomValidatorCallout td 
{ 
    border:solid 1px #999999; 
    background-color: #d3654b; 
}

/* Accordion Styles */

.AccordionPanel
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel.gif) no-repeat; 
	cursor: pointer; 
	color: #346c85; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionPanelActive
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel-active.gif) no-repeat; 
	cursor: pointer; 
	color: #ffffff; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionPanelFull
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel-full.gif) no-repeat; 
	cursor: pointer; 
	color: #346c85; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionPanelFullActive
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel-active-full.gif) no-repeat; 
	cursor: pointer; 
	color: #ffffff; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionPanelFullInterior
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel-full-interior.gif) no-repeat; 
	cursor: pointer; 
	color: #346c85; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionPanelFullInteriorActive
{
	height: 20px; 
	padding: 7px 10px 5px 35px; 
	background: url(/webart/main/accordion-panel-active-full-interior.gif) no-repeat; 
	cursor: pointer; 
	color: #ffffff; 
	vertical-align: middle; 
	overflow: hidden;
}

.AccordionForm
{
	font-size: 12px; 
	color:#6e6e6e; 
	margin:15px
}

.HeaderRow
{
	background: url(/webart/main/artist-info-cat-selected.gif) repeat-x;
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	color: #FFFFFF;
}

.AlternateRow
{
	background: #f5f5f5;
}

/* Contacts */

.Contacts
{
	margin: 0px;
	padding: 0px;
}

.Contacts li
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 632px;
	height: 59px;
	border: 1px solid #c8c8c8; 
	overflow: hidden;
	background: url(/webart/contacts-panel-bg.gif) repeat-x;
	list-style: none;
}

.Contacts li img
{
	float: left;
	margin-right: 10px;
}

.Contacts li .ContactText
{
	padding-top: 5px;
}

.Contacts li p
{
	float: left;
}

.Contacts li h2
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #45855f;
}

.Contacts li h2 a
{
	text-decoration: none;
}

.Contacts li h3
{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #7e7e7e;
}

.Contacts li h3 a
{
	text-transform: none;
}

.Contacts li h4
{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #45855f;	
}

.Hyperlink
{
	float: right;
	width: 34px;
}

.Hyperlink img
{
	position: absolute;
	margin: -30px 0px 0px -90px;
}

.PreviewContact
{
	float: right;
	width: 34px;
}

.PreviewContact img
{
	position: absolute;
	margin: -35px 0px 0px -55px;
}

.AddContact
{
	float: right;
	width: 34px;
}

.AddContact img
{
	position: absolute;
	margin: -35px 0px 0px -15px;
}

.AddSongResult
{
	float: right;
	width: 34px;
}

.CheckPanel
{
	vertical-align: middle;
	margin-top: 30px;
	border: 1px solid #999999;
	height: 35px;
	background-color: #F8F8F8;
	background-image: url(/webart/main/check-active.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CheckPanelShort
{
	width: 632px;
}

.CheckPanel span
{
	padding-left: 40px;
	padding-top: 10px;
}

.ErrorPanel
{
	vertical-align: middle;
	margin-top: 30px;
	border: 1px solid #999999;
	height: 35px;
	background-color: #F8F8F8;
	background-image: url(/webart/main/remove-active.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.ErrorPanelShort
{
	width: 632px;
}

.ErrorPanel span
{
	padding-left: 40px;
}

.CheckBoxList
{
	
}

.CheckBoxList td
{
	width: 33%;
}

/* Links */

.Links
{
	margin: 0px;
	padding: 0px;
}

.Links li
{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	width: 632px;
	height: 48px;
	border: 1px solid #c8c8c8; 
	overflow: hidden;
	background: url(/webart/contacts-panel-bg.gif) repeat-x;
	list-style: none;
}

.Links li img
{
	float: left;
	margin-right: 10px;
}

.Links li p
{
	float: left;
}

.Links li h2
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #45855f;
}

.Links li h2 a
{
	text-decoration: none;
}

.Links li h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #7e7e7e;
}

.Links li h3 a
{
	text-transform: none;
}

.AddLink
{
	float: right;
	width: 34px;
}

.AddLink img
{
	position: absolute;
	margin: -52px 0px 0px 7px;
}

.Reports
{
	float: right;
	width: 600px;
}

.ReportsNavigation
{
	width: 300px;
	float: left;
}

.ReportList
{
	list-style: none;
}

.ReportResults .Expanded .PlusMinus
{
	background: url(/webart/main/playdish-childsong-block-minus.gif) no-repeat 0px 6px;
}

.ReportResults .Collapsed .PlusMinus
{
	background: url(/webart/main/playdish-childsong-block-plus.gif) no-repeat 0px 4px;
}

.ReportResults .PlusMinus
{
	padding: 4px 4px 4px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.ReportResults .Expanded
{
	background-color: #346c85;
}

.ReportResults .Collapsed
{
	background-color: #346c85;
}



/*Homepage and non-legged in pages*/


/*Header*/

.HomeHeading
{
	padding-top: 15px;
	display: block;
	float: left;
}

.FreeTrial
{
	padding-top: 15px;
	display: block;
	float: right;
}


/*Slider*/

.Slider
{
	width: 909px;
	height: 287px;
	overflow: hidden;
	clear: both;
	background: url(/webart/home/slider-bg.gif);
}

.Slider .Prev
{
	display: block;
	width: 29px;
	height: 60px;
	/*background: red;*/
	position: absolute;
	margin: 102px 0px 0px 40px;
}

.Slider .Next
{
	display: block;
	width: 29px;
	height: 60px;
	position: absolute;
	margin: 102px 0px 0px 840px;
}

#slideshow
{
	width: 770px;
	height: 287px;
	overflow: hidden;
	margin-left: 69px;
	position: absolute;
}

#slideshow p
{
	margin: 87px 0px 0px 30px;
	width: 380px;
	color: #8d8e8e;
	font-size: 15px;
	line-height: 1.5em;
}

.Slide, .Slide
{
	width: 770px; 
	height: 287px;
}

.Slide1 { background: url(/webart/home/slide1.jpg) no-repeat; }

.Slide2 { background: url(/webart/home/slide2.jpg) no-repeat; }

.Slide3 { background: url(/webart/home/slide3.jpg) no-repeat; }

.Slide4 { background: url(/webart/home/slide4.jpg) no-repeat; }


/*Callout panel*/

.Callouts
{
	width: 909px;
	border-top: 1px solid #cdcdcd;	
	overflow: hidden;
}

.CalloutsBorderBottom
{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 25px;
	padding: 26px 0px 26px 0px;
}

.CalloutsNoBorderBottom
{
	padding: 26px 0px 0px 0px;
}

.Callouts h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #747575;
}

.Callouts .NewsGraphic, .Callouts .ProfileGraphic, .Callouts .PlansGraphic
{ 
	
	vertical-align: top; 
}

.Callouts .NewsGraphic { width: 63px; }

.Callouts .ProfileGraphic { width: 33px; padding-left: 30px; }

.Callouts .PlansGraphic { width: 33px; padding-left: 30px; }

.Callouts p { margin: 0px 0px 10px 0px; clear: both; }

.Callouts .SmallInfo
{
	margin-top: 0px;
	line-height: 1.0em;
	font-size: 12px;
}

.Callouts .SmallInfo a 
{ 
	color: #346c85; 
	display: block; 
	font-size: 14px;
	margin-bottom: 4px; 
}

.Callouts .TinyText { font-size: 11px; }

.Button { float: right; }

.News, .Profile, .Plans
{
	color: #7d7e7e;
	font-size: 13px;
	line-height: 1.4em;	
	vertical-align: top;	
}

.News 
{	
	width: 200px;
	padding-right: 30px; 
	background: url(/webart/home/division.gif) no-repeat top right; 
}

.Profile 
{ 
	width: 180px;
	padding: 0px 30px 0px 20px; 
	background: url(/webart/home/division.gif) no-repeat top right;
}

.ProfileGraphic img
{
	padding: 2px;
	border: 1px solid #bebebe;
}

.Profile h2 { margin-bottom: 4px; }

.Plans 
{ 
	width: 210px;
	padding-left: 20px;
}


/*Who can use songdish*/

.Users
{
	width: 920;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Users ul
{
	width: 181px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.Users ul li
{
	margin: 0px;
	padding: 0px 0px 10px 15px;
	background: url(/webart/home/bullet-red.gif) no-repeat;
	font-size: 13px;
	line-height: 0.9em;
}


/*News*/

.SideNav
{
	width: 267px;
	padding-right: 30px;
	border-right: 1px solid #bebebe;
	overflow: hidden;
	float: left;
}

.NewsTitles
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.NewsTitles li
{
	font-size: 14px;
	line-height: 1.5em;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #c2c2c2;
	overflow: hidden;
}

.Paging
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.Paging li
{
	margin: 0px;
	padding: 0px 3px 0px 0px;
	float: left;
}

.Paging li a
{
	display: block;
	padding: 3px 6px 3px 6px;
	border: 1px solid #c2c2c2;
	font-size: 13px;
}

.Paging li a:hover
{
	border: 1px solid #4d956a;
	background: #4d956a;
	color: #FFFFFF;
	text-decoration: none;
}

.Paging li a.selected
{
	border: 1px solid #4d956a;
	background: #4d956a;
	color: #FFFFFF;
	text-decoration: none;
}

.NewsContent
{
	width: 581px;
	padding-left: 30px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #7d7e7e;
	line-height: 1.6em;
}


/*Plans*/

.PlansContainer
{
	clear: both;
	width: 909px;
	height: 334px;
	overflow: hidden;
}

.PlansNav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 243px;
	overflow: hidden;
	float: left;
}

.PlansNav li {clear: both;}

.PlansContainer #FreeTrial
{
	width: 243px;
	height: 112px;
	background: url(/webart/home/plans-free-trial.gif) no-repeat;
	float: left;
}

.PlansContainer #FreeTrial:hover
{
	background: url(/webart/home/plans-free-trial-selected.gif) no-repeat;
}

.PlansContainer .PlansNav li.Selected #FreeTrial
{
	background: url(/webart/home/plans-free-trial-selected.gif) no-repeat;
}

.PlansContainer #Listener
{
	width: 243px;
	height: 110px;
	background: url(/webart/home/plans-listener.gif) no-repeat;
	float: left;
}

.PlansContainer #Listener:hover
{
	background: url(/webart/home/plans-listener-selected.gif) no-repeat;
}

.PlansContainer .PlansNav li.Selected #Listener
{
	background: url(/webart/home/plans-listener-selected.gif) no-repeat;
}

.PlansContainer #FullFeature
{
	width: 243px;
	height: 112px;
	background: url(/webart/home/plans-full.gif) no-repeat;
	float: left;
}

.PlansContainer #FullFeature:hover
{
	background: url(/webart/home/plans-full-selected.gif) no-repeat;
}

.PlansContainer .PlansNav li.Selected  #FullFeature
{
	background: url(/webart/home/plans-full-selected.gif) no-repeat;
}

.PlansInfo
{
	width: 666px;
	height: 334px;
	float: left;
	overflow: hidden;
}	

.PlansInfo p.Top
{
	margin: 65px 0px 0px 39px;
}

.PlansInfo p
{
	margin-left: 39px;
	width: 380px;
	color: #8d8e8e;
	font-size: 15px;
	line-height: 1.5em;
}

.PlansInfo ul
{
	margin-left: 25px;
	width: 355px;
	color: #8d8e8e;
	font-size: 12px;
	line-height: 1.5em;
}

.FreeTrialInfo, .ListenerInfo, .FullFeatureInfo, .FullFeatureDetails
{
	width: 666px;
	height: 334px;
	overflow: hidden;
	clear: both;
}

.FreeTrialInfo { background: url(/webart/home/plan-trial-info.jpg) no-repeat; }

.ListenerInfo { background: url(/webart/home/plan-listener-info.jpg) no-repeat; }

.FullFeatureInfo { background: url(/webart/home/plan-full-info.jpg) no-repeat; }

.FullFeatureDetails { background: url(/webart/home/plan-full-details.jpg) no-repeat; }

.FullFeatureDetails .Button 
{ 
	float: left;
	margin-left: 28px; 
}


/*Sign Up*/

.SignupContainerTop
{
	width: 909px;
	height: 8px;
}

.SignupContainer
{
	width: 909px;
	background: url(/webart/home/signup-middle.gif) repeat-y;
}

.SignupContainerBottom
{
	width: 909px;
	height: 8px;
}

.SignupContainer h2
{
	padding-left: 39px;
	color: #4d956a;
}

.SignupContainer h3
{
	color: #4d956a;
}

.SignupContainer h3.Indent
{
	padding-left: 39px;
}

.SignupContainer p
{
	margin: 0px 0px 0px 39px;
	width: 380px;
	color: #8d8e8e;
	font-size: 15px;
	line-height: 1.5em;
}

.Signup
{
	width: 325px;
	margin: 0px;
	padding: 30px 0px 15px 60px;
}

.Signup .WatermarkField
{
	color: #888888;
	font-style: italic;
	width: 320px;
	height: 26px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #bebebe;
	margin-right: 5px;
	background: #FFFFFF url(/webart/home/input-bg.gif) repeat-x;
	margin: 2px 0px 5px 0px;
}

.Signup .TextInput
{
	width: 320px;
	height: 26px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #bebebe;
	margin-right: 5px;
	background: #FFFFFF url(/webart/home/input-bg.gif) repeat-x;
	color: #656565;
	margin: 2px 0px 5px 0px;
}

.Signup label
{
	font-size: 14px;
	color: #8d8e8e;
	clear: both;
}

.Signup span
{
	font-size: 14px;
	color: #8d8e8e;
	clear: both;
}

.Signup .SelectField
{
	margin: 5px 8px 6px 0px;
}

.Signup .SelectFieldWithImage
{
	margin: 5px 8px 6px 0px;
	float: left;
}


/*User Types*/

.SideNavUserTypes
{
	width: 180px; /*267*/
	padding-right: 30px;
	border-right: 1px solid #bebebe;
	overflow: hidden;
	float: left;
}

.UserTypesContent
{
	width: 665px;
	padding-left: 30px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #7d7e7e;
	line-height: 1.6em;
}

.UserTypeTitles
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.UserTypeTitles li
{
	font-size: 14px;
	line-height: 1.5em;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #c2c2c2;
	overflow: hidden;
}

.UserTypeTitles li a
{
	display: block;
	float: left;
}

.UserTypeTitles li span
{
	float: right;
	color: #4d956a; 
}
