/*
***********************************************************
** Main stylesheet for BCCT
** Last Updated: 05-Aug-2010
***********************************************************
*/

/* zero out margins, padding and borders for all browsers */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	height: 100%;
	margin-bottom: 1px; /* this forces scrollbar to appear in Mozilla */
}

/* for IE only */
* body {
	font-size: 76%;
	Zoom: 1.0 /* normalizes zoom in IE7 to 100% */
}

.clear {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
	visibility: hidden;
}

.clearRT {
	clear: right;
	padding-bottom: 1px;
	margin-bottom: -1px;
	visibility: hidden;
}

.inside {
	padding: 0 0.5em;
	background: #fff;
	color: inherit;
}

.hide {
	display: none !important;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 70%;
}

body {
	text-align: center;
	margin: 0 auto; /* centers page */
	padding: 0;
	width: 970px;
	font-family: verdana, arial, sans-serif, helvetica;
	background: #ccc;
}

/* text styles
   ----------- */

h1, h2, h3, h4 {
	font-size: 1.2em;
	line-height: 1;
}

h3 {
	color: #666;
}

p {
	font-size: 0.90em;
	line-height: 1.5;
	padding: 0 10px 0 10px;
}

ul {
	line-height: 2;
}

/* regular links
   ------------- */

a {
	color: #4488c3;
	font-weight: 700;
	text-decoration: none;
}

a:visited {
	color: #4488c3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* linked images
   ------------- */

a img {
	border: none;
}

img a:hover {
	border: none;
}

/* misc. classes
   ------------ */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* floats
   ------ */

.floatRight {
	float: right;
	width: 30%;
	border: solid 1px #036; background-color: #f0f0f0;
}

.floatLeft {
	float: left;
	width: 30%;
}

/* ------------------------- */

p.pagetitle {
	font-style: normal;
	font-weight: 700;
	font-size: 160%;
	font-family: georgia, times;
	color: #009;
	text-align: left;
	text-decoration: none;
	margin: 0;
}

#pagewrap {
	background: #fff;
	text-align: left;
	height: auto;
	width: auto;
	overflow: auto;
	padding: 0 10px 10px 10px;
}

#header {
	background: url() 0 0 no-repeat;
	height: 100px;
	padding: 0;
}

#header #logo {
	float: left;
	background: transparent;
	height: auto; width: auto;
	margin: 8px 0 0 10px;
	padding: 0;
	border: none;
}

#header #sponsorTop {
	float: right;
	background: transparent;
	height: auto; width: auto;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#logo img {
	height: 80px; width: 460px;
	border: none;
}


/*
  top - login, etc.
  ----------------- */

#topZone, #signin {
	background: #fff url(/bcct/commonfiles/images/gradedBackground.png);
	padding: 2px 5px 0px 5px;
	border: none;
	width: auto;
	height: 24px;
	color: #333;
}

#signin {
	height: auto;
	padding: 5px;
}

#topZone a, #signin a {
	color: #33c;
	font-weight: 500;
	text-decoration: none;
}

#topZone a:visited, #signin a:visited {
	color: #666;
	text-decoration: none;
}

#topZone a:hover, #topZone a:active, #topZone a:focus, #signin a:hover, #signin a:active, #signin a:focus {
	text-decoration: underline;
	color: #fff;
}

#topZone #topZone_left {
	float: left;
	padding: 4px 0 0 0;
	border: none;
	width: auto;
	border: none;
}

#topZone #topZone_left #signin {
	display: inline;
	padding: 0;
	border: none;
	width: auto;
	border: none;
}

#topZone #topZone_right {
	float: right;
	text-align: right;
	padding: 4px 2px 0 0;
	border: none;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	font-weight: 500;
	width: 500px;
	color: #666;
}

/*
  main top banner zone
  -------------------- */

#topBannerZone {
	text-align: center;
	background: #f8f8f8 url(/bcct/commonfiles/images/gradedBackground.png);
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}

#topBannerZone img {
	border: none;
	margin: 5px 0;
}

/*
  horizontal menu container
  ------------------------- */

