/* master page */
BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-STYLE: normal;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}

TD
{
    FONT-SIZE: 10pt;
}

A
{
    COLOR: #128CA8;
    TEXT-DECORATION: none;
}
A:link
{
    TEXT-DECORATION: none;
}
A:visited
{
    TEXT-DECORATION: none;
}
A:active
{
    TEXT-DECORATION: underline;
}
A:hover
{
    TEXT-DECORATION: underline;
}

a.DisabledNavigationLink
{
    text-decoration:none;
    color:black;
    font-style: italic;
}

a.DisabledNavigationLink:hover
{
    text-decoration:none;
    color:black;
    font-style: italic;
}

IMG
{
	border-width: 0px;
}

UL
{
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:0px;
    padding-top:0px;
}

body.master
{
	background:#fff url(/img/master/bg-body.png) repeat-x;
}

form, fieldset
{
	margin:0;
	padding:0;
	border:none;
	display:inline;
}

img
{
	margin:0;
	/*display:block;*/
	border:none;
}

#container
{
	border-right:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	background-color:White;
	/*top:30px;*/
	padding-right:7px;
	padding-left:7px;
	padding-bottom:25px;
	padding-top: 5px;
	position: relative;
}

/*container for no nav master page*/
#content .NoNav
{
	/*margin-top: 5px;*/
	padding-top: 5px;
}

#content .NoFooter
{
	/*margin-top: 5px;*/
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}

/*container for marekting master page*/
#content .Marketing
{
	margin-top:0px;
	background-color:transparent;
	border:none;
	padding:0px;
	padding-bottom:0px;
	/*padding-top: 5px;*/
}

/*--wrapper--*/
.wrapper
{
	width:974px;
	margin:0 auto;
	padding:0 0 20px;
	position:relative;
	overflow:hidden;
	position:relative;
}

/*--header--*/
#header
{
	width:974px;
	height:104px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:22;
	margin-left:auto;
	margin-right:auto;
}

#header .logo
{
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:77px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/img/master/bg-logo.png) no-repeat;
}

#header .logo a
{
	display:block;
	height:100%;
}

/*--top-area--*/
.top-area
{
	width:974px;
	height:51px;
	margin:0 0 0;
	padding:0 0 0 134px;
	background:url(/img/master/bg-header-current-members.png) no-repeat;
}

.top-area-logged-in
{
	width:974px;
	height:51px;
	margin:0 0 0;
	padding:0 0 0 134px;
	background:url(/img/master/bg-header-logged-in.png) no-repeat;
}

.top-area-no-nav
{
	width:974px;
	height:51px;
	margin:8px 0 0;
	padding:0 0 0 134px;
	background:url(/img/master/bg-top-area.gif) no-repeat;
}

.top-area:after
{
	height: 0;
	clear: both;
	content:"";
	display: block;
}

.navigation
{
	float:left;
	margin:10px 0 0;
	padding:0;
	position:relative;
}

.navigation li
{
	float:left;
	list-style:none;
	margin-right:30px;
}

.navigation a
{
	float:left;
	height:37px;
	overflow:hidden;
	text-indent:-9999px;
}

.navigation .findgigs
{
	width:101px;
	background:url(/img/master/btn-nav-find-gigs.png) no-repeat;
}

.navigation .bands
{
	width:101px;
	background:url(/img/master/btn-nav-bands.png) no-repeat;
}

.navigation .promoters
{
	width:123px;
	background:url(/img/master/btn-nav-promoters.png) no-repeat;
}

.navigation .brands
{
	width:101px;
	background:url(/img/master/btn-nav-brands.png) no-repeat;
}

.navigation .active a, .navigation a:hover
{
	background-position:0 -37px;
}

.navigation .active ul
{
	display:block;
}

.navigation ul
{
	display:none;
	width:630px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:47px;
	left:0;
	margin-left:15px;
}

.navigation ul li
{
	float:left;
	list-style:none;
	padding:2px 26px 0 4px;
}

.navigation ul li
{
	float:left;
	list-style:none;
	margin-right:0px;
}

.navigation ul a
{
	text-indent:0;
	/*color:#f30;*/
	color:White;
	height:auto;
	text-decoration:none;
	font:14px/18px Arial, Helvetica, sans-serif;
}

.navigation ul a:hover
{
	text-decoration:underline;
}

/*--search--*/
.search
{
	float:right;
	width:283px;
	padding:4px 0 0;
	position:relative;
}

.search fieldset
{
	display:block;
}

.search .search-field
{
	float:left;
	width:227px;
	height:25px;
	padding:2px;
	margin:0 3px 0 0;
	background:url(/img/master/bg-search-field.gif) no-repeat;
}

.search .search-field label
{
	display:none;
}

.search .search-field .text
{
	float:left;
	width:203px;
	padding:4px 11px;
	border:1px solid #fff;
	color:#999;
	font:italic 12px Arial, Helvetica, sans-serif;
}

