/**
 *	Base Style Sheet For Reprezent (c) Eclectic Productions 2009
 *	http://www.reprezent.org.uk | London's Youth Media
 *
 */

* {
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/**
 * General CSS to control the presentation of the layout of the site
 *	
 */

html {
	height: 100%;
}

body {
	background: #1f1f1f url(../images/body-bg.jpg) top left repeat-x;
	height: 100%;
	font-family: arial, verdana, helvetica;
	font-size: 0.75em;
}

#wrapper {
	background: url(../images/wrapper-bg.jpg) top center no-repeat;
	position: relative;
	min-height: 100%;
	margin: 0 auto; 

}

* html #wrapper {
	height: 100%;
}

#inner-wrapper {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
 	overflow: hidden;
}

#footer {
	position: relative;
	height: 234px;
	width: 752px;
	margin: 0 auto;
	background: url(../images/footer-bg.jpg) bottom center no-repeat;

} 

/**
 * Styles to be applied globally (e.g. strong)
 *	
 */

strong {
	font-weight: bold;
}

.ui-tabs, .ui-tabs-hide {  
	display: none;  
}  

.container-internal {
	width: 671px;
	min-height: 87px;
	background: url(../images/container-bg.png) top left repeat-x;
}

a {
	color: #000;
}

/**
 * Header Elements: General
 *	
 */
 
#header {
	position: relative;
	height: 287px;
	padding-bottom: 10px;
}


#header h1 {
	position: absolute;
	background: url(../images/logo.png) top left no-repeat;
	top: 30px;
	left: 0px;
	width: 229px;
	height: 134px;
	text-indent: -5000em;
}

#header h1 a {
	display: block;
	width: 229px;
	height: 134px;
}
/**
 * Header Elements: On Air Box
 *	
 */

#on-air-box {
	position: absolute;
	top: 76px;
	right: 0px;
	background: url(../images/on-air-bg.png) top left no-repeat;
	width: 280px;
	height: 82px;
	padding: 10px;
}

#on-air-box img {
	position: relative;
	float: right;
	border: 3px solid #fff;
}

#on-air-box h2 {
	color: #ff94b5;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	letter-spacing:1px
}

#on-air-box a {
	color: #fff;
}

#on-air-box a	{
    color: inherit;
	text-decoration: none;
}


#on-air-box h3 {
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
		letter-spacing:0.5px
}

#on-air-box p {
	color: #fff;
	padding-bottom: 3px;
	font-size: 0.9em;
}

/**
 * Header Elements: Top Navigation
 *	
 */

#top-nav-container 
{ 
	position: absolute;
	background: url(../images/top-nav-container-bg.png) top left no-repeat;
	top: 179px;
	left: 0px;
	width: 980px;
	height: 108px;
}

#top-nav-container li
{
	display: inline;
	height: 54px;
	float:left; 
}

#top-nav-container li a{
	display:block;
	height:54px;
	text-indent: -5000em;
}

#top-nav-container li.home a{
	background: url(../images/top-nav-home.png) top left no-repeat;
	background-position: 0 -198px;
	width: 80px;
}

#top-nav-container li.news a{
	background: url(../images/top-nav-news.png) top left no-repeat;
	background-position: 0 -198px;
	width: 75px;
}

#top-nav-container li.about a{
	background: url(../images/top-nav-about.png) top left no-repeat;
	background-position: 0 -198px;
	width: 80px;
}

#top-nav-container li.shows a{
	background: url(../images/top-nav-shows.png) top left no-repeat;
	background-position: 0 -198px;
	width: 83px;
}

#top-nav-container li.presenters a{
	background: url(../images/top-nav-presenters.png) top left no-repeat;
	background-position: 0 -198px;
	width: 124px;
}

#top-nav-container li.events a{
	background: url(../images/top-nav-events.png) top left no-repeat;
	background-position: 0 -198px;
	width:90px;
}

#top-nav-container li.contact a{
	background: url(../images/top-nav-contact.png) top left no-repeat;
	background-position: 0 -198px;
	width: 90px;
}

#top-nav-container li.groups a{
	background: url(../images/top-nav-groups.png) top left no-repeat;
	background-position: 0 -198px;
	width: 80px;
}

#top-nav-container li.videos a{
	background: url(../images/top-nav-videos.png) top left no-repeat;
	background-position: 0 -198px;
	width:88px;
}

#top-nav-container li a:hover{
	background-position: 0 -114px;
}

#top-nav-container li a.active{
	background-position: 0 -30px;
}

#top-nav-container a {
	color: #fff;
}

#top-nav-container p {
	position: relative;
	float: right;
	margin-right: 15px;
	line-height: 2.2;

}

#top-nav-container h4#new-messages {
	margin-top: 3px;
	position: absolute;
	background: url('../images/mail.png') top left no-repeat;
	padding-left: 23px;
	padding-top: 3px;
	height: 16px;
}

#top-nav-container h4#new-messages a {
	text-decoration: none;
}

#top-nav-container h4#new-messages a:hover {
	color: #E7E4BB;
}

#top-nav-container h4.menu-button a{
	position: relative;
	top: 3px;
	background: url(../images/blank-button-long.png) top left no-repeat;
	float: right;
	width: 114px;
	height: 22px;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 10px;
}


/**
 * Header Elements: Login Box
 *	
 */
 
#login-box {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 950px;
	height: 30px;
	color: #e1e1e1;
}

#login-box td {
	vertical-align: middle;	
	padding-right: 5px;
}

#login-box input.textbox {
	position: relative;
	background: url(../images/menu-textbox.png) top left no-repeat;
	width: 117px;
	height: 27px;
	border: 0px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

#login-box input.button {
	position: relative;
	background: url(../images/menu-login-button.png) top left no-repeat;
	width: 90px;
	height: 22px;
	border: 0px;
	margin-right: 7px;
	cursor: pointer;
	
	font-size: 0px;
	display: block;
	line-height: 0px;
}

/**
 * Content Container Elements
 *	
 */

#content-container {
	position: relative;
	width: 100%;
}

#main-content {
	position: relative;
	top: 0;
	left: 0;
	width: 671px;
	height: auto;
	float: left;
}

#sub-content {
	position: relative;
	top: 0;
	right: 0;
	width: 300px;
	height: auto;
	float: right;
}

/**
 * Fluid main content container
 *	
 */

div.fluid-container-internal {
	width: 671px;
	position: static;
	background: url(/assets/images/container-bg.png) top left repeat-x;
	padding-bottom: 3px;
}

div.fluid-content-main {
	position: static;
	width: 671px;
	background: #4b5c06;
}

div.fluid-content-main h2 {
	position: static;
	padding:13px 0px 12px 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

div.fluid-content-main div.content {
	position: static;
	margin-left: 3px;
	width: 625px;
	height: 100%;
	background: #fff;
	padding: 20px;
	overflow: auto;
}

.go-back-link {
	float: right;
	margin-top: 40px;
	margin-bottom: -5px;
}

/**
 * Main Content: About the Project
 *	
 */
 
#homepage-about-reprezent {
	background: #789019 url(../images/homepage-about-reprezent.gif) top left repeat-x;
	height: 190px;
}

#homepage-about-reprezent h3 {
	position: static;
	padding:13px 0px 12px 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#homepage-about-reprezent div.content {
	position: relative;
	padding: 10px;
	margin-left: 3px;
	width: 645px;
	height: 122px;
	background: #fff;
}

#homepage-about-reprezent h4 {
	position: relative;
	color: #4B5C06;
	text-align: center;
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#homepage-about-reprezent h4 a {
	color: #4B5C06;
}

/**
 * Main Content: myReprezent Box - Layout Elements
 *	
 */
 
#myReprezent-container {
	position: relative;
	width: 671px;
	height: 416px;
	margin-bottom: 10px;
}
 
#myReprezent-tab-strip{
	position: absolute;
	bottom: 0px;
	width: 671px;
	height: 95px;
	list-style-type: none;
}

#myReprezent-tab-strip li a{
	position: relative;
	width: 223px;
	height: 95px;
	float: left;
	text-indent: -5000em;
}

#myReprezent-tab-strip li.public-wall a{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/tab-wall.png) top left no-repeat;
}

#myReprezent-tab-strip li.search-profiles a{
	position: absolute;
	top: 0px;
	left: 223px;
	background: url(../images/tab-profiles.png) top left no-repeat;
}

#myReprezent-tab-strip li.sign-up a{
	position: absolute;
	top: 0px;
	left: 446px;
	background: url(../images/tab-sign-up.png) top left no-repeat;
}

.myReprezent-inner-container {
	position: relative;
	top: 5px;
	left: 5px;
	width: 659px;
	height: 311px;
	background: #fff;
	line-height: 1.3;
}

/**
 * Main Content: myReprezent Box - *Public Wall*
 *	
 */
 
#public-wall {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 669px;
	height: 321px;
	background: #a5cc2b url(../images/public-wall-bg.jpg) top left repeat-x;
	color: #656565;
}

#public-wall .public-wall {
	background: url(../images/public-wall-inner-container-bg.jpg) top left repeat-x;
}
 
#public-wall-header-bar {
	position: relative;
	top: 3px;
	left: 3px;
	background: url(../images/public-wall-header-bar-bg.jpg) top left repeat-x;
	width: 653px;
	height: 37px;
}

#public-wall h2 {
	position: relative;
	top: 9px;
	left: 8px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#public-wall .strong {	
	color: #2c3700;
	font-weight: bold;
}

#public-wall .new-uploads {
	float: right;
	margin-right: 119px;
}

#public-wall-timeline {
	position: relative;
	top: 12px;
	left: 10px;
	width: 410px;
	height: 260px;
	float: left;
	margin-right: 43px;
}

#public-wall-new-uploads {
	position: relative;
	top: 12px;
	left: -10px;
	width: 205px;
	height: 260px;
	float: left;
}

#public-wall-new-uploads form {
	position: absolute;
	bottom: 10px;
	left: 77px;
}

#public-wall ul {
	position: relative;
	top: 5px;
	list-style-type: none;
	height: 245px;
	padding-right: 15px;
}

#public-wall li {
	position: relative;
	clear: both;
	height: 60px;
	border-bottom: 1px solid #c9d898;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#public-wall-timeline p.comments {
	position: absolute;
	margin-top:10px;
	left: 73px;
}

#public-wall-timeline p.comments a {
	color: inherit;
	text-decoration: none;
}

#public-wall-timeline p.comments a:hover {
	text-decoration: underline;
}

#public-wall img {
	float: left;
	margin-right: 10px;
	border: 1px solid #bdbdbd;
}

/**
 * Main Content: myReprezent Box - *Search Profiles*
 *	
 */
 
#search-profiles {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 669px;
	height: 321px;
	background: #008681 url(../images/profiles-bg.gif) top left repeat-x;
	color: #656565;
}

#search-profiles .search-profiles {
	background: url(../images/profiles-inner-container-bg.gif) top left repeat-x;
}

#search-profiles-header-bar {
	position: relative;
	top: 3px;
	left: 3px;
	background: url(../images/profiles-header-bar-bg.gif) top left repeat-x;
	width: 653px;
	height: 37px;
}

#search-profiles h2 {
	position: relative;
	top: 9px;
	left: 8px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#search-profiles .recent-profile {
	float: right;
	margin-right: 119px;
}

#search-profiles-search-box {
	position: relative;
	top: 12px;
	left: 10px;
	width: 400px;
	height: 240px;
	float: left;
	margin-right: 43px;
	border-right: 1px solid #71b8b7;
}

#search-profiles-search-box form {
	position: relative;
	top: 5px;
}

#search-profiles-search-box input { color: #898c8d; }

#search-profiles-search-box input.main-search-field {
	width: 374px;
	height: 30px;
	border: 0px;
	background: transparent url(../images/main-search-box.gif) top left no-repeat;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#search-profiles-search-box input.search-button{
	position: relative;
	top: 15px;
	left: 139px;
	width: 161px;
	height: 22px;
	border: 0px;
	background: transparent url(../images/profiles-search-button.gif) top left no-repeat;
	
	/* IE Fixes */
	font-size: 0px;
	display:block;
	line-height: 0px;
	text-indent:-5000em;
	cursor: pointer;
}

#search-profiles-search-box select {
	position: relative;
	background: url(../images/select-bg.gif) top left no-repeat;
	right: 0;
	width: 300px;
	height: 30px;
	border: 0px;
	margin-bottom: 10px;
	color: #008883;
	font-weight: bold;
	padding: 4px;
}