#topMenu {
	background: #ccc url(/bcct/commonfiles/images/topMenu.png);
	text-align: left;
	padding: 1px;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	height: 31px;
}


/*
  home page news
  -------------- */

#newsBox {
	float: left;
	margin: 0 0 10px 0;
	background: #fff;
	text-align: left;
	height: auto;
	width: 618px;
	padding: 10px 0 10px 10px;
	border: 1px solid #ccc;
}

#newsBox .newsItem {
	padding: 2px 0 2px 2px;
	margin: 0 0 5px 0;
}

#newsBox .newsItem .newsImage {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
}

#newsBox .newsItem .newsImage img {
	background-color: #fff;
	height: 90px; width: 140px;
	border: solid 1px #999;
	padding: 1px;
}

#newsBox .newsItem .newsLink {
	background: #ccc url(/bcct/commonfiles/images/h5.png) 5px 0 repeat;
	font-size: 1.20em;
	font-weight: 700;
	color: #666;
	margin: 0 0 0 150px;
	height: 28px;
	padding: 0 10px;
	line-height: 2;
}

#newsBox .newsItem .newsLink a, #newsBox .newsItem .newsLink a:link, #newsBox .newsItem .newsLink a:active {
	display: block;
	background: transparent;
	width: auto;
}

#newsBox .newsItem .newsLink a:hover {
	color: #66c;
	text-decoration: underline;
}

#newsBox .newsItem .newsSummary {
	margin: 0 0 0 150px;
	padding: 5px;
	color: #666;
	font-weight: 500;
	font-size: 90%;
}

.newsItem {
	clear: left;
}

#newsBox #newsBox_more {
	clear: both;
	float: right;
	font-size: 90%;
	font-weight: 500;
	padding: 0 2px;
	border: none;
}

.text_more {
	float: right;
	margin-top: -5px;
	margin-bottom: 0;
	font-size: 90%;
	font-weight: 500;
	padding: 0 2px;
	border: none;
}

#newsBox #newsBox_more a, #newsBox #newsBox_more a:link, #newsBox #newsBox_more a:active {
	font-weight: 500;
}

.text_more a, .text_more a:link, .text_more a:active {
	font-weight: 500;
}

#newsBox #newsBox_more a:hover {
	color: #66c;
	text-decoration: none;
	background-color: #ff0;
}

.text_more a:hover {
	color: #66c;
	text-decoration: none;
	background-color: #ff0;
}

/*
  floated left column
  ------------------- */

#leftColumn {
	clear: left;
	float: left;
	width: 310px; /* pixels, ems or % */
	margin: 0;
	padding: 0;
	background: #ccf;
	color: #009;
	height: auto;
}

#leftColumn img {
	margin: 0;
	border: 0;
}

#leftColumn h6 {
	background: #ccc url(/bcct/commonfiles/images/h6.png) 0 0 repeat;
	font-size: 0.90em;
	height: 17px;
	padding: 0.25em 0 0 0.25em;
}

#containerRT {
	float: right;
	width: 200px;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
}

/* floated right column
   -------------------- */

#rightColumn {
	float: right;
	width: 310px; /* pixels, ems or % */
	margin: 0 0 0 10px;
	padding: 0;
	background: #fff;
	color: #666;
}

#rightColumn img {
	margin: 0 0 0 10px;
	border: 0;
}

/* floated left column subPage
   --------------------------- */

#leftColumn_subPage {
	float: left;
	width: 200px; /* pixels, ems or % */
	margin: 0;
	padding: 5px;
	background: #c0c0c0;
	height: auto;
	left: 0px;
	top: auto;
}

/* floated right column subPage
   ---------------------------- */

#rightColumn_subPage {
	float: right;
	width: 280px; /* pixels, ems or % */
	margin: 0 0 0 5px;
	padding: 0;
	background: #fff;
	color: #666;
	text-align: center;
}

#rightColumn_subPage img {
	margin: 0;
	border: 0;
}

#rightColumn_subPage h6 {
	background: #ccc url(/bcct/commonfiles/images/h6.png) 0 0 repeat;
	font-size: 0.90em;
	height: 17px;
	padding: 0.25em 0 0 0.25em;
}