.search .btn
{
	float:left;
	margin:3px 0 0;
	border:none;
}

/*--log-in-area--*/
.log-in-area
{
	float:right;
	clear:right;
	width:296px;
	height:40px;
	margin:0 9px 0 0;
	position:relative;
	top:-42px;
}

.log-in-area .h-current-members
{
 	overflow:hidden;
	display:block;
	text-indent:-9999px;
}

.log-in-area a.btn-login
{
	background:url(/img/master/btn-login.png) no-repeat;
}

.log-in-area a.btn-my-account
{
	background:url(/img/master/btn-my-account.png) no-repeat;
}

.log-in-area a.btn-admin-account
{
	background:url(/img/master/btn-admin.png) no-repeat;
}

.log-in-area a
{
	width:112px;
	background:url(/img/master/btn-login.png) no-repeat;
	height:41px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:2px;
	right:10px;
	color:#EF0000;
}

.log-in-area a:hover
{
	background-position:0 -41px;
}

.log-in-area .log-in-info
{
	position: absolute;
	top: 0px;
	left: 5px;
	width:150px;
	display:block;
	height:36px;
}

.log-in-area .log-in-info .hi-name
{
	font-weight:bold;
	font-size: 10pt;
	display: inline;
	position:relative;
}

.log-in-area .log-in-info a.logout
{
	background: none;
	text-indent: 0px;
	display:inline;
	position:relative;
	width: auto;
	height: auto;
	right: 0px;
	top: 0px;
	left: 10px;
	font-size: 8pt;
}

.log-in-area .log-in-info .additional-info
{
	background: none;
	text-indent: 0px;
	display:block;
	position:relative;
	width: auto;
	height: auto;
	right: 0px;
	margin-top: 3px;
	font-size: 8pt;
}

/*.log-in-area .log-in-info .site-credit
{
	background: none;
	text-indent: 0px;
	display:block;
	position:relative;
	margin-top: 3px;
	font-size: 8pt;
}*/



/*--content--*/
#content
{
	width:100%;
	padding:81px 0 0;
	position:relative;
	z-index:1;
	overflow: hidden;
}

/*--footer--*/
.footer
{
	overflow:hidden;
	width:100%;
	background:#f0f0f0;
	padding:15px 0 15px;
	border:solid #ccc;
	border-width:1px 0;
}

.footer div
{
	float:left;
	width:142px;
	padding:0 0 0 17px;
}

.footer h4
{
	margin:0 0 4px;
	color:#666;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}

.footer ul
{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}

.footer ul li
{
	overflow:hidden;
	width:100%;
	vertical-align:top;
	font:11px/19px Arial, Helvetica, sans-serif;
	padding-left: 1px;
	list-style-type: none;
}

.footer ul a
{
	color:#666;
	text-decoration:none;
}

.footer ul.menu a
{
	font-weight:bold;
}

.footer ul a:hover
{
	text-decoration:underline;
}

.copyright
{
	margin-top:17px;
	margin-left: 17px;
	font-size: 8pt;
	color: #666666;
}


.TextSmall
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none
}

.TextLarge
{
    FONT-SIZE: 14pt;
}

.epktxt
{
    FONT-SIZE: 12px;
    COLOR: #003366;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.epkbandname
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #336699;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.epkgenre
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003366;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.epkheading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #336699;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.epksubheading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #6699cc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.styINPUT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 200px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styINPUTsmall
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 100px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styLONGINPUT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 398px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.stySMALLINPUT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 88px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styTEXTAREA
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 398px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    HEIGHT: 75px;
    BACKGROUND-COLOR: #ffffff
}
.styBUTTON
{
    BACKGROUND-IMAGE: url(/img/buttons/button_bg.gif);
    FONT: bold 11px arial,helvetica, sans-serif;
    CURSOR: hand;
    COLOR: #333333;
    LETTER-SPACING: 1px;
    BACKGROUND-COLOR: white
}
.stySELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 200px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styDATEMONTHSELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styDATEDAYSELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styDATEYEARSELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styTIMEHOURSELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styTIMEMINUTESELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.styTIMEAMPMSELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 70px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.thd
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    font-family: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #eeeeee
}

.trw
{
    font-family: Arial, Helvetica, sans-serif;
}

.ErrorText
{
    FONT-WEIGHT: bold;
    COLOR: #EE0000;
    display:block;
}

H1
{
    FONT-SIZE: 24pt;
    font-family: Arial;
	font-size: 33px;
	color: #359cca;
	font-weight: normal;
    margin-bottom:5px;
    margin-top: 0px;
}

h1 span
{
	color: Black;
}

Div.Header
{
    FONT-SIZE: 24pt;
    font-family: Arial;
	font-size: 33px;
	color: #359cca;
	font-weight: normal;
    margin-bottom:5px;
    margin-top: 0px;
}

Div.Header span
{
	color: Black;
}