#search-profiles-search-box label {
	position: relative;
	top: -2px;
	padding: 0px 5px 0px 5px;
}

#search-profiles-search-box option { 
	background: #d6e8e8;
}

#search-profiles-search-box td.label {
	width: 75px;
	font-weight: bold;
	vertical-align: top;
}

#search-profiles-recent-profile {
	position: relative;
	top: 12px;
	left: -20px;
	width: 205px;
	height: 260px;
	float: left;
}

#search-profiles-recent-profile  img{
	position: relative;
	float: left;
	margin-right: 10px;
	border: 1px solid #bdbdbd;
}

#search-profiles-recent-profile  h3{
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 19px;
}

#search-profiles-recent-profile  h4{
	position: relative;
	font-weight: bold;
	padding-top: 10px;
}

#search-profiles-recent-profile p.link{
	position: relative;
	top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

/**
 * Main Content: myReprezent Box - *Signup Box*
 *	
 */
 
#sign-up{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 669px;
	height: 321px;
	background: #731b00 url(../images/sign-up-bg.gif) top left repeat-x;
	color: #656565;
}

#sign-up strong {
	color: #8a1d00;
}

#sign-up .sign-up{
	background: url(../images/sign-up-inner-container-bg.gif) top left repeat-x;
}

#sign-up-header-bar {
	position: relative;
	top: 3px;
	left: 3px;
	background: url(../images/sign-up-header-bar-bg.gif) top left repeat-x;
	width: 653px;
	height: 37px;
}

#sign-up h2 {
	position: relative;
	top: 9px;
	left: 8px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#sign-up-splash {
	position: relative;
	top: 12px;
	left: 10px;
	width: 644px;
	height: 250px;
}

#sign-up p {
	padding-bottom: 15px;
}

#sign-up-splash h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #8a1d00;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#sign-up-splash ul{
	background: url(../images/advantages-ul-bg.gif) top left no-repeat;
	width: 427px;
	height: 146px;
	list-style-type: none;
}

#sign-up-splash li{
	position: relative;
	top: 11px;
	left: 28px;
	font-weight: bold;
	color: #8a1d00;
	padding-bottom: 10px;
}

#sign-up-button {
	position: absolute;
	top: 130px;
	left: 440px;
	width: 202px;
}

h4.sign-up-button {
	position: relative;
	background: url(../images/sign-up-button.gif) top left no-repeat;
	width: 202px;
	height: 22px;
	text-indent: -5000em;
	cursor: pointer;
}

#sign-up-form { 
	position: absolute;
	top: 49px;
	left: 10px;
	width: 644px;
	height: 250px;
	display: none;
}

#sign-up-form p {
	padding-bottom: 10px;
}

#sign-up-form tr.labels {
	font-weight: bold;
}

#sign-up-form input.sign-up-text-box {
	background: url(../images/sign-up-text-box.gif) top left no-repeat;
	width: 300px;
	height: 30px;
	padding-top: 6px;
	padding-left: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	border: 0px;
	color: #656565;
}

#sign-up-form input.register-button{
	position: relative;
	left: 0;
	width: 198px;
	height: 22px;
	border: 0px;
	background: transparent url(../images/register-button.gif) top left no-repeat;
	
	/* IE Fixes */
	font-size: 0px;
	display:block;
	line-height: 0px;
	text-indent:-5000em;
	cursor: pointer;
}

/**
 * Main Content: Content Showcase Box - Layout Elements
 *	
 */
 
#content-showcase-container {
	position: relative;
	top: 2px;
	width: 671px;
	height: 466px;
	margin-bottom: 10px;
}
 
#content-showcase-tab-strip{
	position: absolute;
	bottom: 0px;
	width: 671px;
	height: 95px;
	list-style-type: none;
}

#content-showcase-tab-strip li a{
	position: relative;
	width: 224px;
	height: 95px;
	float: left;
	text-indent: -5000em;
}

#content-showcase-tab-strip li.news a{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/tab-news.png) top left no-repeat;
}

#content-showcase-tab-strip li.events a{
	position: absolute;
	top: 0px;
	left: 224px;
	background: url(../images/tab-events.png) top left no-repeat;
}

#content-showcase-tab-strip li.shows a{
	position: absolute;
	top: 0px;
	left: 446px;
	background: url(../images/tab-shows.png) top left no-repeat;
}

.content-showcase-inner-container {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 650px;
	height: 349px;
	background: #fff;
	line-height: 1.3;
	padding: 5px;
}

#news {
	position: absolute;
	background: #a91442;
	width: 670px;
	height: 371px;
}

#news-item { position: absolute; top: 0px, left: 0px; width: 649px; height: 348px; } 

#events {
	position: absolute;
	background: #aa6e00;
	width: 670px;
	height: 371px;
}

#events-item { position: absolute; top: 0px, left: 0px; width: 649px; height: 348px; } 


#shows {
	position: absolute;
	background: #005373;
	width: 670px;
	height: 371px;
}

#shows-item { position: absolute; top: 0px, left: 0px; width: 649px; height: 348px; } 

#content-showcase-container div.content-showcase-image-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/shadow.png) top left repeat;
	width: 649px;
	height: 140px;
	color: #fff;
}

.content-showcase-inner-container h2 {
	position: relative;
	top: 15px;
	left: 20px;
	font-size: 1.7em;
	text-transform: uppercase;
	width:100%;
	overflow:hidden;
	padding-bottom: 3px;
	text-align: left;
}

.content-showcase-inner-container h2 a {
	text-decoration: none;
	color: #fff;
}

.content-showcase-inner-container h3 {
	position: relative;
	top: 15px;
	left: 20px;
	font-size: 1.2em;text-transform:capitalize;
	
	width:100%;
	overflow:hidden;
	color: #adacac;
}

.content-showcase-inner-container .news {
	color: #A91442;
	text-transform: uppercase;
}

.content-showcase-inner-container .events {
	color: #aa6e00;
	text-transform: uppercase;
}

.content-showcase-inner-container .shows {
	color: #005373;
	text-transform: uppercase;
}

.content-showcase-inner-container p {
	position: relative;
	top: 10px;
	left: 10px;
	width: 80%;
	color: #aca9a9;
	font-size: 0.9em;
}

.left-icon {
	position: relative;
	top: 2px;
	left: 15px;
	background: url(../images/circle-left.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}

.right-icon {
	position: relative;
	top: 2px;
	left: 25px;
	background: url(../images/circle-right.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}

h4.current-slide {
	position: absolute;
	top: 5px;
	right: 30px;
	font-weight: bold;
	color: #8c8c8c;

}

h4.read-more {
	position: absolute;
	top: 100px;
	left: 20px;
	background: url(../images/read-more-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

h4.event-read-more {
	position: absolute;
	top: 100px;
	left: 20px;
	background: url(../images/read-more-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

h4.listen {
	position: absolute;
	top: 100px;
	left: 20px;
	background: url(../images/listen-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

h4.more-shows {
	position: absolute;
	top: 100px;
	left: 164px;
	background: url(../images/more-shows-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

h4.more-events {
	position: absolute;
	top: 100px;
	left: 164px;
	background: url(../images/more-events-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

h4.read-more a, h4.listen a, h4.event-read-more a, h4.more-events a, h4.more-shows a {
	display: block;
	width: 134px;
	height: 16px;
}

div.slide-nav {
	position: absolute;
	background: url(/assets/images/slide-nav-bg.png) top left no-repeat;
	top: 10px;
	right: 12px;
	width: 65px;
	height: 27px;
	z-index: 2;
}

/**
 * Sub Content: Live Stream Button
 *	
 */
 
h2.live-stream {
	position: relative;
	background: url(../images/live-stream.png) top left no-repeat;
	width: 300px;
	height: 86px;
	text-indent: -5000em;
	padding-bottom: 10px;
}

h2.live-stream a {
	display: block;
	width: 300px;
	height: 86px;
}

/**
 * Sub Content: Schedule Button
 *	
 */
 
h2.schedule-button {
	position: relative;
	width: 300px;
	height: 45px;
	text-indent: -5000em;
	padding-top: 2px;
	padding-bottom: 12px;
}

h2.schedule-button a{
	display: block;
	width: 300px;
	height: 45px;
	background: url(../images/schedule-button.png) top left no-repeat;
}

h2.schedule-button a:hover {
	background-position: 0 -45px;
}

/**
 * Sub Content: Schedule Box
 *	
 */
 
#schedule-container {
	position: relative;
	background: #4C4C4C;
	width: 300px;
	height: 466px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 0.9em;
}

#schedule-container h2.on-today {
	position: relative;
	background: url(../images/schedule-on-today.png) top left no-repeat;
	width: 172px;
	height: 51px;
	text-indent: -5000em;
}

#schedule-container h2.schedule-link {
	position: absolute;
	top:0px;
	left:172px;
	width: 128px;
	height: 51px;
	text-indent: -5000em;
	cursor: pointer;
}

#schedule-container h2.schedule-link a {
	display: block;
	width: 128px;
	height: 51px;
	background: url(../images/schedule-link.png) top left no-repeat;
}

#schedule-container h2.schedule-link a:hover {
	background-position: 0 -51px;
}

#schedule-container p.date {
	position: relative;
	top: 15px;
	left: 15px;
	font-weight: bold;
	font-size: 1.1em;
}

#schedule-container .time {
	position: relative;
	top: 12px;
	left: 15px;
	padding-right: 5px;
	font-weight: bold;
}

#schedule-container .show {
	position: relative;
	top: 12px;
	left: 15px;
}

#schedule-container ul {
	position: relative;
	top: 30px;	
	height: 251px;
	list-style-type: none;
}

#schedule-container li {
	position: relative;
	width: 300px;
	height: 41px;
	margin-bottom: 1px;
}

#schedule-container li a {
	position: relative;
	display: block;
	background: url(../images/schedule-li-overlay.png) top left no-repeat;
	width: 300px;
	height: 41px;
	color: #fff;
	text-decoration: none;
}

#schedule-container li a:hover {
	background-position: 0 -41px;
}

#schedule-container table {
	position: relative;
	top: 3px;
	left: 12px;
}

#schedule-container p {
	position: relative;
	width: 230px;
}

/**
 * Sub Content: Who's Online Box
 *	
 */
 
#whos-online-container {
	position: relative;
	background: url(../images/whos-online-overlay.png) top left no-repeat;
	width: 300px;
	height: 209px;
	color: #fff;
	margin-bottom: 10px;
}

#whos-online-container a {
	color: #fff;
	text-decoration: none;
}

#whos-online-container h2 {
	position: relative;
	top: 20px;
	left: 12px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#whos-online-container h4 {
	position: absolute;
	top: 23px;
	right: 19px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#whos-online-list-wrapper {
	position: absolute;
	top: 86px;
}

#whos-online-container ul {
	position: relative;
	left: 15px;
	top: 100px;
	list-style-type: none;
	font-size: 0.9em;
}

#whos-online-container li {
	padding-bottom: 11px;
	width: 305px;
}

#whos-online-container .time-elapsed {
	position: absolute;
	right: 40px;
	color: #9c9c9c;
}

#whos-online-container h5.whos-online-prev-button {
	position: absolute;
	top: 59px;
	left: 91px;
	background: url(../images/whos-online-prev-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

#whos-online-container h5.whos-online-next-button {
	position: absolute;
	top: 182px;
	left: 91px;
	background: url(../images/whos-online-next-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

/**
 * Sub Content: Latest Shows Box
 *	
 */
 
#latest-shows-container {
	position: relative;
	background: url(../images/latest-shows-overlay.png) top left no-repeat;
	width: 300px;
	height: 409px;
	color: #fff;
	margin-bottom: 10px;
}

#latest-shows-container a {
	color: #fff;
}

#latest-shows-container h2 {
	position: relative;
	top: 20px;
	left: 12px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#latest-shows-container h4 {
	position: absolute;
	top: 23px;
	right: 19px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#latest-shows-list-wrapper {
	position: absolute;
	top: 90px;
}

#latest-shows-container ul {
	position: relative;
	left: 15px;
	top: 100px;
	list-style-type: none;
	font-size: 0.9em;
}

#latest-shows-container li {
	padding-bottom: 11px;
	width: 290px;
}

#latest-shows-container td {
	height: auto;
	vertical-align: top;
}

