/* ALBUM CREDITS - CONTENT AREA STYLES */


/* Overlay for LOGIN, CLAIM PROFILE */ 
.commonOverlay {
	padding: 20px;
	z-index: 9999;
	position: relative;
	display:none;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/content_area/header_mainbkd.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.ovrLogin, .ovrClaim {
	width: 440px;
}
 
.inPage {
	display:block !important;
	z-index: 100 !important;
	border-top-style: none !important;
	border-right-style: none;
	border-left-style: none;
}
 
.noBkd {
	background-image: none !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 
/* container for externally loaded content - NO SCROLLING */ 
.commonOverlay div.infoBox {
	white-space: normal;
}

/* default close button */
.commonOverlay .close {
	height:22px;
	width:22px;
	background-image:url(../images/content_area/overlay_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right: -8px;
	top: -8px;
	cursor:pointer;
	display: block;
}
 
.commonOverlay p {
	margin: 0px;
	padding: 0px;
}


 
/* profile name */
.commonOverlay .profileName {
	background-color: #3C9ADA;
	height: 85px;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	border: 1px solid #2D89C1;
	padding-right: 10px;
	margin-bottom: 15px;
}
 
.commonOverlay .profileName img {
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 10px;
}
 
.commonOverlay h1 {
	font-size:24px;
	font-weight:bold;
	background-color: #3C9ADA;
	padding: 0px;
	color: #FFFFFF;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}
 
.commonOverlay h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	padding-bottom:5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	line-height: 22px;
}
.commonOverlay h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:0px;
	margin-bottom: 0px;
}


/* input fields */
.commonOverlay ul {
	padding:0px !important;
	margin:0px !important;
}
 
.commonOverlay li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}
 
.commonOverlay label {
	font-size:16px;	
	display:block;
}
 
.commonOverlay img {
	border: 1px solid #333333;
	float: left;
	margin: 10px;
}
 
.commonOverlay .thumbInfo {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	display: block;
	height: 85px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.commonOverlay label strong {
	color:#789;
	position:relative;
	top:0px;
}
 
.commonOverlay label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}
 
.commonOverlay .userText {
	width: 430px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
	display: block;
}
.commonOverlay .userSmallText {
	width: 250px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
	display: block;
} 
.commonOverlay .dateText {
	width: 48px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
} 

.commonOverlay .dateSmallText {
	width: 28px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
} 

.commonOverlay .userTextArea {
	width: 430px;
	height: 100px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
	display: block;
} 

.commonOverlay .userSmallestText {
	width: 150px;
	padding: 5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
	display:inline-block;
} 

.commonOverlay select {
	border:1px solid #ccc;
	width: auto;	
	padding:4px;
	position:absolute;
}
 
 /* 2011-01-28 - Ben - now using child only CSS */
.commonOverlay label > span {
	color:#E91570;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}
 
.commonOverlay .double label {
	width:50%;
	float:left;
}
 
.commonOverlay .double .userText {
	width:93%;	
}
 
.commonOverlay .clearfix {
	clear:left;
	padding: 0px;
}
 
.commonOverlay .right {
	float:right;		
}

.formButton2 {
	background-color: #FFFFFF;
	background-image: url(../images/content_area/table_td_grad_hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #3C9ADA;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
} 

.formButton2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0082DC;
	background-image: url(../images/content_area/table_td_grad_Blue_hover.png);
}
 
.formButton2:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2fa7fb;
	background-image: url(../images/content_area/table_td_grad_Blue_active.png);
	background-position: bottom;
} 
 

a.formButton1:visited 
{
	color: #3C9ADA;
	text-decoration: none;
}
a.formButton1:hover 
{
	text-decoration:none;
}
.formButton1 {
	background-color: #FFFFFF;
	background-image: url(../images/content_area/table_td_grad_hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #3C9ADA;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
}
 
.formButton1:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0082DC;
	background-image: url(../images/content_area/table_td_grad_Blue_hover.png);
}
 
.formButton1:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2fa7fb;
	background-image: url(../images/content_area/table_td_grad_Blue_active.png);
	background-position: bottom;
}

.formButton1:disabled {
	color: #7F7F7F;
}

.formButton1.account 
{
	font-size: 18px;
}

/* error border for input boxes 
/*TODO : This is commented not to show red border around the input box on error.*/
.commonOverlay .error {
	/*border:1px solid #E91570;*/	
	 font-weight:bold;
	 font-size:small;
	 color:#E91570;
	
}
/* error text msg */
.commonOverlay .errorText {
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic !important;
	background-color: #E91570;
	padding: 2px;
}
.commonOverlay #status {
	margin:0px !important;
	height:35px;
	padding-left:25px !important;
	_background:#123;
	background-color: #123;
	background-repeat: repeat-x;
}
 
#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 30px;
}
 
#status li.active {
	background-color:#b8128f;
	font-weight:normal;		
}



/* //////////////// */
.navBar form {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
	background-color: #00CCFF;
	width: 400px;
	display: block;
}

.sboxend {
	background-color: #006600;
	float: left;
	height: 26px;
	width: 20px;
	border: 1px solid #666666;
}