/* Vertical Navigation */

#vnav {
	width: 190px;
	background: #ccc;
	margin: 0 0 0 5px;
}

#vnav ul {
	margin-left: 0;
	padding-left: 2px;
	list-style-type: none;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 90%;
	color: #fff;
}

#vnav a {
	display: block;
	padding: 1px 3px;
	width: 180px; /* change this width if you change width of column */
	background-color: #ccc;
	border-bottom: 1px solid #eee;
}

#vnav a:link, #vnav a:visited {
	color: #666;
	text-decoration: none;
}

#vnav a:hover {
	background-color: #ccf;
	color: #006;
}

#vnav .currentitem {
	background-color: #ccf;
	padding: 1px 3px;
	color: #006;
	border-bottom: 1px solid #eee;
}


/* centre column
   ------------- */

#centreColumn {
	padding: 0;

	color: #666;
	height: auto;
	float: left;
	margin-left: 10px;
	width: 310px;
}

#centreColumn blockquote { /* only used in Contact Us form, needs updating */
	margin-left: 0;
}

#centreColumn_subPage, #centreColumn_subPage_zeroLM {
	padding: 0;
	background: #fff;
	color: #666;
	height: auto;
	margin-left: 210px;
	width: auto;
}

#centreColumn_subPage {
	padding: 0 0 0 10px;
}

#centreColumn_subPage h3, #centreColumn_subPage_zeroLM h3 {
	margin-left: 10px;
}

#centreColumn_subPage_zeroLM {
	margin-left: 0;
}

hr {
	border: none 0;
	border-top: 1px dashed #999;
	height: 1px;
}

#footer {
	clear: both;
	color: #666;
	margin: 0;
	padding: 1.0em;
	height: auto;
	background: #fff;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5;
}

#footer hr {
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
}



/*
***********************************************************
*/

.list-latest {
	border: none;
	width: 310px;
	margin: 0 0 0.75em 0;
	padding: 0 0 15px 0;
	background: #fff;
	font-size: 0.90em;
}

.reports {
	background: #fff;
}

.list-latest h5 {
	background: #ccc url(/bcct/commonfiles/images/h5.png) 0 0 repeat;
	font-size: 1.25em;
	color: #666;
	margin: 0 0 3px 0;
	height: 23px;
	padding: 6px 0 0 5px;
}

.list-latest h5.h5-blue {
	background: url(/bcct/commonfiles/images/h5-blue.png);
	color: #fff;
}

.list-latest h5 img {
	border: none;
}

.list-latest ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.list-latest ul li {
	list-style-type: none;
	line-height: 1.25em;
	/* when text wraps, indent 2nd line */
	padding-left: 55px;
	text-indent: -55px;
	/* -------------------------------- */
}

.list-latest ul li.diver {
	background: transparent url(/bcct/commonfiles/images/diver.gif) 0 2px repeat-x;
	line-height: 0.25em;
	padding: 0;
}

.list-latest ul li.public {
	/* can be used to show member/public background image */
}

.list-latest ul li a, .list-latest ul li a:link, .list-latest ul li a:active {
	display: block;
	padding-left: 0.25em;
	color: #666;
	font-weight:500;
	font-size:90%;
	background: transparent;
	text-decoration: none;
	width: auto;
}

.list-latest ul li a:visited {
	color: #666;
	text-decoration: none;
}

.list-latest ul li a:hover {
	background: transparent;
	color: #c33;
	text-decoration: underline;
}

html>body .list-latest ul li a {
	width: auto;
}

.list-latest ul li a span {
	font-family: courier, monospace;
	font-weight: 500;
}

.list-latest div.calItem {
	display: inline;
}

.list-latest img {
	float: left;
	margin: 2px 8px 2px 2px;
	border: none;
}

.list-latest img.more {
	margin: 5px 10px 2px 0;
	border: none;
}

.list-latest .listLatest_more {
	float: right;
	font-size: 90%;
	font-weight: 500;
	padding: 1px 2px;
	border: none;
}