#latest-shows-container img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#latest-shows-container h5.prev-button {
	position: absolute;
	top: 59px;
	left: 91px;
	background: url(../images/whos-online-prev-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

#latest-shows-container h5.next-button {
	position: absolute;
	top: 382px;
	left: 91px;
	background: url(../images/whos-online-next-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

/**
 * Sub Content: Newsletter Box
 *	
 */
 
#newsletter-container {
	position: relative;
	background: url(../images/newsletter-bg.png) top left no-repeat;
	width: 300px;
	height: 102px;
	padding-bottom: 10px;
}

#newsletter-container h2 {
	position: relative;
	top: 18px;
	left: 11px;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #393939;
	padding-bottom: 42px;
}

#newsletter-container form {
	position: relative;
	left: 11px;
}

#newsletter-container input {
	border: none;
	float: left;
}

#newsletter-container input.search-box {
	color: #777;
	width: 282px;
	height: 30px;
	font-size: 0.9em;
	padding: 8px 0px 0px 7px;
	background: url(../images/newsletter-input-bg.png) top left no-repeat;
	margin-right: 0px;
	overflow: hidden;
}

#newsletter-container input.button {
	position: absolute;
	top: 4px;
	right: 24px;
	width: 71px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/send-button.png) top right no-repeat;
	
	font-size: 0px;
	display:block;
	line-height: 0px;
}

/**
 * Footer - Contents
 *	
 */

#footer-contents {
	position: absolute;
	height: 80px;
	width: 752px;
	bottom: 0px;
	color: #8c8c8c;
	font-size: 0.9em;
	margin: 0 auto;
}	

#footer-contents ul {
	position: absolute;
	top: 55px;
	left: 165px;
	list-style-type: none;
}

#footer-contents li {
	float: left;
	border-right: 1px solid #677d22;
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

#footer-contents li a {
	color: #677d22;
}

#footer-contents li.last {
	border: 0px;
}

#footer-contents p.copyright {
	position: absolute;
	top: 55px;
	left: 450px;
}

#presented-by {
	position: absolute;
	top: 0px;
	left: 445px;
	width: 220px;
}

#presented-by p {
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px 10px 5px 0;
	float: left;
	display: none;
}

#presented-by h4.logo {
	position: relative;
	width: 74px;
	height: 47px;
	float: left;
}

#presented-by h4.logo a {
	display: block;
	background: url(../images/eclectic-logo.gif) top left no-repeat;
	background-position: 0 -47px;
	width: 98px;
	height: 47px;
	text-indent: -5000em;
}

#presented-by h4.logo a:hover {
	background-position: 0 0px;
}

/* --------------------------------------------------------------------------------------------------- *
 * Sub page CSS Begins Here																			   *
 * --------------------------------------------------------------------------------------------------- */
 
/**
 * Shows Page -> Featured Show Container: Main Elements
 *	
 */
 
#shows-featured-show-container {
	position: relative;
	background: #006087 url(../images/shows-featured-shows-bg.gif) top left repeat-x; 
	width: 671px;
	height: 342px;
	margin-bottom: 10px;
}
 
#shows-featured-show-container h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}
 
.featured-show-inner-container {
	position: absolute;
	background: #fff;
	top: 46px;
	left: 5px;
	width: 655px;
	height: 284px;
	padding: 3px;
	padding-top: 4px;
	padding-left: 4px;
}

#shows-featured-show-tab-strip {
	position: absolute;
	top: 11px;
	right: 3px;
	width:333px;
	height: 35px;
	list-style-type: none;
}

#shows-featured-show-tab-strip li {
	position: relative;
	width: 110px;
	height: 35px;
	float: left;
	padding-right: 1px;
}

#shows-featured-show-tab-strip li a{
	position: relative;
	background: url(../images/featured-show-tab.gif) top left no-repeat;
	background-position: 0 -35px;
	width: 110px;
	height: 35px;
	float: left;
	padding-right: 1px;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	line-height: 3.5;
	font-weight: bold;
}

#shows-featured-show-tab-strip li.ui-tabs-selected a {
	background-position: 0 0px;
	color: #004567;
}

#shows-featured-show-container div.image-overlay {
	position: absolute;
	top: 177px;
	left: 4px;
	background: url(../images/shadow.png) top left repeat;
	width: 654px;
	height: 110px;
	color: #fff;
}

#shows-featured-show-container .item-hidden {
	display: none;
}

#shows-featured-show-container div.image-overlay h2 {
	position: relative;
	top: 15px;
	left: 10px;
	font-size: 1.6em;
	text-transform: uppercase;
	width:80%;
	overflow:hidden;
	padding-bottom: 10px
}

#shows-featured-show-container div.image-overlay p {
	position: relative;
	top: 10px;
	left: 10px;
	width: 635px;
	color: #aca9a9;
	font-size: 1.1em;
}

#shows-featured-show-container div.image-overlay h4.listen {
	position: absolute;
	top: 80px;
	left: 8px;
	background: url(/assets/images/listen-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
}

#shows-featured-show-container div.image-overlay h4.previous-episodes {
	position: absolute;
	top: 80px;
	left: 154px;
	background: url(/assets/images/previous-episodes.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
}

#shows-featured-show-container div.image-overlay h4.listen a, h4.previous-episodes a {
	display: block;
	width: 134px;
	height: 16px;
}



#shows-featured-show-container div.slide-nav {
	position: absolute;
	background: url(../images/slide-nav-bg.png) top left no-repeat;
	top: 50px;
	right: 5px;
	width: 67px;
	height: 27px;
	z-index: 2;
}

#shows-featured-show-container .left-icon {
	position: relative;
	top: 2px;
	left: 17px;
	background: url(../images/circle-left.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}

#shows-featured-show-container .right-icon {
	position: relative;
	top: 2px;
	left: 25px;
	background: url(../images/circle-right.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}

/**
 * Shows Page -> Categories Container: Main Elements
 *	
 */
 
#shows-categories-container {
	position: relative;
	background: #005178 url(../images/shows-categories-bg.gif) top left repeat-x; 
	width: 671px;
	height: 578px;
	margin-bottom: 10px;
}
 
#shows-categories-container h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}
 
#shows-categories-inner-container {
	position: absolute;
	background: #fff;
	top: 46px;
	left: 5px;
	width: 662px;
	height: 527px;
}

#shows-categories-cat-ul{
	position: relative;
	background: #1e87ae;
	width: 218px;
	height: 527px;
	list-style-type: none;
	float: left;
}

#shows-categories-cat-ul li a{
	position: relative;
	display: block;
	background: url(../images/show-categories-li-bg.gif) top left no-repeat;
	width: 218px;
	height: 35px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.8;
	font-weight: bold;
	padding-left: 7px;
}

#shows-categories-cat-ul li.ui-tabs-selected a{
	background-position: 0 -35px;
	color: #004567;
}

#shows-categories-result-container {
	position: relative;
	float: left;
	width: 444px;
	height: 527px;
}

#shows-categories-shows-container {
	position: relative;
	top: 20px;
	left: 20px;
	width: 415px;
	height: 450px;
	list-style-type: none;
}

#shows-categories-shows-container li{
	position: relative;
	background: url(../images/shows-categories-li-bottom.jpg) bottom center no-repeat;
	width: 415px;
	min-height: 98px;
	margin-bottom: 15px;
}

#shows-categories-shows-container img {
	position: relative;
	float: left;
	margin-right: 10px;
	border: 1px solid #bdbdbd;
}

#shows-categories-shows-container h3 {
	position: relative;
	color: #004567;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
}

#shows-categories-shows-container p {
	position: relative;
	color: #616060;
	padding-bottom: 5px;
	font-size: 0.95em;
}

#shows-categories-shows-container h4.view-show{
	cursor:pointer;
	position: relative;
	top: 8px;
	background: url(/assets/images/view-show-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
}

#shows-categories-pagination {
	position: relative;
	top: 30px;
	left: 18px;
	background: url(../images/pagination-bg.gif) top left no-repeat;
	width: 408px;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	padding-top: 7px;
}

#shows-categories-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#shows-categories-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#shows-categories-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#shows-categories-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#shows-categories-pagination  h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#shows-categories-pagination  h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#shows-categories-pagination  h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#shows-categories-pagination  h5 a {
	display: block;
	width: 18px;
	height: 18px;
}


/**
 * Shows Page -> Featured Presenter: Main Elements
 *	
 */

#featured-presenter-container {
	position: relative;
	background: #515151 url(/assets/images/featured-presenter-overlay.png) top left no-repeat;
	width: 300px;
	height: auto;
	color: #fff;
	margin-bottom: 10px;
}

#featured-presenter-container h2 {
	position: relative;
	top: 20px;
	left: 12px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#featured-presenter-container h3 {
	position: static;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#featured-presenter-container div.image {
	position: static;
	width: 75px;
	float: left;
}

#featured-presenter-container div.description {
	position: static;
	margin-top: -3px;
	width: 170px;
	float: right;
	line-height: 16px;
}


#featured-presenter-container div.description a {
	color: #eee;
	text-decoration: none;
}
#featured-presenter-container div.description a:hover {
	color: #ccc;
	text-decoration: underline;
}

#featured-presenter-container h4.view-profile-button {
	position:static;
	background: url(/assets/images/view-profile-button.gif) top left no-repeat;
	width: 119px;
	height: 22px;
	margin-top: 10px;
	margin-left: -3px;
	display: block;
	text-indent: -5000em;
}

#featured-presenter-container h4 a {
	display:block;
	width: 119px;
	height: 22px;
}

#featured-presenter-content {

	width: 260px;
	background-color: #5A5A5A;
	margin-top: 40px;
	margin-left: 1px;
	padding: 5px 20px 16px 20px;
	overflow: auto;

}

/**
 * Shows Internal Page -> Main Elements
 *	
 */

#shows-internal-main {
	position: relative;
	width: 671px;
	background: #006188;
}

#shows-internal-main div.shows-container-internal {
	position: relative;
	background: url(../images/container-bg.png) top left repeat-x;
	height: 87px;
}

#shows-internal-main  h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#shows-internal-main-tab-strip {
	position: absolute;
	top: 52px;
	left: 3px;
	width:666px;
	height: 35px;
	list-style-type: none;
	overflow: hidden;
}

#shows-internal-main-tab-strip li {
	width: 110px;
	height: 35px;
	position: relative;
	float: left;
	padding-right: 1px;
}

#shows-internal-main-tab-strip li a{
	position: relative; 
	background: url(../images/featured-show-tab.gif) top left no-repeat;
	background-position: 0 -35px;
	width: 110px;
	height: 35px;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	line-height: 3.5;
	font-weight: bold;
}

#shows-internal-main-tab-strip li.ui-tabs-selected a {
	background-position: 0 0px;
	color: #004567;
}

#shows-internal-main div.content {
	position: relative;
	left: 3px;
	width: 665px;
	min-height: 870px;
	background: #fff;
	margin-bottom: 3px;
}

#shows-internal-main h4.back-to-shows-button {
	position: absolute;
	top: 15px;
	right: 0px;
	background: url(../images/back-to-shows.png) top left no-repeat;
	width: 168px;
	height: 22px;
	border: 0px;
	margin-right: 10px;
	text-indent: -5000em;
}

#shows-internal-main h4 a {
	display:block;	
	width: 168px;
	height: 22px;
}

#shows-internal-main .show-image {
	position: relative;
	margin: 17px 20px 0px 12px;
	float: left;
	/* CHANGE: Removed padding */
}

#shows-internal-main h3 {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	color: #004567;
	margin-top: 20px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

#shows-internal-main .brought-to-you-by {
	margin-right: 5px;
}

#shows-internal-main p.show-desc {
	color: #767575;
	padding-bottom: 15px;
	padding-right: 20px;
}

#shows-internal-main h4.become-a-fan-button {
	position: relative;
	background: url(../images/become-a-fan.gif) top left no-repeat;
	width: 134px;
	height: 22px;
	border: 0px;
	text-indent: -5000em;
	float: left;
	margin-right: 5px;
}

#shows-internal-main h4.show-podcast-button {
	position: relative;
	background: url(../images/show-podcast.gif) top left no-repeat;
	width: 134px;
	height: 22px;
	border: 0px;
	text-indent: -5000em;
	float: left;
}

