
.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
}

.message {
background-color: #E3F4FF;
border-left: 4px solid #57A9DF;
text-align: left;
width: 90%;
margin: 0 0 25px 0;
padding: 5px 12px;
}

.message p {
margin: 0;
color: #004C7F;
}

.message p a, .message p a:visited {
color: #004C7F;
}



/* Info about article in green field under the name of article */

.info {
background-color: #F9F9F9;
border: 1px solid #666666;
width: 410px;
font-size: 0.9em;
margin-bottom: 7px;
}

.info-in {
margin: 4px 7px;
}

.info-in p {
margin: 0;
line-height: 1;
}

.info-in p a, .info-in p a:visited {
font-weight: normal;
padding: 0 2px;
color: ##214F73;
}

.info-in p a:hover {
color: #DEEBF6;
background-color: #214F73;
}


/* The article date */
/*
.date {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
float: right;
width: 48px;
min-height: 40px;
border: 1px solid #78bee2;
background-color: #FFFFFF;
margin: 3px 0 7px 0;
font-style: italic;
}

.date p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.date p.day {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 1.6;
font-weight: bold;
}
*/


/* Content right directives */

.content-box-right-in p {
margin: 0;
line-height: 1.6;
}

.content-box-right-in p a, .content-box-right-in p a:visited {
padding: 0 2px;
}

.content-box-right-in p a:hover {
background-color: #004D89;
color: #C8DFF2;
}

.content-box-right-in ul {
list-style-type: none;
margin: 10px 0 30px 11px;
}

.content-box-right-in ul li {
margin-bottom: 10px;
}

.content-box-right-in ul li a, .content-box-right-in ul li a:visited {
font-weight: normal;
color: #003B69;
}

.content-box-right-in ul li span {
font-size: 0.9em;
}

.content-box-right-in ul.categories {
list-style-type: none;
margin: 5px 0 15px 22px;
}


/* Darker background in the right column - Categories */



/* ----------- My Form ----------- */
.myform{
	margin: 5px 0;
	width:465px;
	padding:14px;
	overflow: hidden;
}



	/* ----------- stylized ----------- */
	#stylized{
		border:solid 1px #57A9DF;
		/*background:#E3F4FF;*/
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		color:#000;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #82B7DF;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized .select_textfield {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #82B7DF;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized .form_container {
		float:left;
		font-size:12px;
		width:250px;
	}
	
		#stylized .form_container  .select_textfield{
		width:73px;
	}
	

	
	#stylized textarea.textfield {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #82B7DF;
		width:250px;
		margin:2px 0 20px 10px;
		height: 100px;
	}
	
	#stylized a.link{
		float:left;
		font-size:12px;
		padding:4px 2px;
		text-align: center;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized button{ 
		clear:both;
		margin:0 0 0 75%;
		width:125px;
		height:31px;
		background:#666666 url(images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	
#user_info_box {
	width: 270px;
	display: block;
	background: #00ff00;
}

#user_info_box #user_info_links {
	width: 105px;
	display: block;
	float:left;
}
#user_info_box #user_info_links  ul{
	padding: 0;
}
#user_info_links li {
	list-style-type:none;
	margin:0;
	padding:5px 0px 5px 20px;
}

#user_info_links li.edit_account {
	background:transparent url(images/icons/16-member-profile.png) no-repeat 0% 50%;
}
#user_info_links li.add_blog {
	background:transparent url(images/icons/16-file-page.png) no-repeat 0% 50%;
}
#user_info_links li.upload_video {
	background:transparent url(images/icons/16-file-archive.png) no-repeat 0% 50%;
}
#user_info_links li.upload_picture {
	background:transparent url(images/icons/16-image-add.png) no-repeat 0% 50%;
}
#user_info_links li.create_poll {
	background:transparent url(images/icons/16-em-pencil.png) no-repeat 0% 50%;
}


#user_info_box #user_info_avatar {
	width: 130px;
	display: block;
	float:left;
	text-align: center;
}


.horizontal_menu{
width: 97%;
overflow: hidden;
border-bottom: 1px solid #82B7DF; /*bottom horizontal line that runs beneath tabs*/
}