.list-latest .listLatest_more a, .list-latest .listLatest_more a:link, .list-latest .listLatest_more a:active {
	font-weight: 500;
}

.list-latest .listLatest_more a:hover {
	color: #66c;
	text-decoration: none;
	background-color: #ff0;
}


/* signin
   ------ */

/*

#signin {
	position: relative;
	padding: 5px;
	height: auto; width: auto;
	background: #006 url(/bcct/commonfiles/images/gradedBackground.png) 0 -20px no-repeat;
	color: #009;
	text-align: left;
}

#signin a {
	font-size: 1em;
	color: #009;
	font-weight: 700;
}

#signin a:hover {
	color: #ff0;
	text-decoration: underline;
}

*/

input.loginbutton {
	background-color: #933;
	border: solid 1px #000;
	font-weight: 500;
	color: #fff;
}

input.loginbutton:hover {
	background-color: #ff0;
	border: solid 1px #669;
	color: #933;
}

input.loginbutton:active {
	background-color: #036;
	border: solid 1px #669;
	color: #fff;
}

input.login {
	background-color: #ffc;
	border: 1px solid #ccc;
	font-weight: 500;
	color: #039;
}

/*
***********************************************************
*/

#tabstrip {
	background-color: #fff;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	padding: 3px 3px 0 3px;
	border: none;
	border-bottom: 1px solid #669;
}

#tabstrip li {
	list-style: none;
	display: inline;
}

#tabstrip li a {
	padding: 3px 8px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #669;
	background: #ccf;
	text-decoration: none;
}

#tabstrip li a:link,
#tabstrip li a:visited {
	color: #009;
}

#tabstrip li a:hover {
	color: #000;
	padding: 3px 7px 3px 9px;
	background: #99f;
	border-top: 1px solid #336;
	border-left: 1px solid #669;
	border-right: 1px solid #99f;
	border-bottom: 1px solid #99f;
}

#tabstrip li a#current {
	background: #fff;
	border-bottom: 1px solid #fff;
}

/*
***********************************************************
*/

#tabstrip-level2 {
	background-color: #fff;
	font-size: 10px;
	margin: -3px 0px 0px 0px;
	padding: 3px 3px 0 3px;
	border: none;
	border-bottom: 1px solid #669;
	text-align: right;
}

#tabstrip-level2 li {
	list-style: none;
	display: inline;
}

#tabstrip-level2 li a {
	padding: 3px 8px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #669;
	background: #ccf;
	text-decoration: none;
}

#tabstrip-level2 li a:link,
#tabstrip-level2 li a:visited {
	color: #009;
}

#tabstrip-level2 li a:hover {
	color: #000;
	padding: 3px 7px 3px 9px;
	background: #99f;
	border-top: 1px solid #336;
	border-left: 1px solid #669;
	border-right: 1px solid #99f;
	border-bottom: 1px solid #99f;
}

#tabstrip-level2 li a#current {
	background: #fff;
	border-bottom: 1px solid #fff;
}

/*
***********************************************************
*/

p.msg-profile {
	font-style: normal;
	font-weight: 500;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	background-color: #fff;
	color: #666;
	text-align: left;
	margin: 10px 0px;
}

p.msg-ok {
	font-style: normal;
	font-weight: 500;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	background-color: #6f6;
	color: #666;
	text-align: left;
	margin: 10px 0px;
}

p.msg-err {
	font-style: normal;
	font-weight: 500;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	background-color: #f66;
	color: #666;
	text-align: left;
	margin: 10px 0px;
}

p.msg-blank {
	font-style: normal;
	font-weight: 500;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	background-color: #fff;
	color: #fff;
	text-align: left;
	margin: 10px 0px;
}

.formlabel {
	padding: 0px 5px 0px 10px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	font-family: verdana, arial, sans-serif, helvetica;
	text-align: left;
	vertical-align: top;
}

.formbuttoncell {
	padding-top: 5px;
	text-align: left;
}

