@import url(http://fonts.googleapis.com/css?family=Candal);

/*hallo*/
html {
	width: 100%;
	height: 100%;			/* Gecko and Opera both need this, in html AND body */
	margin: 0px auto;
	padding: 0px;
	font-family: Arial; /* This will have influence on all texts. */
}
body {
	height: 100%;
	width: 100%;		/* MSIE has a stupidly large default value */
	margin-top: 0px;
	margin-left:0px;
	padding: 0px;
	text-align: center;
	color: white;	
	
}
.main {
	float: center;
	top: 0px;
	width: 1000px;
	height:auto !important; /* moderne Browser */
	margin: 0px auto;
	z-index: 1;
}

.top {
	float: center; 
	width: 100%;
	height: 60px;
	z-index: 1;
}

/* ----- Layout Index Default ----- */

.indextopleft {
	float: left;
}

.indextopleft1 {
	float: left;
	width: 400px;
}

.indextopright {
	float: left;
	width: 500px;
	height: 98px;
}

.indextopright1 {
	float: right;
	width: 400px;
}

.signin {
	text-align: left;
	display: block;
	margin: 0 0 6px 2px;
}

.indexmiddleleft {
	float: left;
	width: 875px;
}



/*  --- Index Version 101109 ---  */
table#images_table{	
	width: 864px;
}

table#images_table table{
	width: 216px;
	padding: 5px;
}

table#images_table table td{  
  width: 100%;
  height: auto;  
}

table#images_table table td img{
	width: 100%;
}


div#site_title{	
	width: 500px;
}

div#site_title div{
	padding-top: 20px;
}

div#info_text{	
	text-align: justify;
}
/*  --- End Index Version 101109 ---  */

/* ----- End Layout Index Default ----- */



/* ----- profil00 101116 START----- */
form#login_form{
  margin: 10px;  
}
/* ----- profil00 101116 END  ----- */



	/*  --- NAV-DOWN Version 101116 ---  */
div#content{
  margin-bottom: 18px;  
}

div#footer_section{  
  height:20px;  
  text-align:center;
}

p#footer_nav{ 
  margin-top: 3px;
  font-size: 12px;  
}

p#footer_nav a{
  border-left: 1px solid #FFF;
  padding: 0 5px;
}

p#footer_nav a#first{
  border: none;
}
	/*  --- End NAV-DOWN Version 101116 ---  */



/* ----- Layout Default ----- */

.smallsignin {
	float: right;
	width: 250px;
}
.smallsignin1 {
	float: right;
	width: 250px;
}



/* ----- End Layout Default ----- */


.left {
	float: left; 
	width: 192px;
	padding-bottom: 15px;
	z-index: 1;
}
.leftindex {
	float: left; 
	width: 1000px;
	padding-bottom: 0px;
	padding-top: 15px;
	z-index: 1;
}
.leftindex1 {
	float: left; 
	width: 1000px;
	z-index: 1;
}
.centertitle {
	clear:both;
	font-weight:bold;
	width: 100%;
	height: auto;
	text-align: center;
}
.centerleft {
	float: left;
	width: auto;
}
.centerright {
	float: right;
	width: auto;
}
.default_center {
	float: left; 
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 600px;
	z-index: 1;
	min-height: 500px;
}

.default_center table{
	padding:0px;	
}
.right {
	float: right;
	width: 200px;
	z-index: 10;
}
.rightnav {
	position: relative;
	overflow: visible;
}
.nav1 {
	/* sets max-height for IE: height: expression( this.scrollHeight > 299 ? "300px" : "auto" ) */
	 /* sets max-height value for all standards-compliant browsers: max-height: auto; */
	margin-top: 5px;
	text-align: left;
}
.nav2 {
	margin-top: 10px;
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
	max-height: auto; /* sets max-height value for all standards-compliant browsers */
	text-align: left;
}
.bottom {
	clear: both; 
	width: 100%;
	height: 50px;
	z-index: 1;
}
.clear { 
	clear: both;
}
.border {
	border-bottom: 1px solid #ffffff;
}



		.backgroundtop { 
			float: right;
			text-align: right;
			width: auto;
			height: auto;
			margin-top: 10px;
			margin-right: 20px;
			margin-bottom: 5px;
		}

