/* 
  Those are the main and generic styles for this theme
*/
body {
  color: #000000;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
  
  background-color:#ffed77;
  background-image:url(../../../images/body_bg.jpg);

  
  background-repeat:repeat-x;
	
}


td, p {
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #DCE6FF;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}

.submit_disabled {
  background: #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #000000;
}

.homeColorSet2 {
  color: #6699CC;
}

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {
  color: #2f63b3;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 23px;
  height: 21px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 23px;
  height: 21px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 23px;
  height: 21px;
  margin: 1px;
  color: #2f63b3;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f63b3;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 8px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}



/* Star Rating System  (Hack By IslandJuice) */

	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
		
/* ----- END ---- Star Rating System (Hack by Islandjuice) */

/* Photo Rating System  (Hack By IslandJuice) */

	/*             styles for the star rater                */	
	.photo-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/theme/default/images/frame/rank_objects/photo_rating.gif) top left repeat-x;		
	}
	.photo-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.photo-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.photo-rating li a:hover{
		background: url(/theme/default/images/frame/rank_objects/photo_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.photo-rating a.one-star{
		left: 0px;
	}
	.photo-rating a.one-star:hover{
		width:30px;
	}
	.photo-rating a.two-stars{
		left:30px;
	}
	.photo-rating a.two-stars:hover{
		width: 60px;
	}
	.photo-rating a.three-stars{
		left: 60px;
	}
	.photo-rating a.three-stars:hover{
		width: 90px;
	}
	.photo-rating a.four-stars{
		left: 90px;
	}	
	.photo-rating a.four-stars:hover{
		width: 120px;
	}
	.photo-rating a.five-stars{
		left: 120px;
	}
	.photo-rating a.five-stars:hover{
		width: 150px;
	}
	.photo-rating li.current-rating{
		background: url(/theme/default/images/frame/rank_objects/photo_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
		
/* ----- END ---- photo Rating System (Hack by Islandjuice) */
/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 16px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #658EFD;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

h7 {
  font-size: 16px;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 80%;
}

/* Navigation menu */
#navigation {
  padding-left: 30px;
}

#navigation a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #ffffff;
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size:12px;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #ffffff;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
    font-size:12px;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
width: 633px;
}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #000000;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 0px;
	border: 1px solid #000000;
	border-bottom: none;
	background: #FFCC00;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #000000; 
}
ul.tabbernav li a:visited {
	color: #2f63b3;
}

ul.tabbernav li a:hover
{
	color: #000000;
	background: #fba922;
	border-color: #fba922;
}

ul.tabbernav li.tabberactive a {
	background-color: #fba922;
	border-bottom: 1px solid #fba922;
}

ul.tabbernav li.tabberactive a:hover {
	color: #0D5D9C;
	background: #ffcc00;
	border-bottom: 1px solid #DCE6FF;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

/* Ok, hier nun die Anzeige der Profilseite.... */

.usertop{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000066;
}

.gold_hr{
border-top-width: 0pt;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-left-width: 0pt;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
color: #003366;
background-color:#FFCC00;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
}

.module_table {
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
background-color: #FFFFFF;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #f7d888;
border-right-color: #f7d888;
border-bottom-color: #f7d888;
border-left-color: #f7d888;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
.module_table_header {
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
background-color: #FFCC00;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
.top-module {
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
color: #000000;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-color: #f7d888;
border-right-color: #f7d888;
border-bottom-color: #f7d888;
border-left-color: #f7d888;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}


/* Singles Scrollbox */
#portalTopSingles{ 
 }
/* ----------------------- Top Singles ------------------------- */
#portalTopSingles {
	margin: 0 0 0px;
}
/* Singles Scrollbox */
#portalTopSingles.redonwhite	{ margin-top: 15px; background-position: 0 -155px !important; }

#portalTopSingles {
	width: 100%;
    padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;


}

#scrollBox {
    margin-left: 37px;
	border: #e5e5e5 1px solid;

    height: 100px;
	width: 820px;
    overflow: hidden;
	padding: 0px 0px 0 5px;
	background: #f5f5f5;
}

#scrollcontainer { height: 100px; overflow: hidden; white-space: nowrap; position: relative;}

#scrollcontainer img {  }

#scroller { height: 124px; position: relative; overflow: hidden;  }

#portalTopSingles.redonwhite #scrollBox {
	background-position: right -155px;
}