/* Main Search Overlay Shell */ 
.searchOverlay {
	width: 560px; /* 440 for small */
	height: 65%; /* 550 for small */
	max-height: 600px;
	#padding-top: 40px; /* CSS hack */
	z-index: 9999;
	position: absolute;
	display:none;
	top: 50px;
	left: 600px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
} 
.searchOverlay .ovr-head, .searchOverlay .ovr-foot {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 560;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent !important;
}
.searchOverlay .ovr-head {
	background-image: url(../images/content_area/overlay_head_560.png);
}
.searchOverlay .ovr-foot {
	background-image: url(../images/content_area/overlay_foot_560.png);
}
.searchOverlay .ovr-center {
	background-image: url(../images/content_area/overlay_center_560.png);
	margin: 0px;
	width: 480px;
	height: 100%;
	max-height: 560px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
 
/* container for external content - vertical SCROLL if needed */ 
div.searchInfoBox {
	width: 480px; /* 510 for small */
	overflow-y:auto;
	white-space: normal;
	color: #8C8C8C;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: auto;
	height: 100%;
	max-height: 560px;
	margin: 0px;
	padding: 0px;
}
div.searchInfoBox a {
	color: #333333;
	text-decoration: none;
}
div.searchInfoBox a:hover {
	color: #1183C5;
	text-decoration: underline;
}


/* default close button */
.searchOverlay div.close {
	height:22px;
	width:22px;
	background-image:url(../images/content_area/overlay_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right: 15px;
	top: 15px;
	cursor:pointer;
	display: block;
}
.searchOverlay h1 {
	color: #535353;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none !important;
	font-size: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	letter-spacing: 0ex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.searchOverlay ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	list-style-image: url(../images/content_area/search_overlay_bullet.png);
	list-style-position: outside;
}
.searchOverlay li {
	margin: 0px;
	padding: 0px;
	display: list-item;
}
.searchOverlay p {
	margin: 0px;
	padding: 0px;
}
.searchOverlay .more {
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.searchOverlay .more a {
	color: #1183C5;
}


/* SEARCH FIELD AND BUTTON - V 2.0 */
.searchDock {
	height: 53px;
	background-image: url(../images/shell_gray/hdr_searchdock_tile.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	min-width: 380px;
	_width: 200px;
	max-width: 600px;
	float: right;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/*TOP 100 BUTTON CONTAINER */
.searchDock-left {
	background-image: url(../images/shell_gray/hdr_top100_btn_states.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 53px;
	width: 143px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.searchDock-left:hover {
	background-position: left -60px;
}
.searchDock-left:active {
	background-position: left -120px;
}
.searchDock-left a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 143px;
	text-decoration: none;
}
.searchDock-right {
	background-image: url(../images/shell_gray/hdr_searchdock_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 53px;
	width: 23px;
	float: right;
}
.searchDock a {
	text-decoration:none !important;
}
.searchDock form {
	padding: 0px;
	display: block;
	float: right;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.search-input {
	margin: 0px !important;
	font-size: 0.9em;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 26px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #336086;
	font-weight: bold;
	font-style: normal;
	width: 210px;
	border: 1px solid #76a2b0;
	background-image: url(../images/content_area/search_input_grad3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
.searcher {
	padding-top: 6px;
	padding-bottom: 5px;
	#padding-top: 5px; /* for IE 7 and below */
	#padding-bottom: 4px; /* for IE 7 and below */
	padding-right: 10px;
	padding-left: 12px;
	background-image: url(../images/content_area/search_button_grad.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #76a2b0 !important;
	font-size: 0.9em;
	font-style: normal;
	margin: 0px;
}
.searcher:hover {
	background-image: url(../images/content_area/search_button_grad_lite.png);
	cursor: pointer;
}
.searcher:active {
	background-image: url(../images/content_area/search_button_grad_flip.png);
	cursor: pointer;
}
.searchDock .holder {
	background-color: #243541;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #849AA1;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #849AA1;
}
.homeBox {
	width: 980px;
	height: 620px;
	margin-right: 23px;
	margin-left: 23px;
	margin-bottom: 40px;
	top: 110px;
	position: absolute;
	left: auto;
	right: auto;
	margin-top: 0px;
	padding: 0px;
	bottom: 40px;
	background-image: url(../images/home/homeBox_bkd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.homeBox .Spotlight {
	height: 440px;
	width: 950px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #545F66;
}

.homeBox .homeText {
	height: 440px;
	width: 950px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	#margin-right: 0px; /* for IE 7 and below */
	#margin-left: 0px; /* for IE 7 and below */
	position: absolute;
	top: 0px;
	right: auto;
	left: auto;
	z-index: 999;
	padding: 0px;
	background-image: url(../images/home/frame_alpha.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.homeBox .message {
	height: 170px;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	overflow: hidden;
	padding-top: 52px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 1.3em;
}
.homeBox .message h1 {
	font-size: 1.55em;
	color: #FFFFFF;
	letter-spacing: -0.1ex;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.homeBox .message h1 span {
	font-size: 0.65em;
	color: #D9D9D9;
	font-weight: bold;
	letter-spacing: 0ex;
}

.homeBox .message p {
	margin: 0px;
	padding: 0px;
}
.homeBox .message a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.1ex;
	line-height: 2.2em;
	font-size: 1.1em;
	color: #51bce4;
}

.homeBox .statBar {
	height: 125px;
	width: 950px;
	background-color: #7b8a95;
	margin: 0px;
	padding: 0px;
}

.homeBox .statBar .box {
	height: 105px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px;
	float: left;
}

.homeBox .statBar .one, .homeBox .statBar .two, .homeBox .statBar .three {
	width: 222px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.homeBox .statBar .four {
	width: 212px;
	padding-left: 15px;
}


.homeBox .statBar .box .number {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	color: #b2b9bf;
	display: block;
	font-size: 1.9em;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	height: 36px;
	margin: 0px;
	white-space: nowrap;
}
.homeBox .statBar .box .category {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #e5e5e5;
	display: block;
	font-size: 1.4em;
	letter-spacing: -0.1ex;
	height: 50px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.homeBox .statBar .box .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-top: 3px;
	color: #202426;
	letter-spacing: 0ex;
}
.homeBox .bottom_edge {
	height: 20px;
	width: 980px;
	padding: 0px;
	background-image: url(../images/home/bottom_edge.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.homeBox .footer {
	display: block;
	min-height: 60px;
	width: 930px;
	background-image: url(../images/home/homeBox_tile.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.7em;
	text-align: right;
	padding-top: 60px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.homeBox .footer .logo {
	height: 24px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

.homeBox .footer .ac {
	background-image: url(../images/home/logo_albumcredits.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	margin-right: 20px;
}
.homeBox .footer .amg {
	background-image: url(../images/home/logo_amg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 54px;
}



/* HOME PAGE SCROLLER IMAGES */
.billBoard {
	width: 950px;
	height: 440px;
	float: left;
}

/* MAIN FEATURES SCROLLER */
#features {
	position:relative;
	overflow:hidden;
	width: 950px;
	height: 440px;
	margin: 0px;
	padding: 0px;
}
/* root element for scrollable items */
#features .items {	
	width:10000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
#features .items div {
	margin:0px;
	padding: 0px;
	height:440px;
	width: 950px;
	background-color: #CCCCCC;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	
}
/* active item */
#features .active {
	border:2px solid #000;
	z-index:8888;
	position:relative;
}
/* elements inside single item */
#features .items img {
	float:left;
	height:440px;
	width:950px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#features .items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}



/* h1 used for profile name */
h1 {
	color: #535353;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	font-size: 1.75em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	letter-spacing: 0ex;
}


/* H3 used for left col hdrs */
h3 {
	color: #636363;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-size: 1.25em;
}
h3.merge-approved
{
	background-color:#99FF99;
}
#profile-container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}
#profile-container p {
	margin: 0px;
	padding: 0px;
}

#profile-header {
	height: 69px;
	background-color: #e7e7e7;
	margin-top: 0px;
	padding-top: 6px;
	background-image: url(../images/content_area/header_mainbkd.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 0.9em;
	color: #555555;
	letter-spacing: 0ex;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	overflow: hidden;
}
#profile-header h1 {
	white-space: nowrap;
	overflow: hidden;
}

#profile-header a:link, #profile-header a:visited {
	color: #3e7bb7;
	text-decoration:none !important;
}
#profile-header a:hover, #profile-header a:active {
	color: #3c9ada !important;
	text-decoration:underline !important;
}

#profile-header h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: 0ex;
	color: #424242;
}

#profile-header input {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #78838D;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	letter-spacing: 0ex;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	white-space: nowrap;
	width: 540px;
	float: left;
	background-image: url(../images/content_area/search_input_grad_long.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.go_search {
	background-image: url(../images/content_area/search_main_go.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 32px;
	display: block;
	float: left;
}
#profile-header form {
	margin: 0px;
	padding: 0px;
}

#profile-header .searcher {
	padding-top: 5px;
	padding-bottom: 5px;
	#padding-top: 5px; /* for IE 7 and below */
	#padding-bottom: 4px; /* for IE 7 and below */
	padding-right: 15px;
	padding-left: 16px;
	background-image: url(../images/content_area/search_button_grad.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #76a2b0 !important;
	font-size: 1.2em;
	font-style: normal;
	margin: 0px;
	white-space: nowrap;
	float: right;
}
#profile-header .searcher:hover {
	background-image: url(../images/content_area/search_button_grad_lite.png);
	cursor: pointer;
}
#profile-header .searcher:active {
	background-image: url(../images/content_area/search_button_grad_flip.png);
	cursor: pointer;
}




.hdr-btm {
	background-image: url(../images/content_area/header_btm_border.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 2px;
	width: auto;
}
.R-edge {
	height: 55px;
	width: 5px;
	margin-top: 0px;
	float: left;
	background-color: #b5b5b5;
	margin-right: 9px;
}

.L-actions {
	float: right;
	width: 100px;
	height: 60px;
	text-align: right;
}

.L-actions-admin {
	float: right;
	width: 180px;
	height: 60px;
	text-align: right;
}

.L-actions-profile {
	float: right;
	width: 180px;
	height: 60px;
	text-align: right;
	padding-top:10px; /* 2011-02-06 - Ben - need this for edit profile link */
}


.button-blue {
	height: 36px;
	padding-left: 15px;
	background-image: url(../images/content_area/hdr_button_blue_L.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	width: 160px;
	text-align: center;
	overflow: hidden;
	float: right;
	margin-top: 26px;
	display: block;
}
.button-blue:hover {
	background-image: url(../images/content_area/hdr_button_blue_L_over.png);
	cursor:pointer;
}

.button-blue .end-R {
	float: right;
	height: 36px;
	width: 20px;
	background-image: url(../images/content_area/hdr_button_blue_R.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.button-blue:hover .end-R {
	background-image: url(../images/content_area/hdr_button_blue_R_over.png);
}
.button-blue .button-text {
	padding-top: 10px;
	height: 26px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	display: block;
}
.searchOverlay  {
	color: #FFFFFF;	
}
.button-blue .icon-email {
	background-image: url(../images/content_area/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.button-blue .hiLite {
	padding-top: 7px;
	height: 21px;
	color: #CCCCCC;
}
.button-blue:hover .hiLite {
	color: #3c9ada;
}
/*  ----  */


/* /////////////////////////////////// */
/* LEFT COLUMN SEARCH */
.leftcol_search {
	width:214px !important;
}
.leftcol_search a {
	text-decoration: none !important;
}
.searchTab, .searchTab-selected {
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 2px;
	padding: 20px;
	width: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
}

.searchTab span, .searchTab-selected span {
	font-weight: bold;
}

.searchTab a, .searchTab-selected a {
	text-decoration: none !important;
}


.searchTab {
	background-image: url(../images/content_area/search_tab_graydark.png);
}
.searchTab:hover {
	background-image: url(../images/content_area/search_tab_silver.png);
}
.searchTab:active {
	background-image: url(../images/content_area/search_tab_silver_rev.png);
}
.searchTab-selected {
	background-image: url(../images/content_area/search_tab_gray.png);
	color: #5B6269;
	width: 178px;
}
.searchTab h1, .searchTab-selected h1 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.6em;
	letter-spacing: -0.1ex;
}
.searchTab-selected h1 {
	color: #3c9ada;
	text-decoration: none;
}

.searchTab:hover h1{
	color: #3c9ada;
}



/* /////////////////////////////////// */
/* LEFT COLUMN */
#left-column {
	width: 202px;
	float: left;
	padding-top: 16px;
	padding-left: 16px;
	font-size: 0.7em;
	color: #444444;
	line-height: 1.4em;
}



#profile-image-shell {
	border: 1px solid #404040;
	background-color: #1F1F1F;
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}
#profile-image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* 
	height: 200px;
	width: 200px; */
}


/* Status Box (below Profile image) */
#status-box {
	width: 182px;
	min-height: 20px;
	background-image: url(../images/content_area/status_bkd.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F5F5F5;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.status-top {
	height: 5px;
	width: 202px;
	background-image: url(../images/content_area/status_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F5F5F5;
}
.status-btm {
	background-image: url(../images/content_area/status_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 202px;
}

.status-verified, .status-unverified {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 19px;
	padding-left: 28px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	text-align: center;
	padding-right: 28px;
	overflow: hidden;
}
.status-verified {
	color: #6a8546;
	background-image: url(../images/content_area/icon_verified_leftcol.png);
}
.status-unverified {
}

.claimerText {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	color: #666666 !important;
}

.claimerText .headline {
	font-weight: normal;
	color: #297EB3;
	display: block;
}
.claimerName {
	color: #297EB3;
	font-weight: bold;
}

/* /////////////////////////////////// */
/* CLAIM PROFILE AND CONTACT NOW BUTTONS */
.mainBtn-claim, .mainBtn-contact, .mainBtn-account {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	display: block;
	height: 25px;
	width: 172px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	color: #FFFFFF !important;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.mainBtn-claim, .mainBtn-account {
	background-image: url(../images/content_area/btn_main_blue.png);
}
.mainBtn-contact {
	background-image: url(../images/content_area/btn_main_green.png);
}
.mainBtn-specialties {
	background-image: url(../images/content_area/btn_main_blue.png);
}

.mainBtn-account 
{
	display:inline-block !important;
}

.mainBtn-claim:hover, .mainBtn-contact:hover, .mainBtn-specialties:hover, .mainBtn-account:hover {
	text-decoration: none;
	background-position: 0px -50px !important;
}
.mainBtn-claim:active, .mainBtn-contact:active, .mainBtn-specialties:active, .mainBtn-account:active {
	background-position: 0px -100px !important;
}
.mainBtn-specialties 
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	display:inline-block;
	height: 25px;
	width: 172px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF !important;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*  ----  */
/***************************************************\
 * Small blue and green buttons
\***************************************************/
.mainBtn-blue-small {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	display: block;
	height: 25px;
	width: 172px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	color: #FFFFFF !important;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.mainBtn-blue-small {
	background-image: url(../images/content_area/btn_main_blue_small.png);
}
.mainBtn-blue-small:hover {
	text-decoration: none;
	background-position: 0px -50px !important;
}

/* -- */
.button-white {
	height: 28px;
	padding-left: 15px;
	background-image: url(../images/content_area/btn_white_L.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	width: 120px;
	text-align: center;
	overflow: hidden;
}
.button-white:hover {
	background-image: url(../images/content_area/btn_white_L_over.png);
	cursor:pointer;
}

.button-white .end-R {
	float: right;
	height: 28px;
	width: 20px;
	background-image: url(../images/content_area/btn_white_R.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.button-white:hover .end-R {
	background-image: url(../images/content_area/btn_white_R_over.png);
}
.button-white .button-text {
	padding-top: 7px;
	height: 21px;
	color: #666666;
}
.button-white:hover .button-text {
	color: #444444;
	
}
.button-white .hiLite {
	padding-top: 7px;
	height: 21px;
	color: #444444;
}
.button-white:hover .hiLite {
	color: #3c9ada;
}
/*  ----  */



/* /////////////////////////////////// */
/* CENTER COLUMN (Main Content) */
#center-column {
	margin-right: 16px;
	width: 564px;
	float: right;
	background-image: url(../images/content_area/infobox_bkd.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 16px;
}

#bio {
	padding-right: 14px;
	padding-left: 12px;
	text-align: justify;
	padding-top: 7px;
	padding-bottom: 20px;
}
#bio h1 {
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 13px;
}
/*  ----  */



/* /////////////////////////////////// */
/* DASHBOARD INFO */
#dashboard-shell {
	background-color: #e5e5e5;
	padding-right: 7px;
	padding-left: 7px;
}
.dash-header {
	height: 18px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #626262;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
	overflow: hidden;
	padding-top: 6px;
}
.dash-header .info {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #1F609A;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-decoration: none;
	padding-right: 5px;
}


/* TIMELINE */
#timeline-shell {
	height: 62px;
	background-color: #1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/content_area/timeline_bkd_bumpers.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

table.tl {
	width: 530px;
	height: 62px;
	overflow: hidden;
}
td.tl-y {
	vertical-align: bottom;
	height: 28px;
	border: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}

td.tl-y:hover {
	cursor:pointer;
}

td.tl-y div {
	background-color: #cdcdcd;
	position:relative;
	width:100%;
	background-image: url(../images/content_area/timeline_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
td.tl-y:hover div {
	position:relative;
	width:100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/content_area/header_mainbkd.png);
}
td.tl-s {
	width: 1px;
	border: 0px;
	padding: 0px;
}
td.tl-decade, td.tl-decade-inactive, td.tl-decade-hot {
	vertical-align: text-top;
	text-align: left;
	font-weight: bold;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 2px;
	font-size: 0.9em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td.tl-decade-inactive {
	border-top-color: #323232;
	color: #565656;
}
td.tl-decade {
	border-top-color: #808080;
	color: #999999;
}
td.tl-decade:hover {
	border-top-color: #999999;
	color: #CCCCCC;
	cursor:pointer;
}
td.tl-decade-hot {
	border-top-color: #9faa56;
	color: #999999;
}
td.tl-decade-hot:hover {
	border-top-color: #C0CC5A;
	color: #CCCCCC;
	cursor:pointer;
}

/* shaded timeline color effect / in lieu of "hot" decade funcionality for now */
#d2000 { border-top-color: #9faa56; }
#d1990 { border-top-color: #a5ab73; }
#d1980 { border-top-color: #959784; }
#d2000:hover { border-top-color: #C0CC5A; }
#d1990:hover { border-top-color: #C0CC5A; }
#d1980:hover { border-top-color: #C0CC5A; }
#d2000:hover, #d1990:hover, #d1980:hover, #d1970:hover, #d1960:hover, #d1950:hover, #d1940:hover {
	color: #CCCCCC;
	cursor:pointer;
}
/*  ----  */


/* /////////////////////////////////// */
/* MAINPROFILE STATISTICS NAV TABS */
#stat-tab-nav {
	margin: 0px;
	padding: 0px;
}
#stat-tab-nav a {
	display:block;
	position:relative;
	height:80px;
	text-decoration:none;
	width: 133px;
}	
#stat-tab-nav a:hover {
	background-image: url(../images/content_area/statbox_bkd_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#stat-tab-nav a.current {
	background-image: url(../images/content_area/statbox_bkd_selected.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#stat-tab-nav ul {
	margin: 0px;
	padding: 0px;
}
#stat-tab-nav li {
	float:left;
	width:133px;
	height: 80px;
	background-image: url(../images/content_area/statbox_bkd.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type:none;
	text-align:center;
}
#statbox2 {
	overflow: hidden;
}
#invisibleTab {
	visibility: hidden;	
}

#statbox2 .divider {
	margin-right:6px;
}
#statbox2 .tabSmall {
	display: block;
	position: relative;
	top: 0px;
	height: 12px;
	padding-top: 8px;
	color: #B3B3B3;
	font-size: 0.7em;
}
#stat-tab-nav a:hover .tabSmall {
	color: #DCDCDC;
}
#stat-tab-nav a.current .tabSmall {
	color: #D2E3F1;
}
#statbox2 .tabNumber {
	display: block;
	color: #cbcbcb;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0ex;
	height: 29px;
	padding-top: 5px;
}
#stat-tab-nav a:hover .tabNumber {
	color: #E6E6E6;
}
#stat-tab-nav a.current .tabNumber {
	color: #E6E6E6;
}

#statbox2 .tabText {
	display: block;
	height: 20px;
	font-weight: bold;
	padding-top: 6px;
	color: #cbcbcb;
	font-size: 0.85em;
}

#stat-tab-nav a:hover .tabText {
	color: #E6E6E6;
}
#stat-tab-nav a.current .tabText {
	color: #26599a;
}
#stats-shell {
	height: 80px;
	background-color: #646464;
	overflow: hidden;
}
#stats-shell .divider {
	margin-right: 6px;
}
#statbox, #statbox-selected, #statbox:hover {
	width: 133px;
	height: 80px;
	float: left;
	background-color: #1F1F1F;
	color: #cbcbcb;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#statbox {
	background-image: url(../images/content_area/statbox_bkd.png);
}
#statbox-selected {
	background-image: url(../images/content_area/statbox_bkd_selected.png);
}
#statbox:hover {
	background-image: url(../images/content_area/statbox_bkd_hover.png);
	cursor:pointer;
}
#statbox .tabSmall, #statbox-selected .tabSmall {
	font-size: 0.7em;
	height: 12px;
	padding-top: 8px;
}
#statbox .tabSmall {
	color: #999999;
}
#statbox-selected .tabSmall {
	color: #B8D7F0;
}
#statbox:hover .tabSmall {
	color: #DCDCDC;
}

