/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
	margin:0;
	padding:0;
}
/* typography.css */

body {
	font-size:75%;
	color:#454545;
	background:#f8f8f8;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#005FA9;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
ol {
	list-style-image:url(http://www.wagerweb.com/images/grey-arrow.gif);
}
.mentitle {
	background-color:#212121;
	color:#CCC;
	padding:3px 2px 3px 5px;
}
/* Clearfix */

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/

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

.bold {
	font-weight: bold;
}
.wrapper {
	clear: both;
	margin:0 auto;
	position: relative;
	width: 950px;
}
#maincontent {
	background:#FFF;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	padding:5px;
	overflow:hidden;
}
/* WagerWeb Styles */
#header {
	background:#000 url(http://www.wagerweb.com/images/bgd-header.gif) top left repeat-x;
	position:relative;
	margin:0 auto;
	padding:0;
	/*width:800px;*/
	height:198px;
	border-top:1px solid #555555;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
}
#header .livehelp {
	width:360px;
	position:absolute;
	left:5px;
	top:5px;
	float:left;
	height:31px;
}
#header .loginform {
	width:420px;
	display:inline;
	position:absolute;
	right:5px;
	top:2px;
	height:31px;
	float:right;
	color:#CCC;
	font-size:11px;
	text-align:right;
}
#header .loginform input.med {
	border:1px solid #CCC;
	color: #212121;
	font-style: normal;
	font-size: 11px;
	padding: 2px;
	width: 70px;
	margin:0;
}
#header h1 {
margin: 0;
position: absolute;
top: 49px;
left: 10px;
z-index: 3;
width: 293px;
background: url(http://www.wagerweb.com/images/wagerweb-logo.gif) no-repeat;
text-indent: -9000px;
}
#header h1 a {
display: block;
background: url(http://www.wagerweb.com/images/wagerweb-logo.gif) no-repeat;
height: 50px;
}
#header .join {
	margin: 0;
	position: absolute;
	top: 50px;
	right: 10px;
	width:311px;
	height:57px;
	z-index: 3;
}
/* Styles Header New Balance */

