.TopCompetitionContainer
{
	background-color: #ccc;
	color: #666;
	font-size: 11px;
	border: 0;	
}

.TopCompetitionContainer .Header
{
	background-color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

.TopCompetitionContainer h2
{
	font-size: 12px;
	font-weight: bold;
}

.TopCompetitionContainer .Content
{
	font-size: 11px;
	margin: 5px 5px 5px 5px;
	
	position: relative;
}

.TopCompetitionContainer img
{
	float: right;
	width: 224px;
	height: 299px;
	border: none;
	padding: 0px 0px 0px 50px ;
}

.TopCompetitionContainer .Content img.WinImg
{
	position: absolute;
	right: 180px;
	top: 200px;
	z-index: 10;
	width: 102px;
	height: 102px;
}

.TopCompetitionContainer .btnEnterCompetition
{
/*	background-color: #373737;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;*/
	border: 0;
	height: 50px;	
	width: 120px;	
	background-image: url("/Images/ypp48.gif");
}

.TopCompetitionContainer .btnLoginToEnterCompetition
{
/*	background-color: #373737;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;*/
	border: 0;
	height: 50px;	
	width: 120px;	
	background-image: url("/Images/ypp48a.gif");
}
.TopCompetitionContainer .CompetitionFooter
{
	padding: 5px 5px 5px 5px; 
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}

#CompetitionsListConainer
{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	margin-top: 5px;
	border: 0;
	border-top: 1px solid #666;
	
}
#CompetitionsListConainer span
{
	font-size: 12px;
	color: #666;
}
#CompetitionsListConainer  div.CompetitionLeft,
#CompetitionsListConainer  div.CompetitionRight
{
	width: 49%;
	height: 150px;
	overflow: hidden;
}

#CompetitionsListConainer div.CompetitionLeft
{
	margin: 5px 5px 0px 0px;
	float:left;
	clear: both;
} 

#CompetitionsListConainer div.CompetitionRight
{
	margin: 5px 0px 0px 0px;
	float: right;
} 

#CompetitionsListConainer .Portlet
{
	background-color: #ccc;
	width: 250px;
	height: 100%;
}

#CompetitionsListConainer .Portlet .Header
{
	padding: 2px 2px 2px 2px;
	
	background-color : #666;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#CompetitionsListConainer .Portlet .Content
{
	width: 100%;	
	position: relative;
}

#CompetitionsListConainer a.CompetitionPortletAnchor, 
#CompetitionsListConainer a.CompetitionPortletAnchor:hover, 
#CompetitionsListConainer a.CompetitionPortletAnchor:visited 
{
	text-decoration: none;	
	color: #666;
}

div.Portlet  img
{
	width: 81px;
	height: 108px;
	border: 0;
	margin: 5px 5px 5px 5px;
	padding: 0;
	float: right;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
}
div.Portlet p
{
	padding: 5px;
	margin: 0 80px 0 0;
	font-size: 11px;
	color: #666;
}

.hLine
{	
	height: 1px;
	background-color: #666;
	width: 100%;
}


.CompetitionLeft
{
	width: 180px;
	font-weight: bold;
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-size: 11px;
}
.CompetitionRight
{
	width: 250px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
.CompetitionRight input
{
	width: 230px;
	font-size: 10px;
}
.CompetitionRight textarea
{
	width: 230px;
	height: 100px;
	font-size: 10px;
}
.CompetitionRight select
{
	width: 230px;
	font-size: 10px;
}
.CompetitionCheckLeft
{
	float:left;
}
.CompetitionBtn
{
	border: 0;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial;
}