#shows-internal-main div.shows-internal-content-pane {
	position: relative;
	top: 20px;
	left: 12px;
	min-height: 158px;
	/* CHANGE: from 630px to 631px */
	width: 625px;
	background: #D9EBF1 url(../images/shows-internal-content-bg.gif) top left repeat-x;
	margin-bottom: 15px;
	clear: both;
	padding-left: 15px;
}

#shows-internal-main div.small {
	height: 130px;
}

#shows-internal-main div.shows-internal-content-pane img {
	position: relative;
	top: 10px;
	left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

#shows-internal-main div.shows-internal-content-pane .highlight {
	color: #004567;
	padding: 0px;
}

#shows-internal-main div.shows-internal-content-pane p {
	position: relative;
	padding-right: 20px;	
	padding-top: 5px;
	color: #767575;
}

#shows-internal-main div.shows-internal-content-pane h3 {
	color: #fff;
	margin-top: 10px;
}

#shows-internal-main div.shows-internal-content-pane h5{
	position: absolute;
	top: 11px;
	right: 10px;
	color: #fff;
}

#shows-internal-main div.shows-internal-content-pane h5 a{
	color: #fff;
} 

.small-profile-photo { border:1px solid #bababa; margin-right:5px;}

#shows-internal-episodes h4.become-a-fan-button, #shows-internal-episodes h4.show-podcast-button {
	margin-top:-190px;
	margin-left:27px;
}
#shows-internal-episodes .show-desc {
	max-height:44px;
  height:auto !important;
  height:44px;
	overflow:hidden;
}
#shows-internal-episodes .episode-list p.description, .shows-internal-content-pane#latest-episode p.description {

  height:auto !important;

}
#shows-internal-overview .show-desc {
	max-height:130px;
  height:auto !important;
  height:130px;
	overflow:hidden;
}

#shows-internal-photos #coming-soon {
	font-size:34px;
	width:400px;
	color:#9bbecc;
	font-weight: bold;
	text-transform:uppercase;
	
	text-align: center;
	margin:180px auto 0 auto;
}


#shows-internal-reviews .review-container {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	clear: both;
}
#shows-internal-reviews .review-container .review-container-title {
	background: url('/assets/images/shows-internal-content-bg.gif') top left repeat-x;
	height:42px;
	
}
#shows-internal-reviews .review-container .review-container-title h3 {
	left:10px;
	top:9px;
	color: #fff;
}
#shows-internal-reviews .review-container .review-container-content {
	background-color: #d9ebf1;
	padding:5px 10px 5px 10px;
	color: #767575;
	overflow: auto;
}
#shows-internal-reviews .review-container-content-image {
	float:left;
	width:8%;
}
#shows-internal-reviews .review-container-content-text {
	float:right;
	width:92%;
}
#shows-internal-reviews .review-container-content-text .highlight {
	color: #004567;
	padding: 0px;
}
#shows-internal-reviews .review-container .review-container-footer {
	background: url('/assets/images/shows-internal-content-bg.gif') bottom left repeat-x;
	height:10px;
}
#shows-internal-reviews {
	padding-top:20px;
	/*margin-bottom: -20px;*/
	/*height: 820px !important;*/
}
.shows-internal-content-pane#reviews p {
	margin-left:40px;
}
#review-scroll { 
	height:770px;
	width:631px;
	overflow: scroll;
	padding-left: 17px;
	margin: auto;
}
#add-new-review {
	float:right;
	margin-right:17px;
	margin-bottom: 17px;
}
#add-new-review-form {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color:#fff;
	border-bottom: 4px solid #0078a5;
	display: none;
}
#add-new-review-form h3 {
	padding-left: 17px;
	height: 20px;
	padding-bottom:0;
	margin-bottom: 25px;
	margin-top: -18px;
	display: block;
	float:left;
	width: 300px;
}
#add-new-review-form #review-form {
	margin: 10px auto;
	width:585px;
	
}
#add-new-review-form #review-form label {
	width:50px;
	float:left;
	clear: left;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #004567;
	margin-top: 2px;
	margin-right: 20px;
}
#add-new-review-form #review-form input, #add-new-review-form #review-form textarea {
	float: left;
	margin-bottom: 20px;
	border:1px solid #ccc;
	padding: 5px;
	background-color: #e7e7e7;
	font-family: arial, verdana, helvetica;
	font-size: 1em;
	overflow: hidden;
}
h4.add-review-button {
	display: block;
	background: url(/assets/images/add-review-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	cursor: pointer;
}
	
#add-new-review-form #review-form {
	margin: 10px 0px 10px 15px;
	width:645px;
	
}
#add-new-review-form #review-form label {
	width:50px;
	float:left;
	clear: left;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #004567;
	margin-top: 2px;
	margin-right: 10px;
}	

#add-new-review-form #review-form input, #add-new-review-form #review-form textarea {
	float: left;
	margin-bottom: 20px;
}
#add-new-review-form #review-form .error {
	clear:both;
	margin-left:75px;
	font-size: 1.1em;
	display: block;
}

#add-new-review-form #review-form input#title{
	position: relative;
	background: url(/assets/images/customise-profile-input.png) top left no-repeat;
	border: 0px;
	width: 280px;
	height: 30px;
	padding: 5px;
}

#add-new-review-form #review-form input#submit{
	position: relative;
	background: url(/assets/images/post-button.png) top left no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	text-indent: -5000em;
	cursor: pointer;
}

#add-new-review-form #review-form textarea { 	 
	position: relative;
	background: transparent url(/assets/images/customise-profile-text-area.png) top left no-repeat;
	width: 572px;
	height: 135px;
	font-family: arial, verdana, helvetica;
	padding: 5px;
	border: 0px #434343 solid;
	font-size: 1em;
}
	
#close-review-form {
	float: right;
	background: transparent url(/assets/images/close-button.gif) top left no-repeat;
	margin-right: 17px;
	width: 104px;
	height: 22px;
	text-align: center;
	border: 0;
	padding: 0;
	text-indent: -5000em;
	cursor: pointer;
}
	
#close-review-form a {
	color:#bd3d16;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
}
#close-review-form a:hover {
	color:none;
}
#add-new-review-form .error {
	position:relative;
	top:-13px;
	left:-15px;
	font-style:italic;
	color: #8a290c;
}

#shows-internal-fans-container {
	width:630px;
	margin: 0px -26px 0 20px;
	overflow: auto;
	min-height: 300px;
	height:auto !important;
  height:300px;
}
#shows-internal-fans h4.become-a-fan-button {
	margin-top:-281px;
	margin-left:165px;
}
#shows-internal-fans-container h3 {
	margin-bottom: 20px;
	width:500px;
}
#shows-internal-fans-container .fanof {
	margin-bottom: 20px;
	width:154px;
	text-align: center;
	float: left;
}
#shows-internal-fans-container .fanof h4 {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #005679;
	text-decoration: none;
}
#shows-internal-fans-container #become-a-fan {
	text-align: right;
	float:right;
	margin-right:17px;
	margin-top: 20px;
}

#shows-internal-main h4.prevep-button {
	display: block;
	position: relative;
	margin-top: 10px;
	float: left;
	background: url(/assets/images/previous-episodes.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	cursor: pointer;
}

h4.listen-button {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-right: 5px;
	background: url(/assets/images/listen-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
	float: left;
	margin-bottom: 15px;
}

/**
 * Schedule Main Page -> Layout Elements
 *	
 */

#schedule-main {
	width: 671px;
	height: 650px;
	background: #006188;
}

#schedule-main  h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#schedule-main div.content {
	position: absolute;
	top: 46px;
	left: 3px;
	width: 665px;
	height: 590px;
	background: #fff;
	padding-top: 10px;
}
#calendar-date-picker {
	margin: auto;
}
#schedule-main div.content .slot {
	margin: 10px 20px;
	background-color: #e6e6e6;
	padding: 10px;
	overflow: auto;
	cursor: pointer;
}
#schedule-main div.content .slot:hover {
	background-color: #d9d9d9;
}
#schedule-main div.content .slot span {
	color:#888;
	font-weight: bold;
	display: block;
	width: 55px;
	text-align: right;
	margin-right: 15px;
	float: left;
	margin-top: 3px;
}
#schedule-main div.content .slot h3 {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #004567;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
	
}
#schedule-main div.content .slot .right-arrow {
	float:right;
	width:18px;
	height: 18px;
	background-image: url('/assets/images/circle-right.png');
}

#schedule-main div.content .slot div.description {
	float: left;
	width:310px;
	height: 14px;
	overflow: hidden;
	font-style: italic;
	color: #888;
	margin-top: 4px;
	
}
#schedule-main div.content .no-listings {
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #888;
}
#ui-datepicker-div { display:none }

/**
 * Schedule modal box
 *
 */
#overlay {
	z-index:999; position:fixed; top:0; left:0; width:100%;height:100%; display:block;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
#modal-window {
	width: 450px;
	background: #006188;
	border: 1px solid #004567;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -125px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#modal-window-inner {
	background: url('/assets/images/container-bg.png') top left repeat-x;
	height: 204px;
}
#modal-window-inner h2 {
	font-size: 1.4em;
	margin-top:10px;
	margin-left:10px;
	text-transform: uppercase;
	color: #fff;
	width: 390px;
}
#modal-window-inner #close {
	float: right;
	width: 40px;	
	text-align: center;
}
#modal-window-inner #close a {
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
}
#modal-window-inner #content {
	background-color: #fff;
	margin: 3px;
	margin-top: 10px;
	height: 160px;
	padding-right: 10px;
	color: #777;
	padding-top: 10px;
}
#modal-window-inner #content img {
	margin: 0px 10px 10px 10px;
	float: left;
}
#modal-window-inner #content #visit-show {
	position:absolute;
	top:176px;
	right: 16px;
}


/**
 * Events Home page -> Layout Elements
 *	
 */
#events-main-months {
	margin-top: 10px;
	position: relative;
	width: 671px;
	height: 412px;
	background: #793000;
}

#events-main-months  h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#events-main-months div.content {
	position: absolute;
	top: 46px;
	left: 3px;
	width: 665px;
	height: 363px;
	background: #fff;
	color: #000;
}
#events-main-months div.content .no-listings {
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #888;
}

#events-main-months div.content #filter-dropdown form {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#events-main-months div.content .events-container {
	clear: both;
	padding: 20px;
	overflow: auto;
	cursor: pointer;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}
#events-main div.content .events-container a {
	text-decoration: none;
	color: inherit;
}
#events-main-months div.content .events-container:hover {
	background-color: #f1f1f1;
}
#events-main-months div.content .events-container img {
	float:left;
	margin-right: 20px;
}

#events-main-months div.content .events-container h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #793000;
}
#events-main-months div.content .events-container .events-date {
	color: gray;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#events-main-months div.content .events-container .events-cats-area {
	float:right;
	height: 22px;
	padding-top: 3px;
	display: block;
	overflow:visible;
}
#events-main-months div.content .events-container .events-cats-area .filter-tag {
	display: inline;
	background-color:#dd9003;
	cursor: pointer;
	padding: 4px;
	color: #fff;
}
#events-main-months div.content .events-container .description {
	overflow: hidden;
	max-height:45px;
  height:auto !important;
  height:45px;
}

#events-months-tab-strip, #featured-events-tab-strip {
	position: absolute;
	top: 11px;
	right: 2px;
	width:333px;
	height: 35px;
	list-style-type: none;
}

#events-months-tab-strip li, #featured-events-tab-strip li {
	position: relative;
	width: 110px;
	height: 35px;
	float: left;
	padding-right: 1px;
}

#events-months-tab-strip li a, #featured-events-tab-strip li a{
	position: relative;
	background: url('/assets/images/orange_tab.gif') top left no-repeat;
	background-position: 0 -35px;
	width: 110px;
	height: 35px;
	float: left;
	padding-right: 1px;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	line-height: 3.5;
	font-weight: bold;
}

#events-months-tab-strip li.ui-tabs-selected a,
#featured-events-tab-strip li.ui-tabs-selected a {
	background-position: 0 0px;
	color: #e99f1f;
}

#events-featured-container .featured-show-inner-container {
	width:658px !important;
	left:3px;
	height:282px;
}

#events-featured-container {
	position: relative;
	background-color: #793000; 
}

#events-featured-container h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#events-featured-container #dotted-back {
	background-image: url('/assets/images/container-bg.png') !important;
	background-position: top left;
	background-repeat: repeat-x;
	width: 671px;
	height: 339px;
	margin-bottom: 10px;

}
#events-featured-container div.image-overlay {
	position: absolute;
	top: 177px;
	left: 4px;
	background: url(../images/shadow.png) top left repeat;
	width: 658px;
	height: 110px;
	color: #fff;
}