#header .newbalance {
	background:url(http://www.wagerweb.com/images/bgd-newbalance.png) no-repeat;
	font:11px Arial, Helvetica, sans-serif;
	height:68px;
	line-height:normal;
	margin:0;
	position:absolute;
	right:10px;
	top:44px;
	width:403px;
	z-index:3;
}
#header .newbalance span.welcomeText {
	color:#FFFFFF;
	left:10px;
	position:absolute;
	text-transform:uppercase;
	top:7px;
}
#header .newbalance span.column1 {
	border-right:1px solid #333333;
	color:#FFFFFF;
	height:30px;
	left:10px;
	position:absolute;
	text-transform:capitalize;
	top:30px;
	width:140px;
}
#header .newbalance span.column2 {
	border-right:1px solid #333333;
	color:#FFFFFF;
	height:30px;
	left:153px;
	position:absolute;
	text-transform:capitalize;
	top:30px;
	width:126px;
}
#header .newbalance span.column3 {
	border-right:1px solid #333333;
	color:#FFFFFF;
	height:30px;
	left:282px;
	position:absolute;
	text-transform:capitalize;
	top:30px;
	width:124px;
}
#header .newbalance span.inboxText {
	color:#FFFFFF;
	left:312px;
	position:absolute;
	text-transform:uppercase;
	top:4px;
}
#header .newbalance span.column2 a {
	color:#FFFFFF;
}
#header .newbalance span.column3 a {
	color:#FFFFFF;
}
#header .nav {
	position: absolute;
	background:url(http://www.wagerweb.com/images/bgd-chnav.gif) no-repeat;
	top: 126px;
	left: 0px;
	width:746px;
	height:42px;
	float:left;
	margin:0;
	padding:0;
	z-index:4;
}
#header .nav ul {
	height:42px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#header .nav ul li {
	float:left;
}
#header .nav ul li a {
	display:block;
	padding:0 18px 0 18px;
	font:14px/42px Arial, "Helvetica", sans-serif;
	color:#cccccc;
	text-decoration:none;
	text-transform:uppercase;
	border-right:#202020 solid 1px;
	float:left;
}
#header .nav ul li a:hover {
	background:url(http://www.wagerweb.com/images/2008/new/ch-on.gif) 0 0 repeat-x #d8d8d8;
	padding:0 18px 0 18px;
	border-right:#202020 solid 1px;
	color:#565656;
}
#header .nav ul li.home a {
	font:14px/42px Arial, "Helvetica", sans-serif;
	float:left;
	color:#565656;
	text-decoration:none;
	text-transform:uppercase;
	background:url(http://www.wagerweb.com/images/2008/new/ch-on.gif) 0 0 repeat-x #d8d8d8;
	padding:0 18px 0 18px;
	border-right:#202020 solid 1px;
}
#header .nav ul li.rewards a {
	font:14px/42px Arial, "Helvetica", sans-serif;
	float:left;
	color:#ccc;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 18px 0 18px;
	border-right:none;
}
#header .nav ul li.rewards a:hover {
	background:url(http://www.wagerweb.com/images/2008/new/ch-on.gif) 0 0 repeat-x #d8d8d8;
	padding:0 18px 0 18px;
	border-right:#202020 solid 1px;
	color:#565656;
}
#header .chsearch {
	position: absolute;
	background:url(http://www.wagerweb.com/images/bgd-navsearch.gif) no-repeat;
	top: 126px;
	left: 646px;
	width:154px;
	height:42px;
	float:right;
	margin:0;
	padding:0;
	z-index:4;
}
#header .suvmenu {
	position: absolute;
	top: 168px;
	right: 0px;
	height:30px;
	margin:0 auto;
	padding:0;
	z-index:5;
}
#header .suvmenu ul {
	height:30px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#header .suvmenu ul li {
	float:right;
}
#header .suvmenu ul li a {
	display:block;
	padding:0 14px 0 14px;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	text-transform:capitalize;
	border-right:#e2e2e2 solid 1px;
}
#header .suvmenu ul li a:hover {
	color:#666;
	text-decoration:underline;
}
/*.header {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.headerTop {
	border-bottom: 4px solid #dfeef8;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}
.logo {
	float: left;
}
.logo img {
	border: 0;
	width: 133px;
	height: 26px;
	vertical-align: middle;
}
.menubar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: url(./mainBarBcg.gif);
	border-bottom: 1px solid #bfbfbf;
}
.menubar li {
	display: inline;
	padding: 0;
	margin: 10px;
	line-height: 28px;
}
.topMenu {
	text-align: right;
}
.topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
.topMenu li {
	display: inline;
	margin:0;
	padding: 0 0 0 0px;
	margin-left: 3px;
}
.topMenu li img {
	margin-bottom: 1px;
	vertical-align: middle;
}
.topMenu li.left {
	margin-right: 5px;
}
.topMenu li.right {
	margin-left: 8px;
}
.topMenu li a {
	color: #508bb3;
}
.mainMenu {
	text-align: center;
	border-top: 2px solid #e6e6e6;
	border-bottom: 1px solid #bfbfbf;
	height: 28px;
	line-height: 28px;
	background-image: url(./mainBarBcg.gif);
}
.mainMenu div {
	padding:0 10px 0 10px;
	margin:0;
	background-color: transparent;
	height: 28px;
	float: left;
}
.mainMenu div a {
	font-size: 10pt;
	text-decoration: none;
}
.mainMenu div.selected {
	background-color: #bfbfbf;
}
.mainMenu div.selected a {
	color: #FFF;
}
.subMenu {
	line-height: 27px;
	font-size: 8pt;
	background: url(./buttons/submenu/shadow.gif) 0 0 repeat-x;
	background-color: #eef6fc;
}
.subMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.subMenu li {
	display: inline;
	margin:0;
	padding: 0 0 0 10px;
	margin-left: 10px;
}
.subMenu li a {
	color: #36617e;
	text-decoration: none;
}
.subMenu li a:hover {
	color: #2f8bba;
}*/
.whiteBox {
	margin-top: 10px;
	zoom: 1;
}
.whiteBox .tlh {
	background: url(./boxes/white/tl.gif) 0 0 no-repeat;
}
.whiteBox .tch {
	background: url(./boxes/white/tc.gif) 0 0 repeat-x;
}
.whiteBox .trh {
	background: url(./boxes/white/tr.gif) 100% 0 no-repeat;
}
.whiteBox .tl {
	background: url(./boxes/white/tl.gif) 0 0 no-repeat;
}
.whiteBox .tr {
	background: url(./boxes/white/tr.gif) 100% 0 no-repeat;
}
.whiteBox .bl {
	background: url(./boxes/white/bl.gif) 0 100% no-repeat;
}
.whiteBox .br {
	background: url(./boxes/white/br.gif) 100% 100% no-repeat;
}
.whiteBox .l {
	background: url(./boxes/white/dot.gif) 0 0 repeat-y;
}
.whiteBox .r {
	background: url(./boxes/white/dot.gif) 100% 0 repeat-y;
}
.whiteBox .b {
	background: url(./boxes/white/dot.gif) 0 100% repeat-x;
}
.whiteBox .t {
	background: url(./boxes/white/dot.gif) 0 0 repeat-x;
}
.whiteBox .whiteBoxHeader {
	line-height: 25px;
	font-size: 10pt;
	color: #666;
	padding-left: 10px;
	zoom: 1;
}
.whiteBox .whiteBoxBody {
	padding: 10px;
}
.blueTop {
	margin-top: 10px;
}
.blueTop .blueTopHeader {
	background: url(./boxes/blueTop/top.gif) 0 0 repeat-x;
	border:1px solid #508bb3;
	color: #FFF;
	font-size: 10pt;
	line-height: 23px;
	height: 23px;
	padding-left: 10px;
}
.blueTop .blueTopBody {
	padding: 10px;
	background-color: #eef6fc;
}
.blueBox {
	margin-top: 10px;
	border-top: 2px solid #508bb3;
	background-color: #dfeef8;
	padding: 10px;
	color: #508bb3;
}
.blueBox a {
	color: #508bb3;
}
.greyTop {
	margin-top: 10px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #f2f2f2;
	background-color: #fafafa;
	overflow: hidden;
	zoom: 1;
}
.greyTopHeader {
	font-size: 10pt;
	color: #666;
	padding: 5px 0 5px 5px;
	background-color: #f2f2f2;
}
.greyTopBody {
	padding: 10px;
}
ul.sideMenu {
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 2px solid #508bb3;
}
ul.sideMenu li {
	padding: 5px 0 5px 10px;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}