.background1 {
	background-color: #440000;
}

.background1a {
	background-color: #040406;
}

.background2 {
	/*	background-color: #993333;
/*	background-color: #550000;
*/
}

.background3 {
	
	/*background-color: #660000;*/
}

.background3a {
	/*background-color: #040406;*/
}

.background4 {
	/*background-color: #770000;*/
}

.background4a {
	/*background-color: #040406;*/
}

/*
.background5 {
	background-color: #002140;
}cc6666
*/

.background5 {
	/*background-color: #993333;*/
}

.background5a {
	/*background-color: #040406;*/
}

.background6 {
	background-color: #e5e5e5;
}

.background_for_cycle {
	background-color: #f2f2f2;
}

.background_easy_fill{
	background-color: #ffff00;

}

/* CAUTION remove all "a" styles when time. */
a, a:link, a:active, a:focus {
	color: #000;
}
a, a:hover {
	color: grey;
}
a:visited {
	color: #FFFFFF;
}
a.textnav, a.textnav:link, a.textnav:visited, a.textnav:active, a.textnav:focus {
	display: block;
	font-weight: bold;
	text-align: left;
	max-width: 200px;
	padding-top: 4px;
	color: white;
}
a.textnav:hover {
	display: block;
	font-weight: bold;
	text-align: left;
	max-width: 200px;
	padding-top: 4px;
	color: grey;
}
a.black:hover, a.black:link, a.black:active, a.black:visited {
	color: #ffffff;
}






.textcolor1 {
	color: #666;
}
.textcolor2 {
	color: #666;
}
.textcolor3 {
	color: red;
}
.textcolor4 {
	color:#FF9999;
}
.textcolor5 {
	color: #111111;
}
.textorangedark {
	color:#cc6600;
}
.textorangebright {
	color:#ff9900;
}
.textborder {
	border-top:1px solid white;
	margin-top: 5px;
}





.text05 {
	font-size: 10px;
}
.text07 {
	font-size: 12px;
}
.text10 {
	font-size: 14px;
}

.text20 {
	font-size: 16px;
}



.text25 {
	font-size: 20px;
}


.text30 {
	font-size: 30px;
}
.text40 {
	font-size: 40px;
}


.text15 {
	font-size: 44px;
}






.textbold {
	font-weight: bold;
}
.textitalic {
	font-style:italic;
}
.textunderline {
	text-decoration:underline;
}
.textpaddinga {
	padding-left:14px;
}
.textpaddingb {
	padding-left: 15px;
	padding-right: 10px;
}
.textpaddingc {
	padding-left:5px;
}
.textpaddingd {
	padding-left: 10px;
	padding-right: 0px;
}
.textpaddinge {
	padding-left: 20px;
	padding-right: 20px;
}
.textpaddingf {
	padding-bottom:5px;
}
	.textpaddingh { 
	padding-top:50px;
}
.textpaddingi {
	padding-top:10px;
}
.textpaddingj {
	padding-bottom:5px;
	padding-top:5px;
}
.textpadding10 {
	padding:10px;
}
.textpaddingk {
	padding-bottom:3px;
	padding-top:3px;
}
.textpaddingl {
	padding: 20px 10px 20px 60px;
}
.textpaddingm {
	padding: 20px 60px 20px 60px;
}
.textpaddingn {
	padding-right: 40px;
	padding-bottom: 10px;
}
.textpaddingo {
	padding-top: 20px;
	padding-bottom:20px;
}
.textpaddingp {
	padding: 5px 10px 5px 60px;
}
.textpaddingq {
	padding: 5px 40px 5px 60px;
}
.textpaddingr {
	padding-right: 20px;
	padding-bottom: 10px;
}
.textpaddings {
	padding-top: 25px;
}
.textpaddingnav {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

.textpaddingnavr {
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}

.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textjustify {
	text-align: justify;
}
.textmiddle {
	text-valign: middle;
}
.centertext {
	width: 100%;
}
.verticalmiddle {
	vertical-align: 50%;
}
.verticalbottom {
	vertical-align: bottom;
}

bottomright {
	float: right;
	width: auto;
}

#top_bar .messages_bar{
	width:50%;
    float:left;
    position:relative;
    left:35;
}