#events-featured-container .item-hidden {
	display: none;
}

#events-featured-container div.image-overlay h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.7em;
	text-transform: uppercase;
	width:80%;
	overflow:hidden;
}

#events-featured-container div.image-overlay h3 {
	position: relative;
	top: 15px;
	left: 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	width:80%;
	overflow:hidden;
	padding-bottom: 5px;
	color: #AA6E00;
}

#events-featured-container div.image-overlay p {
	position: relative;
	top: 20px;
	left: 10px;
	width: 635px;
	color: #aca9a9;
	font-size: 1.2em;
}

#events-featured-container div.image-overlay h4.read-more {
	position: relative;
	top: 35px;
	left: 10px;
	background: url(/assets/images/read-more-button.png) top left no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
}

#events-featured-container div.image-overlay h4.read-more a {
	display: block;
	width: 134px;
	height: 16px;
}

#events-featured-container .hide-icon {
	position: absolute;
	top: 19px;
	left: 175px;
	background: url(/assets/images/circle-left.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
}

#events-featured-container .expand-icon {
	position: relative;
	top: 19px;
	left: 5px;
	background: url(/assets/images/circle-right.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
}

#events-featured-container div.slide-nav {
	position: absolute;
	background: url(/assets/images/slide-nav-bg.png) top left no-repeat;
	top: 50px;
	right: 5px;
	width: 67px;
	height: 27px;
	z-index: 2;
}

#events-featured-container .left-icon {
	position: relative;
	top: 2px;
	left: 17px;
	background: url(/assets/images/circle-left.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}

#events-featured-container .right-icon {
	position: relative;
	top: 2px;
	left: 25px;
	background: url(/assets/images/circle-right.png) top left no-repeat;
	width:  18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
	float: left;
}
#frmFilterResults select {
	width:280px;
	padding: 4px;
}

/**
 * Events Listing page -> Layout Elements
 *	
 */


#events-pagination {
	position: relative;
	left: 10px;
	background: url(../images/pagination-bg-long.gif) top left no-repeat;
	width: 648px;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	padding-top: 7px;
}

#events-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#events-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#events-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#events-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#events-pagination h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#events-pagination  h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#events-pagination  h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#events-pagination  h5 a {
	display: block;
	width: 18px;
	height: 18px;
}


/**
 * Events Listing page -> Layout Elements
 *	
 */
#events-main {
	width: 671px;
	background: #793000;
	padding-bottom: 3px;
}

#events-main  h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#events-main div.events-container-internal {
	position: relative;
	background: url(../images/container-bg.png) top left repeat-x;
	height: 45px;
}

#events-main h4.back-to-events-button {
	position: absolute;
	top: 13px;
	right: 0px;
	background: url('/assets/images/events-back-button.png') top left no-repeat;
	width: 168px;
	height: 22px;
	border: 0px;
	margin-right: 10px;
	text-indent: -5000em;
}
#events-main div.content {
	position: relative;
	left: 3px;
	width: 665px;
	background: #fff;
	padding-bottom: 10px;
}
#events-main div.content .no-listings {
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #888;
}

#events-main div.content #filter-dropdown form {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#events-main div.content .events-container {
	clear: both;
	margin: 20px !important;
	overflow: auto;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 36px;
	position: relative;
}
#events-main div.content .events-container a {
	text-decoration: none;
	color: inherit;
}
#events-main div.content .events-container img {
	float:left;
	margin-right: 20px;
}

#events-main div.content .events-container h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #793000;
}
#events-main div.content .events-container .events-date {
	color: gray;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#events-main div.content .events-container .events-cats-area {

	height: 22px;
	padding-top: 3px;
	display: block;
	overflow:visible;
}
#events-main div.content .events-container .events-cats-area .filter-tag {
	display: inline;
	background-color:#dd9003;
	cursor: pointer;
	padding: 4px;
	color: #fff;
}
#events-main div.content .events-container .description {
	overflow: hidden;
	max-height:45px;
  height:auto !important;
  height:45px;
}
#events-main div.content .events-container .read-more {
	
	position: absolute;
	top:107px;
	left: 471px;

}

/**
 * Events Single listing page -> Layout Elements
 *	
 */
#events-main div.content #event-image {
	margin: 20px;
	float: left;
	height: 100%;
}
#events-main div.content #event-details {
	float:left;
	width: 455px;
	margin: 20px 20px 0px 0px;
}
#events-main div.content #event-details h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #793000;
}
#events-main div.content #event-details .events-date {
	color: gray;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#events-main div.content #event-details .filter-tag {
	display: inline;
	background-color:#dd9003;
	cursor: pointer;
	padding: 4px;
	color: #fff;
}
#events-main div.content #event-details .events-cats-area {

	height: 22px;
	padding-top: 3px;
	display: block;
	overflow:visible;
}

#events-main div.content #event-details .description {
	line-height:18px;
	margin-top: 10px
}
#events-main div.content #event-details .description p.contact {
	margin-top: 20px;
	color: #777; background-color: #f7f7f7; border: 1px solid #b6b6b6; padding: 7px;
	width:auto;
}
#events-main div.content #event-details .description p.contact a {
	color: #888;
}
#events-main div.content #event-details .description p.contact a:hover {
	text-decoration: none;
}


/**
 * Events Date picker styles
 *	
 */
#calendar-date-picker {
	margin: auto;
}
#ui-datepicker-div { display:none }
#events-main div.content #shows-categories-pagination {
	width: 100%;
}

/**
 * Profile Page -> Main Elements
 *	
 */

#profile-main {
	width: 671px;
	height: 930px;
	background: #005350;
}

#profile-main h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#profile-main-tab-strip {
	position: relative;
	top: 10px;
	left: 7px;
	width: 755px;
	height: 77px;
	list-style-type: none;
	overflow: hidden;
}

#profile-main-tab-strip li {
	min-width: 105px;
	height: 77px;
	position: relative;
	float: left;
}

#profile-main-tab-strip li a{
	position: relative; 
	width: 110px;
	height: 77px;
	float: left;
	text-indent: -5000em;
}

#profile-main-top-panel div.profile-main-top-panel-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

#profile-main-top-panel div.profile-main-top-panel-overlay img {
	border: 0px;
}

#profile-main-top-panel td{
	min-width: 90px;
	padding-bottom: 2px;
}

#profile-main-top-panel td.divider{
	min-width: 90px;
	padding-bottom: 10px;
}

#profile-main-top-panel ul{
	position:absolute;
	top:10px;
	right:5px;
	list-style-type:none;
	float:left;
}

#profile-main-top-panel li{
	position: relative;
	width: 189px;
	height: 22px;
	margin-bottom: 4px;
	
}

#profile-main-top-panel li.notification{
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align: center;
}

#profile-main-top-panel li a{
	position: relative;
	background: url(../images/profile-button.png) top left no-repeat;
	width: 189px;
	height: 22px;
	text-align: center;
	color: #c96382;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.8;
}

#profile-main-top-panel li.dark a{
	background-position: 0 -22px;
	color: #fff;
}

#profile-main-top-panel img{
	border: 1px solid #f2a2bb;
}


#profile-main div.content {
	position: absolute;
	top: 51px;
	left: 3px;
	width: 665px;
	height: 875px;
	background: #fff;
}

#profile-main h4.customise-profile {
	position: absolute;
	top: 9px;
	right: 4px;
	background: url(../images/customise-profile.png) top left no-repeat;
	width: 191px;
	height: 33px;
	border: 0px;
	margin-right: 10px;
	text-indent: -5000em;
	z-index: 2;
}

#profile-main h4.apply-changes {
	position: absolute;
	top: 9px;
	right: -16px;
	background: url(../images/apply-changes.png) top left no-repeat;
	width: 191px;
	height: 33px;
	border: 0px;
	margin-right: 10px;
	text-indent: -5000em;
}

#profile-main h4 a {
	display:block;	
	width: 168px;
	height: 22px;
}

#profile-main .show-image {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	padding-right: 20px;
	
}

#profile-main h3 {
	position: relative;
	top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #004567;
	padding-bottom: 25px;
	text-transform: uppercase;
}


#profile-main div.coming-soon {
	color:#fff;
	font-size:34px;
	font-weight:bold;
	margin:180px auto 0;
	text-align:center;
	text-transform:uppercase;
	width:400px;
}

/**
 * Profile Page -> Updates Tab
 *	
 */
 
#profiles-updates-tab {
	padding-top: 25px;
}

#profiles-updates-tab h3{
	position: relative;
	top: 25px;
	left: 35px;
	color: #fff;
	font-size: 1em;
}

#profiles-updates-tab h3 a{
	text-decoration: none;
	color: #fff;
}

#profiles-updates-tab a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#profiles-updates-tab div.update-container img {
	margin-right: 10px;
	margin-bottom: 4px;
	border: 1px solid #C4C4C4;
}

#profiles-updates-tab div.update-container p {
	padding-bottom: 7px;
	padding-right: 10px;
}

#profiles-updates-tab td {
	vertical-align: top;
}

#profiles-updates-tab div.comment-box {
	position: relative;
	display: none;
}

#profiles-updates-tab div.comment-container img {
	float: left;
}

#updates-scroll-container {
	
	position: relative;
	height: 480px;
	width: 642px;
	overflow: scroll;
	margin-right: 903px;
}

#profiles-updates-tab p.profile-para {
	position: relative;
	left: 25px;
	color: #fff;
	font-weight: bold;
}

#profiles-updates-tab div.no-status {
	height: 565px;
}

#profiles-updates-tab input.submit {
	display:block;
	position: absolute;
	background: transparent; 
	top: 65px;
	right: 18px;
	width: auto;
	height: 22px;
	border: 0px;
	color: #fff;
	font-size: 1.2em;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

#profiles-updates-tab input.submit-comment {
	position: absolute;
	background: transparent; 
	top: 35px;
	right: 15px;
	width: auto;
	height: 22px;
	border: 0px;
	color: #fff;
	font-size: 1.2em;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

#profiles-updates-tab div.comment-box input.counting_class {
	top: 10px;
}

#profiles-updates-tab input.counting_class {
	position: absolute;
	background: transparent;
	font-size: 1.4em;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	color: #fff;
	top: 35px;
	right: 18px;
	width: 90px;
	text-align: right;
	border: 0px;
}

/**
 * Profile Page -> Profile Tab
 *	
 */

#profiles-profile-tab h3{
	position: relative;
	top: 0px;
	color: #fff;
	font-size: 1em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 99%;
	border-bottom: 1px solid #fff;
}

#profiles-profile-tab table td{
	padding-bottom: 5px;
	min-width: 125px;
	max-width: 300px;
}

/**
 * Profile Page -> Friends Tab
 *	
 */

#profiles-friends-tab .fanof {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
	text-align: center;
	float: left;
	width: 110px;
}

#profiles-friends-tab img {
	border: 1px solid #344545;
}

#profiles-friends-tab .fanof h4 {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#profiles-friends-tab-pagination {
	position: absolute;
	bottom: 15px;
	left: 12px;
	background: url(../images/pagination-bg-trans.png) top left no-repeat;
	width: 638px;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	padding-top: 7px;
	margin: 0 auto; 
}

#profiles-friends-tab-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#profiles-friends-tab-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#profiles-friends-tab-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#profiles-friends-tab-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profiles-friends-tab-pagination  h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profiles-friends-tab-pagination  h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 40px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profiles-friends-tab-pagination h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 17px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profiles-friends-tab-pagination  h5 a {
	display: block;
	width: 18px;
	height: 18px;
}


/**
 * Profile Page -> Messaging Tab
 *	
 */

#profiles-messaging-tab h3{
	position: relative;
	top: 0px;
	color: #fff;
	font-size: 1em;
	padding-bottom: 5px;
	width: 99%;
}

#profiles-messaging-tab p.navigation{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}

#profiles-messaging-tab table td{
	padding-bottom: 5px;
	min-width: 125px;
}

#profiles-messaging-tab p {
	margin-left: 3px;
}

#profiles-messaging-tab input.subject{
	position: relative;
	background: url(../images/profile-messaging-input.png) top left no-repeat;
	border: 0px;
	width: 613px;
	height: 30px;
	margin: 5px 0 5px 3px;
	padding: 5px;
}