#statbox .tabNumber, #statbox-selected .tabNumber {
	color: #cbcbcb;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0ex;
	height: 28px;
	padding-top: 6px;
}
#statbox-selected .tabNumber {
	color: #D9D9D9;
}
#statbox:hover .tabNumber {
	color: #F3F3F3;
}
#statbox .tabText, #statbox-selected .tabText {
	height: 20px;
	font-weight: bold;
	padding-top: 6px;
	font-size: 0.85em;
}
#statbox-selected .tabText {
	color: #26599a;
}
#statbox:hover .tabText {
	color: #cbcbcb;
}
/*  ----  */




/* /////////////////////////////////// */
/* SUBTABS - nav for page subsections */
.subTabShell {
	padding: 0px;
	margin: 0px;
}
.subTab {
	list-style-type: none;
	float: left;
	height: 22px;
}
.subTab a {
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
	text-decoration: none;
	position: relative;
	top: 0px;
}
.subTab a:hover {
	background-position: left -23px;
}
.subTab a.current {
	background-position: left -46px;
}
/* Album View Text/Image Buttons on Mainprofile Page */
.subTabButton1, .subTabButton2 {
	list-style-type: none;
	float: left;
	height: 22px;
 }
 .subTabButton1 a, .subTabButton2 a {
	background-image: url(../images/content_area/btn_profile_album_views.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	
 }
 .subTabButton1 a {
	background-position: 0px 0px;
	width: 108px;
	}
 .subTabButton2 a {
	background-position: -108px 0px;
	width: 112px;
 }
 .subTabButton1 a:hover {
	background-position: 0px -30px;
 }
 .subTabButton2 a:hover {
	background-position: -108px -30px;
 }
 .subTabButton1 a.current {
	background-position: 0px -60px;
 }
 .subTabButton2 a.current {
	background-position: -108px -60px;
 }
 
.subTabHelperText {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #1F609A;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-decoration: none;
	padding-right: 5px;
	margin-bottom: 6px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height: 16px;
	width: 300px;
	text-align: right;
	line-height: 10px;
	margin-top: 6px;
}
 
 
/* SUBTAB ICON BUTTONS */
.subTabShell .icon-gridLeft {
	background-image: url(../images/content_area/btn_icon_grid_left.png);
	width: 30px !important;
}
.subTabShell .icon-thumbListCenter {
	background-image: url(../images/content_area/btn_icon_thumblist_center.png);
	width: 30px !important;
}
.subTabShell .icon-thumbListRight {
	background-image: url(../images/content_area/btn_icon_thumblist_right.png);
	width: 34px !important;
}
.subTabShell .icon-thumbListLeft {
	background-image: url(../images/content_area/btn_icon_thumblist_left.png);
	width: 30px !important;
}
.subTabShell .icon-listRight {
	background-image: url(../images/content_area/btn_icon_list_right.png);
	width: 34px !important;
}
.subTabShell .icon-Center {
	background-image: url(../images/content_area/btn_icon_blank_center.png);
	width: 30px !important;
}
.subTabShell .icon-graphLeft {
	background-image: url(../images/content_area/btn_icon_graph_left.png);
	width: 30px !important;
}
.subTabShell .icon-barCenter {
	background-image: url(../images/content_area/btn_icon_bar_center.png);
	width: 30px !important;
}
.subTabShell .icon-pieRight {
	background-image: url(../images/content_area/btn_icon_pie_right.png);
	width: 34px !important;
}
/*  ----  */



/* /////////////////////////////////// */
/* INFOBOX - subsection container area */
.infobox-top {
	background-image: url(../images/content_area/infobox_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}
.infobox-btm {
	background-image: url(../images/content_area/infobox_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}
#infobox {
	min-height: 450px;
	background-image: url(../images/content_area/infobox_bkd.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #25282B;
	font-family: Helvetica, Arial, sans-serif;
}

.infoLoader, .infoNoResults {
	background-color: #C0C0C0;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	background-position: 20px 10px;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 110px;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: -0.1ex;
	border: 1px solid #999999;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.infoLoader {
	background-image: url(../images/content_area/80x80_LP_spinner.gif);
}
.infoLoader span, .infoNoResults span{
	font-size: 12px;
	color: #333333;
	letter-spacing: 0ex;
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-top: 4px;
}
.load-refine {
	background-image: url(../images/content_area/16x16_SpinLoader_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 16px;
	width: 16px;
}
/*  ----  */




/* /////////////////////////////////// */
/* RESULTS LISTING */

.discoRow {
	width: 534px;
	height: 89px;
	float: left;
}

.discoRow img {
	margin: 0px;
	padding: 6px;
	height: 75px;
	width: 75px;
	display: block;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	float: left;
}
.discoRow img:hover {
	border: 5px solid #FF9900;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px;
}


.thumbList {
}
/* for cocredits Overlay */
.coCredited {
}
.thumbList .L-item, .coCredited .L-item {
	background-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 77px;
	width: 514px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	line-height: 18px;
	overflow: hidden;
}

/* 2010-10-12 - BEN - Adding style for hidden album */
.thumbList .HIDDEN {
	background-color: #EEB4B4 !important;
}

.thumbList .HIDDEN:hover  {
	background-color: #EEB4B4 !important;
	background-image:none !important;
}


.thumbList .L-item:hover, .coCredited .L-item:hover {
	background-color: #FFFFFF;
	background-image: url(../images/content_area/header_mainbkd.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 13px;
}
.thumbList .L-item img, .coCredited .L-item img {
	float: left;
	/* height: 75px;
	width: 75px; */
	border: 1px solid #999999;
	margin-right: 9px;
}
.thumbList .L-item img a, .coCredited .L-item img a {
	border: px solid #999999;
}
.thumbList .L-item img a:hover, .coCredited .L-item img a:hover {
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

.thumbList .L-item:hover img, .coCredited .L-item:hover img {
	border: 1px solid #666666;
	margin-right: 12px;
}
.thumbList .L-item .R-edge, .thumbList .L-item .R-edge-verified, .coCredited .L-item .R-edge, .coCredited .L-item .R-edge-verified {
	height: 77px;
	width: 5px;
	margin-top: 0px;
	float: left;
	margin-right: 9px;
	display: block;
}
.thumbList .L-item .R-edge {
	background-color: #b5b5b5;
}
.coCredited .L-item .R-edge {
	background-color: #8C8C8C;
}
.thumbList .L-item .R-edge-verified {
	background-color: #aec873;
}
.coCredited .L-item .R-edge-verified {
	background-color: #889b70;
}

.thumbList .L-item h1, .coCredited .L-item h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	white-space: nowrap;
	/*below css for this class is a beta testfix */
	*overflow: hidden;
}
.thumbList .L-item h1 {
	color: #78838D;
}
.coCredited .L-item h1 {
	color: #5E6A73;
}


.thumbList .L-item h1 a, {
	color: #78838D;
	text-decoration: none;
}
.coCredited .L-item h1 a {
	color: #5E6A73;
	text-decoration: none;
}
.thumbList .L-item:hover h1 a, .thumbList .L-item h1 a:hover {
	color: #3c9ada !Important;
	text-decoration: underline;
}

.coCredited .L-item h1 a:hover, .coCredited .L-item:hover h1 a {
	color: #2A7FB4 !Important;
	text-decoration: underline;
}
.coCredited .L-item h1 a:hover {
	color: #3c9ada !Important;
}

.thumbList .L-item .verified, .coCredited .L-item .verified {
	height: 16px;
	width: 16px;
	display: block;
	background-image: url(../images/content_area/icon_verified.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.thumbList .L-item h2, .coCredited .L-item h2 {
	color: #555;
	font-size: 1em;
	padding: 0px;
	white-space: nowrap;
	line-height: 17px;
	margin: 0px;
	/*below css for this class is a beta testfix */
	*overflow: hidden;
}
.thumbList .L-item:hover h2 a, .coCredited .L-item:hover h2 a {
	color: #446376 !Important;
	text-decoration: underline;
}
.thumbList .L-item h2 a, .coCredited .L-item h2 a {
	color: #555 !important;
	text-decoration: none;
}
.thumbList .L-item h2 a:hover, .coCredited .L-item h2 a:hover {
	color: #3c9ada !important;
	text-decoration: underline;
}
/* 2010-12-10 - Ben - adding another line to stop overflow */
.thumbList .L-item h2 
{
	white-space:normal !important;
}
.thumbList .L-item h3, .coCredited .L-item h3 {
	color: #333333;
	padding: 0px;
	font-size: 0.8em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	white-space: nowrap;
	/*below css for this class is a beta testfix */
	*overflow: hidden;
}
.thumbList .L-item h3 span, .coCredited .L-item h3 span {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}
.thumbList .L-item h4, .coCredited .L-item h4 {
	color: #808080;
	padding: 0px;
	font-size: 0.8em;
	margin: 0px;
	line-height: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	/*below css for this class is a beta testfix */
	*overflow: hidden;
}
.thumbList .L-item h4 span, .coCredited .L-item h4 span {
	color: #444;
}
.thumbList .L-item h4 .albu, .coCredited .L-item h4 .album {
	font-weight: bold;
}
.thumbList .L-actions, .coCredited .L-actions {
	float: right;
	height: 51px;
	padding-top: 23px;
	padding-right: 10px;
	white-space: nowrap !important;
	/*min-width: 120px;*/
	/*2010-12-12 - Ben - Changed from 140px to fix overflow problem */
	width: 120px;
}
.thumbList .short, .coCredited .short {
	width: 95px !important;
}
.thumbList .L-actions a, .coCredited .L-actions a {
	text-decoration: none;
	display: block;
	background-image: url(../images/content_area/listButton_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	clear: both;
	text-align: center;
	height: 23px;
	width: 80px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #297EB3;
	font-size: 0.8em;
	font-weight: normal;
}
.thumbList .L-actions a:hover, .coCredited .L-actions a:hover {
	text-decoration: none;
	color: #838C3D;
	background-image: url(../images/content_area/listButton_left_over.png);
}
.thumbList .L-actions a:active, .coCredited .L-actions a:active {
	text-decoration: none;
	color: #BECC08;
	background-image: url(../images/content_area/listButton_left_hit.png);
	outline:none;
}
.thumbList .L-actions a span, .coCredited .L-actions a span {
	display: block;
	height: 20px;
	background-image: url(../images/content_area/listButton_right.png);
	background-position: right top;
	padding-top: 3px;
	position: relative;
	right: -10px;
	padding-right: 11px;
	white-space: nowrap;
	background-repeat: no-repeat;
	overflow: hidden;
}
.thumbList .L-actions a:hover span, .coCredited .L-actions a:hover span {
	background-image: url(../images/content_area/listButton_right_over.png);
	cursor: pointer;
}
.thumbList .L-actions a:active span, .coCredited .L-actions a:active span {
	background-image: url(../images/content_area/listButton_right_hit.png);
	outline:none;
}
/*  ----  */
/**************************************\
 * Album/Credits Edit Button
\**************************************/
.thumbList .L-actions a.edit-blue, .coCredited .L-actions a.edit-blue {
	background-image: url(../images/content_area/listButton_left_blue.png) !important;
}
.thumbList .L-actions a.edit-blue span, .coCredited .L-actions a.edit-blue span {
	background-image: url(../images/content_area/listButton_right_blue.png) !important;
}
/*  ----  */
/* cocredits overlay add-ons */
.thumbList .cocredits_taller1 {
	height: 140px !important;
}
.thumbList .cocredits_taller2_edge {
	height: 138px !important;
}

.thumbList .CoCreditBoxes {
	margin-top:5px;
}
.thumbList .CoCreditBoxes .root, .thumbList .CoCreditBoxes .leaf {
	padding:3px;
	margin-bottom:4px;
	margin-left:95px;
}
.thumbList .CoCreditBoxes .root {
	background-color:#d7dbd3;
}
.thumbList .CoCreditBoxes .leaf {
	background-color:#cfd9c3;
}

.thumbList .CoCreditBoxes .root:hover {
	background-color:#E0E6DA;
}
.thumbList .CoCreditBoxes .leaf:hover {
	background-color:#DFE6D8;
}






/* /////////////////////////////////// */
/* STYLE FOR SCROLLABLES */
#coverGrid {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 534px;
	height: 534px; /* 89px X 6 */	
	border-bottom:1px solid #d5d5d5;
}

/* root element for scrollable items */
.thumbGrid {
	position:absolute;
	/* this height should be set programmatically depending on content (# of listing rows X 89px - eightyNINE px) */	
	height: 1870px;
}


#coverList, .coverList-CoCredits {
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	width: 534px;
	border-bottom:1px solid #d5d5d5;	
}
#coverList {
	height: 534px;/* 89 X 6 */ 
}
.coverList-CoCredits {
	height: 453px;/* 151 X 3 */ 
}


.scrollExtender {
height: 880px !important; /* EXTEND COVERLIST - 10 ITEMS */
}
/* root element for scrollable items */
.thumbList {	
	position:absolute;
	
	/* this height should be set programmatically depending on content (# of listings X 88px eightyEIGHT px) */	
	height:4000em;
}



/* the action buttons above the scrollables */
#coverGrid-Nav, #actions {
	width:534px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#coverGrid-Nav a, #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}
#coverGrid-Nav a:hover, #actions a:hover {
	text-decoration:none;
	color:#000;
	background-position-y: -13px; /* browser issues*/
}
#coverGrid-Nav .disabled, #coverGrid-Nav .disabled:hover, #actions .disabled, #actions .disabled:hover {
	color:#d5d9bd;
	text-decoration: none;
	cursor: default;
	background-position-y: -28px; /* browser issues*/
}
.prevRows, .prevRows_2, .prevGrid {
	background-image: url(../images/content_area/scrollable_prevPage.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	width: 127px;
	height: 16px;
	padding-left: 16px;
	margin-left: 7px;
	text-align: left;
	display: block;
}

.nextRows, .nextRows_2, .nextGrid {
	float:right;
	background-image: url(../images/content_area/scrollable_nextPage.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	width: 127px;
	height: 16px;
	padding-right: 16px;
	margin-right: 7px;
	text-align: right;
	display: block;
}

/* keep in case position-y fails on some browsers...
.prevRows:hover, .prevGrid:hover {
	background-position: left -13px;
}
.nextRows:hover, .nextGrid:hover {
	background-position: right -13px;
}
*/
.listNumbers {
	float: right;
	width: 234px;
	text-align: center;
	font-weight: bold;
	color: #999999
}
.listNumbers span {
	color:#444
}
/*  ----  */




/* /////////////////////////////////// */
/* SEARCH REFINE PANEL */
#refine {
	background-image: url(../images/content_area/refine_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
}
#refine .header {
	display: block;
	padding-top: 4px;
	padding-left: 7px;
	color: #51575C;
	font-weight: normal;
}
.refineToggle {
	float:left;
	margin-left:6px;
	margin-bottom: 6px;
 }
.subPage-divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	height: 1px;
	width: auto;
}
/*  ----  */




/* /////////////////////////////////// */
/* JQUERY VISUALIZER PLUGIN */
table.accessHide { position: absolute; left: -999999px; } 

/*plugin styles*/
.visualize { border: 1px solid #888; position: relative; background: #fafafa; }
.visualize canvas { position: absolute; }
.visualize ul,.visualize li { margin: 0; padding: 0;}

/*table title, key elements*/
.visualize .visualize-info { padding: 3px 5px; background: #fafafa; border: 1px solid #888; position: absolute; top: -40px; right: 10px; opacity: .8; }
.visualize .visualize-title { display: block; color: #333; margin-bottom: 3px;  font-size: 1.1em; }
.visualize ul.visualize-key { list-style: none;  }
.visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;}
.visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px;  }
.visualize ul.visualize-key .visualize-key-label { color: #000; }

/*pie labels*/
.visualize-pie .visualize-labels { list-style: none; }
.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute;  margin: 0; padding:0; }
.visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 0.9em; }
.visualize-pie-outside .visualize-label { color: #000; font-weight: normal; }

/*line,bar, area labels*/
.visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; }
.visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; }
.visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555;  }
.visualize-labels-x li span.line, .visualize-labels-y li span.line {  position: absolute; border: 0 solid #ccc; }
.visualize-labels-x li { height: 100%; }
.visualize-labels-x li span.label { top: 100%; margin-top: 5px;  }
.visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; }
.visualize-labels-x li span.line { border: 0;} /*hide vertical lines on area, line, bar*/
.visualize-labels-y li { width: 100%;  }
.visualize-labels-y li span.label { right: 100%; margin-right: 5px; }
.visualize-labels-y li span.line { border-top-width: 1px; width: 100%; }
.visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; }