/* ----- beauties 101123 Start ----- */
.polaroid-like{							
	border: 1px solid #000;	
	background-color: #FFF;
	color: #000;
}

.polaroid-like span.beauties_tag, 
.polaroid-like span.username a{
  font-family: 	"Palatino Linotype", Verdana, Arial;
}

.polaroid-like span.username a:link, 
.polaroid-like span.username a:visited, 
.polaroid-like span.username a:active, 
.polaroid-like span.username a:hover {
 font-size:15px;
 color: #000;
 text-decoration: none;
 font-weight: bold;
  
}
.polaroid-like span.username a:hover{
  text-decoration: underline;
}	

.polaroid-like span.beauties_tag{
  color: #5F5F5F;
 font-size: 10px;
 font-style: italic;
}	
/* ----- beauties 101123 End ----- */


/* -------------listen ---------------*/ 
	
.infos{

	height: auto; /*132px;*/

	margin: 0;			
	padding: 3px 5px 3px 5px!important;
	/*margin-bottom: 10px;*/

	position: relative;	
	font-size: 12px;

	zoom: 1;
	overflow: hidden;
}

* html .infos{
	padding: 3px 5px 5px 5px!important;
}

* + html .infos{
	padding: 3px 5px 5px 5px!important;
}

/* OBEN */
.infos .oben{	
	border-bottom: 1px solid #CC3333;			
	position: relative;

	zoom: 1;
	overflow: hidden;
}

.infos h1{
	margin:0!important;
	padding:0!important;
}

tr.background_for_cycle .infos .oben{	
	border-bottom: 1px solid #993333;			
}

.infos div{
	padding:0!important;
}


/* UNTEN */
.infos .unten{
	padding-top: 5px!important;
	height:102px;

	zoom: 1;
	overflow: hidden;
}

.infos .left {	
	float: left;
	width: 19%;				

	zoom: 1;
	overflow: hidden;
}

.infos .middle {
	float: left;
	width: 75%;

	zoom: 1;
	overflow: hidden;
}

.infos .right {			
	position:relative;
	float: right;
	width: 5%;

	zoom: 1;
	overflow: hidden;
}

.infos .left,
.infos .middle,
.infos .right{
	height: 100%;
}

.infos .abbr_infos{	
	position: absolute;
	right: 5px;
	bottom: 2px;
	font-style: italic;
	font-size:11px;
	font-weight: bold;
	padding: 0!important;
	
	height: 16px;	
	line-height: 16px;
}

.infos .right .controls{
	position: absolute;
	top: 0;
	right: 0;		
}
	
.infos h1{				
	font-size: 20px;	
}

.infos h1 span{
	color: #CC3333;	
}

tr.background_for_cycle .infos h1 span{
	color: #993333;	
}
	

.infos .user_data{	
	list-style-type: none;
	margin: 0;	
	padding:0;
	width:auto;	
	
}	

.infos .user_data li{
	line-height: 20px;					
	font-size: 14px;	
	margin-bottom: 0;					
}

.infos .user_data li span.username{
	font-weight: bold;
}

.infos .user_data_plus{
	width: 100%;
	margin: 0;
	padding:0;	
}	

.infos .user_data_plus dt,
.infos .user_data_plus dd{
	line-height: 20px;	
	padding: 0;	
	margin-right: 2px;
}

.infos .user_data_plus dt{		
	width: 22%;
	font-weight: bold;
	float: left;		
}

.infos .user_data_plus dt.search_for, .infos .user_data_plus dd.search_for{		
	font-size: 14px;				}	
.infos .user_data_plus dd{
	margin-left: 23%;				
}

.infos p{
	margin: 0;
}

.infos .left table{
	text-align: center;
}

.user_picture{

}

ul.abbr_infos_data{	
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding:0;
	height: 16px;	
}