#profiles-messaging-tab textarea{
	position: relative;
	background: url(../images/profile-messaging-text-area.png) top left no-repeat;
	border: 0px;
	width: 613px;
	height: 153px;
	margin: 5px 0 5px 3px;
	padding: 5px;
}

#profiles-messaging-tab input.submit{
	position: relative;
	background: transparent; 
	top: -5px;
	left: 550px;
	width: auto;
	height: 22px;
	border: 0px;
	color: #fff;
	font-size: 1.2em;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

#profiles-messaging-tab p.profile-status{
	position: relative;
	top: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#profiles-messaging-tab table{
	position: relative;
	margin-top: 10px;
	width: 99%;
	background: #fff;
	color: #555;
	border-collapse: collapse;
}

#profiles-messaging-tab table a{	
	color: #555;
}

#profiles-messaging-tab tr.header td{
	background: #555;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	padding: 0px;
}

#profiles-messaging-tab table.messages td{
	max-height: 100px;
	min-width: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
	vertical-align: top;
}

#profiles-messaging-tab table td.message{
	width: 400px;
}

#profiles-messaging-tab table.messages td.user-details{
	min-width: 150px;
}

#profiles-messaging-tab div.message-navigation {
	position: relative;
	background: #fff;
	width: 99%;
	height: 30px;
	color: #555;
	padding-top: 15px;
	padding-bottom: 15px;
}

#profiles-messaging-tab div.message-navigation  p{
	padding-left: 7px;
	padding-right: 10px;
	float: left;
	line-height: 1.6;
}

#profiles-messaging-tab div.message-navigation h4{
	position: relative;
	background: url(../images/blank-button.png) top left no-repeat;
	width: 90px; 
	height: 22px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	float: left;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}

#profiles-messaging-tab div.message-navigation h4 a {
	width: 90px; 
	height: 22px;
	text-decoration: none;
}

#profiles-messaging-tab div.message-navigation h4.disabled{
	color: #999;
}


#profiles-messaging-tab div.message-navigation h4.navigation{
	left: 105px;
}

#messaging-view-message {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 615px;
	min-height: 65px;
	background: #84022a;
	margin-bottom: 15px;
	padding: 7px 0px 7px 7px;
	color: #fff;
	display: none;
}

#messaging-view-message td.message {
	padding-right: 20px;
}

#messaging-view-message textarea{
	position: relative;
	background: url(../images/profile-messaging-text-area-small.png) top left no-repeat;
	border: 0px;
	width: 360px;
	height: 153px;
	margin: 5px 0 5px 3px;
	padding: 5px;
}

#messaging-view-message input.submit{
	position: relative;
	top: -3px;
	left: 0px;
	background: url(../images/blank-button.png) top left no-repeat;
	width: 90px; 
	height: 22px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	color: #fff;
}

#messaging-view-message p.navigation{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-decoration: underline;
}


/**
 * Profile Page -> Friends Side Box
 *	
 */

 #profile-friends-container {
	position: relative;
	background: #515151 url(../images/featured-presenter-overlay.png) top left no-repeat;
	width: 300px;
	height: 246px;
	color: #fff;
	margin-bottom: 10px;
}

#profile-friends-container h2 {
	position: relative;
	background: url(../images/profile-friends-icon.png) top left no-repeat;
	top: 13px;
	left: 12px;
	height: 27px;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-left: 40px;
}

#profile-friends-container div.container-content {
	position: relative;
	top: 35px;
	left: 14px;
	width: 275px;
}

#profile-friends-container div.container-content img {
	padding-right: 1px;
	padding-bottom: 1px;
}

#profile-friends-container h4.view-friends-button {
	position: relative;
	top: 12px;
	background: url(../images/green-button.gif) top left no-repeat;
	width: 119px;
	height: 22px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	
}

#profile-friends-container h4 a {
	display:block;
	width: 119px;
	height: 22px;
	text-decoration: none;
	color: #fff;
	line-height: 1.8;
}

/**
 * Profile Page -> Photos Side Box
 *	
 */

 #profile-photos-container {
	position: relative;
	background: #515151 url(../images/featured-presenter-overlay.png) top left no-repeat;
	width: 300px;
	height: 246px;
	color: #fff;
	margin-bottom: 10px;
}

#profile-photos-container h2 {
	position: relative;
	background: url(../images/profile-photos-icon.png) top left no-repeat;
	top: 13px;
	left: 12px;
	height: 27px;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-left: 40px;
}

#profile-photos-container div.container-content {
	position: relative;
	top: 35px;
	left: 14px;
	width: 275px;
}

#profile-photos-container div.container-content img {
	padding-right: 1px;
	padding-bottom: 1px;
}

#profile-photos-container h4.view-photos-button {
	position: relative;
	top: 12px;
	background: url(../images/green-button.gif) top left no-repeat;
	width: 119px;
	height: 22px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	
}

#profile-photos-container h4 a {
	display:block;
	width: 119px;
	height: 22px;
	text-decoration: none;
	color: #fff;
	line-height: 1.8;
}

/**
 * Profile Page -> Shows Hosted Side Box
 *	
 */
 
#shows-hosted-container {
	position: relative;
	background: url(../images/whos-online-overlay.png) top left no-repeat;
	width: 300px;
	height: 209px;
	color: #fff;
	margin-bottom: 10px;
}

#shows-hosted-container h2 {
	position: relative;
	top: 20px;
	left: 12px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#shows-hosted-container h4 {
	position: absolute;
	top: 23px;
	right: 19px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#shows-hosted-container-wrapper {
	position: absolute;
	top: 86px;
}

#shows-hosted-container ul {
	position: relative;
	left: 15px;
	top: 100px;
	list-style-type: none;
	font-size: 0.9em;
}

#shows-hosted-container li {
	padding-bottom: 11px;
	width: 305px;
}

#shows-hosted-container .go-button{
	position: absolute;
	right: 30px;
}

#shows-hosted-container h5.shows-prev-button {
	position: absolute;
	top: 59px;
	left: 91px;
	background: url(../images/whos-online-prev-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

#shows-hosted-container h5.shows-next-button {
	position: absolute;
	top: 182px;
	left: 91px;
	background: url(../images/whos-online-next-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

/**
 * Profile SEARCH results Page -> Main Elements
 *	
 */

div.profile-results-panel {
	position: relative;
	top: 10px;
	left: 7px;
	width: 649px;
	height: 100px;
	border: 1px solid #bb95a3;
	background: url(../images/search-results-bg.gif) top right repeat;
	margin-bottom: 10px;
}

#profile-wrapper p.results-formatting {
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 10px;
}

#profile-wrapper p.results-formatting-bottom{
	position: relative;
	top: 20px;
	left: 10px;
	margin-bottom: 10px;
}

div.profile-results-panel img{
	position: relative;
	top: -1px;
	left: -1px;
	float: left;
	border: 1px solid #bb95a3;
}

div.profile-results-panel-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

div.profile-results-panel-overlay img {
	border: 0px;
}


div.profile-results-panel table{
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	color: #024a48;
	font-size: 1.1em;
	padding-right: 90px;
}

div.profile-results-panel td{
	min-width: 90px;
	padding-bottom: 2px;
}

div.profile-results-panel td.divider{
	min-width: 90px;
	padding-bottom: 10px;
}

div.profile-results-panel ul{
	position: absolute;
	right: 5px;
	top: 10px;
	list-style-type: none;
	float: left;
}

div.profile-results-panel li{
	position: relative;
	width: 189px;
	height: 22px;
	
}

div.profile-results-panel li a{
	position: relative;
	background: url(../images/search-results-button.png) top left no-repeat;
	width: 189px;
	height: 22px;
	text-align: center;
	color: #fff;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 4px;
}

div.profile-results-panel li.dark a{
	background-position: 0 -22px;
	color: #fff;
}

#profile-results-pagination {
	position: absolute;
	bottom: 15px;
	left: 10px;
	background: url(../images/pagination-bg-long.gif) top left no-repeat;
	width: 648px;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	padding-top: 7px;
}

#profile-results-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#profile-results-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#profile-results-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#profile-results-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profile-results-pagination  h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profile-results-pagination  h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profile-results-pagination  h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#profile-results-pagination  h5 a {
	display: block;
	width: 18px;
	height: 18px;
}

/**
 * Customise Profile Page -> Main Elements
 *	
 */

#customise-profile-main {
	width: 671px;
	height: 930px;
	background: #005350;
}

#customise-profile-main h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#customise-profile-main div.content {
	position: absolute;
	top: 86px;
	left: 3px;
	width: 664px;
	height: 840px;
	background: #fff;
}

#customise-profile-main h4.apply-changes {
	position: absolute;
	top: 9px;
	right: -16px;
	background: url(../images/apply-changes.png) top left no-repeat;
	width: 191px;
	height: 33px;
	border: 0px;
	margin-right: 10px;
	text-indent: -5000em;
}

#customise-profile-main h4 a {
	display:block;	
	width: 168px;
	height: 22px;
}

#customise-profile-main h3 {
	position: relative;
	top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #004567;
	padding-bottom: 25px;
	text-transform: uppercase;
}

#customise-profile-main-tab-strip {
	position: absolute;
	top: 51px;
	left: 3px;
	width: 755px;
	height: 35px;
	list-style-type: none;
	overflow: hidden;
}

#customise-profile-main-tab-strip li {
	min-width: 132px;
	height: 77px;
	position: relative;
	float: left;
	margin-right: 1px;
}

#customise-profile-main-tab-strip li a{
	position: relative; 
	background: url(../images/customise-profile-tabs.gif) top left no-repeat;
	background-position: 0 -35px;
	width: 132px;
	height: 35px;
	float: left;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	line-height: 2.9;
}

#customise-profile-main-tab-strip li.ui-tabs-selected a {
	background-position: 0 0;
	color: #006766;
}

/* Profile Tab Styles */

#customise-profile-main input.textbox{
	position: relative;
	background: url(../images/customise-profile-input.png) top left no-repeat;
	border: 0px;
	width: 280px;
	height: 30px;
	padding: 5px;
}

#customise-profile-main input.submit{
	position: absolute;
	top: 770px;
	left: 15px;
	background: url(../images/save-changes.png) top left no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	text-indent: -5000em;
	cursor: pointer;
	
	color: transparent;
	text-transform: capitalize;
}

#customise-profile-main textarea { 	 
	position: relative;
	background: transparent url(../images/customise-profile-text-area.png) top left no-repeat;
	width: 572px;
	height: 135px;
	font-family: arial, verdana, helvetica;
	padding: 5px;
	border: 0px #434343 solid;
	font-size: 1em;
}

#customise-profile-profile h3 {
	position: relative;
	margin: 10px 10px;
	background-color: #e6e6e6;
	padding: 10px;
	overflow: auto;
	cursor: pointer;
}

#customise-profile-profile h3 a{
	color: #004567;
	text-decoration: none;
}

#customise-profile-profile h3:hover {
	background-color: #d9d9d9;
}

#customise-profile-profile h3 .down-arrow {
	float:right;
	width:18px;
	height: 18px;
	background-image: url(../images/circle-down.png);
	text-indent: -5000em;
}

#customise-profile-standard-content {	
	color: #736e69;
	min-height: 580px;
}

#customise-profile-standard-content p.form-wrapper{	
	position: relative;
	top: 15px;
	left: 18px;
	padding-bottom: 5px;
}

#customise-profile-standard-content table {
	position: relative;
	top: 15px;
	left: 15px;
	width: 590px;
}

#customise-profile-standard-content table td{
	padding-bottom: 5px;
	vertical-align: top;
}

#customise-profile-standard-content img{
	border: 1px solid #8BC1BF;
	margin-right: 10px;
}

#customise-profile-extra-content p.form-wrapper{	
	position: relative;
	top: 15px;
	left: 18px;
	padding-bottom: 5px;
}

/* Appearance Tab Styles */

#customise-profile-main div.customise-profile-tab-padding {
	position: relative;
	top: 15px;
	left: 15px;
}

#customise-profile-main input.color {
	position: relative;
	background: url(../images/colorpicker.png) top left no-repeat;
	width: 113px;
	height: 30px;
	text-indent:-5000em;
	border: 0px;
	cursor: pointer;
}

#customise-profile-main select {
	position: relative;
	background: url(../images/select-bg-small.gif) top left no-repeat;
	right: 0;
	width: 280px;
	height: 30px;
	border: 0px;
	margin-bottom: 10px;
	color: #008883;
	font-weight: bold;
	padding: 4px;
}

