




/*
     FILE ARCHIVED ON 2:07:45 Oct 14, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:25:33 May 24, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/******************
* GLOBAL CSS
******************/
/*@import url(../css/global-IE6Fixes.css);*/ /* should use Conditional Comments for this */

html {
	margin: 0px;
	padding: 0;
}

p {
	font-family: Verdana, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a:link, a:visited {
	color: #369;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

a:hover, a:active {
	color:#cccccc;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	margin: 0px;
	padding: 0px;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

form input {
	margin: 0px;
	padding: 0px;
}

.clearFloat {
	clear: both;
}

.floatLeft{float:left;}

.floatRight{float:right;}

.explicit{
color:#cc0000;
}

/* common */
.show { display: block; }

.hide { display: none; }

.clear {clear:both;}

/* self clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.alignleft{float:left;}
.alignright{float:right;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.skip {display:none;}

/***********************
 TOP BANNER SECTION
***********************/
#topBanner {
	text-align: center;
	padding: 5px 0px 0px 0px;
}

/* PodShow Logo */
h1#site-title.branding {
	margin: 0;
	padding: 0;
}
h1#site-title.branding a {
	height: 65px;
	width: 195px;
	float:left;
	background: transparent url(../static/us/images/podshowLogo.gif) no-repeat;
}
h1#site-title.branding span {
	display:none;
}
/* BT Logo */
h1#site-title.branding.btpodshow a {
	background: transparent url(../static/uk/images/podshowLogo.gif) no-repeat;
}
/* PS Pro */
h1#site-title.branding.ps-pro a {
	width:271px;
	height:70px;
	background: transparent url(../pspro/images/pro_logo.gif) no-repeat;
}



/***********************
 HEADER SECTION
***********************/
/* ---------------- IF PAGE WIDTH IS 752 ----------------------- */

.header-top-bar {
	color: #fff;
	text-transform : uppercase;
	font-size: 11px;
	font-weight: bold;
	background-color:#333;
	padding: 12px;
	height: 15px;
}


