@charset "utf-8";

.header2 {
	margin: 0;
	padding: 0;
	height: 104px;
	text-align:left;
	background-color:#000;
	overflow:hidden; 
	
}
#look4 .panel4 {
    border:1px solid #555;
    padding:10px;
    margin:5px;
}

#look4 .centered {
    margin-left:auto;
    margin-right:auto;
}
.paneltitle { 
	background-image:none;
	width:278px;
	font-variant:small-caps;
	height:20px;
	color:#eee;
	font-size:16px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:1px;
	padding-left:4px;
	padding-bottom:0px;
}
.news {
	background-color:#222224;
	width:710px;
	
}
.news hr {
border-bottom:none; height:1px; margin:0px;border-top:1px dotted #555; width:98%; margin-left:1%;
}

.newsitem .photo {
	float:left; margin-right:10px; margin-left:5px; border:1px solid #444444; width:96px; height:96px;
}
.newsitem p{
	line-height:120%;
	text-align:justify;
}
.newsitem {
	font-family:Verdana, Geneva, sans-serif;

	padding-left:5px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:11px;
	color:#999;
}

.newsitem table {
	font-size:12px;
	color:#b7b7b7;
}

.newsitem a {
	font-weight:normal;
}

.newsitem h3 {
	font-variant:small-caps;
	margin:0px;
	padding:0px;
	padding-top:4px;
	margin-bottom:8px;
	color:#d7d7d7;
	font-size:14px;
	font-weight:bold;
}

.newsitem h3 a {
	color:#c7c7c7;
	font-weight:bold
}
.newsitem h3 a:hover {
	color:#e7e7e7;
}

#look4 .panel_title { 
	background-color:#272727; border-bottom:1px dotted #888; padding-top:5px; padding-bottom:5px;
}
#look4 .gcaption { 
	background-color:#333; text-align:center; color:#aaa; font-family:Verdana, Geneva, sans-serif; font-size:9px
}
#look4 .infobox {
	margin-left:auto; margin-right:auto;width:350px; background-color:#333; padding:20px;
}
#look4 input {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#222;
	color:#777;
	border:#555 solid 1px;
}
#look4 select {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#222;
	color:#777;
	border:#555 solid 1px;
}

#look4 td {
	color:#aaa;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#look4 .maincontainer { 
	width:988px;
	background-color:#1e1e1e;
	border:1px solid #303030;
	padding:5px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#look4 h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#bbb;
	margin:0px;
	margin-left:10px;
}
#look4 h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#999;
	margin:0px;
	margin-left:10px;
}

#look4 .thumbnail {
	border:1px solid #444;
	margin:2px;
	float:left;
}
/*
.panel {
	padding:5px;
	border:1px #777 solid;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%; height:131px; background-color:#111115;
}
*/

a.button {
    background: transparent url('/images/blackbutton_a.png') no-repeat scroll top right;
    color: #777;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button:hover {
	text-decoration:none;
	color: #888;
}
a.button:visit {
	text-decoration:none;
	color: #777;
}
a.button span {
    background: transparent url('/images/blackbutton_span.png') no-repeat;
    display: block;
    line-height: 15px;
    padding: 3px 0 3px 18px;
}
a.button:active {
    background-position: bottom right;
/*    color: #000; */
	color:#999;
    outline: none; /* hide dotted outline in Firefox */
	border:0px;
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0px 2px 18px; /* push text down 1px */
}




.iconbutton {
	cursor:pointer;
}





a.disabledbutton {
    color: #333;
    display: block;
}
a.disabledbutton:hover {
	text-decoration:none;
	color: #333;
}
a.disabledbutton:visit {
	text-decoration:none;
	color: #333;
}
a.disabledbutton:active {
    background-position: bottom right;
/*    color: #000; */
	color:#333;
    outline: none; /* hide dotted outline in Firefox */
	border:0px;
}

.dialogtitle {
	font-size:14px;  margin-bottom:5px;font-weight:bold; font-family:Verdana, Geneva, sans-serif	;
}

#pickEvents { 
	overflow:hidden;
    padding:0px;
	border:1px #777 solid;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:500px; height:117px; background-color:#111115;
}
#pickEventsNav { 
	padding-left:0px;
    padding-bottom:5px;
	padding-top:10px;
	border:1px #777 solid;
	border-top:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:500px; height:22px; background-color:#222224;
}
#pickEvents ul {
	list-style: none;
		margin: 0px;

		padding: 0;
		border: none;

}
#pickEvents li a {
	color:#CCC;
	text-decoration:none;
	font-weight:100;
}


#pickEvents li:hover {
	background-color:#555;
	color:#EEE;
	cursor:pointer;
	text-decoration:none;
}

#pickEvents li {
	line-height:1em;
	font-size:11px;
	margin:0px;

	padding:1px;
	padding-left:3px;
	border-bottom:1px #555 solid; 
	text-indent:0px;
	color:#CCC;
	list-style-image:none;
	list-style:none;
}

#paging{
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	font-weight:normal;

}

#topbanners {
	
}
.banner243x60 {
	width:243px;
	height:60px;
	background-color:#222;
	margin-right:2px;
	margin-left:3px;
	float:left;
}

#paging a{
	padding:3px 6px 3px 6px;
	margin:0px 2px 0px 2px;
	border:1px solid #555;
	background:#222;
	color:#999;
	text-decoration:none;
	font-weight:normal;	
}

#paging a:hover{
	border:1px solid #bbb;
	background:#777;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#headerlogin table {
	font-size:10px;
	color:#ccc;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

#headerlogin a {
	color:#6FA2FF;
}
#headerlogin {

	background-image:url(/images/transparencylogin.png);
	background-position:right bottom;
	background-repeat:repeat-x;

	text-align:right
	font-size:10px;
	color:#ddd;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
 
}

body {
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/images/20100120-cluboholicback2.jpg)
/*
	
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/images/20100120-cluboholicback.png)
*/
	
}
#page {
	background-color:#0;
	/* border:2px solid #FFF; */
	overflow:hidden;
}

input {
	background-color:#CCC;
	color:#000;
	border:1px solid #888;
}
input:focus {
	background-color:#ddd;
}
.ajaxcomments #cengine {
	width:700px;
}

#topbanners { background-color:#222224; clear:both; padding-top:10px; padding-bottom:8px; border-bottom:1px dotted #555555 }

/* --- mixshows --- */
#mixshowset {
    padding:5px;
    margin-bottom:10px;
}

#mixshowset h1 {
    font-size:15px;
}
#mixshowset h3 {
    margin-top:3px;
    margin-bottom:4px;
    font-size:12px;
}

#mixshowset .smalltext {
    font-size:11px;
}

#mixshowset p {
    font-size:12px;
}

#forumsummary {
	position: relative; float: left; width: 420px; height: 157px; padding-left: 4px; background-color: #222224;
}
#forumexpander {
	position: absolute; height: 157px; left: 0px; top: 0px; border: 1px solid #222224; overflow: hidden; -moz-box-shadow: 0px 0px 0px black; background-color: #222224;
}
#forumcontainer {
	background-color: #222224;position: relative;
}

.expandbutton {
	position: absolute;right: 5px;bottom: 3px;cursor: pointer;
}
}
