﻿#horizontal_carousel 
{
	margin-bottom: 10px;
}         

.carousel_thumbnail
{
	cursor: pointer;
}

#horizontal_carousel .outer_container
{
	position: relative;	
	float: left;	
	width: 643px;
	height: 158px;
	background-image: url(../images/cCarouselBackground.jpg);	
}            

#horizontal_carousel .container 
{
	position: relative;
	float: left;
	top: 36px;	
	left: 61px;
	width: 516px;
	height: 107px;
	overflow: hidden;
}            

#horizontal_carousel .previous_button 
{
	position: absolute;
	top: 72px;
	left: 16px;
	width: 31px;
	height: 30px;
	background: url(../images/cCarouselPrev.gif);
	z-index: 100;    
	cursor: pointer;
}        

#horizontal_carousel .previous_button_disabled 
{
	background: url(../images/cCarouselPrev.gif);
	cursor: default;
}

#horizontal_carousel .next_button 
{
	position: absolute;
	right: 18px;
	top: 72px;
	width: 31px;
	height: 30px;
	background: url(../images/cCarouselNext.gif);
	z-index: 100;
	cursor: pointer;
}   

#horizontal_carousel .next_button_disabled 
{
	background: url(../images/cCarouselNext.gif);
	cursor: default;
}

#horizontal_carousel ul 
{
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 144px;
}                      

#horizontal_carousel ul li img
{
	display: block;         
	margin-bottom: 2px;
}                               

#horizontal_carousel p
{
	margin-top: 0px;
	padding: 0px;
	display: block;
	margin-left: 5px;
}                               

#horizontal_carousel ul li 
{
	font-size: 11px;
}                               

#horizontal_carousel ul li 
{
	color: #E3EDFA;
	padding-top: 7px;
	width: 130px;
	list-style: none;   
	float: left;
}
.cChartItemRed, .cChartItemBlue, .cChartItemGrey
{
	height: 72px;
	width: 443px;
	margin-bottom: 5px;
	position: relative;
}

.cChartItemRed
{
	background-image: url(../../content/images/cChartItemRed.gif);
}

.cChartItemBlue
{
	background-image: url(../../content/images/cChartItemBlue.gif);
}

.cChartItemGrey
{
	background-image: url(../../content/images/cChartItemGrey.gif);
}

.cChartItemThumbnail
{
	position: absolute;
	left: 61px;	
}

.cChartItemMovementIcon
{
	position: absolute;
	width: 60px;
	height: 16px;
	top: 56px;
}

.cChartItemMovementText
{
	color: #ffffff;
	font-size: 11px;
	position: absolute;
	width: 42px;
	height: 16px;
	top: 55px;
	left: 22px;
	text-align: center;
	line-height: 19px;
}

.cChartItemPosition
{
	position: absolute;
	left: 0px;	
	top: 0px;
	width: 60px;
	height: 55px;
	font-size: 24px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	color: #ffffff;
}

.cChartItemTitleRed, .cChartItemTitleBlue, .cChartItemTitleGrey
{
	position: absolute;
	top: 4px;
	left: 190px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	width: 240px;
}

.cChartItemTitleRed a
{
	color: #ed1459;
}

.cChartItemTitleGrey a
{
	color: #999999;
}

.cChartItemTitleBlue a
{
	color: #00adef;
}

.cChartItemDetails
{
	position: absolute;
	font-size: 11px;
	color: #333333;
	top: 21px;
	left: 190px;
}

.cChartItemGenreRed, .cChartItemGenreBlue
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 53px;
	left: 188px;	
	width: 80px;
	height: 19px;
	line-height: 19px;	
}

.cChartItemGenreRed a
{
	color: #ed1459;
}

.cChartItemGenreBlue a
{
	color: #00adef;
}

.cChartItemViews
{
	font-size: 11px;
	position: absolute;
	color: #333333;
	top: 53px;
	left: 278px;	
	line-height: 19px;
	border-left: solid 1px white;
	padding-left: 5px;
}

.cChartItemVotes
{
	font-size: 11px;
	position: absolute;
	color: #ed1459;
	top: 53px;
	left: 360px;
	width: 75px;
	height: 19px;	
	line-height: 19px;
	text-align: right;
	border-left: solid 1px white;
}
.cChartPaginationHeader, .cChartPaginationFooter
{
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	width: 443px;
	text-transform: uppercase;
	background-image: url(../images/cChartPaginationBackground.gif);
	background-repeat: no-repeat;
	color: #AAAAAA;		
}

.cChartPaginationHeader
{
	margin-bottom: 5px;
}

.cChartPaginationLeft
{
	float: left;
	display: inline;
	margin-left: 5px;
	color: #333333;
}

.cChartPaginationPrev
{
	width: 34px;
	height: 19px;
	margin-right: 4px;
	display: inline;
	float: right;
}

.cChartPaginationNext
{
	float: right;
	display: inline;
	width: 34px;
	margin-right: 17px;
	height: 19px;
}/* Generic */

#cDialog
{
}

#cDialog #message
{
	width: 100%;	
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: red;	
	height: 20px;
}

#cDialog p
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0;
	font-family: arial;
	font-size: 18px;	
	font-weight: bold;
	color: #EBEBEB;
	text-align: center;
}

#cDialog #modalButtons
{
	margin-top: 15px;
	height: 23px;
	margin-bottom: 10px;
}

#cDialog form
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;	
}

#cDialog .panel
{
	margin-top: 10px;
	padding-top: 5px;
	border-top: solid 1px #7B7B7B;
}

#cDialog .panel .title
{
	color: #85BC3C;
	font-size: 18px;
	font-weight: bold;
}

/* Moderation Dialogs */

#cDialog #content
{
	margin-bottom: 10px;
	height: 200px;
	width: 480px;
	border: solid 1px grey;
	background-color: #ffffff;	
}

#cDialog #details
{
	margin-bottom: 10px;
	font-family: Verdana, Arial;
}

#cDialog #textInput
{
	height: 120px;
	margin-bottom: 10px;
}

/* Dialog Buttons */

#cDialog #modalButtons #buttonGreen a
{
	cursor: pointer;
	float: right;
	display: block;
	height: 23px;
	width: 82px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	margin-left: 10px;
	background: url(../images/buttonGreen.png) 0 0 no-repeat;
}

#cDialog #modalButtons #buttonGreen a:hover
{
	background-position: -82px 0;
}/* standard */

#cResendContainer
{
	width: 100%;
	height: 180px;
}

#cResendContainerInner
{
	margin: 20px;
}.cImagePlayerImage
{
	background-color: #000000;
	border: solid 2px #828282;
	width: 480px;
	height: 300px;
}#cDialogLogin
{
	padding-left: 30px;
	padding-right: 30px;
}

#cDialogLogin #registrationMessage
{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #434242;
	text-align: center;
	background-color: #FFFF7E;
	padding: 4px;
}

#cDialogLogin #registrationMessage a
{
	color: #3FAEC5;
}

#cDialogLogin #registrationMessage a:hover
{
	text-decoration: underline;
}

#cDialogLogin #loginMessage
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: red;
	text-align: center;
	border: solid 1px red;
	margin-top: 10px;
	padding: 4px;
}
#cDialogVideoPlayer
{
}

#cDialogVideoPlayer #videoWindow
{
		
}
#cDialogSendMessage
{
	padding-left: 30px;
	padding-right: 30px;
}

#cDialogSendMessage #destination
{
	height: 20px;
	color: white;
	width: 415px;
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: bold;
}

#cDialogSendMessage #textArea
{
	width: 415px;
	height: 200px;
	margin-bottom: 20px;
}#cSecureDialogVoteCastAd
{
	height: 250px;
	margin-bottom: 15px;
}.cEditor
{
}

.cEditor .actions
{
	width: 100%;
	text-align: right;	
}

.cEditor .responseSuccess
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: green;	
}

.cEditor .responseError
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: red;	
}
#cFileUploadProgress
{
	position: absolute;
	top: 90px;
	margin-left: 25px;
	margin-right: 25px;
	visibility: hidden;
}