ul.abbr_infos_data li{	
	list-style-type: none;	
	float: right;
	padding: 0 3px 0 3px;
	margin:0;
	margin-right: 1px;
}

ul.abbr_infos_data li img{
	margin-right: 2px;
}












.info-line-1,
.info-line-2,
.info-line-3,
.info-line-4{
  height: 100px;
  border-left: 4px solid transparent;


  zoom: 1;
}
 
#user_details_view .user_image{
	width: 100%;
	clear: both;

	overflow: hidden;
	zoom: 1;
}

#user_details_view .info-line-1{
	overflow: hidden;
	zoom: 1;
	padding-bottom: -2px;	
}




#user_details_view .info-line-1,
#user_details_view .info-line-2,
#user_details_view .info-line-3,
#user_details_view .info-line-4{	
	border-left-width: 6px;			
	height: auto;
	widht: auto;

	zoom: 1;
	z-index: 5;	
}

#user_details_view .info-line-2,
#user_details_view .info-line-3,
#user_details_view .info-line-4{
	float: left;
}

#user_details_view .info-line-1 a:link img,
#user_details_view .info-line-1 a:visited img,
#user_details_view .info-line-1 a:hover img,
#user_details_view .info-line-1 a:active img{
  border: none;
  margin-bottom: -3px;
  width: auto;
  height: auto;
}

.info-line-1{
  border-color: #E70C79;
}

.info-line-2{
  border-color: #FF5B0D; 
} 

.info-line-3{
  border-color: #2500FF;
}

.info-line-4{
  border-color: #3CBD4F;
}

.info-line-1.disabled,
.info-line-2.disabled,
.info-line-3.disabled,
.info-line-4.disabled{
  border-left: 4px solid transparent;
}





.background4 table{
	border-collapse: collapse;
	border-spacing: 0;
}

.background4 table td{
	padding: 5px;
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #E9E9E9;
	color: #000;
}


.background4 table td a:link,
.background4 table td a:visited,
.background4 table td a:hover,
.background4 table td a:active{
	color: #000;
	text-decoration: none;
}

























































































































/* HTML5  Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none;}
::selection { background: #fe57a1; color: #fff; text-shadow: none;}

a { color: #00e;}
a:visited { color: #551a8b;}
a:hover { color: #06e;}
a:focus { outline: thin dotted;}
a:hover, a:active { outline: 0;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/* ==|== head ===================================================== */

#head{
      width:100%;
	  height:70px;
      background:#660001; /* blue #215A88*/
	  color:#fff;	
	  text-align:left;
}

#head .container{
      width:1000px;
      margin:0 auto ;
	  padding:10px 0 0 0 ;
}

#head .languagemenu{
	float:right;
	font:11px;
	padding: 0 20px 0 0;
	width:180px;
	text-align:right;
}

#head .messages{
	float:right;
	font:11px;
	padding: 0;
	margin:0;
	list-style:none;
	width:420px;
}

#head .messages li{
	float:left;
	margin:0 5px;
	text-align:center;
	
}





/* ==|== main ===================================================== */

#container{
      width:1000px;
      margin:25px auto 0;
      text-align:left;
}


#left,#content,#rightcontainer{
	float:left;
	margin-bottom:25px;
}

#left,#right{
	font:12px arial,sans-serif;
	color:#666;
}

#left .top, #left .bottom,
#right .top, #right .bottom{
	height:6px;
}



#left .content,
#right .content{
	margin:0 6px;
}

#left h3,#right h3{
	font: bold 16px/16px arial,sans-serif;
	padding:5px 0 ;
	margin: 0;
	border:1px solid #c0c4c5;
	border-left:0;
	border-right:0;
}

/* ==|== left ===================================================== */

#left{
	width:190px;
}

#left .bottom{
	background-position: 0 -6px;
}

#left h3 img{
	margin:-6px 5px 0 4px;
}

#left ul{
	list-style:none;
	padding:8px 0 8px 0 ;
	margin:0;
}



#left ul li a{
	display:block;
	text-decoration:none;
	padding:2px 0 2px 25px ;
	color:#666;
}