ul.sideMenu li a {
	color: #000;
	text-decoration: none;
}
ul.sideMenu li a:hover {
	color: #999;
}
.empty {
	height: 70px;
}
.pFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 10px;
}
/* Footer Styles Wagerweb */

#footer {
	background:#212121 url(http://www.wagerweb.com/images/bgd-footer.gif) repeat-x;
	/*width:800px;*/
	height:34px;
	margin:0 auto;
	padding:0;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	border-bottom:1px solid #555555;
}
#footer .social {
	background:url(http://www.wagerweb.com/images/div-footersocial.gif) right no-repeat;
	width:190px;
	padding:5px 0px 5px 10px;
	margin:0;
	float:left;
}
#footer .social img {
	margin:0px 1px 0px 1px;
	border:none;
}
#footer .social ul {
	list-style:none;
}
#footer .footerlinks {
	width:500px;
	height:34px;
	margin:0 auto;
	padding:0;
	float:right;
}
#footer .footerlinks ul {
	height:34px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#footer .footerlinks ul li {
	float:right;
}
#footer .footerlinks ul li a {
	display:block;
	padding:0 8px 0 8px;
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-decoration:none;
	text-transform:capitalize;
	border-right:#252525 solid 1px;
}
#footer .footerlinks ul li a:hover {
	color:#dedede;
	text-decoration:underline;
}
#footerimp {
	width:800px;
	margin:0 auto;
	padding:6px 0px 6px 0px;
	text-align:right;
	font-size:10px;
}
#footer-new {
	width: 802px;
	background: url(http://www.wagerweb.com/images/bgd-footer2.gif) center top no-repeat;
	margin:10px auto 0;
	height: 283px;
	font-size: 11px;
	color: #5d6873;
}
#footer-new h3 {
	font-size: 11px;
	font-weight: bold;
	color: #454545;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#footer-new a {
	font-size: 11px;
	font-weight: normal;
	color: #5d6873;
	text-decoration: underline;
}
#footer-new .column-1 {
	text-transform:capitalize;
	width: 140px;
	height: 180px;
	position: absolute;
	top: 18px;
	left: 20px;
}
#footer-new .column-2 {
	width: 140px;
	height: 180px;
	position: absolute;
	top: 18px;
	left: 170px;
}
#footer-new .column-3 {
	width: 150px;
	height: 180px;
	position: absolute;
	top: 18px;
	left: 320px;
}
#footer-new .column-4 {
	width: 150px;
	height: 180px;
	position: absolute;
	top: 18px;
	left: 480px;
}
#footer-new .column-5 {
	width: 140px;
	height: 180px;
	position: absolute;
	top: 23px;
	left: 640px;
	text-align: right;
}
#footer-new #blurb {
	width: 770px;
	height: 40px;
	position: absolute;
	top: 200px;
	left: 30px;
	font-size: 10px;
}
#footer-new #blurb a {
	font-size:10px;
	text-decoration: none;
}
/*.footer {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.footer div {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #d9d9d9;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
}
.footer div div {
	padding: 10px;
	background-color: #f7f7f7;
}
.footer div div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
.footer div div li {
	display:inline;
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-right: 15px;
}
.footer div div li a {
	text-decoration: none;
	color: #666666;
}
.footer div div li a:hover {
	color: #2f8bba;
}*/
.clear {
	clear: both;
}
.floatSet {
	overflow: hidden;
	zoom: 1;
}
.columnWide {
	background:#FFF;
	margin-left: 230px;
}
.columnWide ul {
	list-style:none;
}
.columnSmall {
	width: 220px;
	float: left;
}
.tipBox {
	margin-top: 10px;
	background-color: #FFFFCC;
	border-top: 2px solid #FFCC33;
	padding: 10px;
}
/* forms */