/*  ----  */




/* /////////////////////////////////// */
/* -- JQUERYTOOLS - starter TOOLTIPS */

/* Timeline Tip */
.tooltip {
	background-color: transparent;
	background-image: url(../images/content_area/tooltip_bkd_timeline.png);
	background-repeat: no-repeat;
	height:65px;
	width:210px;
	color:#FFFFFF;
	_background-color:#fff;
	z-index:999;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	overflow: hidden;
	display: none;
}
.tooltip .tip-loading {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 25px;
	display: block;
	height: 40px;
	width: 210px;
	color: #EEF3C1;
}
.tooltip .tip-year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #E2EB9F;
	letter-spacing: -0.1ex;
	text-align: center;
	white-space: nowrap;
	display: block;
	height: 47px;
	float: left;
	margin: 0px;
	padding-top: 18px;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65px;
}
.tooltip .tip-divider {
	background-color: #d4e17c;
	display: block;
	float: left;
	width: 2px;
	height: 65px;
	padding: 0px;
	margin: 0px;
}
.tooltip .tip-content {
	display: block;
	float: left;
	height: 60px;
	color: #FFFFFF;
	margin: 0px;
	width: 115px;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tooltip .tip-content p {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #EEF3C1;
	letter-spacing: 0.1ex;
}
.tooltip .tip-content p b {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0ex;
}
.albumTip {
	display:none;
	font-size:12px;
	height:90px;
	width:372px;
	color:#fff;
	_background-color:#fff;
	z-index:999;
	background-image: url(../images/temporary/black_arrow_long.png);
	padding-top: 11px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}

.albumTip.top {
	background-color: transparent;
	background-image: url(../images/temporary/black_arrow_long.png);
	padding-top: 0px;
}
.albumTip.bottom {
	background-color: transparent;
	background-image: url(../images/temporary/black_arrow_bottom_long.png);
	padding-top: 26px;
}


.albumTip.left {
	background-color: #CC0000;
}
.albumTip.right {
	background-color: #99CC00;
}



/* /////////////////////////////////// */
/* -- TABLE VIEWS - TABLESORTER */
table.tableView-A, table.tableView-tracks  {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	width: 100%;
	text-align: left;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}
table.tableView-A thead tr th, table.tableView-A tfoot tr th, table.tableView-tracks thead tr th, table.tableView-tracks tfoot tr th {
	background-color: #75828D;
	font-size: 0.7em;
	padding: 6px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	background-position: bottom;
	text-align: left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-right-color: #8799A6;
	border-left-style: none;
}
table.tableView-A thead tr .header, table.tableView-tracks thead tr .header {
	background-image: url(../images/content_area/table_icon_asc_desc.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.tableView-A tbody tr {
}

table.tableView-A tbody td, table.tableView-tracks tbody td {
	color: #3D3D3D;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #E1E1E1;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/content_area/table_td_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	height: 34px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


table.tableView-A tbody .trackNumber, table.tableView-tracks tbody .trackNumber {
	color: #657380;
	font-weight: bold;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
}

table.tableView-A .center, table.tableView-tracks .center {
	text-align: center !important;
}

table.tableView-A tbody .edge, table.tableView-A tbody .edge-verified, table.tableView-tracks tbody .edge, table.tableView-tracks tbody .edge-verified {
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 6px;
}
table.tableView-A tbody .edge, table.tableView-A tbody .edge-verified, table.tableView-tracks tbody .edge, table.tableView-tracks tbody .edge-verified {
	border-left-color: #97A6B3;
}
table.tableView-A tbody .edge-verified, table.tableView-tracks tbody .edge-verified {
	border-left-color: #aec873;
}



table.tableView-A tbody tr.odd td {
	/* background-color:#F0F0F6; /* zebra */
}
table.tableView-A thead tr .headerSortUp {
	background-image: url(../images/content_area/table_icon_asc.png);
}
table.tableView-A thead tr .headerSortDown {
	background-image: url(../images/content_area/table_icon_desc.png);
}
table.tableView-A thead tr .headerSortDown, table.tableView-A thead tr .headerSortUp {
	background-color: #97A6B3;
}


table.tableView-A .verified-yes {
	background-image: url(../images/content_area/icon_verified.png);
}

table.tableView-A .verified-no, table.tableView-A .verified-yes {
	height: 16px;
	width: 95%;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.tableView-A th .icon_hdr-verified {
	background-image: url(../images/content_area/table_icon_check.png);
	height: 16px;
	width: 16px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 2px;
	margin-left: 4px;
}
table.tableView-A th .icon_hdr-latest {
	background-image: url(../images/content_area/table_icon_latestcredit.png);
	height: 16px;
	width: 16px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 3px;
	margin-left: 6px;
}
table.tableView-A th .icon_hdr-albumTrack, table.tableView-tracks th .icon_hdr-albumTrack {
	background-image: url(../images/content_area/table_icon_album.gif);
	height: 12px;
	width: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}

/* /////  */
table.tableView-A tbody tr:hover td {
	background-color: #FFFFFF;
	background-image: url(../);
	border-right-color: #CCCCCC;
	/*cursor:pointer; */
}
table.tableView-A tbody tr:active td {
	background-color: #D8E9FF;
	background-image: url(../);
}
table.tableView-A tr:hover h1, table.tableView-A tr:hover h2, table.tableView-A tr:hover h3, table.tableView-A tr:hover h4, table.tableView-A tr:hover h5 {
	color: #2D71AC;
}
table.tableView-A tr:active h1, table.tableView-A tr:active h2, table.tableView-A tr:active h3, table.tableView-A tr:active h4, table.tableView-A tr:active h5 {
	color: #3c9ada;
}
table.tableView-A tbody tr:hover .edge, table.tableView-A tbody tr:hover .edge-verified {
	border-left-color: #3c9ada;
	border-left-width: 6px;
	padding-left: 3px;
}
/* ///////////// */

table td h1 {
	color: #657380;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	display: block;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2ex;
}
table td h2 {
	color: #444;
	font-size: 0.8em;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
table td h3 {
	color: #697680;
	padding: 0px;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}
table td h4 {
	color: #333;
	padding: 0px;
	font-size: 0.7em;
	margin: 0px;
	font-weight: normal;
	overflow: hidden;
}
table td h5 {
	color: #E97285;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/* -- TABLE VIEWS - TABLESORTER PAGER */
#tablePager {
	display: block;
	width: 534px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height: 20px;
	white-space: nowrap;
	font-size:11px;
	color:#666;
	background-color: #FBFBFB;
}
#tablePager form {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#tablePager .prevSide {
	float: right;
	margin-right: 10px;
}
#tablePager .nextSide {
	float: right;
}
#tablePager select {
	padding: 0px;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0px;
	position: inherit !important;
}
#tablePager .pagesize {
	margin: 0px;
	padding: 0px;
	position: inherit !important;
}

#tablePager span {
	padding: 0 5px 0 5px;
}
#tablePager .flat {
	white-space: nowrap;
	display: block;
	width: 300px;
	height: 20px;
	float: left;
}
#tablePager input.tablePrev {
	display: block;
	height: 17px;
	width: 17px;	
}
#tablePager input.tableNext {
	margin-left: 10px;
}
#tablePager input {
	font-size: 0.8em;
	width: 55px;
	border: 1px solid #75828D;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #424242;
	font-weight: bold;
	font-style: normal;
	background-color: #F0F0F0;
}
/*  ----  */