H2
{
    FONT-SIZE: 20pt;
    MARGIN-BOTTOM: 5px;
    margin-top: 10px;
    PADDING: 0px;
    COLOR: #999999;
    font-weight:normal;
    font-family: Arial Narrow, Arial, Helvetica;
}

H2.important
{
	color: #CF1111;
}

H3
{
    FONT-SIZE: 14pt;
    MARGIN-BOTTOM: 3px;
    font-family: Arial Narrow;
    margin-top: 5px;
    PADDING-BOTTOM: 0px;
    COLOR: #999999;
    font-weight:bold;
}

H4
{
    color:#333333;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:0px;
	margin-top: 5px;
}

H5
{
    FONT-SIZE: 10pt;
    color: #359cca;
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: bold;
}

.MajorHeader
{
    FONT-SIZE: 16pt;
    COLOR: #666666;
    margin-bottom:5px;
    margin-top: 0px;
}

/*.MinorHeader
{
    FONT-SIZE: 14pt;
    MARGIN-BOTTOM: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #CC3300;
    font-weight:bold;
}*/

.SmallRedHeader
{
    FONT-SIZE: 12pt;
    MARGIN-BOTTOM: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #CC3300;
    font-weight:bold;
}

.SmallGrayHeader
{
	color:#666666;
	border-bottom: 1px solid #666666;
	font-weight:bold;
	font-size:12pt;
}


.SmallerGrayHeader
{
	color:#666666;
	font-weight:bold;
	font-size:10pt;
}

.GigListingContent
{
	line-height:150%;
	margin-right:30px;
}

TD.MajorHeader
{
    font-size:16pt;
    margin:0px;
    padding: 0px;
}

.ActionsMenu
{
	font-size: 10pt;
}

.FormCaptionTip
{
	color: #666666;
	font-size: 8pt;
}

.FormCaptionFieldRequiredMarker
{
	color: #FF0000;
}