.site-container-752 {
	width:782px; /* 15PX SHADOW + 752PX PAGE WIDTH + 15PX SHADOW */
	text-align:left;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

/* TRANSPARENT BACKGROUND SIZE 752 */

.site-container-752 > .site-container-bg-752 {
}

/*  TRANSPARENT HEADER SIZE 752 */

.headerShadow-bg-752 {
	width: 782px;
	height: 10px;
}

.headerShadow-no-bg-752 {
	background: none;
	width: 782px;
	height: 10px;
}

/*  TRANSPARENT CONTAINER SIZE 752 */

.site-container-bg-752 {
	background: transparent;
	height: 100%;
	padding: 0px 15px;
}

.site-container-no-bg-752 {
	background: transparent;
	height: 100%;
	padding: 0px 15px;
}

/*  TRANSPARENT FOOTER SIZE 752 */

.footerShadow-bg-752 {
	width: 782px;
	height: 21px;
}

.footerShadow-no-bg-752 {
	background: none;
	width: 782px;
	height: 20px;
}



/* ---------------- IF PAGE WIDTH IS 914 ----------------------- */

.site-container-914 {
	width:944px; /* 15PX SHADOW + 914PX PAGE WIDTH + 15PX SHADOW */
	text-align:left;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

/*  TRANSPARENT HEADER SIZE 914 */

.headerShadow-bg-914 {
	background: transparent url("../images2/master_bgheader_914.png") top left no-repeat;
	width: 944px;
	height: 10px;
	margin: 0px auto;
}

.headerShadow-no-bg-914 {
	background: none;
	width: 944px;
	height: 10px;
}




/* TRANSPARENT CONTAINER BACKGROUND SIZE 914 */

.site-container-914 > .site-container-bg-914 {
}

.site-container-bg-914 {
	background: transparent;
	height: 100%;
	padding: 0px 15px;
}

.site-container-no-bg-914 {
	background: none;
	height: 100%;
	padding: 0px 15px;
}

/*  TRANSPARENT FOOTER SIZE 914 */

.footerShadow-bg-914 {
	width: 944px;
	height: 21px;
	margin: 0px auto;
}

.footerShadow-no-bg-914 {
	background: none;
	width: 944px;
	height: 21px;
}

.site-head-container {
	background-color: #fff;
}


/* TOP SEARCH SECTION */
.top-search-cont {
	background-color: #666;
	padding: 3px 10px 3px 3px;
	text-align: right;
}

.top-search-cont select,  .top-search-cont input {
	font-size: 11px;
}


/* TOP SECONDARY LEVEL */

.site-second-container{
	background: transparent url("../images2/logo_bg.gif") top left repeat;
	height: 1%;
}

.podshow-logo {
	float: left;
	width: 200px;
	padding: 5px 0px 0px 5px;
}

.podshow-2nd-logo {
	float: right;
	width: 250px;
	margin: 10px 10px 5px 0px;
	text-align: right;
}

/* FIRST TOP NAV */

.top-first-nav {
	background-color: #333;
	padding: 5px;
	height: 1%;
}

.top-first-nav ul {
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
}

.top-first-nav li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

.top-first-nav li a:link, .top-first-nav li a:visited {
	padding-left: 20px;
	padding-right: 25px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.top-first-nav li.top-first-nav-active a:link,
.top-first-nav li.top-first-nav-active a:visited {

}

.top-first-nav li.top-first-nav-active a:hover,
.top-first-nav li.top-first-nav-active a:active {
	background: url("../images2/topNav_arrow_active_on.gif") top left no-repeat;
}

.top-first-nav li a:hover, .top-first-nav li a:active {
	padding-left: 20px;
	padding-right: 25px;
	color: #c9c9c9;
	text-decoration: none;
	background: url("../images2/topNav_arrow_on.gif") top left no-repeat;
	position: relative;
}

/* SECOND TOP NAV */

.top-second-nav {
	background: #ccc url("../images2/topNav_2nd_bg.gif") top left repeat-x;
	position: relative;
	height: 1%;
	/* this is to make sure the drop down menu for navigator floats above other relative
	   divs like in master control */
	z-index: 5;
}

/* 2ND NAV LINKS - LEFT SIDE */
.secondNav-cont {
	float: left;
	position: relative;
}

ul.sub-nav {
	margin:0;
	padding:0;
	list-style:none;
	padding:5px 10px;
	background: #ccc url('../images2/topNav_2nd_nav_bg.gif') top left repeat-x;
}

ul.sub-nav li {
	display:inline;
	padding:0 .5em;
	border-right:1px solid #333;
}

ul.sub-nav li.even {
	background-color:transparent;
}

ul.sub-nav li.first {
}
ul.sub-nav li.last {
	border-right:none;
}

ul.sub-nav a:link,
ul.sub-nav a:visited
{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

ul.sub-nav a:hover,
ul.sub-nav a:active
{
	color:#666;
	text-decoration:underline;
}

#s-nav a:link,
#s-nav a:visited
{color:#c00;}

#s-nav a:hover,
#s-nav a:active
{color:#666;}

/* LOGIN SECTION - RIGHT SIDE */
.loginLogout-cont {
	float: right;
	width: 210px;
	color: #8a8a8a;
	text-align: right;
	background-color: transparent;
	position: relative;
}

.top-login-cont {
	padding: 10px 10px 0px 0px;
}

.top-login-cont form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.top-login-cont label {
	font-size: 10px;
	font-weight: bold;
}

.top-login-cont input {
	font-size: 10px;
}

.top-login-cont div {
	margin-bottom: 5px;
}

.top-login-cont a:link, .top-login-cont a:visited {
	color: #8a8a8a;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

.top-login-cont a:hover, .top-login-cont a:active {
	text-decoration: none;
}

.LoginSubmit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8a8a8a;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #8a8a8a;
}


/* LOGOUT SECTION - RIGHT SIDE */


/* VAC MONITOR SECTION - LEFT SECTION */

.top-vacmonitor {
	position: absolute;
	width: 190px;
	top: -23px;
	right: -200px;
	font-size:9px;
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
	filter:alpha(opacity=60);
	opacity: .60;
	-moz-opacity: 0.60;
}

.top-vacmonitor h4 {
	text-align: center;
	font-weigh: bold;
	font-size:11px;
	padding: 0px;
	margin: 0px;
	background-color: #666;
	color: #fff;
}

#vac-monitor-master-container {
	padding: 3px;
}

.status-bar-container {
	background-color: blue;
	width: 75px;
	height:10px;
	text-align: right;
	float: left;
}

.status-bar {
	background-color:red;
	height: 10px
}

.status-bar-text {
	float: right; 
	width: 105px;
}

/* LOGOUT - RIGHT SIDE */

.top-logout {
	padding-top: 35px;
}

.top-logout a:link, .top-logout a:visited {
	color: #fff;
	font-weight: bold;;
	text-decoration: underline;
}

.top-logout a:hover, .top-logout a:active {
	text-decoration: none;
}

.user-online {
	position: absolute;
	font-size:9px;
	top: -100px;
	right: -200px;
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
	width: 190px;
	height: 55px;
	filter:alpha(opacity=60);
	opacity: .60;
	-moz-opacity: 0.60;
}

.user-online span {
	padding: 3px;
	display: block;
}

/*
 * Navigate as Persona
 */

.navigator {
	float: right;
	width: 210px;
	margin: 10px 0px 0px 0px;
}

.navigator-persona {
	float: left;
	width: 165px;
}

.navigator-persona-info {
	float: left;
	width: 125px;
	text-align: right;
	position: relative;
	z-index: 100;
}

.navigator-persona-info p {
	color: #333;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	overflow: hidden;
}

.top-logout-persona {
	width: 115px;
	text-align: right;
}

.navigator-persona-text {
	float: left;
	width: 90px;
	text-align: right;
	padding-top: 3px
}

.navigator-persona-select {
	float: right;
	width: 25px;
	cursor: pointer; /* for FF */
}

.navigator-persona-select span {
	width: 75px;
	height: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;

}

.navigator-persona-thumb {
	float: right;
	width: 34px;
}

.navigator-alerts {
	float: right;
	width:31px;
	position: relative;
	text-align: left;
}

.navigator-alerts-select {
	text-align: center;
	padding-top: 3px;
	overflow: hidden; /* hidden truncate for FF */
	word-wrap: break-word; /* truncate for IE */
	width: 31px;
	height: 31px;
	cursor: pointer;
	font-weight: bold;
}

.navigator-alerts-select-alerts .navigator-alerts-yo {
	border-bottom: 1px solid #c00;
}

.navigator-alerts-select-noalerts .navigator-alerts-yo {
	border-bottom: 1px solid #333;
}

.navigator-alerts-yo { /*this is to fix IE clipping the underline for some reason*/
	position:relative;
	top:-1px;
}

.navigator-alerts-select-alerts {
	color: #c00;
}
.navigator-alerts-select-noalerts {
	color: #333;
}

.navigator-alerts-select-active {

}

.navigator ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigator-dropdown {
	position: absolute;
	top: 32px;
	right: 0px;
	width: 170px;
	display: none;
	background: transparent url('../images2/persona_popup_bg.png') top left repeat-y;
	z-index: 9999;
}

/* PERSONA DROP DOWN MENU */

.navigator-persona-cont {
	background: transparent url('../images2/persona_popup_top_bg.png') top left no-repeat;
	padding: 5px;
}

.navigator-alert-cont ul {
	margin-top: 10px;
}

.navigator-alert-cont li  {
	margin-top: 10px;
}

.nav-persona-header {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.navigator-persona-bottom-cont {
	background: transparent url('../images2/persona_popup_bottom_bg.png') bottom left no-repeat;
	height: 20px;
	text-align: left;
	padding-left: 10px;
}

.navigator-persona-bottom-cont a:link, .navigator-persona-bottom-cont a:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

.navigator-persona-bottom-cont a:hover, .navigator-persona-bottom-cont a:active {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}

.navigator-persona-cont ul {
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
}

.navigator-persona-cont li {
	width: 155px;
	height: 31px;
	overflow: hidden;
	padding-bottom: 4px;
}

.navigator-persona-cont a {
	display: block;
}

.navigator-persona-cont p {
	float: left;
	width: 115px;
	display: inline;
	overflow: hidden;
	padding-top: 10px;
}

.navigator-persona-cont img {
	float: right;
	width: 31px;
	height: 31px;
	border: 1px solid #666;
}

.navigator-persona-cont a:link,
.navigator-persona-cont a:visited {
	color: #666;
	text-decoration: none;
}

.navigator-persona-cont a:hover,
.navigator-persona-cont a:active {
	color: #333;
	text-decoration: underline;
}

/* ALERT SECTION */

.navigator-alerts-list {
	background-color: #FF9;
	width: 100px;
/*	height: 300px;*/
}

.navigator-alert-cont {
	background: transparent url('../images2/persona_popup_top_bg.png') top left no-repeat;
	padding: 10px;
}

.nav-alert-header {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.navigator-alert-bottom-cont {
	background: transparent url('../images2/persona_popup_bottom_bg.png') bottom left no-repeat;
	height: 20px;
	text-align: left;
	padding-left: 10px;
}


.top-logout-userDetail {
	float: left;
	width: 200px;
}

.top-logout-username {
	float: left;
	width: 160px;
	padding-top: 5px;
}

.top-logout-username div {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.top-logout-username a:link, .top-logout-username a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.top-logout-username a:hover, .top-logout-username a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.top-logout-userImg {
	float: right;
	width: 35px;
}

.top-logout-alert {
	float: right;
	width: 20px;
	padding: 5px 10px 0px 0px;
}


/* BODY WHITE PAGE CONTAINER */

.body-white-cont {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}



/* FOOTER SECTION */

#footer {
	clear:both;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 10px;
}

#footer div{
	margin: 5px 0px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
/* for custom proifles */
#footer.footer-withbg ,
#footer.footer-withbg a ,
#footer.footer-withbg a:link ,
#footer.footer-withbg a:visited
{
	color:#000;
	background:#fff;
	filter:alpha(opacity=70);/*IE*/
	opacity: .70; /*w3c*/
	-moz-opacity: 0.70; /*old moz*/
	height: 1%;
	margin:auto;
	font-style: normal;
}

#copyRight {
	padding-top: 15px;
}

/* footer links */
ul.inline {
	list-style:none;
}

ul.inline li {
	display:inline;
	padding:0 .5em;
	border-right:1px solid #fff;
}

ul.inline li.first {

}

ul.inline li.last {
	padding-right:0;
	border-right:none;
}

/* Pagination */

.pager {
	border: 1px solid #333;
	background-color: #ccc;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	color: #369;
	font-size: 10px;
	/* width: 628px; - hide this to fixed bug# 5252 */
}

.pager .pager-current-page {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.pager  a:link, .pager a:visited {
	color: #369;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.pager  a:hover, .pager a:active {
	color: #333;
	text-decoration: none;
}

/* Javascript Login Window */

#loginWindowContainer {
	position: absolute;
	width: 752px;
	height: 260px;
	background-color: #666;
	border: 1px solid black;
	/*display: none; /* initially */
}

.loginWindowBar {
	position: relative;
	background-color: #333;
	color: white;
	width: 100%;
	height: 20px;
	font-size: 16px;
}

.loginWindowBar .closeWindow {
	position: absolute;
	top: 0;
	right: 0;
	color: red;
	cursor: pointer;
}

#loginWindow {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#loginWindow .loading {
	padding-top: 125px;
	text-align: center;
}

/* laminates */

.laminate-std {
	position: relative;
	z-index: 0;
	width: 102px;
	height: 127px;
	overflow:hidden;
}

.laminate-std-us {
	background: #fff url("../static/us/images/badge.jpg") top left no-repeat;
}

.laminate-std-uk {
	background: #fff url("../static/uk/images/badge.jpg") top left no-repeat;
}

.laminate-std-image {
	position: absolute;
	top: 13px;
	left: 14px;
	height: 75px;
	width: 75px;
	overflow: hidden; /* hidden truncate for FF */
	word-wrap: break-word; /* truncate for IE */
	text-align: center;
}

.laminate-std-name {
	position: absolute;
	top: 88px;
	left: 6px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #307fca;
	width: 90px;
	overflow: hidden; /* hidden truncate for FF */
	word-wrap: break-word; /* truncate for IE */
	text-align: center;
}

.laminate-std-name, .laminate-std-name a {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.laminate-std-name a:link, .laminate-std-name a:visited {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.laminate-std-name a:hover, .laminate-std-name a:active {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* ajax loading notification */
#busybar {
	padding: 3px;
	background-color: white;
	border: 1px solid black;
	position: absolute;
	z-index: 10000;
	text-align: center
}

/* default page  background */
#body-white-container {
	background-color:#fff;
}

/* POPUP ALERT SECTION */

.alert-link {
	margin: 5px 0px;
}

.alert-link a:link, .alert-link a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.alert-link a:hover, .alert-link a:active {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.alert-link a:link span, .alert-link a:visited span {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

.alert-link a:hover span, .alert-link a:active span {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}

.alert-subLink{
	margin: 5px;
}

.alert-subLink div {
	border: 1px solid #999;
	background-color: #eee;
	padding: 2px;
	margin-bottom: 2px;
}

.alert-subLink a:link, .alert-subLink a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	background-color: #eee;
	display: block;
	padding: 3px;
}

.alert-subLink a:hover, .alert-subLink a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #ccc;
	padding: 3px;
	display: block;
}

/* Master Control Plus Control (MCDrop) */

.mcdrop-button {
	display: block;
	width: 21px;
	height: 15px;
}

a:link.mcdrop-button, a:visited.mcdrop-button {
	background: url('../images2/icon_mc.png') top left no-repeat;
}

a:hover.mcdrop-button, a:active.mcdrop-button {
	background: url('../images2/icon_mc-over.png') top left no-repeat;
}

.mcdrop-container {
	background-color: #333;
	border: 1px solid #666;
	width: 150px;
	text-align: left;
	padding: 3px;
}
.mcdrop-modules {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mcdrop-modules li {
	background-color: #666;
	color: #fff;
	margin: 1px;
	height: 15px;
	padding: 3px;
}

.mcdrop-close-cont {
	padding: 3px 1px 5px 1px;
	text-align: right;
	color: #fff;
}

.mcdrop-container a:link, .mcdrop-container a:visited {
	color: #fff;
	text-decoration: underline;
}

.mcdrop-container a:hover, .mcdrop-container a:active {
	color: #fff;
	text-decoration: none;
}

.mcdrop-icon {
	vertical-align: middle;
}

/* Originally from clickers.css */

.digPersona {
	color: #336699;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
}

.digPersona a {
	color: #336699;
	cursor: pointer;
	text-decoration: none;
}

.digPersona a:link, .digPersona a:visited {
}

.digPersona a:hover, .digPersona a:active {
	color: #ccc;
}

.dugPersona a {
	color: #369;
}

.getIt {
	color: #369;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
}

.getIt a {
	color: #369;
	cursor: pointer;
	text-decoration: none;
}

.getIt a:link, .getIt a:visited {
}

.getIt a:hover, .getIt a:active {
	color: #ccc;
}

.gotIt {
	color: #369;
}

.getItPrompt {
	font-size: 10px;
	color: #000;
	width:130px;
	/*behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);*/
}

a.spin-it {
	float:right;
	display:block;
	width:56px;
	height:16px;
}

a.spin-it span {
	display:none;
}

h2.join-now a {
	float:right;
	display:block;
	background: url(../static/us/images/JoinNow.gif) no-repeat;
	width:223px;
	height:49px;
}

h2.join-now a span {
	display:none;
}

div.centerImage {
	overflow: hidden;
	text-align: center;
}

div.personaPortrait-thumbs {
	width: 82px;
	height: 100px;
	padding: 2px;
}

div.personaPortrait-thumbs-image {
	width: 75px;
	height: 75px;
}

div.personaPortrait-thumbs-name {
	width: 80px;
	height: 26px;
	text-align: center;
	overflow: hidden;
}



/* new title bars styles */
h1.title {
	height:40px;
	margin:0;
	color:#fff;
	padding-left:5px;
}

h1.title img {padding:2px;}

h1.title span {font-size:1.5em;}

h1.title a:link,
h1.title a:visited
{color:#fff;}

h1.title a:hover,
h1.title a:active
{color:#eee;}

.right-title-action {
	font-size: 11px;
	padding: 9px;
	text-align: right;
	float: right;

}

.right-title-action a:link, .right-title-action a:visited {
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;	
}

.right-title-action a:hover, .right-title-action a:active {
	font-size: 11px;
	text-decoration:underline;
}


/* ---------------------------aa_global_static-us------------------------------- */

/******************
* GLOBAL CSS
******************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666;
	background-color: #9c3;
}

/***********************
 HEADER SECTION
***********************/

/* GREEN BAR HEADER */

.site-top-container {
	background-color: #99cc33;
	padding: 0px 0px 5px 0px;
	height: 26px;
}

/* TOP SEARCH SECTION - GREEN SEARCH BUTTON */

.searchSubmit {
	font-family: "verdana";
	color: #9c3;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #9c3;
}

/* ---------------------------aa_global_static-UK------------------------------- */

/******************
* GLOBAL CSS
******************/

body.btpodshow {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
}

/***********************
***********************/

/* GREEN BAR HEADER */

body.btpodshow .site-top-container {
	background-color: #c00;
	padding: 0px 0px 5px 0px;
	height: 26px;
}

/* TOP SEARCH SECTION - GREEN SEARCH BUTTON */

body.btpodshow .searchSubmit {
	font-family: "verdana";
	color: #c00;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer; /* for FF */
	cursor: hand;/* for IE */
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #c00;
}
