@charset "utf-8";
/* CSS Document */

#innercontent{
	width:780px;
	height:auto 100%;
	float:left;
	color:#FFF;	
	margin-top:5px;
	padding:0 5px 10px 5px;
	/*border-left: 3px solid #333;
	background-color:#FFF;
	*/
}

/*- tabs winner ( pink+white )--------------------------- */

#tabswinner {
	width:100%;
	float:left;
	background:#181c25;
    /*background:#000;*/
    font-size:13px;
	padding:0px;
}
#tabswinner ul {
	margin:0;
	padding:0px 10px 0 0;
	list-style:none;
	font-weight:bold;height:25px;
}
#tabswinner li {
	display:inline;
    margin:0;
    padding:0;
}
#tabswinner a {
    float:left;
    background:url("/images/tableft3.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabswinner a span {
    float:left;
    display:block;
    background:url("/images/tabright3.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabswinner a span {float:none;}
/* End IE5-Mac hack */
#tabswinner a:hover span {
	color:#FFF;
}
#tabswinner a:hover {
    background-position:0% -42px;
}
#tabswinner a:hover span {
    background-position:100% -42px;
}
#tabswinner #current a {
    background-position:0% -42px;
}
#tabswinner #current a span {
    background-position:100% -42px;
    color:#57cdc6;
	font-weight:bold;
}


/*winner list */
.winnerlist_select {
float:left;
width:750px;	
padding:20px 20px 20px 10px;
border:1px;
}

.winnerlist_title {
float:left;
width:770px;
padding:10px;
border:1px;
font-size:16px;
color:#57cdc6;
font-weight:bold;
}

.winnerlist_content {
float:left;
width:770px;
padding:5px 10px 5px 10px;
border:1px;
}