#left ul li a:hover{
	background:#EBEBEB;
	text-decoration:underline;
}


#left .mail{
	background:#f2f2f2;
}

#left .profil{
	background:#e5e5e5;
	
}



/* ==|== content ===================================================== */

/* set the raw max width for the content container*/
#content{
	width:610px;
}


/* ==|== right ===================================================== */
#right{
	width:200px;
	background-position:-190px;
}

#right .top{
	background-position:-190px 0;
}
#right .bottom{
	background-position:-190px -6px;
}


#right h3{
	font: bold 12px/16px arial,sans-serif;
	margin: 5px 0 ;
	text-align:center;
}

#right table{
	table-layout:fixed;
	width:188px;
	border:0;
	padding:0;
	margin:0;
	
}

#right td{
	overflow:hidden;
	text-align:center;
	height:18px;
	white-space:nowrap;
}

#right td.name{
	text-align:left;
	font-weight:bold;
	padding: 0 0 0 3px;
	width:73px;
}

#right td.w15{
	width:8px;
	text-align:center;
}

#right td.f10{
	width:10px;
	text-align:center;
}

#right td.w20{
	width:20px;
}
#right td.w25{
	width:25px;
	
}

#right  a{
	text-decoration:underline;
	color:#666;
}

#right  a:hover{
	text-decoration:underline;
}

#right  p{
	margin:0;
	padding:3px;
	border-bottom:1px solid #c0c4c5;
}


/* ==|== footer ===================================================== */
#footer{
	clear:both;
	border-top:1px solid #ccc;
	margin:20px 0 50px 0;
	padding:20px;
	font:10px arial,sans-serif;
}

#footer .left{
	float:left;
}

#footer .right{
	text-align:right;
	width:400px;/*wird sonst überschrieben*/
}

#footer a{
	color:#000;
}



/* ==|== Profil ===================================================== */
.centertitle
{
border-bottom:1px solid #c0c4c5;
	
}

#thetable{
	width:558px;
	margin:0 auto;
}


.profilminihead
{

	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #c0c4c5;

	padding-top:25px;
}


.profilleft
{
	float:left;
	padding-left:25px;
	width:240px;
	
}


.profilright
{
	float:left;
	width:290px;
	padding-right:25px;
	margin-left:25px;
}

.profilicons{
	text-align:center;
	margin:10px auto;
}


.profilphoto
{
	text-align:center;
	

}


.profildesc,.profildesc:hover,.profildesc:active{
	color:#000;

}

.profilbottomlinks
{
	
	margin-right:25px;
	margin-left:290px;
	
	
}

.profilbottomlinks a img,.profilright a img{
	background:#fff;
	padding-right:10px;

}


/* ==|== Links and Headings ===================================================== */

.textContentContainer{
	margin:25px;

}






/* 	This should be used for each page title on the site
	at the moment they have 6 or more classes to defined it
	
	It is better so then we can edit all with one class
 */

.pagetitle{
    border-bottom: 1px solid #C0C4C5;
    text-align: center;
    padding: 5px 0;
    font-size: 30px;
    color: #666;
    clear: both;
    font-weight: bold;
    width: 100%;
}






















.taglistdescription{
	text-align:justify;
	margin:0 10px;
	
}



.taglist{
	text-align:justify;
	margin:10px;
	
}



.taglist a{

	text-align:left;
	border:1px solid #c0c4c5;
	background:#f8f8f8;
	text-decoration:none;
	padding:1px 3px;
	margin:1px;
	white-space:nowrap;
	line-height:20px;
	cursor:pointer;
	font-size:10px;
	color:#000;
}




.profil01_b{
	margin:20px 0 0 10px ;
	
	
}



a.profiledit
{

}




a.toggle_old_update_links
{
	text-align:right;	
	margin:0 20px 0 0;
	display:block;
	color:#666;
	text-decoration:none;
	outline:none;
	font-size:90%;
	
}


.old_update_links a
{
	display:block;
	text-align:center;
	font-size:80%;
	line-height:120%;
	
}