#scrollBox img {
	border: 0px solid #FFF;
	margin-right: 12px;
	margin-top: 2px;
}

#divaussen , #memoryscroller {
	border: 0 solid red;
	overflow: hidden;
}
#divaussen a 	{
    margin-right: 20px;
    width: 83px;
    height: 108px;
}
#divaussen a img {
	border: 3px solid #fff;
}

#FUNC_block {
    display:block;
    background-image: url(../img/general/icon_block_16x16_d7.gif);
    background-repeat:no-repeat;
    background-position:top left;
    height:20px;
    border-bottom:1px solid #fff;
    padding-left:20px;
    padding-top:3px;
}

#FUNC_abuse {
    display:block;
    background: url(../img/general/icon_abuse_16x16_d7.gif) no-repeat top left;
    padding-left:20px;
}

#FUNC_abuse  b {
    color:#6e6e6e;
}

#emailMessage {margin-top:10px;}
#emailMessage  span.label {white-space:normal;border: 0 solid blue;overflow:auto;height:50px !important;margin-left: 0;margin-top:-4px;}
#emailMessage .cb  {display:block;}
#emailMessage .cb label {margin-bottom:2px;display:block;line-height:14px;white-space:normal;}
#emailMessage * input {float:left;}








/***************************************/

*
{
	list-style:none;

}
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix
{
display:inline-block;
}




#top_normal
{
	width:967px;
	height:110px;
	margin:0 auto;
	background-repeat:repeat-x;
	background-color:#3a3d42;

}


#top_normal .nleft
{

	width:627px;
	height:110px;
	float:left;
}

#top_normal .nright
{

	float:left;
	height:110px;
	width:306px;
	margin:0;
	padding:0;
}





#meun
{
	background:url(../../../images/menu_bg.png) repeat-x 0 -2px;
	font-size:12px;
	font-weight:bold;
	height:36px;
	width:935px;
	margin:0 auto;
	
}
.menu_fix
{
	width:100%;
	background:url(../../../images/menu_bg.png) repeat-x 0 -2px;

}

#meun li
{
	float:left;
	height:36px;
	text-align:center;

}
#meun li a
{
	color:#FFFFFF;
	display:block;
	line-height:36px;
	padding:0 0.8em;
	text-decoration:none;
	font-family:tahoma;
}

#meun li a:hover
{
	text-decoration:underline;
	background:url(../../../images/menu_hover.png) repeat-x;

}

#meun li.linev
{
	/*background:url(../images/menu_line.png) no-repeat scroll 0 -1px;*/
	width:2px;

}

#buttom
{
	clear:both;
	background-image:url(../../../images/bottombg.png);
	height:40px;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:30px;
	color:#5c5c5c;
}

.link
{
	padding-bottom:5px;

}

.link a
{
	font-size:13px;
	color:#5c5c5c;
	text-decoration:none;
}

.link a:hover
{
	text-decoration:underline;

}

.link span
{
	margin:0 5px;
}





.login
{
	color:#FFFFFF;
	height:96px;
	
	margin:0;
	padding:0;
	padding-top:16px;
}
.sub_login
{
	height:80px;
	margin-left:10px;
}
.login li
{
	float:left;
	width:140px;
	font-size:11px;
}
.login li.email
{
	text-indent:2px;
}

.login li.psw
{
	text-indent:22px;

}

.login li.field1
{
	
	background-image:url(../../../images/text1.png);
	width:155px;
	height:25px;
	background-repeat:no-repeat;
	clear:left;
}

.login li.field1 input
{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	height:19px;
	padding-left:6px;
	padding-top:6px;
	width:140px;
}


.login li.field2
{
	
	background-image:url(../../../images/text2.png);
	background-repeat:no-repeat;
	height:25px;
	margin-left:6px;
	width:126px;
}

.login li.field2 input
{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	height:19px;
	padding-left:6px;
	padding-top:6px;
	width:114px;
}
.login li.reg
{
	color:#CCC6C0;
	padding-left:3px;
	padding-top:3px;
	width:160px;
}
.login li.reg a
{
	color:#ccc6c0;
}

.login li.reg span
{
	padding:0 3px;

}

.login li .button1
{
	background:none;
	border:0;
	background-image:url(../../../images/button.png);
	height:35px;
	width:76px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.login li.bt1
{	
	margin-left:7px;
	margin-top:14px;
	text-align:right;
	width:117px;

}