TABLE.DataGrid
{
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

TD.DataGridHeader
{
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	background-color: #CCCCCC;
	font-weight: bold;
}

Tr.DataGridHeader
{
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	background-color: #CCCCCC;
	font-weight: bold;
}
.DataGridChildren
{
	text-indent:8px
}
TD.DataGridItem
{
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
TR.DataGridItem
{
	background-color: #FFFFFF;
}

TD.DataGridAlternatingItem
{
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
TR.DataGridAlternatingItem
{
	background-color: #DDDDDD;
}

.OpportunityListHeading
{
	font-weight: bold;
}

TD.OpportunityListHeading
{
	background-color: #CCCCCC;
	font-weight: bold;
}

.OpportunityListItem
{
	background-color:#FFFFFF;
}

.OpportunityListAlternatingItem
{
	background-color:#DDDDDD;
}

.package_view_package_heading
{
	COLOR: #FF3100;
	font-weight: bold;
}

.forum_heading
{
	BACKGROUND-COLOR:#FF3300;
	COLOR: #FFFFFF;
	font-weight: bold;
}

.default_category_name
{
	COLOR:#FFFFFF;
	FONT-WEIGHT:bold
}


.default_td1 {
	BACKGROUND-COLOR:#FFFFFF
}
.default_td2 {
	BACKGROUND-COLOR:#DDDDFF
}

.default_forum_td1 {
	BACKGROUND-COLOR:#FFFFFF
}
.default_forum_td2 {
	BACKGROUND-COLOR:#E6E6E6
}

.default_forum_name
{
	FONT-SIZE: 14px;
	FONT-WEIGHT:bold
}

.default_forum_description
{
	FONT-SIZE: 10px;
}

A:hover.default_forum_name
{
	COLOR:#FF3300
}
.default_last_post_added
{
	FONT-SIZE:10px;
}

.topic_list_td1
{
	BACKGROUND-COLOR:#FFFFFF
}

.topic_list_td2
{
	BACKGROUND-COLOR:#E6E6E6
}
A:hover.topic_list_td1
{
	COLOR:#FF3300
}
.topic_view_td1
{
	BACKGROUND-COLOR:#FFFFFF
}
.topic_view_td2
{
	BACKGROUND-COLOR:#E6E6E6
}
.topic_view_username{
	FONT-WEIGHT: bold
}
.topic_view_timestamp {
	FONT-SIZE: 10px
}
.topic_view_subject {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px
}
.topic_view_body {

}
.message_add_username {

}

.content-bold {font-weight: bold;}
.content-small {font-size: 10px;}

.submission-status-accept-bullet {text-decoration: none; color: #33AA00; font-size: 18px}
.submission-status-interested-bullet {text-decoration: none; color: #EEEE00; font-size: 12px; font-weight: bold}
.submission-status-standby-bullet {text-decoration: none; color: #128CA8; font-size: 18px}
.submission-status-reject-bullet {text-decoration: none; color: #FF0000; font-size: 18px}
.submission-status-submitted-bullet {text-decoration: none; color: #000000; font-size: 18px}

.support-ticket-status-level1 {text-decoration: none; color: #009900; font-size: 18px}
.support-ticket-status-level2 {text-decoration: none; color: #FFCC00; font-size: 18px}
.support-ticket-status-level3 {text-decoration: none; color: #FF0000; font-size: 18px}
.support-ticket-status-default {text-decoration: none; color: #000000; font-size: 18px}


.styTabLink
{
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 11px;
}


/* Dropbox Wizard Specific */
.dropboxwizard-progress-bullet {font-size: 9px; font-weight: bold; color: #000000}
.dropboxwizard-progress-pagemarker {font-size: 11px; font-weight: bold; color: #CC3300}
.dropboxwizard-progress-currentpage {font-size: 11px; font-weight: bold; color: #CC3300}
.dropboxwizard-progress-futurepage {font-size: 11px; font-weight: normal; color: #000000}
.dropboxwizard-progress-futurepage a {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}
.dropboxwizard-progress-futurepage a:visited {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}
.dropboxwizard-progress-futurepage a:hover {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}
.dropboxwizard-progress-pastpage {font-size: 11px; font-weight: normal; color: #CC3300}
.dropboxwizard-progress-pastpage a {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}
.dropboxwizard-progress-pastpage a:visited {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}
.dropboxwizard-progress-pastpage a:hover {font-size: 11px; font-weight: normal; color: #CC3300; text-decoration: underline}

/* Promoter Relations Task Calendar */
.client_services_calendar_tasks {font-size: 11px; text-decoration: none;}
.client_services_calendar_tasks a {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_calendar_tasks a:visited {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_calendar_tasks a:hover {font-size: 11px; text-decoration: underline; color: #CC3300}

.client_services_calendar_notice {font-size: 11px; background-color: #FFCCCC; text-decoration: none;}
.client_services_calendar_notice a {font-size: 11px; text-decoration: underline; color: #FFCCCC}
.client_services_calendar_notice a:visited {font-size: 11px; text-decoration: underline; color: #FFCCCC}
.client_services_calendar_notice a:hover {font-size: 11px; text-decoration: underline; color: #FFCCCC}

.client_services_event_notice {font-size: 11px; background-color: #9ECFFF; text-decoration: none;}
.client_services_event_notice a {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_event_notice a:visited {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_event_notice a:hover {font-size: 11px; text-decoration: underline; color: #CC3300}

.client_services_submission_end_date_notice {font-size: 11px; background-color: #9EFF9E; text-decoration: none;}
.client_services_submission_end_date_notice a {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_submission_end_date_notice a:visited {font-size: 11px; text-decoration: underline; color: #CC3300}
.client_services_submission_end_date_notice a:hover {font-size: 11px; text-decoration: underline; color: #CC3300}

.client_services_calendar_overdue_tasks {font-size: 11px; color: #FFFFFF; background-color: #9EFF9E; text-decoration: none;}
.client_services_calendar_overdue_tasks a {font-size: 11px; text-decoration: underline; color: #FFFFFF}
.client_services_calendar_overdue_tasks a:visited {font-size: 11px; text-decoration: underline; color: #FFFFFF}
.client_services_calendar_overdue_tasks a:hover {font-size: 11px; text-decoration: underline; color: #FFFFFF}

.client_services_calendar_completed_tasks {font-size: 11px; color: #000000; text-decoration: line-through;}

.GuaranteeTable
{
    border-collapse: collapse;
    margin:0px;
    padding:0px;
}

.GuaranteeTable tr
{
    vertical-align: top;
    width: 470px;
}


.GuaranteeTable td
{
    font-size:8pt;
}

.GuaranteeTable div
{
	padding:3px;
}

.GuaranteeTable td.left
{
	padding:0px;
    font-size:8pt;
    width:151px;
}

.GuaranteeTable td.right
{
    padding: 0px;
    width:280px;
    font-size:8pt;
}

.GuaranteeTable td.column
{
    padding:0px;
    margin:0px;
    vertical-align:bottom;
    width:15px;
    text-align:left;
    height: 110px;
}

.GuaranteeTable td.column img
{
    height:100%;
    margin:0px;
    padding:0px;
}

.GuaranteeTable .tableText
{
	padding: 3px;
}

.GotGigs
{
    float:right;
    width:125px;
    margin-left:5px;
    padding-left:0px;
}

.wrapper #content .linkBack
{
	width:275px;
	margin-top:5px;
	float:right;
	text-align:right;
	position:relative;
}
#menu 
{
	position:absolute;
	z-index:0;
	left:293px;
	top:57px;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a 
{
	display:inline;
}

#menu li 
{
	float:left;
	position: relative;   
	margin-right:0px;
}

#menu ul ul 
{
	position: absolute;
	z-index:0;
	top:46px;
	left:0px;
	display:none;
	width:175px;
	background-color:White;
	padding:3px;
	margin:0px;
	border: 1px solid #EFEFEF;
}

#menu ul ul li
{
	display: block;
	float:none;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
}

#menu ul ul li a
{
	display: block;
	float:none;
	margin: 0px;
	padding:1px;
}

.rightAngles
{
    color: #F15C26;
    font-weight: bold;
}

#content .sectionTitle
{                             
	position:relative;
	width:100%;
	border-bottom:3px solid rgb(126, 207, 222);
	padding-bottom:3px;
}

#content .sectionTitle img
{
	float:left;
	z-index:0;
}


#content .sectionTitle a
{
	float:right;
	display:block;
	width: 125px;
	text-align:right;
	font-size:8pt;
	padding:0px;
	margin-top:5px;
	margin:0px;
	/*border:1px solid black;*/
}

#content .sectionTitle a img
{
	float:none;
	width:17px;
	height:17px;
}

#content .greenBottomBorder
{
	border-bottom: 3px solid rgb(181,213,49);
}

#content .greenBottomBorder a
{
	color: rgb(181,213,49);
}

#content .greenBottomBorder a:hover
{
	color: rgb(181,213,49);
}

#content .grayBottomBorder
{
	border-bottom: 3px solid #DDDDDD;
}

.clear
{
	clear:both;
}

.required
{
	color:#CC3300;
}

.arrowLink
{
	margin-right:3px;
	text-align:left;
	background: url(/img/buttons/buttonArrowBlueSmall.gif) no-repeat top left;
	padding-left:17px;
	font-family:Arial Narrow;
	font-size:10pt;
	font-weight:bold;
}


.AutoCompleteList
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-color:White;
	border:1px solid black;
	padding:0px;
	margin:0px;
	position: relative;
	z-index: 99;
}

.AutoCompleteHighlightedItem
{
	padding-top:4px;
	padding-bottom: 4px;
	padding-left:3px;
	margin:0px;
	border: 1px solid white;
	color:white;
	font-weight:normal;
	background-color:#128CA8;
	cursor:pointer;
	text-align: left;
	font-size: 8pt;
}

.AutoCompleteListItem
{
	padding-top:4px;
	padding-bottom: 4px;
	padding-left:3px;
	border: none;
	color:black;
	margin:0px;
	text-align: left;
	font-size: 8pt;
}

.twoColorHeading
{
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana;
	color: #999999;
	padding-top:5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 11pt;
	padding-bottom:5px;
	display:block;
	border-bottom: 2px solid #CCCCCC;
}

.twoColorHeading .dark
{
	color: #CC3300;
}

.RegistrationBox
{
	display: block;
	position: relative;
	float: left;
	width: 450px;
	margin-right: 15px;
	background: #FFFFFF url(/img/chrome/bg-chrome-login.png) no-repeat top left;
	height: 167px;
	line-height: 125%;
}

.RegistrationBox .button
{
	text-align:center;
	background: none;
}

.RegistrationColumn
{
	display: block;
	float: left;
	width: 450px;
	margin-right: 15px;
	padding-left: 10px;
	line-height: 125%;
}

#TB_ajaxContent .nogap p
{
	margin-top:0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#payments .panel
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	
}

#payments .submitPanel
{
	width: 620px;
	background: #FFFFFF url(/img/chrome/bg-chrome-payment.png) no-repeat top left;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 5px;
	height: 163px;
}

#payments .summaryPanel
{
	background: #FFFFFF url(/img/chrome/bg-chrome.png) no-repeat top left;
	padding-right: 10px;
	padding-top: 5px;
	height: 86px;
	padding-left:10px;
	
}

#payments .panel p
{
	margin-top: 5px;
	margin-bottom: 0px;
}

#payments .submitPanel p
{
	margin-left: 145px;
}

#payments .panel .logo
{
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#payments .panel .price
{
	font-weight: bold;
	font-size: 26pt;
	display: block;
	float: left;
	width: 130px;
	vertical-align: top;
	margin-top: -3px;
	margin-right:auto;
	margin-left: auto;
	text-align:center;
}

#payments .panel .submit
{
	float:right;
	width:150px;
	text-align:right;
	margin-top: 3px;
}

#payments .divider
{
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 10px;
}

#payments .listCreditCards
{
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#payments .selectPaymentPanel
{
	clear:both;
}

#payments .keepYourEPKActive
{
	background: #FFFFFF url(/img/chrome/bg-chrome-upsell.png) no-repeat top left;
	margin-left: 5px;
	height:163px;
	width:306px;
}
#payments .keepYourEPKActive .heading
{
	font-size: 2em;
	font-weight: bold;
	color: #CA0000;
	display:block;
	padding-left:20px;
}
#payments .textInput, #opportunity .textInput
{
	height: 25px;
	font-size: 18px;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	width: 412px;
	font-family: Arial;
	float:left;
}

#opportunity .textInput
{
	font-size: 12pt;
	padding-top: 3px;
	font-family: Arial Narrow;
	margin-right: 3px;
	height: 25px;
}

#payments .dropDownInput
{
	font-size: 14px;
	border: 1px solid #CCCCCC;
	width: auto;
	font-family: Arial;
	height: 20px;
	margin-top: 5px;
	padding-top: 0px;
	float:left;
}

#payments .formLabel
{
	width: 125px;
	text-align:right;
	margin-right: 15px;
	float: left;
	display:block;
	padding-top:5px;
}

#payments .formLine
{
	clear:both;
	height: 37px;
}

#payments .errorLine
{
	clear:both;
	margin-bottom:0px;
	margin-left: 140px;
}

#payments .siteCreditCalculations
{
	color: #666666;
	font-style: italic;
	font-size: 8pt;
}

#payments .payPalMessage
{
	font-size: 8pt;
	font-weight: bold;

}

#payments .submitButton
{
	height: 35px;
	width: 124px;
	background: #FFFFFF url(/img/buttons/btn-submit.png) no-repeat top left;
	margin-bottom: 10px;
}

#payments .submitButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-submit.png) no-repeat 0px -42px;
}

#payments .saveButton
{
	height: 40px;
	width: 90px;
	background: #FFFFFF url(/img/buttons/Save.png) no-repeat top left;
}

#payments .saveButton:hover
{
	background: #FFFFFF url(/img/buttons/Save.png) no-repeat 0px -54px;
}

#payments .saveChangesButton
{
	height: 40px;
	width: 124px;
	background: #FFFFFF url(/img/buttons/btn-save-changes.png) no-repeat top left;
}

#payments .saveChangesButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-save-changes.png) no-repeat 0px -42px;
}

#payments .reactivateButton
{
	margin-top: 20px;
	height: 40px;
	width: 195px;
	background: #FFFFFF url(/img/buttons/btn-reactivate-my-account.png) no-repeat top left;
}

#payments .reactivateButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-reactivate-my-account.png) no-repeat 0px -55px;
}

#payments .membershipPanel
{
	background: #FFFFFF url(/img/chrome/bg-chrome-633.gif) no-repeat top left;
	padding-right: 10px;
	padding-top: 10px;
	height: 63px;
	padding-left:10px;
	margin-bottom: 10px;
	margin-top:10px;
	width: 615px;
}

#payments .noRenewalPanel
{
	background: #FFFFFF url(/img/chrome/bg-chrome-949.gif) no-repeat top left;
	padding-right: 10px;
	padding-top: 10px;
	height: 45px;
	padding-left:10px;
	margin-bottom: 0px;
	margin-top:10px;
	width: 949px;
}

#payments .detail
{
	margin-left: 25px;
	margin-top:10px;
	margin-bottom: 10px;
	width: 600px;
}

#payments .detail p
{
	margin-top:10px;
	margin-bottom: 10px;
}

#payments .detail .options
{
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 25px;
	width: 600px;
}

#payments .detail div
{
	margin-top: 6px;
	margin-bottom: 0px;
}

#payments .membershipPanel p, #payments .noRenewalPanel p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#payments .membershipPanel p.deactivate
{
	margin-top: -2px;
	margin-bottom: 0px;
}

#payments .renewalPackagesList
{
	margin-left: 50px;
}

#payments .renewalPackagesList p
{
	margin-bottom: 7px;
	margin-top: 10px;
}

#payments .renewalPackagesList div
{
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	margin-right: 10px;
}

#payments .renewalPackagesList .value
{
	color: #EE0000;
	font-weight: bold;
}

#payments .renewalPackagesList .bestValue
{
	padding: 5px;
	background-color: #E4F0FE;
	border: 1px solid #D7EBF4;
}

#payments .saveChangesText
{
	color: Red;
	font-weight: bold;
	width: 420px;
	padding-right: 5px;
	float: right;
	padding-top: 5px;
}

#payments .primary
{
	font-style: italic;
	color: #666666;
}

#payments .redeemButton
{
	height: 40px;
	width: 75px;
	margin-left: 5px;
	background: #FFFFFF url(/img/buttons/btn-redeem.png) no-repeat top left;
}

#payments .redeemButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-redeem.png) no-repeat 0px -54px;
}

#payments .promos
{
	width: 311px;
	margin:0px;
	padding:0px;
	float:right;
}

#payments .promos div {
    margin-left: 15px;
}

#payments .promos .upgrade
{
	width: 311px;
	height: 149px;
	background: #FFFFFF url(/artist/img/bg-go-supersonic.png) no-repeat top left;
}

#payments .promos .yearly
{
	width: 311px;
	height: 119px;
	background: #FFFFFF url(/artist/img/bg-go-yearly.png) no-repeat top left;
}

#payments .promos .featured
{
	width: 311px;
	height: 139px;
	background: #FFFFFF url(/artist/img/bg-get-featured.gif) no-repeat top left;
}

#payments .promos p
{
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 60px;
	line-height: 150%;
	text-align: justify;
	margin-top:0px;
	margin-bottom: 25px;
}

#payments .promos .featured p
{
	padding-top: 125px;
}
#payments .promos .upgrade p
{
	padding-top: 145px;
}
#payments .yearlyButton
{
	height: 40px;
	width: 195px;
	margin-left: 5px;
	background: #FFFFFF url(/img/buttons/btn-change-to-yearly.png) no-repeat top left;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#payments .yearlyButton:hover
{
	
	background: #FFFFFF url(/img/buttons/btn-change-to-yearly.png) no-repeat 0px -54px;
}

#payments .featuredButton
{
	height: 40px;
	width: 195px;
	background: #FFFFFF url(/img/buttons/btn-submit-tobe-featured.png) no-repeat top left;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#payments .featuredButton:hover
{
	
	background: #FFFFFF url(/img/buttons/btn-submit-tobe-featured.png) no-repeat 0px -54px;
}

#payments .upgradeButton
{
	height: 40px;
	width: 195px;
	background: #FFFFFF url(/img/buttons/btn-upgrade-to-supersonic.png) no-repeat top left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

#payments .upgradeButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-upgrade-to-supersonic.png) no-repeat 0px -54px;
}

#payments .payPalAlert
{
	width: 620px;
}

#payments .siteCreditAlert
{
	width: 620px;
	background-color: #FFFFCE;
	border: 1px solid #FFCF31;
	padding: 5px;
}

.ActivateYourMembershipNowButton
{
	width: 195px;
	height: 57px;
	background: transparent url(/img/buttons/ActivateYourMembershipNow.png) no-repeat top left;
}

.ActivateYourMembershipNowButton:hover
{
	background: transparent url(/img/buttons/ActivateYourMembershipNow.png) no-repeat 0px -54px;
}

.completeEPKButton
{
	width: 191px;
	height: 40px;
	background: transparent url(/img/buttons/btn-start-my-epk.png) no-repeat top left;
}

.completeEPKButton:hover
{
	background: transparent url(/img/buttons/btn-start-my-epk.png) no-repeat 0px -54px;
}

.completeSubmissionButton
{
	width: 191px;
	height: 40px;
	background: transparent url(/img/buttons/btn-complete-my-submission.png) no-repeat top left;
}

.completeSubmissionButton:hover
{
	background: transparent url(/img/buttons/btn-complete-my-submission.png) no-repeat 0px -54px;
}

#opportunity .deadline
{
	font-size: 13pt;
	text-align:center;
	font-family: Arial Narrow;
	font-weight: bold;
}



#opportunity .deadline .date
{
	color: #cc0000;
}

#opportunity .submissionTracker
{
	position: relative;
	text-align:center;
	font-style: italic;
	font-size: 8pt;
}

#opportunity .submissionTracker p
{
	margin-top:5px;
}

#opportunity .submissionInfoContainer
{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:10px;
}

#opportunity .submissionTrackerTipHover
{
	position: absolute; 
	left: 40px; 
	top: 35px; 
	display: none;
	z-index:5;
	text-align: left;
	font-style: normal;
}

#opportunity .submissionTrackerTipHoverText
{
	background-color: #FFFFFF; 
	font-weight: normal; 
	padding-left: 5px; 
	z-index: 999999;
}

#opportunity .feesBox
{
	font-size: 10px;
	background: #FFFFFF url(/img/chrome/bg-chrome-fees.png) no-repeat top left;
	width: 328px;
	height: 25px;
	padding-top: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:5px;
}

#opportunity .packagePanel
{
	background: #FFFFFF url(/img/chrome/bg-chrome-submit.png) no-repeat top left;
	width: 328px;
	height: 63px;
	margin-bottom:10px;
}

#opportunity .packageDescriptionPanel
{
	background: #FFFFFF url(/img/chrome/bg-chrome-listprice.png) no-repeat top left;
	height: 166px;
}

#opportunity .packagePanel .submitEPK
{
	margin: 30px 0 30px 7px;
	float:left;
	background: transparent url(/img/buttons/btn-submit-my-EPK.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .email
{
	margin-top:10px;
	margin-left: 7px;
	float:left;
	height: 40px;
	width: 180px;
}

#opportunity .gigemail
{
	margin-top:5px;
	margin-left: 7px;
	float:left;
	height: 40px;
	width: 195px;
}
#opportunity .packagePanel .comboSubmit6
{
	margin-top:10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-submit-trial-6.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .packagePanel .comboSubmit3
{
	margin-top:10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-submit-trial-3.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .packagePanel .comboSubmit12
{
	margin-top:10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-submit-trial-12.png) no-repeat top left;
	height: 40px;
	width: 180px;
}


#opportunity .packagePanel .comboSubmit1
{
	margin-top:10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-submit-trial-1.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .packagePanel .createSubmit
{
	margin-top: 10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-create-submit.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .packagePanel .upgradeSubmit
{
	margin-top: 10px;
	margin-left: 7px;
	margin-right:0px;
	float:left;
	background: transparent url(/img/buttons/btn-upgrade-and-submit.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

#opportunity .packagePanel .activateSubmit
{
	margin: 30px 7px;
	float:left;
	background: transparent url(/img/buttons/btn-activate-and-submit.png) no-repeat top left;
	height: 40px;
	width: 180px;
}

/*LB - Token bugs have necessitated that this stay dynamic height and floated*/
#opportunity .packagePanel .payment
{
	font-weight: bold;
	font-size: 24pt;
	display: block;
	text-align:right;
	float:right;
	/* be carefult, the submit buttons are images and of different size.  "Activate and Submit" makes this that largest value that won't wrap, enter email is even bigger*/
	width: 110px;
	margin-top: 25px;
	margin-right:5px;
	position:relative;
}

/*Class that SubmitPrice label always gets*/
#opportunity .packagePanel .payment .cost
{
	font-weight: bold;
	font-size: 25px;
	color: Red;
	text-align:left;
	display: block
}

/*SubmitPrice also gets .token-cost, .money-cost, or .no-cost*/

/*A big black number with $ sign*/
#opportunity .packagePanel .payment .money-cost
{
	color: Black;
}

/*NO COST (literally)*/
#opportunity .packagePanel .payment .no-cost
{
	display: block;
	text-align: left;
	line-height: 50px;
	font-size: 22px;
	color: Black;
}

#opportunity .packagePanel .payment .what-is
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-top: 10px;
	display: block;
	color: #128CA8;
	cursor: pointer;
}
#opportunity .packagePanel .payment  .what-is:hover { text-decoration: underline }

.noCostHover, .token-explanation-tip
{
	display: none;
	position:absolute;
	background-color:transparent;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size:10px;
	padding:0px;
	font-weight:normal;
	z-index: 10;
	width: 160px !important;
	text-align: left;
}

/*#opportunity .packagePanel .price .no-cost:hover .hover
{
	display: block;
}*/

#opportunity .packagePanel .description
{
	clear:both;
	margin-left: 15px;
	padding-top: 5px;
	width: 300px;
	text-align: left;
	line-height: 140%;
	font-size: 8pt;
}

#opportunity .packagePanel .description strong
{
	font-size: 10pt;
}

#opportunity .packagePanel .currency
{
	display: block;
	text-align:right;
	font-style: italic;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

#opportunity .packagePanel .pricesStart
{
	display: block;
	font-style: normal;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left
}

#opportunity .packagePanel .price
{
	font-size: 24pt;
	font-weight: bold;
	text-align: right;
}

#opportunity .loginBox
{
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;
}

#opportunity .goButton
{
	height: 30px;
	width: 55px;
	background: #FFFFFF url(/img/buttons/btn-go.png) no-repeat top left;
	margin-top: 2px;
}

#opportunity .goButton:hover
{
	background: #FFFFFF url(/img/buttons/btn-go.png) no-repeat 0px -42px;
}

.ActivateYourMembershipNow
{
	display:block;
	height: 40px;
	width: 195px;
	background: #FFFFFF url(/img/buttons/ActivateYourMembershipNow.png) no-repeat top left;
}

.ActivateYourMembershipNow:hover
{
	background: #FFFFFF url(/img/buttons/ActivateYourMembershipNow.png) no-repeat 0px -55px;
}

/*EPK Inbox - Viewer*/
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    float:left;
    border: none;
}

.filledRatingStarWhite
{
    background-image: url(/buyer/img/viewer/iconStarFilledWhite.gif);
}

.emptyRatingStarWhite
{
    background-image: url(/buyer/img/viewer/iconStarEmptyWhite.gif);
}

.savedRatingStarWhite
{
    background-image: url(/buyer/img/viewer/iconStarFilledWhite.gif);
}

.filledRatingStarGray
{
    background-image: url(/buyer/img/viewer/iconStarFilledGray.gif);
}

.emptyRatingStarGray
{
    background-image: url(/buyer/img/viewer/iconStarEmptyGray.gif);
}

.savedRatingStarGray
{
    background-image: url(/buyer/img/viewer/iconStarFilledGray.gif);
}

.filledRatingStar
{
    background-image: url(/buyer/img/viewer/icon_star_filled.png);
}

.emptyRatingStar
{
    background-image: url(/buyer/img/viewer/icon_star_empty.png);
}

.savedRatingStar
{
    background-image: url(/buyer/img/viewer/icon_star_filled.png);
}


.button
{
	background: transparent url(/2/Content/Images/Buttons/button_right.png) no-repeat scroll right top;
	display:block;
	float:right;
	height:21px;
	margin-right:7px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	text-align:center;
	margin-top:2px;
	margin-bottom:2px;
}

.button span
{
	background: transparent url(/2/Content/Images/Buttons/button_left.png) no-repeat left top;
	color: #FFFFFF;
	line-height: 15px;
	padding: 3px 0 3px 7px;
	display: block;
	text-align:center;
}