#editpopup
{	
	text-align:left;

	background:#f2f2f2;
	
}

#editpopup .head
{
	height:50px;
	background:#660001;
	color:#fff;
	font:25px arial,sans-serif bold;
	padding:20px  0 0 20px;
}

#editpopup textarea
{
	height:15px;
	width:550px;
	margin:10px;
	padding:10px;
	border:1px solid #c0c4c5;
	background:#fff;
}


#editpopup .birth
{
	text-align:center;
	height:50px;
	width:550px;
	margin:10px;


}




#editpopup .footer
{
	text-align:center;
	height:40px;
	padding:10px;

	background:#e5e5e5;
	
}




#editpopup .footer .action
{
	height:41px;
	margin:  0 ;
	float:right;
}


#editpopup .footer .action a
{
	display:block;
	height:41px;
	margin:0 9px;
	padding:0 20px 0 21px;
	font:bold 17px/35px  arial,sans-serif;
	color:#fff;
	text-decoration:none;
}

#editpopup .footer .action a:hover
{
	color:#ccc;
}




#editpopup .footer .abort
{
	height:28px;
	margin:1px 0 0 0;
	float:left;

}

#editpopup .footer .abort a
{
	display:block;
	height:28px;
	margin:0 7px;
	padding:0 12px 0  10px;
	font:14px/24px  arial,sans-serif;
	color:#666;
	text-decoration:none;
}

#editpopup .footer .abort a:hover
{
	color:#333;
}





.userlistarrows{
	clear:both;
	text-align:center;
	margin:20px 0;

}


.userlistarrows a{
	font-size:30px;
	margin:0  5px;
}

.userlistarrows span{
	font-size:35px;
	margin:0  5px;
}






/* ==|== alert.tpl.php ===================================================== */

#alert{
	border:5px solid #f00;
	margin:5px;
	padding:15px;
	background:#fdd;
	text-align:left;
}







.messageRightMenu{
	float:right;

	margin:0 0 0 20px;


}

.messageRightMenu div{
	margin:0 0 10px 0;


}


.messageRightMenu a,.messageRightMenu a:visited,.messageRightMenu a:link,.messageRightMenu a:activ{
	color:#000;
	


}


.userlist_userone{
	margin:0 0 0 -25px;
	width:610px;
}




td.message_text  a[target="_blank"]:link{
	text-decoration:underline !important;
	color:;
}





/* ==|== logo ===================================================== */

.logo {

}
/*
.logo a{
	display:block;
	text-decoration:none;
	font:bold 28px "Arial Black",arial,sans-serif;
	color:#fff;
	letter-spacing:-3px;
	font-weight:900;

}*/

.logo a{
	display:block;
	text-decoration:none;
	font: 31px  'Candal', sans-serif;
	color:#fff;
	letter-spacing:-2px;
}



.textleft  {
	margin:0;
	padding:0;
}

td.textleft  {
	width:500px;
}

.textleft label {
	float: left;
	display:block;
	width:56px;
	margin: 3px;
	padding:0;
}




/* ==|== adsense ====================================================== */

.adsense_left{
	float:left;
	background:#fff;
	width:160px;
	height:600px;
	margin:560px 0 0 -175px ;

}

.adsense_top{
	
	background:#fff;
	width:468px;
	height:60px;
	margin:0 auto;

}

.adsense_top2{
	
	background:#fff;
	width:728px;
	height:90px;
	margin:20px auto 0;

}

.adsense_right{

	background:#fff;
	width:200px;
	height:200px;
	margin:0 0 5px 0;

}

.adsense_user_one{
	
	background:#fff;
	width:250px;
	height:250px;
	margin:0 auto 10px;

}


.adsense_list{
	height:133px;
}

.adsense_list_ad{
	background:#fff;
	width:468px;
	height:60px;
	margin:36px auto ;
}

.adsense_message_list{
	background:#fff;
	width:468px;
	height:60px;
	margin:0 auto ;
}

.adsense_message_one{
	background:#fff;
	width:468px;
	height:60px;
	margin: 0 46px  ;
	text-align:center;
}



ins{
	background:#fff;
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}