#cFileUploadForm
{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

#cFileProgressOuter
{
	width: 402px;
	height: 21px;
	border: solid 1px #b3b3b3;	
	background-color: #ffffff;
	margin-left: 20px;	
	padding: 1px;
}

#cFileProgressBar
{
	background-image: url(../images/cFileProgressBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: solid 1px #838383;		
	height: 19px;
}

#cFileProgressStatus
{
	margin-left: 15px;
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;	
	text-align: center;	
	color: #ffffff;
}


.cListEmptyMessage
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #999999;	
}

.cListTextInputArea
{
	width: 488px;
	border: solid 1px #D1D7DE;	
}

.cListButtonArea
{
	margin-top: 10px;
	margin-left: 13px;
	width: 480px;
	text-align: right;
	clear: both;
}.cItemGenericList
{
	width: 490px;
	height: 86px;
	position: relative;
}

.cItemGenericList a
{
	color: #ed145b;	
	cursor: pointer;	
}

.cItemGenericList a:hover
{
	text-decoration: underline;
}
	
.cItemGenericListThumbnail
{
	float: left;
	width: 120px;
	height: 72px;	
	margin-right: 10px;
	background-color: #000000;
}

.cItemGenericListHeader
{
	float: left;
	font-size: 14px;
	height: 17px;
	width: 260px;
	overflow: hidden;
}

.cItemGenericListHeaderRight
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	float: right;
}

.cItemGenericListBody
{
	float: left;
	height: 38px;	
	width: 355px;	
}

.cItemGenericListFooter
{
	float: left;	
	height: 15px;
	width: 100px;
}

.cItemGenericListFooterRight
{
	font-weight: bold;
	float: right;
	color: #ed1459;
}


.cItemImage
{
	width: 115px;
	height: 128px;
	margin-left: 6px;
	line-height: 16px;
	color: #333333;
	float: left;
}

.cItemImage .thumbnail
{
	width: 115px;
	height: 69px;	
	border: solid 1px #d9d9d9;
	background-color: #000000;
	margin-bottom: 3px;
	cursor: pointer;
}

.cItemImage .title a
{
	font-weight: bold;
	display: block;
}

.cItemImage .title a:hover
{
	text-decoration: underline;
}

.cItemImage actions
{
	margin-top: 10px;	
	background-color: Red;
}
.cItemNews
{
	font-family: Arial, Verdana;
}

.cItemNews .article
{
	position: relative;
	width: 380px;
	float: left;
}

.cItemNews .article .title
{
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.1em;
	line-height: 25px;
	color: #000000;
	padding: 10px;
	display: block;
	margin: 0px;
}

.cItemNews .article .date
{
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	display: inline;
	margin-left: 10px;
	padding-left :3px;
	padding-right :3px;
	background-color: #85bc3c;
}

.cItemNews .article .body
{
	font-size: 12px;
	font-style: inherit;
	color: #666666;
	font-style: italic;
	padding: 10px;
	display: block;	
}

.cItemNews .article .actions
{
	width: 100%;
	text-align: right;
	font-weight: bold;
	display: block;
	border: soldi 1px red;
}

.cItemNews .video
{
	position: relative;
	width: 217px;
	height: 130px;
	margin: 10px;
	float: left;
}

.cItemNews .video .thumb
{
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.cItemNews .video .overlay
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}.cItemPostList
{
	width: 490px;
	position: relative;	
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dedede;
}

.cItemPostListHeader
{
	float: left;
	font-size: 14px;
	height: 17px;
	width: 355px;	
}

.cItemPostListHeaderRight
{
	font-weight: bold;
	line-height: 16px;	
	float: right;
}

.cItemPostListHeader a
{
	cursor: pointer;
}

.cItemPostListHeader a: hover
{
	text-decoration: underline;
}