.TrackPage .title {
	color: #75828D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.TrackPage p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #3F474C;
}


/* FAQ */
.faq-toc {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #E3E3E3;
}
.faq-toc ul {
	line-height: 1.4em;
	font-size: 0.85em;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 190px;
	background-image: url(../images/content_area/leftcol_bkd_grad_faq.jpg);
	background-repeat: no-repeat;
	background-position: -42px 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.faq-toc li {
	/* display: block; */
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	list-style-position: outside;
	list-style-type: decimal !important;
	color: #666666;
}
.faq-toc li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	background-color: #727D80;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #464D4F;
}
.faq-toc li a:hover {
	background-color: #363C3E;
	color: #FFFFFF;
	font-weight: bold;
}
.faq-toc a:active {
}

.faq-listing {
	background-image: url(../images/content_area/overlay_gray_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ebebeb;
	border-top-style: solid;
	border-top-color: #bcbcbc;
	border-top-width: 1px;
	padding-right: 20px;
	padding-left: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.faq-listing .faq-item-topic {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 10px;
}
.faq-listing .faq-item-topic h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #363C3E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #717C80;
}
.faq-listing .faq-item-topic .faq-item-body {
	font-size: 0.85em;
	line-height: 1.6em;
	color: #193942;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.faq-listing .faq-item-body p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px !important;
	margin-left: 0px;
}


.graycontent_btm {
	padding: 0px;
	height: 60px;
	background-image: url(../images/content_area/graycontent_bottomer_sml.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
}
.faq-toc {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #E3E3E3;
}

/* ABOUT + STATIC SECTIONS */
.static_shell {
	background-image: url(../images/content_area/overlay_gray_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ebebeb;
	border-top-style: solid;
	border-top-color: #bcbcbc;
	border-top-width: 1px;
	margin: 0px;
	padding: 20px;
}
.static_shell .st-content {
	line-height: 1.6em;
	font-size: 0.9em;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
	background-image: url(../images/content_area/leftcol_bkd_grad_faq.jpg);
	background-repeat: no-repeat;
	background-position: -42px 10px;
	color: #343840;
	font-family: Arial, Helvetica, sans-serif;
}
.static_shell .st-content.shifter {
	background-position: -42px 0px !important;
	font-size: 0.75em;
	line-height: 2em;
	padding-right: 25px;
}
.static_shell .st-content h1 {
	font-weight: normal;
	padding: 0px;
	font-style: normal;
	font-size: 1.3em;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #D4D8DA;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #7C7E80;
	letter-spacing: 0.2ex;
}
.static_shell .st-content h1 span {
	font-size: 0.75em;
	text-transform: uppercase;
}
.static_shell .st-content h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-style: normal;
	background-color: #F7F7F7;
}
.static_shell .st-content h3 span {
	color: #0F76A4;
	font-style: normal;
	font-weight: bold;
}
.static_shell .st-content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px !important;
	margin-left: 0px;
	padding-top: 10px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.about_photo_col {
	width: 133px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.about_photo_col .member {
	margin-bottom: 20px;
}
.about_photo_col .member span.murat, .about_photo_col .member span.dante {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 130px;
	border: 1px solid #999999;
}
.about_photo_col .member span.murat {
	background-image: url(../images/content_area/bio_murat_aktar_sml.jpg);
}
.about_photo_col .member span.dante {
	background-image: url(../images/content_area/bio_dante_ferrarini_sml.jpg);
}

.about_photo_col .member h1 {
	font-size: 1em;
	letter-spacing: -0.1ex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.about_photo_col .member p {
	font-size: 0.7em;
	color: #666666;
	letter-spacing: 0ex;
	display: block;
	line-height: 1.3em;
}
.about_photo_col .member a {
	color: #333333;
	text-decoration: none;
}
.about_photo_col .member p a {
	color: #666666;
	text-decoration: none;
}
.about_photo_col .member a:hover {
	color: #00A3D8 !important;
	border-top-color: #00A3D8;
	border-right-color: #00A3D8;
	border-bottom-color: #00A3D8;
	border-left-color: #00A3D8;
}

/* TOP 100 */
.top100_number {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	position: absolute;
	width: 90px;
	float: right;
	height: 30px;
	text-align: center;
	white-space: nowrap;
	background-image: url(../images/content_area/top100_badgebkd.png);
	font-weight: bold;
	color: #FFFFFF;
	right: 0px;
	background-repeat: no-repeat;
	background-position: left 5px;
	overflow: hidden;
	padding: 10px;
	margin: 0px;
}

.t100-1 {
	background-position: left -45px;
}

.searchTab h1.t100, .searchTab-selected h1.t100 {
	font-size: 1.5em;
	letter-spacing: -0.1ex;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #808C95;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.searchTab h1.t100 {
	color: #FFFFFF;
}
.searchTab-selected h1.t100, .searchTab:hover h1.t100 {
	color: #6D7780;
}
.searchTab h1.t100 b {
	color: #DAE8F3;
}
.searchTab-selected h1.t100 b, .searchTab:hover h1.t100 b  {
	color: #808B94;
}

.left_content-subtab {
	background-image: url(../images/content_area/leftcol_bkd_grad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	min-height: 520px;
	line-height: 1.7em;
	width: 174px;
	color: #5b5d59;
	font-size: 1.1em;
	text-align: right;
}
.left_content-subtab h2 {
	color: #606A73;
	font-size: 1.1em;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94A1AC;
	font-weight: bold;
}



/* Left Col Name Lists */
#left-column ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	list-style-image: url(../images/content_area/search_overlay_bullet.png);
	line-height: 1.5em;
}
#left-column li {
	color: #7E878C;
	font-weight: bold;
}
#left-column li a {
	text-decoration: none;
	color: #7E878C;
}
#left-column li a:hover {
	text-decoration: underline;
	color: #3c9ada;
}

/* COCREDITS LINK in LEFT COL */
#left-column li a.cocredit-link {
	font-weight: bold !important;
	color: #7DB8DF;
	text-decoration: none;
	font-size: 0.9em;
	color: #5C95B6 !important;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 17px;
	margin-left: 2px;
	background-image: url(../images/content_area/icon_collaborate_1.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#left-column li a.cocredit-link:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #49A1DE !important;
	background-image: url(../images/content_area/icon_collaborate_2.gif);
}
#left-column li a.cocredit-link:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5DC6FF !important;
	background-image: url(../images/content_area/icon_collaborate_3.gif);
}