#customise-profile-main option {
	background: #C0E0DF;
}

#customise-profile-main input.appearance-submit{
	position: relative;
	left: 5px;
	top: 2px;
	background: url(../images/customise-profile-submit-button.png) top left no-repeat;
	border: 0px;
	width: 153px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	cursor: pointer;
}

#customise-profile-main div.coming-soon {
	color: #1FAFAA;
	font-size: 34px;
	font-weight: bold;
	margin: 180px auto 0;
	text-align: center;
	text-transform: uppercase;
	width: 400px;
}

#customise-profile-appearance p {
	padding-bottom: 10px;
	color: #7a7a7a;
}

#customise-profile-appearance h3 {
	border-bottom: 1px solid;
	padding-bottom: 3px;
	margin-bottom: 25px;
	width: 95%;	
}

#customise-profile-appearance td {
	vertical-align: middle;
	color: #7a7a7a;
	padding-right: 20px;
	padding-bottom: 5px;
}

#customise-profile-appearance table {
	margin-bottom: 10px;
}

/* Photos tab */


#customise-profile-photos h3 {
	padding-bottom: 3px;
	margin-bottom: 20px;
	left: 10px;
	width: 97%;
	border-bottom: 1px solid #98cecd;
	
}

#customise-profile-photos h4 {
	position: absolute;
	top: 47px;
	width: 134px;
	height: 16px;
	text-indent: -5000em;
}

#customise-profile-photos h4 a {
	width: auto;
}

#customise-profile-photos h4.customise-profile-photos-create-album {
	right:10px;
	background: url(../images/create_album_button.gif) top left;
}

#customise-profile-photos h4.customise-profile-photos-upload-photo {
	right: 10px;
	background: url(../images/upload_photo_button.gif) top left;
}

#customise-profile-photos h4.customise-profile-photos-edit-album {
	right:300px;
	background: url(../images/edit-album-button.gif) top left;
}

#customise-profile-photos h4.customise-profile-photos-delete-album {
	right: 155px;
	background: url(../images/delete-album-button.gif) top left;
}

#add-new-album-form, #edit-album-form {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color:#fff;
	border-bottom: 4px solid #38C4C2;
	display: none;
	height: 100px;
}

#add-new-album-form form, #edit-album-form form {
	position: relative;
	top: 15px;
	left: 15px;
}

#close-album-form, #close-edit-album-form {
	float: right;
	background: transparent url(/assets/images/close-button.gif) top left no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	width: 104px;
	height: 22px;
	text-align: center;
	border: 0;
	padding: 0;
	text-indent: -5000em;
	cursor: pointer;
}

#customise-profile-photos h3.form-h3 {
	width: 200px;
	border-bottom: 0px;
}
	
#close-album-form a {
	color:#bd3d16;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
}

#customise-profile-photos #customise-profile-photos-album-view-container {
	position: relative;
	width: 660px;
	height: 850px;
}

#customise-profile-photos div.customise-profile-photos-content-container {
	position: relative;
	width: 660px;
	top: 35px;
	left: 10px;
}

#customise-profile-photos div.customise-profile-photos-content-container img {
	border: 1px solid #007164;
	margin-bottom: 5px;
}

#customise-profile-photos div.album-container {
	position: relative;
	margin-right: 13px;
	margin-bottom: 25px;
	width: 150px;
	float: left;
	
}

#customise-profile-photos div.album-container p.album-container-title a {
	display: block;
	color: #007164;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

#customise-profile-photos div.album-container p.album-container-date {
	color: #666;
}

#customise-profile-photos .customise-profile-photos-breadcrumbs {
	cursor:pointer;
}

#customise-profile-photos .customise-profile-photos-breadcrumbs:hover {
	color:#00827E;
}

#customise-profile-photos #photos-pagination {
	position: absolute;
	background:transparent url(../images/pagination-bg-long.gif) no-repeat scroll left top;
	color:#818181;
	height:28px;
	left:10px;
	bottom: 15px;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
	width:648px;
	
}

#customise-profile-photos #photos-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#customise-profile-photos #photos-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#customise-profile-photos #photos-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#customise-profile-photos #photos-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#customise-profile-photos #photos-pagination h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#customise-profile-photos #photos-pagination h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 33px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#customise-profile-photos #photos-pagination h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#customise-profile-photos #photos-pagination h5 a {
	display: block;
	width: 18px;
	height: 18px;
}

/* Settings Tab Styles */

#customise-profile-settings p {
	padding-bottom: 10px;
	color: #7a7a7a;
	width: 95%;
}

#customise-profile-settings h3 {
	border-bottom: 1px solid;
	padding-bottom: 3px;
	margin-bottom: 25px;
	width: 95%;	
}

#customise-profile-settings input.submit{
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../images/save-changes.png) top left no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	text-indent: -5000em;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 25px;
}

/**
 * Presenters Page -> Main Elements
 *	
 */

#presenters-main {
	width: 671px;
	height: 1104px;
	background: #005350;
}

#presenters-main h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
}

#presenters-main div.content {
	position: absolute;
	top: 51px;
	left: 3px;
	width: 665px;
	height: 1050px;
	background: #fff;
}

/* Featured Presenters Elements */

#presenters-main-featured-presenters {
	position: relative;
	background: url(../images/presenters-top-panel-bg.gif) top left repeat-x;
	width: 100%;
	height: 272px;
	border-top: 1px solid #028883;
}

#presenters-main-featured-presenters h2.featured-presenters-title {
	position: relative;
	background: url(../images/presenters-featured-presenters-title.png) top center no-repeat;
	width: 648px;
	height: 47px;
	text-indent: -5000em;
	margin-bottom: 20px;
}

#presenters-main-featured-presenters div.featured-presenter-box {
	position: relative;
	left: 15px;
	width: 150px;
	height: 205px;
	float: left;
	margin-right: 12px;
}

#presenters-main-featured-presenters div.featured-presenter-box a {
	color: #fff;
	text-decoration: none;
}

#presenters-main-featured-presenters div.featured-presenter-box img {
	position: relative;
	border: 1px solid #bdbdbd;
}

#presenters-main-featured-presenters div.featured-presenter-box p {
	position: relative;
	top: -3px;
	background: url(../images/presenters-featured-presenters-img-shadow.gif) top center repeat-x;
	width: 142px;
	height: 40px;
	padding: 5px;
	color: #fff;
	line-height: 1.3;
}

#presenters-main-featured-presenters div.featured-presenter-box .member-since {
	color: #58dad6
}

/* Browse Presenters Elements */

#browse-presenters {
	position: relative;
	top: 15px;
	left: 10px;
	width: 645px;
}

#browse-presenters h3 {
	position: relative;
	color: #007873;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #007873;
	font-weight: bold;
	text-transform: uppercase;
}

#browse-presenters-search-box {
	position: relative;
	background: url(../images/presenters-search-bg.gif) top left repeat-x;
	width: 100%;
	height: 43px;
	margin-bottom: 10px;
}

#browse-presenters-search-box h4.search-icon {
	position: relative;
	background: url(../images/presenters-search-icon.gif) center left no-repeat;
	width: 45px;
	height: 41px;
	text-indent: -5000em;
	float: left;
}

#browse-presenters-search-box p {
	position: absolute;
	top: 13px;
	left: 54px;
	color: #fff;
}

#browse-presenters-search-box input.search {
	position: relative;
	top: 6px;
	left: 110px;
	background: url(../images/presenters-input.png) top left no-repeat;
	width: 341px;
	height: 30px;
	border: 0px;
	padding: 5px;
}

#presenters-main input.submit {
	position: absolute;
	top: 11px;
	right: 10px;
	background: url(../images/presenters-button.png) center left no-repeat;
	width: 104px;
	height: 22px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
}

#browse-presenters-filter-box {
	position: relative;
	background: url(../images/presenters-field-bg.gif) top left repeat-x;
	width: 100%;
	height: 90px;
	margin-bottom: 10px;
	color: #007873;
}

#browse-presenters-filter-box p {
	position: relative;
	top: 10px;
	left: 7px;
}

#browse-presenters-filter-box table {
	position: relative;
	top: 15px;
	left: 7px;
	font-weight: bold;
}

#browse-presenters-filter-box td {
	min-width: 100px;
	padding-bottom: 5px;
}

#browse-presenters-filter-box input.submit {
	top: 59px;
}

#browse-presenters-filter-box input.check {
	/*position: relative;
	background: url(../images/presenters-check.png) top left no-repeat;
	width: 20px;
	height: 20px;*/
	margin-right: 5px;
}

#browse-presenters-pagination {
	position: relative;
	left: 0px;
	width: 644px;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	padding-top: 7px;
	margin: 0 auto; 
	border-bottom: 1px solid #98cecd;
}

#browse-presenters-pagination .pages {
	font-weight: bold;
	padding-right: 10px;
}

#browse-presenters-pagination .active-link {
	color: #525252;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#browse-presenters-pagination p a {
	padding-left: 2px;
	padding-right: 2px;
}

#browse-presenters-pagination  h5.first {
	background: url(../images/first-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#browse-presenters-pagination h5.previous {
	background: url(../images/previous-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 23px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#browse-presenters-pagination  h5.next {
	background: url(../images/next-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 23px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#browse-presenters-pagination h5.last {
	background: url(../images/last-button.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 18px;
	height: 18px;
	text-indent: -5000em;
}

#browse-presenters-pagination  h5 a {
	display: block;
	width: 18px;
	height: 18px;
}

#browse-presenters-results-container {
	position: relative;
	padding-top: 15px;
	width: 660px;
}

#browse-presenters-results-container div.browse-presenters-presenter-box {
	position: relative;
	width: 150px;
	height: 190px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

#browse-presenters-results-container div.browse-presenters-presenter-box img {
	position: relative;
	border: 1px solid #bdbdbd;
}

/**
 * Blog Page -> Main Elements
 *	
 */

#blog-main {
	width: 671px;
	background: #68012f;
	padding-bottom: 4px;
}

#blog-main h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 25px;
}

#blog-main h3.news-header {
	position: relative;
	background: #3B011B url(../images/news_page_news_header.gif) top left no-repeat;
	width: 665px;
	height: 47px;
	text-indent: -5000em;
}

#blog-main h3.blog-header {
	position: relative;
	background: url(../images/news_page_blog_header.gif) top left no-repeat;
	width: 665px;
	height: 47px;
	text-indent: -5000em;
}

#blog-main div.content {
	position: relative;
	top: 0px;
	left: 3px;
	width: 665px;
	background: #fff;
}

#blog-main h4.blog-homepage {
	position: absolute;
	top: 13px;
	right: 10px;
	background: url(../images/blog-homepage.png) top left no-repeat;
	width: 168px;
	height: 22px;
	padding-bottom: 5px;
	text-indent:-5000em;
}

#blog-main h4.blog-homepage a {
	display: block;
	width: 168px;
	height: 22px;
}

#blog-pagination {
	list-style-type: none;
	position: relative;
}

#blog-pagination li{
	position: relative;
	width: 20px;
	height: 20px;
	padding: 5px;
	color: #D45B7F;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;

}

#blog-pagination li a{
	display: block;
	width: 20px;
	height: 20px;
	padding: 7px 5px 3px 5px;
	background: #fff;
	color: #D45B7F;
	text-decoration: none;
	border: 1px solid #D45B7F;
}

#blog-pagination li.active a {
	color: #fff;
	background: #A00D36;
	border: 1px solid #A00D36;
	font-weight: bold;
}

/**
 * Blog Page -> Featured Content Elements
 *	
 */

#blog-main-featured-content-container {
	position: relative;
	background: #3b011b;
	font-size: 1em;
}

#blog-main-featured-content {
	position: relative;
	width: 100%;
	height: 255px;
}

#blog-main-prev-featured-content {
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
	min-height: 50px;
}

#blog-main-prev-featured-content td {
	vertical-align: top;
}

#blog-main-featured-content p {
	padding: 5px 7px 0 7px;
}

#blog-main-featured-content-container p a{
	text-decoration: none;
	color: #d45b7f;
}

#blog-main-featured-content-container p.news-title {
	color: #fff;
	font-weight: bold;
}

#blog-main-featured-content-container div.featured-news-story {
	position: relative;
	top: 10px;
	width: 317px;
	height: 240px;
	background: url(../images/blog-featured-image-bg.gif) bottom left repeat-x;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}