.formbuttoncellR {
	padding-top: 5px;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

TD.formbuttoncellR {
	padding-top: 5px;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

TD.tabletext-evl {
	height: 18px;
	background: #ffffcc;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding: 2px;
}

TD.tabletext-evr {
	height: auto;
	background: #ffffcc;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000099;
	text-align: left;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding: 0 2px;
}

.descriptiontext {
	font-size: 8pt;
	color: #000;
	font-family: verdana, arial, sans-serif, helvetica;
}

SPAN.blue {
	background: #ccccff;
	font-style: normal;
	font-weight: 700;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
}

.blue2 {
	color: #0000cc;
}

.red {
	color: #ff0000;
}

.white {
	color: #fff;
}

INPUT.button {
	background-color: #ccc;
	border: 2px outset #6666cc;
	font-weight: 500;
	color: #000;
}

INPUT.button:hover {
	background-color: #ccccff;
}

INPUT.button:active {
	background-color: #cc6666;
	border: 2px inset #6666cc;
}

/*
***********************************************************
** Groups, added 06-Jan-2010
***********************************************************
*/

h4.comName, h4.subhead1, h4.subhead2 {
	margin-right: 215px;
}

h4.comName {
	background: #fff;
	font-size: 160%;
	color: #747170;
	margin-top: 0;
	text-align: center;
	padding: 4px 0;
}

h4.subhead1 {
	background: #747170;
	color: #fff;
	text-align: left;
	padding: 4px 0 4px 4px;
}

h4.subhead2 {
	background: #036;
	color: #fff;
	text-align: left;
	padding: 4px 0 4px 4px;
}

/*
** common, added 06-Jan-2010
*/

#centreColumn img {
	border: 0;
	margin: 0;
	background-color: #fff;
}


/*
***********************************************************
** Profiles, added 06-Jan-2010
***********************************************************
*/

h4.profHead {
	margin-right: 215px;
	background: #fff;
	font-size: 160%;
	color: #747170;
	margin-top: 0;
	text-align: left;
	padding: 4px 0;
}

div.profile {
	border-bottom: 1px dashed #999;
}

div.profile h4 {
	text-align: left;
	padding: 5px 0 0 0;
}

div.profile h4.title {
	padding: 3px 0 0 0;
	color: #666;
	font-style: italic;
}

div.profile p {
	text-align: justify;
	font-size: 0.9em;
	padding: 0;
}

div.profilePic {
	float: left;
	border: 1px #ccc solid;
	margin: 0.4em 0.6em 0.5em 0.5em;
	padding: 0.2em;
}

div.profilePic img {
	border: none;
}

/*
***********************************************************
*/


TD.statshead {
	background-color: #fafafa;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #000 #ccc;
	padding: 2px;
}

TD.statsheadrt {
	background-color: #fafafa;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
	text-align: right;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #000 #ccc;
	padding: 2px;
}

TD.stats {
	background-color: #fafafa;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 2px;
}

TD.statsplain {
	background-color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #006;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 2px;
}

TD.statsrt {
	background-color: #fafafa;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
	text-align: right;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 2px;
}


TD.fpagephoto-2 {
	background-color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #33c;
	text-align: center;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #039;
	padding: 5px 0px 2px 5px;
}


div.eItemHD {
	font-style: normal;
	font-weight: 700;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	background-color: #f0f0f0;
	color: #666;
	text-align: left;
	margin: 5px 150px 2px 0;
}

div.eItem {
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #336;
	text-align: left;
	margin: 5px 150px 10px 0;
}

ol.alpha {
	margin: 0 0 2px -15px;
}

ol.alpha > li {
	list-style: lower-alpha;
	margin: 0;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 90%;
	line-height: 1.5;
}

ol.decimal {
	margin: 0 0 2px 0;
}

ol.decimal > li {
	list-style: decimal;
	margin: 0 0 0 5px;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 90%;
	line-height: 1.5;
}

ul.general {
	margin: 0 0 0.5em 2em;
}

ul.general > li {
	list-style: disc;
	color:#333;
	margin: 0;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 90%;
	line-height: 1.5;
}

#holder {
	clear: both;
	margin: 0;
	border: 0;
	padding: 10px 0;
}