/* COCREDIT link in PROFESSIONAL THUMBLIST */
a.cocredit-link {
	text-decoration: none;
	font-size: 11px !important;
	color: #5C95B6 !important;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 17px;
	margin-left: 2px;
	background-image: url(../images/content_area/icon_collaborate_1.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
a.cocredit-link:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.cocredit-link:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* //////////// */
.error-shell {
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
}




/* GRAY OVERLAY FOR COCREDITS */
.overlayGray {
	width: 840px;
	max-height: 600px;
	z-index: 9999;
	position: absolute;
	display:none;
	top: 50px;
	left: 600px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em !important;
}
/* default close button */
.overlayGray div.close {
	height:22px;
	width:22px;
	background-image:url(../images/content_area/overlay_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right: 13px;
	top: 13px;
	cursor:pointer;
	display: block;
}
.overlayGray .ovr-head, .overlayGray .ovr-foot {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 840px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent !important;
}
.overlayGray .ovr-head {
	background-image: url(../images/content_area/overlay_gray_head_840.png);
}
.overlayGray .ovr-foot {
	background-image: url(../images/content_area/overlay_gray_foot_840.png);
}
.overlayGray .ovr-center {
	background-image: url(../images/content_area/overlay_gray_center_840.png);
	margin: 0px;
	width: 798px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
	background-repeat: repeat-y;
	background-position: left top;
}
.overlayGray .ovr-center .contentArea {
	background-image: url(../images/content_area/overlay_gray_grad.jpg);
	background-repeat: repeat-x;
	background-position: left 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bcbcbc;
	margin: 0px;
	width: 758px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.overlayGray .ovr-center .contentArea .cocredits {
	background-color: #b6c1a7;
	padding: 0px;
	float: left;
	height: 184px;
	width: 212px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border: 2px solid #ebebeb;
	background-image: url(../images/content_area/cocredits_bkd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.contentArea .cocredits div{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 45px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 48px;
	padding-top: 20px;
}
.contentArea .cocredits span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #464942;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 0ex;
	margin: 0px;
}
.contentArea .cocredits b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	color: #DFE6D6;
	margin: 0px;
}
.overlayGray .ovr-center .contentArea .collaboratorRoot, .overlayGray .ovr-center .contentArea .collaboratorLeaf {
	height: 90px;
	font-size: 0.8em;
	margin-left: 216px;
	border: 2px solid #ebebeb;
}
.overlayGray .ovr-center .contentArea .collaboratorRoot {
	background-color: #d7dbd3; /* #cfd3ca */
}
.overlayGray .ovr-center .contentArea .collaboratorLeaf {
	background-color: #cfd9c3; /* #c6d4cd */
}

.overlayGray .ovr-colright {
	font-size: 0.8em;
	float: right;
	background-color: #FFFFFF;
	width: 534px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.overlayGray .ovr-colleft {
	font-size: 0.8em;
	line-height: 1.7em;
	width: 170px;
	color: #5b5d59;
	padding-right: 15px;
	padding-left: 15px;
}
.overlayGray .ovr-colleft h2 {
	color: #464942;
	font-size: 1.1em;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E8477;
}
/* /////////////////////////////////// */




/* //////   AIS CSS Below //////// */
.labelText {
	text-align: left;
	font-family: Arial;
	font-size: smaller;
}
a.moreLink:link, a.moreLink:visited, a.moreLink:active {
	color: #3c9ada;
}

a.moreLink:hover
{
	color: #0DA1F4;
}

/* close button positioned on upper right corner */
.modal .close
{
	background-image: url(../../images/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.modal
{
	background-color: #fff;
	display: none;
	width: 350px;
	padding: 15px;
	text-align: left;
	border: 2px solid #333;
	opacity: 0.8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2
{
	/*broken link: background: url(/img/global/info.png) 0 50% no-repeat; */
	margin: 0px;
	padding: 10px 0 10px 45px;
	border-bottom: 1px solid #333;
	font-size: 20px;
}

.error
{
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}


select
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 6px;
}

form#refine-form select 
{
	font-size: 0.9em;
}

.ui-slider
{
	clear: both;
	top: -5px;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}




/* Correction to html on search page - the mockup uses an h1 inside a span, which is not allowed */
 
span.searchTab-header {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.6em;
	letter-spacing: -0.1ex;
	display: block;
	color: #ddf;
}
.searchTab-selected span.searchTab-header {
	color: #3c9ada;
	text-decoration: none;
}

.searchTab:hover span.searchTab-header {
	color: #3c9ada;
}

span.searchTab-results 
{
	display: none;
}

/* End Correction to html on search page */

/* Claim Profile Overlay*/
#claimProfileForm input.userSmallText 
{
	margin-left: 5px;
	width: 300px;	
}
#claimProfileForm .userSmallestText
{
	margin-left: 5px;
	width: 145px;	
}

ul.ad-list > li 
{
	list-style-type: square;
	list-style-position:inside;
	padding-left:20px;
	padding-top:0px;
	font-family: Tahoma;
	font-size: 13px;
	line-height:70%;
}

/* reCaptcha Styles */
#recaptcha_instructions_image 
{
	font-size: 10pt;
}
/* End reCaptcha Styles */

/* Admin Alpha Pager */
div.adminpager em a
{
	background-color: #0DA1F4;
	color: #FFF !important;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 0px 3px;
}

/* End Alpha Pager */


/* Ben CSS */
#editOverlay, #addPerformerOverlay 
{
	z-index: 9999;
	position: relative;
	padding: 20px;
	display:none;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/content_area/header_mainbkd.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 
	
/* default close button */
#editOverlay div.close, #addPerformerOverlay div.close {
	height:22px;
	width:22px;
	background-image:url(../images/content_area/overlay_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right: -8px;
	top: -8px;
	cursor:pointer;
	display: block;
}

.pay input 
{
	border: 1px solid #ADC2D6;
	font: 1em Arial, Helvetica, sans-serif;
}

/***************************************\
 * BrainTree Methods
\***************************************/
#paymentForm table td:first 
{
	text-align:right;
}

#paymentForm 
{
	font-family: Arial;
}

#paymentForm fieldset 
{
	border: 1px solid #ADC2D6;
}

#paymentForm legend 
{
	font-family: Arial;
	font-size:11px;
}

#paymentForm .field-validation-error 
{
	font-size:11px;
	color:Red;
}

#paymentForm .input-validation-error 
{
	border: 1px solid red;
	background-color: #FEE;
}

.validation-summary-errors 
{
	color:Red;
}
