/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#leftcol-container {
	width:12%;
	float:left;
	position:relative;
	height: 50px;
}
#maincol-container {
	position: relative;
	width:87%;
	float:right;
}
h2.title {
	font-size:14px;
	color:#fff;
	overflow:hidden;
	color: #9c0059;
	margin:0 0 10px;
	font-weight:bold;
	padding: 10px 5px 5px 10px;
}
.topnumber {
	background-image:url(images/background_red.gif);
	background-repeat:no-repeat;
	background-position:top;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	height: 45px;
	padding-top: 16px;
}
.number {
	background-image:url(images/background_black.gif);
	background-repeat:no-repeat;
	background-position:top;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	height: 45px;
	padding-top: 16px;
}
.contestant {
	padding-top: 5px;
	width: 13%;
	float: left;
	padding-right: 5px;
}
.contestantdata {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.contestant-container {
	padding-top: 10px;
	height: 60px;
	border-bottom: 1px solid #CCC;
	margin-top: 2px;
}
.contestant-container_odd {
	padding-top: 10px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}
.member_image {
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
}
.member_name {
	margin-bottom: 12px;
	font-size: 12px;
}
.amount {
	font-size:13px;
	color: #9c0059;
	font-weight: bold;
}
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print {
/*hide the left column when printing*/ 
#leftcol-container {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol {
	display:none;
}
#twocols, #maincol-container {
	width:100%;
	float:none;
}
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