#partnerLogos {
	border: 1px solid #ccc;
	text-align: center;
}

#partnerLogos h5 {
	background: #000 url(/bcct/commonfiles/images/h5.png) 5px 0 repeat;
	font-size: 1.20em;
	color: #666;
	margin: 0;
	height: 28px;
	padding: 0 10px;
	line-height: 2;
}

#partnerLogos img {
	background-color: #fff;
	border: 0;
	padding: 5px 20px;
}



/*
   display box
   ----------- */

.displayBox, #displayBox_Offers {
	background-color: #fff;
	border: 0;
	text-align: left;
}

.displayBox h5, #displayBox_Offers h5 {
	background: #ccc url(/bcct/commonfiles/images/h5.png) 0 0 repeat;
	font-size: 1.20em;
	color: #666;
	margin: 0;
	height: 28px;
	padding: 0 10px;
	line-height: 2;
}

.displayBox .photos {
	width: auto;
	padding: 5px;
	border: 0;
}

.displayBox .photos ul {
	margin: 0px;
	padding: 0px;
	border: 0;
}

.displayBox .photos li {
	display: inline;
	list-style: none;
	font-style: normal;
	font-weight: 500;
	font-size: 8px;
	font-family: verdana, arial, sans-serif, helvetica;
}

.displayBox .photos li a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
}

html>body .displayBox .photos li a {
	width: auto;
}

.displayBox .photos li a:hover {
	background-color: #fff;
	color: #000;
}


#displayBox_Offers h5 {
	background: #ccf url(/bcct/commonfiles/images/h5-blue.png) 0 0 repeat;
	color: #fff;
}



#displayBox_Offers a, #displayBox_Offers a:link, #displayBox_Offers a:active {
/*	display: block; */
	color: #fff;
	background: transparent;
	width: auto;
}

#displayBox_Offers a:hover {
	color: #ff0;
	text-decoration: underline;
}



/*
   grouped pages listings
   ---------------------- */

#gpages {
	width: auto;
	padding: 10px;
	border: 1px #ccc solid;
}

#gpages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#gpages li {
	background: url(/commonfiles/images/arrow_grey.gif) no-repeat 0 1px;
	list-style-type: none;
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	padding: 0 0 5px 15px;
	color: #666;
}

#gpages li a {
	display: inline;
	margin: 0 2px 5px 0;
	padding: 2px 2px 2px 0;
	background-color: transparent;
	color: #33c;
	text-decoration: none;
	width: auto;
}

html>body #gpages li a {
	width: auto;
}

#gpages li a:hover {
	background-color: #99f;
	color: #000;
}


/* messages section */

div.messages {
/*
	float: left;
	clear: left;
*/
	margin-bottom: 2.0em;
}

div.messages p {
	margin: 0.4em 0 0.5em 210px;
	text-align: justify;
	font-size: 0.9em;
}

div.messages h3 {
	background-color: #f0f0f0;
	margin: 0;
	text-align: left;
	font-size: 1.4em;
}

div.messages h4 {
	margin: 0.2em 0 0.5em 0;
	text-align: left;
}

div.messages p.sig {
	margin: 0 0 0.5em 210px;
	font-size: 1em;
	font-weight: 700;
	color: #666;
}

div.messPic {
	float: left;
	width: 175px;
	border: 1px #ccc solid;
	margin: 0.5em 0.5em 0.5em 1.25em;
	padding: 0.5em;
}

div.messPic p {
	margin-left: 0.2em;
	text-align: center;
	font-style: italic;
	font-size: 0.85em;
	text-indent: 0;
}

div.messPic img {
	border: none;
}

TD.histL {
	background-color: #fff;
	vertical-align: top;
	font-size: 10px;
	text-align: left;
	border: none;
	padding: 0px 3px;
}

TD.histR {
	background-color: #fff;
	vertical-align: top;
	font-size: 10px;
	text-align: right;
	border: none;
	padding: 0px 3px;
}

PRE.hist {
	margin: 0;
	font-size: 11px;
}