.cItemPostListBody
{
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.cItemPostListFooter
{
	float: left;
	text-transform: capitalize;
	color: #bebebe;
}

.cItemPostListFooterRight
{
	font-weight: bold;
	float: right;
}


#cPlayerPerformance
{
}

#cPerformancePlayer
{
	width: 510px;
	height: 198px;
	position: relative;
	background-image: url(../images/cPerformancePlayer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


#cPlayerPerformance #videoWindow
{
	width: 500px;
	height: 360px;
	text-align: center;
}

#cPlayerPerformance #message
{
	color: #ffffff;
	font-size: 20px;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}#cPlayerControls
{
	background: url(../images/cPlayerControls.jpg) 0 0 no-repeat;
	width: 510px;
	height: 198px;
	position: relative;
}

#cPlayerControls #genrePosition
{
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	top: 11px;	
	left: 11px;
	width: 190px;
}

#cPlayerControls #globalPosition
{
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	top: 11px;
	left: 330px;
	width: 170px;
}

#cPlayerControls #voteCount
{
	top: 47px;
	left: 11px;
	position: absolute;
	color: #ffffff;
	width: 170px;
}

#cPlayerControls #viewCount
{
	position: absolute;
	color: #ffffff;
	top: 47px;
	text-align: right;
	left: 330px;
	width: 170px;
}

#cPlayerControls #voteButton a
{
	position: absolute;
	top: 7px;
	left: 211px;
	cursor: pointer;
	height: 86px;
	width: 86px;
	background: url(../images/cPerformancePlayerBtnVote.jpg) 0 0 no-repeat;
}

#cPlayerControls #voteButton a:hover
{
	background-position: -86px 0;
}

#cPlayerControls  #tags
{
	position: absolute;
	top: 153px;
	left: 45px;
	height: 42px;
	width: 464px;
	text-transform: capitalize;
}

#cPlayerControls #tags #inner
{
	margin: 5px;
	margin-right: 10px;	
	margin-left: 10px;		
}

#cPlayerControls #shareLinks
{
	position: absolute;
	top: 127px;
	height: 26px;
	left: 112px;
	width: 500px;
	line-height: 26px;
	padding-left: 12px;
}

#cPlayerControls #shareLinks #facebook
{
	background: url(../images/iconFacebook.gif) 0 0 no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 5px;
}

#cPlayerControls #shareLinks #myspace
{
	background: url(../images/iconMySpace.gif) 0 0 no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 5px;	
}

#cPlayerControls #shareLinks #digg
{
	background: url(../images/iconDigg.gif) 0 0 no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 5px;	
}

#cPlayerControls #shareLinks #delicious
{
	background: url(../images/iconDelicious.gif) 0 0 no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 5px;	
}

#cPlayerControls #shareLinks #email
{
	background: url(../images/iconEmail.gif) 0 0 no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 5px;	
}

#cPlayerControls #shareLinks #title
{
	font-weight: bold;
	font-size: 13px;
	color: #89b451;
}

#cPlayerControls #commentsButton a
{
	position: absolute;
	top: 71px;
	left: 318px;
	cursor: pointer;
	width: 80px;
	height: 51px;
	background: url(../images/btnComments.gif) 0 0 no-repeat;
}

#cPlayerControls #commentsButton a:hover
{
	background-position: -80px 0;
}

#cPlayerControls #rate
{
	position: absolute;
	left: 406px;
	top: 79px;
}

#cPlayerControls #flagButton
{
	position: absolute;
	left: 0px;
	top: 71px;
	height: 54px;
	width: 157px;
}#cPlayerSharedViewer
{
}

#cPlayerSharedViewer #videoWindow
{
	width: 600px;
	height: 400px;
	float: left;
}

#cPlayerSharedViewer #viewers
{
	width: 300px;
	height: 400px;
	float: left;
	margin-left: 10px;
}
#cArtistBiographyDescription
{
	background: url(../../content/images/labelDescription.gif) 0 0 no-repeat;
	padding-top: 30px;
	padding: 5px;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	line-height: 17px;
}

#cArtistBiographyBiography
{
	background: url(../../content/images/labelBiography.gif) 0 0 no-repeat;
	padding-top: 30px;
	padding-left: 5px;	
	padding-right: 5px;
	padding-bottom: 10px;
	line-height: 17px;	
}/* tags */

#cArtistSearchTags
{
	background-color: #eceaea;
	background-position: top;
	background-repeat: repeat-x;
	padding: 15px;
}

#cArtistSearchTagsInner
{
	border: solid 1px #8cc63f;
	background-color: #f3f3f3;
	padding: 5px;
}
#cCheckUsernameResponse
{
	margin-left: 123px;
	margin-top: 2px;
	display: none;
}

#cCheckUsernameAction
{
	margin-left: 123px;
	margin-top: 2px;	
	display: block;	
}

.cCompetitionContainer
{
	width: 300px;
	height: 182px;
	float: left;
	background-image: url(../images/cCompetitionWinnerBack.gif);
	background-position: left;
	background-repeat:repeat-y;
}

.cCompetitionWinnerHeader
{
	width: 300px;
	height: 25px;
	background-image: url(../images/cCompetitionWinnerHeader.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.cCompetitionWinnerFooter
{
	width: 300px;
	height: 19px;
	background-image: url(../images/cCompetitionWinnerFooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

.cCompetitionWinnerInner
{
	position: relative;
	left: 43px;
	top: 10px;
}

.cCompetitionWinnerProfileImage
{
	position: relative;
	width: 210px;
	background-color: Black;
	border: 1px solid white;
}

.cCompetitionWinnerDetails
{
	position: relative;
	left: 60px;
	top: -20px;
	font-weight: bold;
	text-transform: uppercase;
	color: Black;
}

.cCompetitionWinnerPosition
{
	width: 60px;
	height: 60px;
	position: relative;
	left: -30px;
	top: -108px;
}

.cCompetitionWinner
{
	cursor: pointer;
	background-image: url(../images/cCompetitionWinner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	width: 300px;
	height: 197px;
}

.cCompetitionWinnerInfo
{
	position: relative;
	left: 55px;
	top: 168px;
	width: 210px;
	height: 14px;
	font-weight: bold;
	color: White;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
}

.cCompetitionWinnerInfo span
{
	color: #8cc63f;
}.cProfileTabsContainer
{
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 60px;
}.cRateText
{
	color: #3B5A17;
	text-transform: uppercase;
	margin-top: 4px;
	width: 95px;
	font-size: 10px;
	direction: rtl;
}

.star-rating
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	position: relative;
	overflow: hidden;
	background: url(../images/stars.png) top left repeat-x;		
}

.star-rating li
{
	padding:0px;
	margin:0px;
	width:0px;
	height:20px;
	/*\*/
	float: left;
	/* */
}

.star-rating li a
{
	display:block;
	width:20px;
	height: 20px;
	line-height:20px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}

.star-rating li a:hover
{
	background: url(../images/stars.png);
	background-position: left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}

.star-rating a.one-star
{
	left: 0px;
}

.star-rating a.one-star:hover
{
	width:20px;
}

.star-rating a.two-stars
{
	left:20px;
}

.star-rating a.two-stars:hover
{
	width: 40px;
}

.star-rating a.three-stars
{
	left: 40px;
}

.star-rating a.three-stars:hover
{
	width: 60px;
}

.star-rating a.four-stars
{
	left: 60px;
}	

.star-rating a.four-stars:hover
{
	width: 80px;
}

.star-rating a.five-stars
{
	left: 80px;
}

.star-rating a.five-stars:hover
{
	width: 100px;
}

.star-rating li.current-rating
{
	background: url(../images/stars.png) left center;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active
{
	outline: none;
}	#cTopChannels
{
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../../content/images/cTopChannels.gif);
}

#cTopChannels ul
{
	margin: 0px;
    padding: 0px;
    list-style: none;
}

#cTopChannels li
{
	float: left;
    margin: 0px;
    padding: 0px;
}

.cTopChannelNoostarChannels a, .cTopChannelMusic a, .cTopChannelDance a, .cTopChannelComedy a,
.cTopChannelActing a, .cTopChannelSports a, .cTopChannelCircus a, .cTopChannelMagic a,
.cTopChannelWebShows a, .cTopChannelSpecialist a
{
	cursor: pointer;
	color: #ffffff;
	float: left;
	position: relative;
	outline: none;	
	height: 20px;	
	background-image: url(../../content/images/cTopChannels.gif);	
}

.cTopChannelNoostarChannels a
{
	width: 164px;
	background-position: 0px 0px;
}

/*

.cTopChannelNoostarChannels a:hover
{
	background-position: 0px 20px;
}

*/

.cTopChannelMusic a
{
	width: 62px;
	background-position: -164px 0px;
}

.cTopChannelMusic a:hover
{
	background-position: -164px 20px;
}

.cTopChannelDance a
{
	width: 66px;
	background-position: -226px 0px;
}

.cTopChannelDance a:hover
{
	background-position: -226px 20px;
}

.cTopChannelComedy a
{
	width: 73px;
	background-position: -292px 0px;
}

.cTopChannelComedy a:hover
{
	background-position: -292px 20px;
}

.cTopChannelActing a
{
	width: 72px;
	background-position: -365px 0px;
}

.cTopChannelActing a:hover
{
	background-position: -365px 20px;
}

.cTopChannelSports a
{
	width: 60px;
	background-position: -437px 0px;
}

.cTopChannelSports a:hover
{
	background-position: -437px 20px;
}

.cTopChannelCircus a
{
	width: 66px;
	background-position: -497px 0px;
}

.cTopChannelCircus a:hover
{
	background-position: -497px 20px;
}

.cTopChannelMagic a
{
	width: 62px;
	background-position: -563px 0px;
}

.cTopChannelMagic a:hover
{
	background-position: -563px 20px;
}

.cTopChannelWebShows a
{
	width: 96px;
	background-position: -625px 0px;
}

.cTopChannelWebShows a:hover
{
	background-position: -625px 20px;
}

.cTopChannelSpecialist a
{
	width: 87px;
	background-position: -721px 0px;
}

.cTopChannelSpecialist a:hover
{
	background-position: -721px 20px;
}.cTopLinks
{
	text-transform: capitalize;
}

.cTopLinks a
{
	color: #ffffff;	
}#cTopTabs
{
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../content/images/cTopTabs.gif);
}

#cTopTabs ul
{
	margin: 0px;
    padding: 0px;
    list-style: none;
}

#cTopTabs li
{
	float: left;
    margin: 0px;
    padding: 0px;
}

.cTopTabHome a, .cTopTabNews a, .cTopTabProfile a, .cTopTabAccount a, .cTopTabHallOfFame a, .cTopTabUploadVideo a, .cTopTabCompetitions a,
.cTopTabHomeSelected a, .cTopTabNewsSelected a, .cTopTabProfileSelected a, .cTopTabAccountSelected a, .cTopTabCompetitionsSelected a
{
	position: relative;
	color: #ffffff;
	float: left;
	outline: none;	
	height: 23px;	
	background-image: url(../../content/images/cTopTabs.gif);	
}

.cTopTabHome a, .cTopTabHomeSelected a
{
	width: 102px;
	background-position: 0px 0px;
}

.cTopTabHomeSelected a, .cTopTabHome a:hover
{
	background-position: 0px 23px;
}

.cTopTabNews a, .cTopTabNewsSelected a
{
	width: 92px;
	background-position: -102px 0px;
}

.cTopTabNewsSelected a, .cTopTabNews a:hover
{
	background-position: -102px 23px;
}

.cTopTabProfile a, .cTopTabProfileSelected a
{
	width: 116px;
	background-position: -194px 0px;
}

.cTopTabProfileSelected a, .cTopTabProfile a:hover
{
	background-position: -194px 23px;
}

.cTopTabAccount a, .cTopTabAccountSelected a
{
	width: 116px;
	background-position: -310px 0px;
}

.cTopTabAccountSelected a, .cTopTabAccount a:hover
{
	background-position: -310px 23px;
}

.cTopTabCompetitions a, .cTopTabCompetitionsSelected a
{
	width: 143px;
	background-position: -426px 0px;
}

.cTopTabCompetitionsSelected a, .cTopTabCompetitions a:hover
{
	background-position: -426px 23px;
}

.cTopTabUploadVideo a, .cTopTabUploadVideoSelected a
{
	width: 143px;
	background-position: -426px 0px;
}

.cTopTabUploadVideoSelected a, .cTopTabUploadVideo a:hover
{
	background-position: -426px 23px;
}


cNavListDivider
{
	margin-bottom: 20px;
}

.cNavListEntry
{
	height: 53px;
	width: 100%;
	background-color: #e6e6e6;
	margin-bottom: 2px;
	color: #343535;
}

.cNavListEntrySelected
{
	height: 53px;
	width: 100%;
	background-color: #a9a9a9;	
	margin-bottom: 2px;
	color: #ffffff;
}

.cNavListTitleText
{
	padding-top: 7px;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.cNavListText
{
	padding-right: 60px;
	padding-top: 5px;
	line-height: 11px;
	letter-spacing:normal;
	text-transform: none;
	font-size: 10px;
	font-style: italic;
	font-family: arial;	
	font-weight: normal;
}

.cNavListText selected
{
	color: White;	
}

.cNavListHover
{
	background-color: #bfbfbf;	
}
/* generic */
.cProfileStripEntry
{
	width: 242px;
	height: 45px;
	background-image: url(../images/cProfileStripEntry.gif);
}

.cProfileStripTitle
{
	margin-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Arial;
	color: black;
	font-weight: bold;
	font-size: 12px;	
	line-height: 12px;	
}

#cProfileStripFooter
{
	float: left;
	background-image: url(../images/cProfileStripFooter.gif);
	width: 242px;
	height: 27px;
	background-repeat: no-repeat;
}#cPerformerProfileStrip
{
	width: 286px;
}

#cPerformerProfileStripLeft
{
	float: left;
	background-image: url(../images/cPerformerProfileStripLeft.gif);
	width: 22px;
	height: 300px;
}

#cPerformerProfileStripHeader
{
	float: left;
	background-image: url(../images/cPerformerProfileHeader.gif);
	width: 285px;
	height: 18px;
}

#cPerformerProfileStripCenter
{
	position: relative;
	float: left;
	width: 242px;
	min-height: 400px;
	background-color: #edecee;
}

#cPerformerProfileStripImage
{
	margin-left: 12px;
	margin-top: 11px;
	margin-bottom: 11px;
	width: 217px;
	height: 141px;
	display: block;
	background-color: #000000;
}

.cPerformerProfileStripText
{
	margin-top: 4px;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Trebuchet MS;
	font-size: 17px;
	line-height: 17px;
	text-transform: capitalize;
	color: #85bc3c;
}

#cPerformerProfileStripRight
{
	float: left;
	background-image: url(../images/cPerformerProfileStripRight.gif);
	width: 22px;
	height: 300px;
}

#cPerformerProfileStripFooter
{
	float: left;
	background-image: url(../images/cProfileStripFooter.gif);
	width: 242px;
	height: 27px;
}#cUserProfileStrip
{
	width: 286px;
}

#cUserProfileStripLeft
{
	float: left;
	background-image: url(../images/cUserProfileStripLeft.gif);
	width: 22px;
	height: 300px;
}

#cUserProfileStripHeader
{
	float: left;
	background-image: url(../images/cUserProfileStripHeader.gif);
	width: 285px;
	height: 18px;
}

#cUserProfileStripCenter
{
	position: relative;
	float: left;
	width: 242px;
	background-color: #edecee;
}

#cUserProfileStripRight
{
	float: left;
	background-image: url(../images/cUserProfileStripRight.gif);
	width: 22px;
	height: 300px;
}

#cUserProfileStripImage
{
	margin-left: 12px;
	margin-top: 11px;
	margin-bottom: 11px;
	width: 217px;
	height: 141px;	
	background-color: #000000;
}

.cUserProfileStripText
{
	margin-top: 4px;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Trebuchet MS;
	font-size: 17px;
	line-height: 17px;
	text-transform: capitalize;
	color: #31c3dc;
}
.cItemResultList
{
	float: left;
	width: 465px;
	height: 76px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dedede;
	position: relative;
}

.cItemResultList a
{
	color: #ed145b;	
	cursor: pointer;	
}

.cItemResultList a:hover
{
	text-decoration: underline;
}
	
.cItemResultListThumbnail
{
	float: left;
	width: 120px;
	height: 72px;	
	margin-right: 10px;
	background-color: #000000;
	border: solid 2px #d1d1d1;
}

.cItemResultListHeader
{
	float: left;
	font-size: 14px;
	height: 17px;
	width: 220px;
}

.cItemResultListHeaderRight
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	float: right;
}

.cItemResultListBody
{
	float: left;
	height: 44px;	
	width: 320px;	
}

.cItemResultListFooter
{
	float: left;	
	height: 15px;
	width: 200px;
}

.cItemResultListFooterRight
{
	font-weight: bold;
	float: right;
	color: #ed1459;
}


.cSearchTags
{
	font-weight: bold;
	letter-spacing: normal;	
}

.cSearchTagsTitle
{
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
}

.cSearchTagsTag
{
	font-weight: bold;
	color: #525252;
	letter-spacing: normal;
	line-height: 15px;
}

.cSearchTagsDivider
{
	color: #8cc63f;
}.cSecureDialogButtonSpot a
{
	cursor: pointer;
	position: relative;
	display: block;
	height: 35px;
	width: 132px;
	background: url(../../content/images/btnSpot.png) 0 0 no-repeat;
}

.cSecureDialogButtonSpot a:hover
{
	background-position: -132px 0;	
}#cSecureDialogActionFlagBtn a
{
	position: absolute;
	cursor: pointer;
	width: 158px;
	height: 54px;
	background: url(../images/btnFlag.gif) 0 0 no-repeat;
}

#cSecureDialogActionFlagBtn a:hover
{
	background-position: -158px 0;
}
#cWidgetViewers
{
	height: 400px;
	width: inherit;
	color: #ffffff;
}

/* Profile */

#cWidgetViewers #profileArea
{
	width: 100%;
	height: 90px;
	background-color: #eeeeee;
}

/* Items */

#cWidgetViewers #items
{
	height: 300px;
	overflow: auto; 
	overflow-x: hidden;
}

/* Message area */

#cWidgetViewers #messageArea
{
}

#cWidgetViewers #messageArea #form
{
	width: inherit;
}

#cWidgetViewers #messageArea #message
{
	width: 268px;
	height: 68px;	
	border: none;
	margin: 6px;
	margin-bottom: 3px;
	background-color: #D9D9D9;
}

#cWidgetViewers #messageArea #sendButton
{
	width: 272px;
	margin-left: 4px;
	margin-right: 4px;
}

/* Item */

#cWidgetViewers #items .item
{
	float: left;
	width: 100%;
	border-bottom: solid 1px #72706f;
	padding: 4px;
}

#cWidgetViewers #items .item .thumbnail
{
	float: left;
	width: 55px;
	height: 40px;
}

#cWidgetViewers #items .item
{
	float: left;	
}

#cWidgetViewers #items .item .name
{
	font-weight: bold;
	font-size: 12px;	
}

#cWidgetViewers #items .item .message
{
	font-size: 11px;	
	color: #dddddd;
}

#cWidgetViewers #items p
{
	margin: 0px;
	margin-left: 60px;
}
.cTabSheet
{
	font-family: Arial;
	font-size: 12px;
}

.cTabSheet .bar
{
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: capitalize;
}

.cTabSheet .header
{
	width: 510px;
	height: 8px;
	background: url(../../content/images/cTabSheetHeader.gif);
	background-position: top, left;
	background-repeat: no-repeat;
}

.cTabSheet .content
{
	width: 508px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
}

.cTabSheet .contentInner
{
	margin-left: 7px;	
	margin-right: 7px;
	width: 494px;
}

.cTabSheet .footer
{
	width: 510px;
	height: 8px;
	background: url(../../content/images/cTabSheetFooter.gif);
	background-position: top, left;
	background-repeat: no-repeat;
}
#cTabSheetChannelPageContainer
{
	width: 457px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
	overflow: hidden;
}

#cTabSheetChannelPageContainerInner
{
	margin-left: 7px;
}

#cTabSheetChannelPageTabs
{
	width: 450px;
	height: 22px;
	margin-bottom: 5px;
}

#cTabSheetChannelPageCompetitionEndDate
{
	text-align: center;
	color: #ffffff;
	word-spacing: 1px;
	font-size: 12px;
	width: 444px;
	height: 25px;
	line-height: 25px;
	background: url(../../content/images/cTabSheetChannelPageHeader.gif) 0 0 no-repeat;
	margin-bottom: 5px;
}

.cTabSheetChannelPageTabBlue a, .cTabSheetChannelPageTabBlueSelected a
{
	color: #ffffff;
	float: left;
	position: relative;
	width: 102px;
	height: 22px;
	text-align: center;
	outline: none;	
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
	background: url(../../content/images/cTabBlue.gif) 0 0 no-repeat;
}

.cTabSheetChannelPageTabBlue a:hover
{
	background-position: -102px 0;	
}

.cTabSheetChannelPageTabBlueSelected a
{
	background-position: -102px 0;	
	text-decoration: underline;
}

#cTabSheetChannelPageFooter
{
	width: 459px;
	height: 8px;
	background-image: url(../images/cTabSheetChannelPageFooter.gif);
	background-repeat: no-repeat;
}
#cTabSheetHomePageHeader
{
	position: relative;
	width: 460px;
	height: 110px;
	background: url(../../content/images/cTabSheetHomePageHeader.jpg);
	background-repeat: no-repeat;
}

#cTabSheetHomePageTabs
{
	position: absolute;
	overflow: hidden;
	width: 460px;
	height: 22px;
	top: 48px;
	left: 7px;
}

#cTabSheetHomePageCompetitionEndDate
{
	position: absolute;
	text-align: center;
	color: #ffffff;
	word-spacing: 1px;
	font-size: 12px;
	width: 444px;
	height: 25px;
	line-height: 25px;
	top: 80px;
	left: 7px;
}

#cTabSheetHomePageContainer
{
	width: 458px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
}

#cTabSheetHomePageContainerInner
{
	margin-left: 7px;
}

#cTabSheetHomePageFooter
{
	width: 460px;
	height: 8px;
	background-image: url(../images/cTabSheetHomePageFooter.gif);
	background-repeat: no-repeat;
}

.cTabSheetHomePageTabBlue a
{
	color: #ffffff;
	float: left;
	position: relative;
	width: 102px;
	height: 22px;
	text-align: center;
	outline: none;	
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
	background: url(../../content/images/cTabSheetHomePageTabBlue.gif) 0 0 no-repeat;
}

.cTabSheetHomePageTabBlue a:hover
{
	background-position: -102px 0;	
}

.cTabSheetHomePageTabGrey a
{
	color: #ffffff;
	float: left;
	position: relative;
	width: 102px;
	height: 22px;
	text-align: center;
	outline: none;	
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
	background: url(../../content/images/cTabSheetHomePageTabGrey.gif) 0 0 no-repeat;
}

.cTabSheetHomePageTabGrey a:hover
{
	background-position: -102px 0;	
}


/* Generic */
.cWidgetContainerInner
{
}

/* Blue widgets */

#cWidgetHeaderNewsFeed
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cNewsFeedHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetHeaderLatestAdditions
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cLatestAdditions.gif);
	background-repeat: no-repeat;
}

#cWidgetHeaderStaffPicks
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cStaffPicksHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetHeaderMostPopular
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cMostPopularHeader.gif);
	background-repeat: no-repeat;
}

.cWidgetContainerBlue
{
	width: 298px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
	float: left;
}

.cWidgetPaginationLeftBlue a
{
	position: absolute;
	cursor: pointer;
	top: 8px;
	left: 251px;
	width: 18px;
	height: 18px;
	background-image: url(../images/btnComponentArrowLeftBlue.gif);		
}

.cWidgetPaginationLeftBlue a:hover
{
	background-position: -18px 0;	
}

.cWidgetPaginationRightBlue a
{
	position: absolute;
	cursor: pointer;	
	top: 8px;
	left: 272px;
	width: 18px;
	height: 18px;
	background-image: url(../images/btnComponentArrowRightBlue.gif);		
}

.cWidgetPaginationRightBlue a:hover
{
	background-position: -18px 0;	
}

.cWidgetFooterBlue
{
	width: 300px;
	height: 8px;
	background-image: url(../images/cWidgetFooterBlue.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

/* Green widgets */

.cWidgetContainerGreen
{
	width: 241px;
	float: left;
}

.cWidgetPaginationLeftGreen a
{
	position: absolute;
	cursor: pointer;	
	top: 8px;
	left: 194px;
	width: 18px;
	height: 18px;
	background-image: url(../images/btnComponentArrowLeftGreen.gif);		
}

.cWidgetPaginationLeftGreen a:hover
{
	background-position: -18px 0;	
}

.cWidgetPaginationRightGreen a
{
	position: absolute;
	cursor: pointer;	
	top: 8px;
	left: 215px;
	width: 18px;
	height: 18px;
	background-image: url(../images/btnComponentArrowRightGreen.gif);		
}

.cWidgetPaginationRightGreen a:hover
{
	background-position: -18px 0;	
}

.cWidgetFooterGreen
{
	width: 241px;
	height: 8px;
	background-image: url(../images/cWidgetFooterGreen.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}


#cWidgetHeaderMostPopular
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cMostPopularHeader.gif);
	background-repeat: no-repeat;
}#cWidgetHeaderLatestAdditions
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cLatestAdditions.gif);
	background-repeat: no-repeat;
}#cWidgetHeaderLatestAdditionsDanceFlick
{
	position: relative;
	width: 300px;
	background-image: url(../images/competition/cLatestAdditions.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
}

#cWidgetHeaderLatestAdditionsDanceFlick #body
{
	float: left;
	width: 243px;
	background-color: #2A2F47;	
}

#cWidgetHeaderLatestAdditionsDanceFlick #body #message
{
	width: 243px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}#cWidgetMiniChartHeader
{
	position: relative;
	height: 32px;
	width: 160px;
	background-image: url(../images/cMiniChartHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetMiniChartContainer
{
	width: 158px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
	float: left;
}

#cWidgetMiniChartFooter a
{
	float: left;
	height: 33px;
	width: 160px;
	background-image: url(../images/cMiniChartFooter.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#cWidgetMiniChartFooter a:hover
{	
	background-position: -160px 0;
}


#cWidgetMoreLikeThisHeader
{
	position: relative;
	height: 32px;
	width: 160px;
	background-image: url(../images/cMoreLikeThisHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetMoreLikeThisContainer
{
	width: 158px;
	border-left: solid 1px #d1d7de;
	border-right: solid 1px #d1d7de;
	float: left;
}

#cWidgetMoreLikeThisFooter a
{
	float: left;
	height: 10px;
	width: 160px;
	background-image: url(../images/cMoreLikeThisFooter.gif);
	background-repeat: no-repeat;
}

#cWidgetNewsHeader
{
	height: 80px;
	width: 175px;
	background-image: url(../images/cNewsHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetNewsInner
{
	width: 173px;	
	border-right: solid 1px #D2D8DF;
	border-left: solid 1px #D2D8DF;
	background-color: #E7F2D8;
}

#cWidgetNewsFooter
{
	width: 175px;
	height: 35px;
	background-image: url(../images/cNewsFooter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;	
}

#cWidgetNewsFooter a:hover
{
	background-position: -175px 0;	
}
#cWidgetHeaderNewsFeed
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cNewsFeedHeader.gif);
	background-repeat: no-repeat;
}#cWidgetHeaderStaffPicks
{
	position: relative;
	height: 32px;
	width: 300px;
	background-image: url(../images/cStaffPicksHeader.gif);
	background-repeat: no-repeat;
}

.active
{
	border: solid 1px red;	
}#cWidgetHeaderSupporters
{
	position: relative;
	height: 55px;
	width: 241px;
	background-image: url(../images/cSupportersHeader.gif);
	background-repeat: no-repeat;
}

#cWidgetHeaderSupportersCount
{
	position: absolute;
	top: 35px;
	left: 10px;
	height: 20px;
	width: 231px;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
}

#cSupportersFooter
{
	position: relative;
	margin-top: 2px;
	width: 241px;
	height: 98px;
	background-image: url(../images/cSupportersFooter.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

.cSupportersButton a
{
	position: absolute;
	width: 167px;
	height: 29px;
	top: 53px;
	cursor: pointer;
	left: 39px;
	background-image: url(../images/btnSupport.gif);	
}

.cSupportersButton a:hover
{
	background-position: -167px 0;	
}#cWidgetWinners
{
	width: 208px;
	background-image: url(../images/competition/cWinners.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
}

#cWidgetWinners #body
{
	float: left;
	width: 208px;
	background-color: #2A2F47;	
}

#cWidgetWinners #body #message
{
	width: 208px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cItemAllTime
{
	margin-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px solid #C8C7C6;
	font-size: 11px;
	height: 28px;
	color: #595959;
}

.cItemAllTime a
{
	color: #00adef;		
}

.cItemAllTimeHeaderRight
{
	font-weight: normal;
	float: right;
	color: #fc418c;
}

.cItemAllTimeThumbnail
{
	float: left;
	width: 27px;
	height: 16px;	
	margin-right: 8px;
	margin-top: 3px;
	cursor: pointer;
}

.cItemAllTimeBody
{
	padding: 3px 0 2px 0;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}.cItemLatestAddition
{
	margin-top: 6px;
	width: 88px;
	height: 95px;
	display: inline;
	margin-left: 7px;
	float: left;
	font-size: 11px;
	color: #595959;
}

.cItemLatestAdditionThumbnail
{
	width: 91px;
	height: 60px;
	margin-bottom: 3px;
	cursor: pointer;
}

.cItemLatestAddition a
{
	color: #30b5e8;
}

.cItemLatestAddition a:hover
{
	text-decoration: underline;
}.cItemLatestAdditionDanceFlick
{
	margin-top: 6px;
	width: 105px;
	height: 110px;
	display: inline;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	color: #ffffff;
}

.cItemLatestAdditionDanceFlick .thumbnail
{
	width: 105px;
	height: 69px;
	margin-bottom: 3px;
	cursor: pointer;
}

.cItemLatestAdditionDanceFlick a
{
	color: #ffffff;
}

.cItemLatestAdditionDanceFlick a:hover
{
	text-decoration: underline;
}.cItemMiniChart
{
	position: relative;
	float: left;
	width: 158px;
	height: 63px;
	margin-top: 2px;
	background-image: url(../images/cMiniChartItem.gif);
}

.cItemMiniChart a
{
	color: #10a9e4;
}

.cItemMiniChart a:hover
{
	text-decoration: underline;	
}

.cItemMiniChartPosition
{
	position: absolute;
	top: 5px;
	left: 5px;	
	width: 29px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.cItemMiniChartName
{
	position: absolute;
	top: 3px;
	left: 39px;	
	color: #00a4e3;
	font-size: 11px;
}

.cItemMiniChartDetails
{
	position: absolute;
	top: 17px;
	left: 39px;	
	color: #aaaaaa;
	font-size: 11px;
}

.cItemMiniChartVotes
{
	position: absolute;
	top: 45px;
	left: 55px;	
	color: #10a9e4;
}
.cItemMoreLikeThis
{
	margin-top: 10px;
	width: 120px;
	height: 100px;
	display: block;
	margin-left: 20px;
	float: left;
	font-size: 11px;
	display: inline;
	color: #595959;
}

.cItemMoreLikeThisThumbnail
{
	width: 120px;
	height: 72px;
	cursor: pointer;
	background-color: #000000;
	margin-bottom: 3px;
}

.cItemMoreLikeThis a
{
	color: #79AD37;
}

.cItemMoreLikeThis a:hover
{
	text-decoration: underline;
}.cItemNewsHeader
{
	width: 173px;
	height: 9px;
	background-image: url(../images/cNewsItemHeader.gif);
}

.cItemNewsBody
{
	width: 173px;
	background-image: url(../images/cNewsItemBody.gif);
	background-repeat: repeat-y;
}

.cItemNewsBodyInner
{
	margin-left: 15px;
	margin-right: 15px;
}

.cItemNewsDate
{
	font-size: 11px;
	background-color: #85BC3C;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
}

.cItemNewsTitle
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #D1D7DE;
	margin-top: 3px;
	margin-bottom: 4px;	
	padding-bottom: 3px;
	display: block;	
}

.cItemNewsCopy
{
	font-size: 11px;
	color: #7A7A7A;
	display: block;		
}

.cItemNewsLink
{
	font-style: italic;
	font-size: 11px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cItemNewsLink a
{
	color: #8DC049;
	cursor: pointer;
	text-decoration: underline;
}

.cItemNewsFooter
{
	width: 173px;
	height: 23px;
	background-image: url(../images/cNewsItemFooter.gif);
}.cItemNewsFeed
{
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px solid #C8C7C6;
}

.cItemNewsFeed a
{
	font-weight: bold;
	color: #00adef;		
}

.cItemNewsFeedHeaderRight
{
	font-size: 11px;
	font-weight: normal;
	float: right;
	color: #fc418c;
	background-color: #dfdfdf;
}

.cItemNewsFeedIcon
{
	float: left;
	width: 16px;
	height: 33px;	
	margin-right: 8px;
}

.cItemNewsFeedThumbnail
{
	float: left;
	width: 50px;
	height: 33px;	
	margin-right: 8px;
	cursor: pointer;
}

.cItemNewsFeedBody
{
	padding: 3px 0 2px 0;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}.cItemStaffPick
{
	margin-top: 6px;
	width: 88px;
	height: 95px;
	display: block;
	margin-left: 7px;
	float: left;
	display: inline;
	font-size: 11px;
	color: #595959;
}

.cItemStaffPickThumbnail
{
	width: 91px;
	height: 60px;
	margin-bottom: 3px;
	cursor: pointer;
}

.cItemStaffPick a
{
	color: #30b5e8;
}

.cItemStaffPick a:hover
{
	text-decoration: underline;
}.cItemSupporter
{
	margin-top: 2px;
	font-size: 11px;
	height: 27px;
	color: #595959;
	background-color: #ECECEC;
}

.cItemSupporter a
{
	color: #79ad37;
}

.cItemSupporter a:hover
{
	text-decoration: underline;
}

.cItemSupporterThumbnail
{
	margin-top: 5px;
	margin-left: 4px;
	float: left;
	width: 27px;
	height: 16px;	
	margin-right: 8px;
	cursor: poniter;
}

.cItemSupporterBody
{
	font-size: 11px;
	line-height: 27px;
	color: #333333;
}.cItemWinner
{
	margin-top: 2px;
	font-size: 12px;
	height: 27px;
	color: #ffffff;
	line-height: 25px;
}

.cItemWinner a
{
	color: #ffffff;
}

.cItemWinner a:hover
{
	text-decoration: underline;
}

.cItemWinner .thumbnail
{
	margin-top: 5px;
	margin-left: 4px;
	float: left;
	width: 27px;
	height: 16px;	
	margin-right: 8px;
	cursor: pointer;
}

.cItemWinner body
{
	font-size: 11px;
	line-height: 27px;
	color: #333333;
}#mainContainer
{
	width: 976px;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 964px;
}

#bgoverlay
{
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 20; 
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* Icon overlay */

#iconoverlay
{
	display: none;	
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 20; 
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.5;
	width: 120px;
	height: 76px;
}

#iconoverlayContent
{
	position: absolute;
	z-index: 21;
}

#iconoverlayContentInner
{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
	color: #ffffff;
	font-size: 11px;
}

#iconoverlayName
{
	display: block;
	font-weight: bold;
}

#iconoverlayTitle
{
	display: block;
}

#iconoverlayTop
{
	display: none;
	position: absolute;
	z-index: 22;
	cursor: pointer;
}

/* Background overlays */

#bgoverlaylight
{
	cursor: pointer;
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 400; 
	background-color: #000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#bgoverlaytransparent
{
	cursor: pointer;
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 400; 
}


#mainFooter
{
	width: 976px;
	margin: 0 auto;
	background-image: url(../images/footerCenter.gif);
	background-repeat: repeat-x;
	height: 62px;
}

#mainFooter a
{
	color: #ffffff;
}

#mainFooterInner
{
	padding-top: 7px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 15px;
}#mainHeader
{
	width: 976px;
	margin: 0 auto;
	position: relative;
	height: 94px;	
	background-image: url(../images/header.jpg);
	background-repeat:  no-repeat;
	background-color: #000000;
}

#mainTopLinks
{
	float: right;
	padding: 8px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#mainLogo
{
	position: absolute;
	cursor: pointer;
	top: 21px;
	left: 40px;
	width: 189px;
	height: 59px;
}

#mainCompCountdown
{
	position: absolute;
	left: 760px;
	top: 42px;
	color: #ffffff;
	height: 39px;
	width: 198px;
}

#mainSearch
{
	float: right;
	height: 22px;
	width: 270px;
	padding: 3px;
	line-height: 24px;
}

#mainTabs
{
	width: 976px;
	margin: 0 auto;	
}/* main container */
#pageAdmin
{
	padding-top: 40px;
	padding-bottom: 40px;
    padding-left: 55px;
    padding-right: 55px;
    float: left;
}

/* left nav */
#pageAdmin #leftNav
{
    float: left;
    width: 300px;
    display: inline;
}

/* right content */
#pageAdmin #rightContent
{
    float: left;
	width: 510px;
	float: left;
    display: inline;	
	margin-left: 40px;
}/* Page Layout */

#pageChannel
{
}

#pageChannel #whatsHot
{
	width: 653px;
	height: 158px;
	padding-top: 10px;
	margin-left: 10px;
}

#pageChannel #header
{
	width: 653px;
	height: 145px;
	overflow: hidden;
}
 
#pageChannel #leftContent
{
	float: left;
	margin-left: 11px;
	display: inline;
	width: 185px;
	height: 335px;
	background-image: url(../../content/images/channelInfoPanel.jpg);	
	background-repeat: no-repeat; 
	cursor: pointer;
} 

#pageChannel #centerContent
{
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 459px;
}

#pageChannel #rightContent
{
	float: left;
    margin-left: 10px;
	display: inline;
    width: 300px;
    position: relative;
    top: -135px;
}

#pageChannel #rightContent #advert
{
	float: left;
	display: inline;
	height: 250px;
    width: 300px;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #eeeeee;
}

#pageChannel #rightContent #latest
{
	float: left;
	display: inline;
    width: 300px;
	margin-bottom: 10px;
}

#pageChannel #rightContent #allTime
{
	float: left;
	display: inline; 
    width: 300px;
	margin-bottom: 10px;
}/* Page Layout */

#pageCompetition
{
	background-image: url(../../content/images/competition/danceFlickBackground.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 976px;
	float: left;
	background-color: #0D0F17;
	min-height: 964px;
}

#pageCompetition #leftContent
{
	float: left;
	margin-left: 22px;
	display: inline;
	width: 209px;
	margin-top: 553px;	
	margin-bottom: 10px;
} 

#pageCompetition #centerContent
{
	float: left;
	width: 443px;
	margin-top: 190px;
	margin-left: 23px;
}

#pageCompetition #competitionMessage
{
	position: absolute;
	width: 443px;
	height: 20px;
	top: 162px;
	left: 253px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
}

#pageCompetition #rightContent
{
	float: right;
	margin-right: 11px;
	width: 243px;
	margin-top: 485px;
}

#pageCompetition #rightContent #latest
{
	float: left;
	display: inline;
    width: 300px;
	margin-bottom: 10px;
}

#pageCompetition #rightContent #trailor
{
	float: left;
	display: inline; 
    width: 300px;
	margin-bottom: 10px;
}

/* Elements */

#enterVideoButton a
{
	position: absolute;
	left: 719px;
	top: 8px;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 232px;
	background: url(../images/competition/btnEnterVideo.gif) 0 0 no-repeat;
}

#enterVideoButton a:hover
{
	background-position: -232px 0;
}

#termsConditions a
{
	position: absolute;
	left: 717px;
	top: 448px;
	cursor: pointer;
	display: block;
	height: 29px;
	width: 111px;
	background: url(../images/competition/btnTerms.gif) 0 0 no-repeat;
}

#termsConditions a:hover
{
	background-position: -111px 0;
}#pageHome
{
}

#pageHome #top
{
	width: 976px;
	height: 230px;
}

#pageHome #top #banner
{
	float: left;
	width: 665px;
	height: 230px;
	cursor: pointer;
	background-image: url(../images/homebanner1.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#pageHome #top #winner
{
	float: left;	
	width: 311px;
	height: 230px;
	cursor: pointer;
}

/* home center content */

#pageHome #center
{
	margin-left: 10px;
	float: left;
	width: 645px;
	display: inline;    
	margin-bottom: 10px;
}

#pageHome #center #carousel
{
	float: left;
	margin-bottom: 10px;
}

#pageHome #center #chart
{
	float: right;
}

#pageHome #center #news
{
	float: left;
	width: 175px;
	height: 700px;
}

/* left hand column */

#pageHome #left
{
	height: 600px;
	width: 175px;
	float: left;
	background-image: url(../images/homeInfoPanel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* right hand column */

#pageHome #right
{
	margin-left: 10px;
	position: relative;
	width: 300px;
	float: left;
	display: inline;	
	margin-bottom: 10px;	
}

#pageHome #right #advert
{
	float: left;
	margin-bottom: 10px;
	display: inline;
	height: 250px;
    width: 300px;
    background-color: #dddddd;
}

#pageHome #right #staffPicks
{
	float: left;
	display: inline;
    width: 300px;
	margin-bottom: 10px;
}

#pageHome #right #newsfeed
{
	float: left;
	display: inline;
    width: 300px;
	margin-bottom: 10px;    
}
#pageNews
{
}

/* left content */
#pageNews #left
{
	width: 655px;
	float: left;
	margin-right: 10px;
}

#pageNews #left #header
{
	width: inherit;
	height: 145px;
	background-repeat: no-repeat;
	background-image: url(../../content/images/newsHeader.jpg);		
}

#pageNews #left #news
{
	float: left;
	margin-left: 11px;
	border-left: solid 7px #E8F2D9;
	border-right: solid 7px #E8F2D9;	
	width: 629px;
}

#pageNews #left #footer
{
	float: left;
	width: inherit;
	height: 20px;
	margin-left: 11px;	
	background-repeat: no-repeat;
	background-image: url(../../content/images/newsFooter.gif);		
}

/* right hand content */

#pageNews #right
{
	float: left;
    width: 300px;
    margin-top: 10px;
}

#pageNews #right #staffPicks
{
    width: 300px;
	margin-bottom: 10px;
}

#pageNews #right #advert
{
	height: 250px;
    width: 300px;
	margin-bottom: 10px;
	cursor: pointer;
}#pageNooTelly
{
	width: inherit;	
	background-color: #000000;
}

/* Header */

#pageNooTelly #header
{
	width: inherit;
	height: 72px;
	background-image: url(../../content/images/nootelly/header.gif);
	background-repeat: repeat-x;
}

#pageNooTelly #header #logo
{
	float: left;
	margin-left: 20px;
}

#pageNooTelly #navigation
{
	width: inherit;
	height: 20px;
	background-color: #1f1b17;
}

#pageNooTelly #navigation #left
{
	float: left;
	margin-left: 20px;
}

#pageNooTelly #navigation #right
{
	float: right;
}

#pageNooTelly #navigation a
{
	color: #969594;
	line-height: 20px;
	margin-right: 20px;		
}

#pageNooTelly #navigation a:hover
{
	text-decoration: underline;
}

/* Video window */

#pageNooTelly #videoWindow
{
	width: 600px;
	margin: 30px;
	float: left;
	border: solid 1px #1f1b17;
}

#pageNooTelly #videoWindow #plugin
{
	width: inherit;
	height: 360px;	
}

#pageNooTelly #videoWindow #controls
{
	width: inherit;
	margin-top: 5px;
	height: 40px;
	background-color: #1f1a17;
}

/* Messages */

#pageNooTelly #messages
{
	border: solid 1px #646262;
	width: 280px;
	float: left;
	height: 405px;
	margin-top: 30px;
}

/* Footer */

#pageNooTelly #footer
{
	width: inherit;
	clear: both;
}#performerPage
{
}

#performerPage #header
{
	height: 57px;	
	background-image: url(../images/performerHeaderBackground.gif);
	background-repeat: repeat-x;
	line-height: 57px;
	padding-left: 286px;
	font-size: 25px;
	color: #ffffff;
	text-transform: capitalize;
}

/* left */
#performerPage #leftContent
{
	position: relative;
	top: -57px;
	float: left;
	width: 286px;
}

#performerPage #profileStrip
{
	float: left;
	width: 286px;
}

#performerPage #supporters
{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 266px;
	display: inline;
 }

/* center */
#performerPage #center
{
	float: left;
	width: 510px;
}

#performerPage #video
{
	margin-top: 20px;
	background-image: url(../images/cPerformancePlayerVideo.gif);
	height: 360px;
}

#performerPage #videoDisabled
{
	background-image: url(../images/cPlayerDisabled.jpg);
	height: 466px;
	margin-bottom: 10px;
}

#performerPage #message
{
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

#performerPage #videoInner
{
	padding: 5px;
}

#performerPage #playerControls
{
	width: 510px;
	margin-bottom: 10px;
}

#performerPage #performances
{
	width: 510px;
	margin-bottom: 10px;
}

#performerPage #info
{
	width: 510px;	
	margin-bottom: 10px;
	display: block;
}

#performerPage #comments
{
	width: 510px;	
	margin-bottom: 10px;
}

/* right */
#performerPage #right
{
	float: left;
	margin-top: 20px;
	display: inline;
	width: 160px;
	margin-left: 10px;
}

#performerPage #similarVideos
{
	float: left;
	height: 500px;
	margin-bottom: 10px;
	display: inline;	
}
/* right */
#searchLeftContent
{
	float: left;
	width: 160px;	
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
	background-color: #ffffff;
}

/* center */
#searchCenterContent
{
	width: 470px;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;	
	float: left;
}

/* left */
#searchRightContent
{
	margin-top: 10px;
	float: left;
	margin-left: 10px;	
	display: inline;	
	width: 300px;	
}

#searchAdvertRight
{
	float: left;
	display: inline;	
	height: 250px;
    width: 300px;
    margin-bottom: 10px;
}

#searchRightNewsfeed
{
	float: left;
	display: inline;	
    width: 300px;
	margin-bottom: 10px;
}

#searchRightStaffPicks
{
	float: left;
	display: inline;	
    width: 300px;
	margin-bottom: 10px;
}/* main container */
#siteContainer
{
    padding: 20px;
}

#siteContainer p
{
	line-height: 17px;
}

#siteContainer a
{
	color: #85bc3c;
}

#siteContainer a:hover
{
	text-decoration: underline;
}

/* left nav */
#siteLeftNav
{
    float: left;
    width: 300px;
    margin-right: 20px;
}

/* right content */
#siteRight
{
    float: left;
	width: 614px;
}

#siteRightContent
{
	width: 612px;
	border-left: solid 1px #d1d7df;
	border-right: solid 1px #d1d7df;	
}

#siteRightHeader
{
	background-image: url(../images/siteHeader.gif);
	background-repeat: no-repeat;
	height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    font-family: Arial;
    padding-left: 20px;
    color: #85bc3c;
}

.siteRightTitle
{
	height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    font-family: Arial;
    color: #85bc3c;
    border-bottom: solid 1px #d1d7df;
}	

#siteRightContentInner
{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

#siteRightFooter
{
	background-image: url(../images/siteRightFooter.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 20px;
}
#userHeader
{
	height: 57px;	
	background-image: url(../images/userHeaderBackground.gif);
	background-repeat: repeat-x;
	line-height: 57px;
	padding-left: 286px;
	font-size: 30px;
	color: #ffffff;
}

/* left */
#userLeftContent
{
	position: relative;
	top: -57px;
	float: left;
	display: inline;
	width: 286px;
}

#userLeftProfile
{
	float: left;
	width: 286px;
}

/* center */
#userCenterContent
{
	float: left;
	display: inline;
	margin-top: 20px;
	width: 510px;
	margin-bottom: 50px;
}

.userCenterItem
{
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

/* right */
#userRightContent
{
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	display: inline;
	width: 160px;
}

#userAd
{
	float: left;
	width: 160px;
	height: 600px;
	margin-bottom: 10px;
}html, body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Sans-Serif, Verdana;
	background-image: url(../../content/images/siteBackground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}

/*
 * Reset to avoid IE bugs (some of them)
*/

.div
{
	margin: 0px;
}

/*
 * Used to tag any divs that need to be hidden when we pop a login box.  I.E. any that don't obey z-ordering
*/

.flashContent
{
}

/*
 * Ajax
*/

.ajaxcontainer
{
}

/* 
 * Filters
*/

.pngimage
{ 
	behavior: url(../content/css/iepngfix.htc);
}

/* 
 * Images
*/

img 
{
	border: none;
}

/* 
 *	Links 
*/

a
{
	text-decoration: none;
	color: #ed145b;
}

a:focus { outline: none; }

a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* 
 * Font definitions 
*/

.labelText, .labeTextGreen, .labelTextRed
{
	font-size: 11px;
	font-weight: bold;
	font-family: arial;

	letter-spacing: normal;
	text-transform: uppercase;	
	color: #686868;
}

.titleText, .titleTextSmall
{
	font-family: arial;
	color: #686868;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-transform: none;
}

 .titleTextSmall
 {
	font-size: 13px;
 }
 
.titleTextLarge
{
	font-family: arial;
	font-size: 35px;	
	color: #88BB44;
	font-weight: bold;
	text-transform: none;	
}

/* 
 * Thumbnails 
*/

.thumbnail, .thumbnailBorder
{
	width: 120px;
	height: 72px;	
	background-color: #000000;
}

.thumbnailBorder
{
	border: solid 2px #868686;
}/* 
 * Forms
*/

.formError
{
	border: solid 1px red;
	margin-bottom: 20px;
	color: #ff5555;
	font-weight: bold;	
}

.formMessage
{
	border: solid 1px green;
	margin-bottom: 20px;
	color: Green;
	background-color: #FFFFFF;
	font-weight: bold;
}

.formInput
{
	width: 330px;
	background-color: #f2f2f2;	
	border: solid 1px #dadada;
	padding: 3px;
	text-transform: none;
}

.formTextArea
{
	width: 350px;
	height: 100px;
	background-color: #f2f2f2;	
	border: solid 1px #dadada;
	padding: 3px;
} 

.formTextAreaSmall
{
	width: 260px;
	height: 100px;
	background-color: #f2f2f2;	
	border: solid 1px #dadada;
	padding: 3px;
}

.formInputSmall
{
	width: 260px;
	background-color: #f2f2f2;	
	border: solid 1px #dadada;
	padding: 3px;
}	

.formInputTiny
{
	width: 200px;
	background-color: #f2f2f2;
	border: solid 1px #dadada;
	padding: 3px;
}	

.formLabel
{
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	line-height: 15px;
	text-transform: uppercase;
	width: 117px;
}#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	
	left: 0;
	width: 100%; 
	height: 100%;
	z-index: 9999;
	background-color: #000!important;
}

#MB_overlay[id]  {
	position: fixed;
}

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 99999;
}

#MB_window[id]  {
	position: fixed!important; 
}

#MB_frame {
	position: relative;
	height: 100%;
}

#MB_header 
{
	height: 40px;
	background-image: url(../images/cDialogHeader.gif);
	background-position: center, top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#MB_content {
	background-image: url(../images/cDialogBackground.gif);
	background-position: center, top;
	background-repeat: no-repeat;
	padding: 0px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	font-size: 18px;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close a {
	position: absolute;
	display: block;
	background-image: url(../images/cDialogCloseButton.png);
	right: 5px; 
	top: 4px;
	width: 28px;
	height: 28px;
}

#MB_close a:hover {
	background-position: -28px 0;
}

#MB_loading {
	padding: 1.5em;
	text-align: center;
	font-family: arial;
	font-size: 18px;	
	font-weight: bold;
	color: #EBEBEB;
	margin-bottom: 30px;

	/*	
		text-indent: -10000px;
		background: transparent url(../images/ajax-loader.gif) 50% 0 no-repeat;
	*/
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#MB_window 
{
	background-color: #000000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;

	/*
		-webkit-border-radius: 7px; 
		-moz-border-radius: 7px;
		border-radius: 7px;
	*/
}

#MB_content  {
}

#MB_header {
}

#MB_caption { 
	color: #85BC3C;
}

#MB_close  {
	color: #777 
}

#MB_close:hover {
	color: #000 
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}/* 
* Tabs 
*/

.cTabGreen a, .cTabGreenSelected a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display: block;
	width: 102px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabGreen.gif) 0 0 no-repeat;
	text-decoration: none;
}

.cTabGreen a:hover 
{	
	background-position: -102px 0;
}

.cTabGreenSelected a
{
	background-position: -102px 0;
}

.cTabGreenWide a, .cTabGreenSelectedWide a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display: block;
	width: 122px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabGreenWide.gif) 0 0 no-repeat;
	text-decoration: none;
}

.cTabGreenWide a:hover 
{	
	background-position: -122px 0;
}

.cTabGreenSelectedWide a
{
	background-position: -122px 0;
}

.cTabBlue a, .cTabBlueSelected a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display: block;
	width: 102px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabBlue.gif) 0 0 no-repeat;
	text-decoration: none;
}

.cTabBlue a:hover 
{	
	background-position: -102px 0;
}

.cTabBlueSelected a
{
	background-position: -102px 0;
}/* Page layout */

#pageWizard
{
}

#pageWizard #wizardHeader
{
	padding: 20px;
	padding-left: 40px;
	width: 949px;
	color: #52626A;
}

#pageWizard #tabs
{
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
}

#pageWizard #content
{
    border: solid 1px #dddddd;	
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

/* The lefthand info panel */

#pageWizard #info
{
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	width: 325px;
	height: 440px;
	background-image: url(../../content/images/wizardPostIt.gif);
	background-repeat: no-repeat;
    display: inline;
}

#pageWizard #info #header
{
	position: absolute;
	top: 60px;
	left: 30px;
	width: 235px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #0D0B09;
}

#pageWizard #info #body
{
	width: 235px;	
	position: absolute;
	top: 120px;
	left: 30px;
}

#pageWizard #info #body p
{
	color: #666666;
	font-size: 14px;
	line-height: 17px;
}	

/* The right hand content panel */

#pageWizard #rightContent
{
	float: left;
    width: 550px;
    display: inline;
    background-color: #ffffff;
    border-left: solid 1px #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;    
}

#pageWizard #rightContent .panel
{
	margin: 20px;
	margin-top: 0px;
}

#pageWizard #rightContent .panel .title
{
	background-image: url(../../content/images/wizardFrameHeader.gif);
	width: 510px;
	height: 46px;
}

#pageWizard #rightContent .panel .title .text
{
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 46px;
	padding-left: 10px;
}

#pageWizard #rightContent .panel .bodyGrey
{
	width: 510px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	border-top: solid 1px #ffffff;
	padding-bottom: 20px;	
}

#pageWizard #rightContent .panel .bodyWhite
{
	width: 508px;
	margin-bottom: 20px;
	border: solid 1px #cdcdcd;
	border-top: 0px;
	padding-bottom: 20px;
}

#pageWizard #rightContent .panel .innerContent
{
	padding: 20px;
}

