@charset "utf-8";
/* Submenu */
.submenuWinners {
	margin:0;
	padding:0;
}
.submenuWinners li {
	display:block;
	float:left;
	padding:6px 8px 0 8px;
	height:33px;
	border-right:#333 1px solid;
	background-repeat:no-repeat;
}
a.allCountry, a.allCountry:visited, .allCountryO,
a.allWinners, a.allWinners:visited, .allWinnersO {
	display:block;
	float:left;
	width:auto;
	height:auto;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
}
a.allCountry:hover, .allCountryO {
	color:#FF0000;
}
a.allWinners:hover, .allWinnersO {
	color:#FF0000;
}
/* Page Content */
.bs2_paneLeft {
	padding: 10px 13px 0 0;
}
.bs2_paneRight {
	padding-bottom:10px;
}
.bs2_submenuCont{
	padding: 0 0 0px 0;

}
.blogCont {
	float:left;
	width:712px;
	float:left;
	height:auto;
	padding: 15px 10px 0 10px;
	background:url(../images/backgrounds/eventsBg.gif) repeat-x;
}
.blogMain{
	float:left;
	height:auto;
	width:702px;
	padding:15px 0 0 10px;
}
.blogContainer{
	float:left;
	width:693px;
	height:auto;
	padding-bottom:15px;
	border-bottom:#666666 1px solid;
}
.blogHeading{
	padding: 10px 0 5px 0;
	float:left;
	width:100%;
	font-size:18px;
	font-weight:bold;
	
}
.iconUserblog{
	float:left;
	border:#666666 1px solid;
}
.blogInfoLinks{
	float:left;
	width:183px;
	height:45px;
	padding: 0 0 0 10px; 

}
.textInfo{
	float:left;
	height:21px;
	width:100%;
	padding:5px 10px 0 0;
}
.iconMenu{
	float:left;
	padding:3px 10px 0 0px;
	cursor:pointer;
}
.blogText{
	float:left;
	padding:15px 0 10px 0;
	width:693px;
	height:auto;
}
a.video, a.video:visited,
a.comments, a.comments:visited,
a.images, a.images:visited,
a.info, a.info:visited{
	display:block;
	width:24px;
	height:24px;
}
a.video, a.video:visited{
	background:url(../images/icons/blogVideoIconO.jpg);
}
a.comments, a.comments:visited{
	background:url(../images/icons/blogCommentsIconO.jpg);
}
a.images, a.images:visited{
	background:url(../images/icons/blogImagesIconO.jpg);
}
a.info, a.info:visited {
	background:url(../images/icons/blogInfoIconO.jpg);
}
a.video:hover{
	background:url(../images/icons/blogVideoIcon.jpg);
}
a.comments:hover{
	background:url(../images/icons/blogCommentsIcon.jpg);
}
a.images:hover{
	background:url(../images/icons/blogImagesIcon.jpg);
}
a.info:hover{
	background:url(../images/icons/blogInfoIcon.jpg);
}
a.readMore, a.readMore:visited {
	display:block;
	float:right;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.readMore:Hover{
	display:block;
	float:right;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
.UserComments{
	float:left;
}
a.UserCommentsLink, a.UserCommentsLink:visited{
	display:block;
	color: #0099FF;
	text-decoration:none;
	background-color:#111111;
	padding:  3px 5px 3px 5px;
	border:#333333 solid 1px;
}
a.UserCommentsLink:Hover{
	display:block;
	color: #00CCFF;
	text-decoration:none;
	background-color:#111111;
	padding:  3px 5px 3px 5px;
	border:#444444 solid 1px;
}
.UserCommentsCont{
	padding-top:3px;
	float:left;
}