#closedMessage {
	width: 100%;
	background-color: #ff0;
	font-size: 1.25em;
	text-align: center;
	border: 1px solid #ccc;
}

div.gpagesNavBar {
	float: left;
	clear: left;
	margin: 5px 0;
}

h2 {
	clear: left;
}

/*
***********************************************************
*/

TD.nomR {
	background-color: #f4f4f4;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #006;
	text-align: right;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 2px;
}

TD.nominats {
	background-color: #f4f4f4;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #006;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 2px;
}

P.noms {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #003;
	text-align: justify;
	margin: 5px 0px 5px 5px;
}

TD.extract-list-left {
	background-color: #ffc;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #009;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0px 5px;
}

TD.extract-list-left-grey {
	background-color: #ffc;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #999;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0px 5px;
}

TD.extract-list-right {
	background-color: #ffc;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #009;
	text-align: right;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0px 5px;
}

TD.extract-list-right-grey {
	background-color: #ffc;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #999;
	text-align: right;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0px 5px;
}

/* Reports List Box */

#reports {
	width: 270px;
	padding: 0px;
}

#reports ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#reports li {
	background: url(/commonfiles/images/ico_bar_members.png) no-repeat;
	list-style-type: none;
	margin: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
}

#reports li.public {
	background: url(/commonfiles/images/ico_bar_public.png) no-repeat;
}

#reports li a {
	display: block;
	margin: 0px 25px 0px 15px;
	padding: 0px;
	background-color: transparent;
	color: #33c;
	text-decoration: none;
	width: 85%;
}

html>body #reports li a {
	width: auto;
}

#reports li a:hover {
	background-color: #99f;
	color: #000;
}



/* Links List Box */

#links {
	width: 270px;
	padding: 0px;
}

#links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#links li {
	background: url(/commonfiles/images/ico_arrow_blue.png) no-repeat;
	list-style-type: none;
	margin: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: verdana, arial, sans-serif, helvetica;
}

#links li a {
	display: block;
	margin: 0px 5px 0px 15px;
	padding: 0px;
	background-color: transparent;
	color: #33c;
	text-decoration: none;
	width: 95%;
}

html>body #links li a {
	width: auto;
}

#links li a:hover {
	background-color: #99f;
	color: #000;
}


#div-header-2 {
	width: 285px;
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #039;
	background-color: #039;
}

#div-header-2 ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#div-header-2 li {
	background: url(/commonfiles/images/ico_camera.png) no-repeat;
	list-style: none;
	margin: 0px;
}

#div-header-2 li a {
	display: block;
	margin: 0px 0px 0px 20px;
	background-color: transparent;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	font-family: verdana, arial, sans-serif, helvetica;
	text-decoration: none;
	color: #fff;
	width: 90%;
}

html>body #div-header-2 li a {
	width: auto;
}

#div-header-2 li a:hover {
	background-color: #99f;
}

DIV.display-photo {
	float: right;
	width: auto;
	padding: 5px;
	border: none;
}

/* Photos List Box */

DIV.photos {
	width: 285px;
	padding: 5px;
	border-style: solid;
	border-color: #03c;
}

DIV.photos ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

DIV.photos li {
	display: inline;
	list-style: none;
	font-style: normal;
	font-weight: 500;
	font-size: 8px;
	font-family: verdana, arial, sans-serif, helvetica;
}

DIV.photos li a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
}

html>body DIV.photos li a {
	width: auto;
}

DIV.photos li a:hover {
	background-color: #fff;
	color: #000;
}

/*
***********************************************************
*/

TD.tablelisting {
	background-color: #fff;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #99f;
}

TD.tablelisting-yel {
	background-color: #ff9;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #99f;
}

TD.tablelisting-blue-back {
	border: #3366cc 1px solid;
	padding: 2px;
	font-weight: 700;
	font-size: 11px;
	vertical-align: middle;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	background-color: #03c;
	text-decoration: none;
}

INPUT.ieonly {
	background-color: #fff;
	border: none;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
}

INPUT.ieonly-yel {
	background-color: #ff9;
	border: none;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
}

/*
***********************************************************
*/