.horizontal_menu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.horizontal_menu li{
display: inline;
margin: 0;
}

.horizontal_menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #82B7DF; /*right divider between tabs*/
border-left: 1px solid #82B7DF; /*right divider between tabs*/
border-top: 1px solid #82B7DF; /*right divider between tabs*/
color: #000;
background: #D6ECF8; /*background of tabs (default state)*/
}

.horizontal_menu li a:hover, .horizontal_menu li.selected a{
background: #82B7DF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


table.general
{
	margin-top: 10px;
	border-collapse: collapse;
	color: #000;
	text-align: left;
	border-left: 1px solid #000;
	width: 100%;
}

table.general td
{
	padding: 10px 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
} 

table.general tr.even-row td
{
	color: #c76400;
	background: #e6e6e6;
}

table.general th
{
	padding: 10px 20px;
	background: #00436A;
	color: #fff;
	border: 1px solid #444;
	font-weight: normal;
}
















/* --------------------------------- */
/*MESSAGE BOX CLEAN	serie	  		 */
	.message-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
		margin: 20px 0;
	}
	.message-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
		margin: 20px 0;
	}
	.message-success{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin: 20px 0;
	}
	.message-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin: 20px 0;
	}
	
.avatar {
display: block;
width: 128px;
height: 128px;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50% 50%;
margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {padding:15px 0px 15px 140px; width: 360px; background-repeat: no-repeat; background-position: 0% 10%;}
#perex p {margin:0;}

.ico-comment {padding-left:15px; }

.cols5050 {margin:15px 0;}
    .cols5050 .col {float:left; width:255px;}
    .cols5050 .col dl.list, .cols5050 .col dl.list dd {margin:0;}
    .cols5050 .col dl.list {}
    .cols5050 .col dl.list dt {padding-left:20px; background:url("images/icons/16-member-profile.png") 0 50% no-repeat;}
    .cols5050 .col dl.list dd {margin-left:20px; padding:10px 10px 10px 0;}

#calendar {width:230px; margin:20px 0; font-size:85%;}
#calendar th {padding:4px 1px;}
#calendar td {text-align:center;}
#calendar td#calendar-active {font-weight:bold;}

.button {padding:5px 8px; background:url("images/icons/16-member.png") 0 0 repeat-x; text-decoration:none; font-weight:bold;}


/*VIDEO PAGE*/

#flash_player {
	width:498px;
	text-align: center;
	padding-bottom: 10px
}

#useraction {
    display:block;
    width:490px;
    padding:2px;
    background: #FFFFFF;
    border: 1px solid #00436A;
    margin-bottom: 20px;
	height: 25px;
}

#useraction .subinfo{
    display:block;
    width:150px;
	padding:5px;
	float: left;
}

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #F9F9F9; 
}
#hor-zebra tr:hover
{
	background: #FFFFEB; 
}


.foto {
background-color:#F9F9F9;
border:1px solid #EEEEEE;
display:inline;
float:left;
height:138px;
margin:0 10px 16px 0;
padding-top:14px;
position:relative;
text-align:center;
width:156px;
}


.match_score {
       width: 100%; border: 1px solid #e2e2e2;    text-align: center; 
       font:bold 10px Century Gothic,Trebuchet MS, Arial, Verdana,Helvetica,Sans-Serif;
       margin: 5px auto; overflow: hidden; height: 65px;
  }
  
  .match_score .left, .match_score .right{
      width: 33%;  float: left;  height: 75px;  line-height: 12px;margin-top:5px;
  }
  
  .match_score .left span, .match_score .right span {
    font-size: 10px;  
  }
  
  .match_score .center {
      width: 33%; float: left; height: 75px; 
  }
  .match_score .center .top{
    width: 100%; float: left; height: 20px; line-height: 20px; 
  }
  .match_score .center .middle{
    width: 100%; float: left; height: 20px; line-height: 20px; font-size: 14px;     
  }
  .match_score .center .bottom{
    width: 100%;  float: left; height: 15px;  line-height: 10px;   
  }
    
  .match_score img {
      width: 33%; height: 33%;
  }
  