.button {
	font: 8pt Arial, Helvetica, sans-serif;
}
.form {
	width: 600px;
	margin: 0 auto 0 auto;
}
.form .field {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
.form label {
	float: left;
	line-height: 20px;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	font-size: 120%;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.form fieldset.noLabel {
	margin: 0 0 0 205px;
	padding: 0;
	border: 0;
	width: 200px;
}
.form fieldset label {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	float: none;
	width: auto;
	display: block;
	cursor: pointer;
}
.form .controls div {
	margin: 0 0 0 205px;
}
.textfield {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #999;
	background-color: #FFF;
	height: 16px;
	padding: 2px 0px 0px 3px;
	width: 200px;
	margin-bottom: 2px;
}
.textarea {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 2px;
}
.dropdown {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #999;
	background-color: #FFF;
	height: 20px;
}
.multiple .dropdown {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 3px;
	height: auto;
}
.button {
	font: 8pt Arial, Helvetica, sans-serif;
	margin-right: 5px;
}
.form .checkbox {
	margin-right: 3px;
}
.form .radio {
	margin-right: 3px;
}
.form .public_url label {
	width: auto;
	text-align: left;
	color: #2f8bba;
	font-size: 8pt;
}
.form .public_url .textfield {
	width: 80px;
}
.form .file .textfield {
	height: auto;
}
.templateSelect img {
	margin-bottom: 5px;
}
.narrowForm .form {
	width: auto;
	margin: 0;
}
.narrowForm .form label {
	width: 40%;
}
.narrowForm .form .textfield {
	width: 50%;
}
.narrowForm .form .controls div {
	margin: 0;
	text-align: center;
}
.quickSearchForm .form {
	width: auto;
	margin: 0;
}
.quickSearchForm .form .controls div {
	margin: 0;
	text-align: center;
}
.quickSearchForm .form .field {
	text-align: center;
}
.quickSearchForm .form label {
	width: 0;
	margin: 0;
}
.quickSearchForm .form .textfield {
	width: 80%;
}
.verticalAlignTop .list td {
	vertical-align: top;
}
.forum .list td {
	vertical-align: top;
}
.calendar .list td {
	vertical-align: top;
}
.polls .list .style1 {
	background-color: #fafafa;
}
.polls .list .style2 {
	background-color: #f2f2f2;
}
.listItemDiv {
	margin: 0 0 10px 0;
	border: 1px solid #f2f2f2;
}
.members .listItemDiv {
	border: 0;
}
.clubs .listItemDiv {
	border: 0;
}
.events .listItemDiv {
	border: 0;
	margin: 0 0 5px 0;
}
.classifieds .listItemDiv {
	border: 0;
	margin: 0 0 5px 0;
}
.list .listRowDiv {
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	zoom: 1;
}
.members .list .listRowDiv {
	padding: 0;
}
.clubs .listRowDiv {
	border: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
}
.clubs .featured .listRowDiv {
	background-color: #ffffe3;
	border: 1px solid #FFCC33;
}
.events .listRowDiv {
	border-bottom: 1px dotted #999;
}
.classifieds .listRowDiv {
	border-bottom: 1px solid #e5e5e5;
}
.classifieds .featured .listRowDiv {
	background-color: #ffffe3;
	border-bottom: 1px solid #FFCC33;
}
.events .noBottom .listRowDiv {
	border: 0;
}
.classifieds .noBottom .listRowDiv {
	border: 0;
}
.classifieds .featured .noBottom .listRowDiv {
	border-bottom: 1px solid #FFCC33;
}
.list td {
	padding: 5px;
}
.bulletins .list td {
	vertical-align: top;
}
.listHeader td {
	border-bottom: 2px solid #508bb3;
	font-weight: bold;
}
.listRow td {
	border-bottom: 1px solid #ccc;
}
.list .title {
	font: bold 10pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #508bb3;
}
.list .title a {
	color: #508bb3;
	text-decoration: none;
}
.classifieds .list .title a {
	font: bold 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #4d4d4d;
}
.list .description {
	margin: 5px 0 5px 0;
}
.classifieds .list .description {
	color: #999;
}
.list .image {
	float: right;
	margin-left: 5px;
}
.list .listItemControls {
	background-color: #fafafa;
	padding: 5px;
	overflow: hidden;
	zoom: 1;
}
.list .listItemControls .actions {
	float: right;
}
.list .listItemControls .info {
	line-height: 20px;
}
.events .list .date {
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
}
.events .list .title a {
	font-weight: bold;
}
.events .image {
	float: left;
	margin: 0 20px 5px 0;
}
.events .list .actions {
	float: right;
}
.events .list .titleLine {
	line-height: 20px;
	font-size: 9pt;
	overflow: hidden;
	zoom: 1;
}
.events .list .description {
	color: #666;
}
.clubs .list .imageAndActions {
	float: left;
	width: 100px;
	text-align: center;
	padding: 5px;
}
.clubs .list .imageAndActions .actions {
	overflow: hidden;
	zoom: 1;
}
.clubs .list .imageAndActions .image {
	float: none;
}
.clubs .list .content {
	margin-left: 100px;
	padding: 5px 5px 5px 0;
}
.clubs .list .title a {
	font-weight: bold;
}
.members .list .image {
	float: left;
	width: 100px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.members .list .content {
	margin-left :100px;
	margin-right: 150px;
	padding: 10px 10px 10px 0;
}
.members .list .connection {
	background-color: #f2f2f2;
	padding: 5px;
}
.members .list .imageAndContent {
	background-color: #fafafa;
	border-bottom: 2px solid #f2f2f2;
}
.members .list .description {
	color: #000;
	overflow: hidden;
	zoom: 1;
}
.members .list .description label {
	color: #666;
	width: 60px;
	float: left;
}
.members .list .headline {
	height: 18px;
	float: left;
	margin: 10px 0 10px 0;
}
.members .list .headline .left {
	background: url(./q_open.gif) 0 0 no-repeat;
	height: 18px;
}
.members .list .headline .right {
	background: url(./q_close.gif) 100% 0 no-repeat;
	height: 18px;
}
.members .list .headline .quote {
	padding: 0 25px 0 25px;
	height: 18px;
	font: 10pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #666;
}
.members .list .actions {
	float: right;
}
.members .list .actions ul {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
}
.members .list .actions li {
	margin: 0;
	padding: 3px;
	width: 120px;
	border-bottom: 1px solid #ccc;
}
.members .list .actions li a {
	text-decoration: none;
	color: #666;
}
.members .list .actions li a:hover {
	text-decoration: none;
	color: #999;
}
.info {
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	overflow: hidden;
	zoom: 1;
}
.info .row {
	background-color: #fafafa;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
	padding: 3px;
}
.info .tspRow {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
	padding: 3px;
}
.info label {
	float: left;
	width: 100px;
	color: #666;
}
.categories {
}
.categories .category {
	font: bold 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin: 5px;
}
.categories .category .sub {
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
}
.categories .subcategory {
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin: 5px 5px 5px 20px;
}
.categories .category a {
	color: #4d4d4d;
}
.categories .subcategory a {
	color: #508bb3;
}
.dotBorderBottom {
	border-bottom: 1px dotted #CCC;
}
.blueTop .dotBorderBottom {
	border-bottom: 1px dotted #508bb3;
}
.padded {
	padding: 5px;
}
.padded10 {
	padding: 10px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.centerText {
	text-align: center;
}
.error {
	margin-top: 10px;
	border-left: 2px solid #b35050;
	background-color: #fafafa;
	padding: 10px;
}
.complete {
	margin-top: 10px;
	border-left: 2px solid #52b350;
	background-color: #fafafa;
	padding: 10px;
}
/* instant notifications */
#BLIND {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 180px;
	height: 115px;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}
#blinds_panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#body {
	z-index: 2;
}
.blind {
	width: 180;
	height: 115;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}
/* social bookmarking */
#sbdropdown {
	border:1px solid #CCC;
	background-color: #FFF;
	visibility:hidden;
	position:absolute;
	z-index:100;
	left:0px;
	top:0px;
	padding: 3px;
	width:125px;
}
#sbbar {
	border:1px solid #CCC;
	background-color: #FFF;
	padding: 3px;
	overflow: hidden;
	zoom: 1;
}
.sbitem {
	border:1px solid #FFF;
	background-color: #F7F7F7;
	color: #666666;
	padding: 3px;
	cursor: pointer;
	text-align:left;
}
.sbitemhighlight {
	background-color: #EBF3FA;
	border:1px solid #689BCA;
	padding: 3px;
	cursor: pointer;
	text-align:left;
}
/* color selector */
.color-color {
	margin:1px;
	width:7px;
	height:7px;
	float:left;
	cursor:pointer;
	border:1px solid #000000;
}
/* tags */
.tagCloud {
	padding: 3px;
	text-align:center;
}
.tagCloud a {
	color: #4E8199;
	text-decoration:none;
}
.tagCloud a:hover {
	color: #4E8199;
	text-decoration:underline;
}
/* videos */
.vidSubmenu {
	bakckground-color: #FFF;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.vidSubmenu a {
	color: #508bb3;
}
.vidSubmenu a:hover {
	text-decoration: none;
}
.column-videosPage-right {
	margin-left: 170px;
}
.column-videosPage-left {
	float: left;
	width: 160px;
}
.column-video-right {
	margin-left: 490px;
}
.column-video-left {
	width: 480px;
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerHandler {
	text-align: center;
	overflow: hidden;
}
.centerContent {
	margin-left: auto;
	margin-right: auto;
}
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.leftText {
	text-align: left;
}
.listClear {
	clear: both;
}
/* video card */
.vCard {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.vCard .base {
	text-align: center;
	font: 8pt Arial, sans-serif;
	color: #000;
}
.vCard .base_left {
	text-align: left;
	padding: 0 3px 0 3px;
	width: 122px;
	height: 84px;
}
.vCard .highlight a {
	color: #000;
}
.vCard .duration {
	float: left;
	font-weight: bold;
}
.vCard .rating {
	text-align: right;
}
.vCard .title {
	width: 122px;
	height: 34px;
}
.screenshot {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	display: block;
	background-color: white;
}
.screenshot img {
	height: 90px;
	width: 120px;
}
.screenshotSmall {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	background-color: white;
	display: block;
}
.screenshotSmall img {
	height: 70px;
	width: 90px;
}
#basicViewOptions {
	display: inline;
}
#detailedViewOptions {
	display: inline;
}
/* lists */
.listItem {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem .listScrCol {
	width: 128px;
	float: left;
}
.listItem .listInfoCol {
	margin-left: 135px;
	zoom: 1;
	color: #000;
}
.listItem3Col {
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem3Col .listScrCol {
	width: 128px;
	float: left;
}
.listItem3Col .listInfoCol {
	margin-left: 135px;
	margin-right: 50px;
	zoom: 1;
	color: #000;
}
.listItem3Col .listPosCol {
	width: 35px;
	float: right;
}
.listItemSmall {
	width: 100%;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.listItemSmall .listScrCol {
	width: 98px;
	float: left;
}
.listItemSmall .listInfoCol {
	margin-left: 105px;
	zoom: 1;
	color: #000;
}
.listItemDefault {
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemDefault .listScrCol {
	width: 98px;
	float: left;
}
.listItemDefault .listInfoCol {
	margin-left: 108px;
	margin-right: 80px;
	zoom: 1;
	color: #000;
}
.listItemDefault .listActionsCol {
	width: 70px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemDefault .listActionsCol a {
	text-decoration: none;
}
.listItemDefault .listDataCol {
	width: 50px;
	float: right;
}
.listItemGroup {
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroup .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroup .listInfoCol {
	margin-left: 108px;
	margin-right: 120px;
	zoom: 1;
	color: #000;
}
.listItemGroup .listActionsCol {
	width: 110px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemGroup .listActionsCol a {
	text-decoration: none;
}
.listItemGroupAddVideos {
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroupAddVideos .listChBoxCol {
	width: 26px;
	text-align: center;
	float: left;
	padding-top: 27px;
}
.listItemGroupAddVideos .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroupAddVideos .listInfoCol {
	margin-left: 134px;
	zoom: 1;
	color: #000;
}
.listInfoCol .title {
	font: 14px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #5289A8;
}
.listInfoCol .title a {
	color: #5289A8;
	text-decoration: none;
}
.listInfoCol .description {
	margin: 10px 0 10px 0;
}
.listInfoCol .info {
	font: Arial, sans-serif;
	color: #000;
	line-height: 14px;
}
.listInfoCol .label {
	color: #666;
}
.listClear {
	clear: both;
}
.clearRight {
	clear: right;
}
/* pages */
.pages {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: center;
}
.pages a {
	color: #5289A8;
	margin: 0 4px 0 4px;
}
.pages .p {
	margin: 0 4px 0 4px;
	font-weight: bold;
}
.cell {
	border:1px solid #CCC;
	padding: 5px;
}
.greyCell {
	border:1px solid #CCC;
	padding: 5px;
	background-color: #F7F7F7;
}
.vidHeader {
	font: 18px Arial, sans-serif;
	color: #5289A8;
	padding: 0;
	margin: 5px 0 5px 0;
}
.cell .sbbar {
	border: none;
}
.marginTop5 {
	margin-top: 5px;
}
.vidSecheader {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	text-align:left;
	color: #5289A8;
}
/* info */
.vinfo {
	font: bold 9pt Arial, sans-serif;
	color: #000;
}
.stats {
	margin: 10px;
}
.stats .vinfo {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	line-height: 20px;
}
.vinfo .label {
	color: #666;
	font-weight: normal;
}
.vinfo .description {
	font-weight: normal;
}
.videoOptions, .videoOptions a {
	font: 14px Arial, sans-serif;
	color: #5289A8;
	text-decoration: none;
	text-align: center;
}
/* rate scale */
.rate {
	height: 21px;
	display: block;
	line-height: 21px;
}
.rate .label {
	font: 10pt Arial, sans-serif;
	height: 21px;
	width: 35px;
	line-height: 21px;
	display: inline;
}
.rate .stars {
	display: inline;
	cursor: pointer;
}
.rate .stars img {
	vertical-align: top;
}
.votes {
	margin-top: 5px;
	margin-left: 35px;
	width: 110px;
	font: 8pt Arial, sans-serif;
	text-align: center;
}
/* comments */
.comment {
	margin: 5px;
	padding: 5px;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.comment .description {
	margin-left: 80px;
	zoom: 1;
}
.comment .highlight {
	font-size: 9pt;
	color: #666;
}
.comment .text {
	margin-top: 10px;
}
#commentForm {
	display: none;
}
.commentRateWord {
	line-height: 12px;
}
.commentRating {
	width: 15px;
	line-height: 12px;
	text-align: right;
}
.commentRatingImg {
	text-align: right;
	line-height: 12px;
	width: 35px;
}
.commentRatingImg img {
	vertical-align: bottom;
}
.commentRating .plus {
	color: #4DB21B;
}
.commentRating .minus {
	color: #B21B1B;
}
.commentOptions {
	line-height: 12px;
	width: 100px;
}
.subcomments {
	margin: 10px 20px 10px 20px;
	border: 3px solid #E5E5E5;
	padding: 3px;
}
.dotBorderTop {
	border-top: 1px dotted #666;
}
/* complete box */
.completeBox {
	background-color: #FFF;
	border: 1px dashed #5289A8;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/* error box */
.errorBox {
	background-color: #FFC2C2;
	border: 1px solid #AF2D2D;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.errorBox a {
	color: #711B1B;
}
#videoOptionsHandler {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.video {
	margin: 0 0 5px 0;
}
/* video responses box */
.videoResponses .left {
	float: left;
	width: 34px;
	padding-top: 18px;
}
.videoResponses .centerHandler {
	text-align: center;
}
.videoResponses .center {
	margin-left: auto;
	margin-right: auto;
	width: 392px;
}
.videoResponses .right {
	float: right;
	width: 34px;
	padding-top: 18px;
}
#videoResponsesHandler {
	height: 130px;
}
.dashBorder {
	border: 1px dashed #CCC;
}
.avatarLarge {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarLarge .avatar {
	overflow: hidden;
	width: 84px;
	height: 84px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarLarge .avatar div {
	width: 400px;
	margin-left: -158px;
}
.avatarLarge .avatar img {
	height: 84px;
}
.avatarSmall {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarSmall .avatar {
	overflow: hidden;
	width: 54px;
	height: 54px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarSmall .avatar div {
	width: 400px;
	margin-left: -173px;
}
.avatarSmall .avatar img {
	height: 54px;
}
/* subscription */
.subscription {
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.subscription .avatarLarge {
	float: none;
}
.subscription .base {
	text-align: center;
}
#subscribeHandler {
	margin: 5px;
}
.mailboxList .screenshotSmall {
	border: 1px solid #999;
	background-color: white;
	display: block;
	padding: 0;
	float: left;
	margin: 0px;
	margin-right: 3px;
	zoom: 1;
}
.mailboxList .screenshotSmall img {
	height: 23px;
	width: 30px;
}
/* vchat */
#vchat_window {
	position: absolute;
	visibility: hidden;
	width: 370px;
	top: 0;
	left: 0;
	z-index: 1;
}
.vchat_handler {
	border: 4px solid #00209F;
	background-color: #FFFFFF;
	height:100%;
	padding:5px;
}
.vchat_icon {
	margin:auto;
	text-align:center;
	float:left;
}
.vchat_message {
	color: #000;
	text-align:left;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
}
.vchat_message_header {
	font-weight:bold;
	text-align:center
}
.vchat_message_content {
	padding-top:20px;
}
.vchat_buttons {
	text-align:center;
	padding-top:20px;
}
/* banners */
.banner-header {
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}
.banner-footer {
	border-top: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}
.banner-side {
	padding:5px;
	text-align:center;
}
/* notification */
.noti {
	border:1px solid #6888CA;
	background-color: #FFFFFF;
	color: #666666;
}
.noti-header {
	background-color: #6888CA;
	padding:3px;
	color: #FFFFFF;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.noti-header a {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.noti-body {
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.noti-body a {
	color: #666666;
}
.noti-body a:hover {
	text-decoration:none;
}
/* rating */
.rating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
	color: #000000;
	font-weight: bolder;
	text-align:center;
}
.rating_0 {
	color: #8093BA;
}
.rating_1 {
	color: #8093BA;
}
.rating_2 {
	color: #868FB3;
}
.rating_3 {
	color: #8E8BAA;
}
.rating_4 {
	color: #9885A0;
}
.rating_5 {
	color: #A27F95;
}
.rating_6 {
	color: #AD7989;
}
.rating_7 {
	color: #B7737E;
}
.rating_8 {
	color: #C06D75;
}
.rating_9 {
	color: #C7696C;
}
.rating_10 {
	color: #CE6565;
}
/* forum */
.forum-totals {
	background-color: #fafafa;
	border:1px solid #e5e5e5;
	padding:5px;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.forum-button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #666666;
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding:5px;
	cursor:pointer;
	float:left;
	margin:2px;
}
.forum_quote {
	border:1px dashed #689BCA;
	background-color: #FFFFFF;
	padding:5px;
}
/* calendar */
.calendar-button {
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:1px solid #999999;
	color: #999999;
	cursor:pointer;
	width:20px;
	text-align:center;
}
.calendar-date {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	color: #808080;
}
.calendar-week {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #1F5EAC;
	text-align: center;
}
.calendar-day {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
	cursor: pointer;
}
.calendar-extended {
	color: #999999;
}
.calendar-sunday {
	color: #1F5EAC;
}
.calendar-today {
	color: #B33838;
}
.calendar-holiday {
	color: #1F5EAC;
}
.calendar-nof-holiday {
	color: #3F981C;
}
.calendar-events {
	font-weight: bold;
}
.calendar-notes {
	font-style: italic;
}
.calendar-selected {
	border: 1px solid #B33838;
}
/* photos */
.photo {
	width:80px;
	height:118px;
	margin: 3px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.photo_edit {
	width:80px;
	height:132px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin: 3px;
}
.photo_big {
	width:344px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.photo-photo {
	padding: 8px;
}
.photo-caption {
	padding: 2px;
	height:42px;
}
.photo-text {
	font: 7pt Tahoma, sans-serif;
	color: #808080;
	text-align: center;
}
.photo-text a {
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}
.photo-text-big {
	font: 8pt Tahoma, sans-serif;
	color: #808080;
}
/* albums */
.photo {
	width:80px;
	height:118px;
}
.photo_edit {
	width:80px;
	height:132px;
}
.photo_main {
	padding: 8px;
}
.album {
	width:80px;
	height:118px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	margin: 3px;
}
.album_main {
	padding: 8px;
}
.album_big {
	width:344px;
}
.album_edit {
	width:80px;
	height:142px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	margin: 3px;
}
.album-photo {
	padding: 8px;
}
.album-caption {
	padding: 2px;
	height:42px;
}
.album_edit {
	width:80px;
	height:142px;
}
.album-text {
	font: 7pt Tahoma, sans-serif;
	color: #808080;
	text-align: center;
}
.album-text a {
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}
.album-text-big {
	font: 8pt Tahoma, sans-serif;
	color: #808080;
}
/* member box */
.member {
	width: 80px;
	height: 84px;
	margin: 3px;
	text-align: left;
}
.member-photo {
	margin-bottom: 3px;
}
.member-name {
	height:32px;
}
.member-name a {
	font: bold 8pt Tahoma, sans-serif;
	color: #666;
	text-decoration: none;
}
.member-name a:hover {
	text-decoration: underline;
}
.online .member-name a {
	color: #508bb3;
}
.offine .member-name a {
	color: #999;
}
/* ecards */
.ecard {
	margin: 0 10px 10px 0;
}
.ecard-thumbnail {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 15px;
}
.ecard-name {
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 15px;
}
/* rating */
.rating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
	color: #000000;
	font-weight: bolder;
	text-align:center;
}
.rating_0 {
	color: #8093BA;
}
.rating_1 {
	color: #8093BA;
}
.rating_2 {
	color: #868FB3;
}
.rating_3 {
	color: #8E8BAA;
}
.rating_4 {
	color: #9885A0;
}
.rating_5 {
	color: #A27F95;
}
.rating_6 {
	color: #AD7989;
}
.rating_7 {
	color: #B7737E;
}
.rating_8 {
	color: #C06D75;
}
.rating_9 {
	color: #C7696C;
}
.rating_10 {
	color: #CE6565;
}
/* news */
.news {
	border:1px solid #e5e5e5;
	overflow: hidden;
	zoom: 1;
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 5px;
}
.news-title {
	background-color: #fafafa;
	border-right:1px solid #e5e5e5;
	float:left;
	padding:3px;
	width:80%;
	font-weight: bold;
	color: #666;
}
.news-date {
	background-color: #f2f2f2;
	border-left:1px solid #e5e5e5;
	padding:3px;
	text-align:right;
}
.news-body {
	background-color: #FFFFFF;
	border-top:1px solid #e5e5e5;
	padding:5px;
}
/* Sociable */

div.sociable {
	margin: 2px 0;
}
span.sociable_tagline {
	position: relative;
}
span.sociable_tagline span {
	display: none;
	width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
}
.sociable-hovers:hover {
}