#blog-main-featured-content-container h3 {
	position: relative;
	left: 17px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-bottom: 7px;
}

#blog-main-prev-featured-content h4.more-reprezent-news {
	position: relative;
	left: 17px;
	background: url(../images/more-reprezent-news.png) top left no-repeat;
	width: 168px;
	height: 22px;
	padding-bottom: 5px;
	text-indent:-5000em;
	margin-bottom: 10px;
}

#blog-main-prev-featured-content h4.more-reprezent-news a {
	display: block;
	width: 168px;
	height: 22px;
}

#blog-main-featured-content-container div.previous-news-story {
	position: relative;
	top: 10px;
	left: 0px;
	width: 310px;
	height: 60px;
	float: left;
	margin-left: 17px;
	margin-bottom: 25px;
}

#blog-main-featured-content-container img {
	border: 1px solid #6b0131;
}

#bblog-main-featured-content-container div.previous-news-story p {
	padding: 0px;
}

#blog-main-featured-content-container div.previous-news-story img{
	float: left;
	margin-right: 12px;
}

/**
 * Blog Page -> Blog Entry Elements
 *	
 */

#blog-entries {
	position: relative;
	top: 17px;
	left: 17px;
	width: 632px;
	padding-bottom: 40px;
}

#blog-entries div.entry-wrapper {
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#blog-entries div.entry-wrapper div.entry-date {
	position: relative;
	width: 60px;
	color: #d45b7f;
}

#blog-entries div.entry-wrapper div.entry-date h3 {
	position: absolute;
	font-weight: bold;
	font-size: 3.4em;
}

#blog-entries div.entry-wrapper div.entry-date h4 {
	position: absolute;
	top: 5px;
	left: 53px;
	border-left: 1px solid #d45b7f;
	font-size: 1.3em;
	padding-left: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

#blog-entries div.entry-wrapper div.entry-content {
	position: relative;
	left: 120px;
	width: 500px;
	min-height: 100px;
}

#blog-entries div.entry-wrapper div.entry-content h3 {
	font-size: 1.5em;
	color: #a00d36;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1.5;
}

#blog-entries div.entry-wrapper div.entry-content h3 a {
	color: #a00d36;
}

#blog-entries div.entry-wrapper div.entry-content p {
	line-height: 2;
	padding-bottom: 20px;
}

#blog-entries div.entry-wrapper div.entry-content p.homepage {
	padding-bottom: 0px;
}

#blog-entries div.entry-wrapper div.entry-content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

/**
 * Blog Page -> Featured Story Page Elements
 *	
 */

#blog-feature-story-body {
	position: relative;
	background: #3b011b;
	font-size: 0.9em;
	padding: 10px;
	color: #fff;
	min-height: 200px;
}

#blog-feature-story-body h3 {
	color: #fff;
	font-size: 1.7em;
	padding-bottom: 5px;
}

#blog-feature-story-body p.date {
	color: #d45b7f;
	font-size: 1.1em;
	padding-bottom: 15px;
}

#blog-feature-story-body img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #6b0131;
}

/**
 * Videos Page -> Main Elements
 *	
 */

#videos-main {
	width: 671px;
	background: #5f86c9;
	padding-bottom: 4px;
}

#videos-main h2 {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 25px;
}

#videos-main div.content {
	position: relative;
	top: 0px;
	left: 3px;
	width: 665px;
	background: #fff;
}

#videos-main div.content div.video-wrapper {
	padding: 3px;
	background: #fff;
}


#videos-main div.content div.video-wrapper div.loaded-video{
	padding: 15px;
	background: url(../images/loaded-video-bg.gif) bottom left repeat-x;
}

#videos-main div.content div.video-wrapper div.latest-video {
	padding: 15px;
	background: #f00;
	background: url(../images/latest-video-bg.gif) top left repeat-x;
	height: 154px;
	overflow: hidden;
}

#videos-main div.content div.video-wrapper div.loaded-video h3.header{
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

#videos-main div.content div.video-wrapper div.loaded-video #player{
	margin-bottom: 20px;
}

#videos-main div.content div.video-wrapper div.loaded-video p{
	line-height: 1.8;
}

#videos-main div.content div.video-wrapper div.latest-video h3.header {
	position: relative;
	width: 165px;
	height: 24px;
	background: url(../images/latest-videos-header.png) top left no-repeat;
	text-indent: -5000em;
	padding-bottom: 15px;
}
	
#videos-main div.content div.video-wrapper div.latest-video img {
	border: 1px solid #aaa;
	float: left;
	margin-right: 15px;
}

#videos-main div.content div.video-wrapper div.latest-video h4.video-title {
	font-weight: bold;
	color: #d2c7cb;
	font-size: 1.2em;
	padding-bottom: 8px;
}

#videos-main div.content div.video-wrapper div.latest-video h4.video-title a {
	color: #d2c7cb;
}

#videos-main div.content div.video-wrapper div.latest-video p {
	color: #fff;
	padding-right: 50px;
	line-height: 1.6;
}

/**
 * Videos - Browse Videos
 *	
 */
 
#browse-videos-widget {
	position: relative;
	background: url(../images/browse-videos-bg.png) top left no-repeat;
	width: 300px;
	height: 472px;
	color: #fff;
	margin-bottom: 10px;
}

#browse-videos-widget a {
	color: #fff;
	text-decoration: none;
}

#browse-videos-widget h2 {
	position: relative;
	top: 20px;
	left: 12px;
	font-size: 1.4em;
	text-transform: uppercase;
}

/*#browse-videos-widget h4 { 
	position: absolute;
	top: 23px;
	right: 19px;
	font-size: 1.2em;
	text-transform: uppercase;
}*/

#browse-videos-widget-list-wrapper {
	position: absolute;
	top: 72px;
}

#browse-videos-widget ul {
	position: relative;
	left: 1px;
	list-style-type: none;
	font-size: 1em;
}

#browse-videos-widget li {
	padding-bottom: 11px;
	padding: 18px 15px;
	background: #526d8a;
	border-bottom: 1px solid #647997;
}

#browse-videos-widget li:hover {
	background: #82a6d2;
}

#browse-videos-widget td {
	height: auto;
	vertical-align: top;
}

#browse-videos-widget img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#browse-videos-widget h5.prev-button {
	position: absolute;
	top: 52px;
	left: 91px;
	background: url(../images/browse-videos-prev-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

#browse-videos-widget h5.next-button {
	position: absolute;
	top: 428px;
	left: 91px;
	background: url(../images/browse-videos-next-button.png) top left no-repeat;
	width: 118px;
	height: 20px;
	text-indent: -5000em;
	cursor: pointer;
}

/**
 * Pages styles
 *	
 */
 
#page-content h1, #page-content h2, #page-content h3, 
#page-content h4, #page-content h5, #page-content h6 {
	text-transform:uppercase;
	color:#4b5c06;
	font-weight: bold;
	margin-bottom: 10px;
}
#page-content h1 {
	font-size:2em;
}

#page-content h2 {
	font-size:1.8em;
	padding: 0;
}

#page-content h3 {
	font-size:1.6em;
}

#page-content h4 {
	font-size:1.4em;
}

#page-content h5 {
	font-size:1.2em;
}

#page-content h6 {
	font-size:1em;
}

#page-content p {
	padding-bottom: 10px;
}

#page-content p.date {
	text-align: right;
	font-style:italic;
	color: gray;
}

#page-content p.important {
	color: #a34f34;
	background-color: #f8e0d8;
	border: 1px solid #a34f34;
	padding: 7px;
}

#page-content ul, ol {
	padding-bottom: 10px;
	margin-left: 20px;
}

#page-content pre {
	background-color:#F7F7F7;
	border:1px solid #B6B6B6;
	color:#777777;
	margin-bottom:10px;
	padding:7px;
	width:auto; 
	font-family: monospace;
}
#page-content-videocontainer {
	padding-bottom: 20px;
}

/**
 * Pages -> Contact page style
 *	
 */

div.fluid-container-internal div.content #contact-form form {
	width:500px;
	margin: 15px 0 0px 22px;
}
div.fluid-container-internal div.content #contact-form label {
	width:110px;
	margin-left:-20px;
	float:left;
	clear: left;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #004567;*/
	margin-top: 7px;
	margin-right: 10px;
}	

div.fluid-container-internal div.content #contact-form input {
	float: left;
	margin-bottom: 5px;
}

div.fluid-container-internal div.content #contact-form input{
	position: relative;
	background: url(/assets/images/customise-profile-input.png) top left no-repeat;
	border: 0px;
	width: 280px;
	height: 30px;
	padding: 5px;
}

div.fluid-container-internal div.content #contact-form input#submit{
	position: relative;
	background: url(/assets/images/post-button.png) top left no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	margin-bottom: -20px;
	text-indent: -5000em;
	cursor: pointer;
}

div.fluid-container-internal div.content #contact-form textarea { 	 
	position: relative;
	background: transparent url(/assets/images/profile-messaging-text-area-small.png) top left no-repeat;
	width: 362px;
	height: 155px;
	font-family: arial, verdana, helvetica;
	padding: 5px;
	border: 0px #434343 solid;
	font-size: 1em;
	overflow: hidden;
}

/**
 * Events
 *	
 */
 
#events-main-months h4.all-events {
	background: url('/assets/images/events-see-all-button.png') top left no-repeat;
	width: 168px;
	cursor: pointer;
	height: 22px;
	border: 0px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	text-indent: -5000em;
}
#events-main-months {
	height: 452px;
}
#events-main-months div.content {
	height: 404px;
}
#newsletter-container.list-events {
	background-image: none;
	height: 100%;
}
#newsletter-container.list-events h2 {
	padding-bottom: 0px;
}
#newsletter-container.list-events #top-half {
	background-image: url('/assets/images/newsletter-bg.png');
	height: 65px;
}
#newsletter-container.list-events #bottom-half {
	background-color: #ABABAB;
	margin-left: 1px;
	padding-bottom: 20px;
	height: 100%;
}

#newsletter-container.list-events #bottom-half h3 {
	position: relative;
	left: 5px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	
}

#newsletter-container.list-events #bottom-half ul {
	margin: -10px 20px 0px 20px;
	list-style: none;
}
#newsletter-container.list-events #bottom-half ul li {				
	padding: 5px 10px;
	background-image: url('/assets/images/events-li-overlay.png');
	margin-bottom: 1px;   
	cursor: pointer;

}
#newsletter-container.list-events #bottom-half ul li:hover {	
	background-position: 0px -25px;
}
#newsletter-container.list-events #bottom-half ul li a {
	
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
}

#newsletter-container.list-events #bottom-half .blank {
	background-color: #ABABAB;
	background-image: none;
	padding: 0px;
	margin: 0px;
	cursor: default;
}
#newsletter-container.list-events #bottom-half .blank:hover {
	background-color: #ABABAB;
} 


/**
 * Agree to the terms & conditions
 *	
 */
 
#page-content-terms span {
	font-size: 1.1em
}
#page-content-terms h4 {
	text-transform:uppercase;
	color:#4b5c06;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#page-content-terms p {
	padding-bottom: 20px;
}
#page-content-terms #rules { 
	background-color:#F7F7F7;
	border:1px solid #B6B6B6;
	color:#777777;
	margin-bottom:20px;
	padding:7px;
}
#page-content-terms #agree-disagree {
	width:170px;
	margin: auto;
	overflow: auto;	
}
#page-content-terms #agree-disagree img {
	float: left;
}
#page-content-terms #agree-disagree p {
	display: block;
	float: left;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 4px;
}


/**
 * Reset password form
 *	
 */
 
#reset-password-form span {
	font-size: 1.1em
}
#reset-password-form form {
	width: 460px;
	margin: 15px auto 0px auto;
}
#reset-password-form label {
	width:120px;
	float:left;
	clear: left;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #004567;
	margin-top: 7px;
	margin-right: 10px;
}	

#reset-password-form input {
	float: left;
	margin-bottom: 20px;
}

#reset-password-form input{
	position: relative;
	background: url(/assets/images/customise-profile-input.png) top left no-repeat;
	border: 0px;
	width: 280px;
	height: 30px;
	padding: 5px;
}

#reset-password-form input#submit{
	position: relative;
	background: url(/assets/images/post-button.png) top left no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	margin-bottom: -20px;
	text-indent: -5000em;
	cursor: pointer;
}