/* oben rechts unten links */
html {
	margin:0px;
	height:100%;
	width:100%;
}

body {
    font-family: "Trebuchet MS", Trebuchet,"Lucida Sans",  Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 9pt;
    color: #615833;
	margin: 0;
	padding: 0; 
	background-color: #ddd9c6;
	text-align: center;
	height:100%;
	width:100%;
}

	#site{
		background-color:#fff;
		padding-bottom:10px;
	}
/* feedback */	
		#site #feedback{
			position:absolute;
			right:0;
			top:0;
			font-size:1.5em;
			font-weight:bold;
			background-color:limegreen;
			color:#fff;
			padding:5px;
			z-index:8;
		}
/* header */		
		#site #header{
			background: url(../images/header.gif) left top repeat-x;
			position:relative;
			top:0px;
			width:100%;
		}
		
				#site #header #main{
					margin: auto;
					position:relative;
					width: 910px;
				}
				
/* Top menu */
					#site #header #main #top_menu{
						/* float:right;*/
						position:absolute;
						top:0px;
						right:0px;
						z-index:12;
						text-align:right;
						padding-top:6px;
					}
						#top_menu li{ 
							display: inline; 
							margin:0; 
							font-weight:bold;
							border-left: 1px solid #0091da;
							padding: 0 10px;
						}
						#top_menu li:first-child{
							border: none;
						}
						#top_menu li a{ 
							text-decoration:none;
						}
/* Logo */		
					#site #header #main #logo{
						position:relative;
						position:absolute;
						top:10px;
						/*float:left;*/
						z-index:5;
						width:0px;
						height:0px;
						overflow:visible;
						left:0px;
						background: url(../images/logo_beta.png) no-repeat left bottom;
						width:135px;
						height:77px;
					}
/* Boxes */						
					#site #header #main #boxes{
						position:relative;
						width:680px;
						/* IE */
						margin-left:220px;
						padding-top:70px;
					}
						#boxes .header_box{
							height:50px;
							width:196px;
							margin:auto;
							cursor:pointer;
						}
						#boxes .header_box_content{
							color:#fff;
							padding: 20px 0 10px 5px;
							width:100%;
							font-size:12pt;
							font-weight:bolder;
						}
						#boxes .header_box_content:hover{
							text-decoration:underline;
						}
						#boxes #box_lft{
							background: url('../images/btn_lft_ia.png') top center no-repeat;
							margin-left:0px;float:left;
						}
						#boxes #box_lft.active{
							background: url('../images/btn_lft_a.png') top center no-repeat;
						}
						#boxes #box_rgt{
							background: url('../images/btn_rgt_ia.png') top center no-repeat;
							float:right;
						}
						#boxes #box_rgt.active{
							background: url('../images/btn_rgt_a.png') top center no-repeat;
							
						}
						#boxes #box_cnt{
							background: url('../images/btn_cnt_ia.png') top center no-repeat;
							margin:auto;
						}
						#boxes #box_cnt.active{
							background: url('../images/btn_cnt_a.png') top center no-repeat;
						}	
/* container */						
					#site #header #main #container{
						z-index:1;
						margin: 0;
						text-align: left;

					}
/* Left block */			
						#site #header #main #container #left_block{
							float:left;
						}
/* main_menu */						
							#site #header #main #container #left_block .main_menu{
								width:200px;
								margin:0;
								margin:44px 0 10px 0;
							}
								#site #header #main #container #left_block .main_menu li{
									padding:0 0 3px 3px;
									list-style-type:none;
									font-size:11pt;
									font-weight:bold;
									color:#615833;
									
								}
								#site #header #main #container #left_block .main_menu li a{
									text-decoration:none;
								}
								#site #header #main #container #left_block .main_menu li a:hover{
									text-decoration:underline;
									color:#ff3300;	
								}
								#site #header #main #container #left_block .main_menu li.active a{
									color:#fe3201;
								}
								
/* info_block */									
							#site #header #main #container #left_block #info_block{
								/* IE */
								background:url('../images/info_top.gif') no-repeat top center;
								width:202px;
								padding-top:1px;
							}
								#site #header #main #container #left_block #info_block .bottom{
									background:url('../images/info_bottom.gif') no-repeat bottom center;
									width:202px;
									padding-bottom:1px;
								}
									#site #header #main #container #left_block #info_block .bottom .content{
										padding:0 0 0 10px;
									}
/* Right block */
/* Sub menu */			
							#sub_menu{
								margin: 0px 0 0 10px;
								float:left;
								width:680px;
							}
								#sub_menu ul{
									margin:7px 0 1px 0;
									padding:0 0 0 25px;
									z-index:2;
									position:relative;
								}
								#sub_menu ul li{
									display: inline; 
									list-style-type:none;
									padding:0;
									height:30px;
									margin: 0 25px 0 0;
									text-align: left;
									vertical-align:middle;
								}
								#sub_menu a{

									width: 100px;
									/*background-image:url('../images/tab.gif'); */
									padding: 3px 0 5px 0;
									color: #37321d;
									font-weight:bold;
									text-decoration:none;
									margin-top:4px;
									color: #fff;
									
									/*border-bottom:1px solid #dcdad5;*/
									
								}
									#sub_menu a:hover{
										text-decoration:underline;
										color: #37321d;
										
									}
									#sub_menu li.activelink a, #sub_menu li.activelink a:hover{
										color: #37321d;
										/*padding: 7px 0;
										margin-top:0;*/
										/*border-bottom:1px solid #fff;*/
									}
								#sub_menu .line{
									/*border-bottom:1px solid #dcdad5;*/
									position:relative;
									top:-1px;
									z-index:1;
								}
/* Content */					
							#content{
								margin: 17px 0 0 20px;
								float:left;
								width:680px;
								/*border-left:1px solid #dcdad5;*/
								min-height:400px;
							}
							#content_container{
								padding:0px 0 15px 15px;
								
							}
							
/* Footer */
	#footer{
		background: url(../images/footer_bg.gif) repeat-x;
		margin:0;
		padding:10px; 
		color:#817e6e;
		font-size:10px;
	}
	#footer a{
		color:#817e6e;
		text-decoration:none;
	}
	#footer a:hover{
		color:#58564B;
		text-decoration:underline;
	}

/******************************************************************************************/


/* Global */
	img{
		border:none;
	}
	a:link, a:visited, a:active { 
	  	text-decoration:underline;
		color:#615833;
	}
		a:hover{
			text-decoration:underline;
			color:#ff6600;
		}
	.link{
		cursor:pointer;
	  	color:#615833;
	  	
	}
		.link:hover{
			color:#ff6600;
			text-decoration:underline;
		}
	.pointer{
		cursor:pointer;
	}
	.help{
		cursor:help;
	}
	.default{
		cursor:default;
	}
	.clear{
		clear: both;
	}
	.spacer{
		height:20px;
		width:20px;
	}
	.hidden{
		display:none;
	}
	.bold, a.bold, a.bold:visited{
		font-weight:bold;
	}
	.center{
		text-align:center;
	}
	.auto{
		margin:auto;
	}
	.small{
		font-size:7pt;
	}
	.u{
		text-decoration:underline;
	}
	.nu{
		text-decoration:none;
	}
/* start new design */

legend{
	font-weight:bold;
	font-size:12pt;
}

fieldset{
	 border:1px solid #000000; 
	 margin:0px; 
	 padding:15px; 
	 margin:5px;
}

.table{
	border:1px none #000000; 
	margin:0px;
	padding:0px;
	width:99%;
}

.table td{
	padding:1px 5px 1px 5px;
}
.table tr:hover{
	background-color:#d3d3d3;
}
.tbl_head{
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	background-color:#d3d3d3;
	border:1px solid #d3d3d3;
}

.info_div{
	background-color:#e6e6e6;
}
div.javascript_notice {
	font-weight: bold;
	color: #e00;
	text-align: center;
	font-size: 16pt;
	padding-bottom: 20px;
}
div.javascript_notice a {
	color:#e00;
}



.overflow{
	height:200px;
	overflow:auto;
	margin:0px;
}




/* end new design */

table.big{
	width:100%;
}

/************* SortTable *************/
 table.sortable {
padding-left : 25px;
/*background-color : #E9E9E9;*/
border-collapse : collapse;
empty-cells : show;

}
table.sortable .row_head:hover, .row_head {
/*background-color:#E9E9E9;*/

cursor:pointer;
white-space : nowrap;
font-weight:bold;
}
table.sortable  {
	background: transparent url(../images/title_big.gif) no-repeat left top;
	height:26px;
}
tr.row_head th{
	padding:5px 2px 0 10px;
}
table.sortable thead:hover, thead {

cursor:pointer;
white-space : nowrap;
font-weight:bold;
}
.row_hover:hover td, .row_hover:hover td a{
/*background-color : #f2f1ea;*/
text-decoration:underline;
}
table.sortable a.sortheader, a.sortheader:hover {
color : #000000;
text-align:right;
background-color:#E9E9E9;
font-weight : bold;
text-decoration : none;
display : block;

}
table.sortable span.sortarrow {
color : black;
text-decoration : none;
}
table.sortable td {
border-top : 0px dashed #9dbe3c;
border-collapse : collapse;
padding:5px 2px 0 10px;

}


/* von EYES */
input, select, textarea {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #615833;
	background-color : #FFFFFF;
	border : 1px solid #cccccc;
	font-size : 9pt;
	
}
input.standard, select.standard, textarea.standard{
	/*padding : 3px;*/
	margin-right:2px;
	width:180px;
	padding-left:2px;
}
input:focus, select:focus, textarea:focus{
	background-color : #f9f9f9;
}
input:hover, select:hover, textarea:hover {
	background-color : #f9f9f9;
}
input[readonly]{
	background-color : #F2F2F2;
}

input.big, select.big {
	width:540px;
}
textarea.selectbox{
	width:420px;
}
input.none{
	border:none;
}

.mail_unread{
	font-weight: bold;
}
.mail_unread{
	font-style: normal;
}

/* AJAX auto complete */
div.autocomplete {
	position:absolute;
    width:200px;
	overflow:auto;
    background-color:white;
    border:1px solid #dcdad5;
    margin:0px;
    padding:0px;
}
div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #efede2;
}
div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px 2px 2px 10px;
    line-height:2em;
    cursor:pointer;
}

/* Form */
.button {
	color : #615833;
	background-color : #99B3CC;
	text-align : center;
	font-size : 8pt;
	font-weight : bold;
	border : 1px solid #cccccc;
	width : auto;
	padding : 0 5px;
	line-height : 18px !important;
	line-height : 16px;
	height : 22px !important;
	margin : 1px;
	cursor:pointer;
}
.button:hover {
	border : 1px solid #a0a0a0;
}

.formLabel{
	white-space:nowrap;
	text-align:right;
	vertical-align:top;	
	padding-right:5px;
}
.formField{
	
}
.formCheck{
	padding-left:20px;
}
.checkOK{
	background-image:url('../images/tick.png'); 
	background-repeat:no-repeat;
	background-position:left;
}

.checkErr{
	background-image:url('../images/error.png'); 
	background-repeat:no-repeat;
	background-position:left;
	color:red;
}

.not_found{
	padding:20px;
}
.nf_404_container{
	height:80px;
	width:220px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;	
	border:4px solid #AED6EA;
}
.nf_404{
	font-size:120pt;
	margin-top:-60px;
	margin-left:-25px;
	color:#AED6EA;
}
	
ul.faq{
	margin:0px;
}

ul.faq li{
	font-weight:bold;
	cursor:pointer;
	color:#EE577C;
	font-size:12pt;
	margin-bottom:5px;
}
ul.faq li:hover{
	color:#0091da;
	text-decoration:none;
}
ul.faq li div {
	color:#0091da;
	border:1px solid #cccccc;
	padding:10px;
	font-size:10pt;
}
ul.faq li div li {
	color:#0091da;
	font-size:10pt;
}
.faq_head{
	font-variant:small-caps;
	font-weight:bold;
	font-size:14pt;
	color:#B5B5B5;
}

/*********************************************
** tip
*********************************************/

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../includes/js/prototip/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(../includes/js/prototip/close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 190px; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; width: 182px;}
.prototip .default .title { padding: 5px; }
.prototip .default .content { text-align:left; padding: 0px;}


/* custom tooltips tip */
.tool-tip
{
z-index: 13000;
font-size: 1em;
}

.tool-tip h3
{
font-size: 1.2em;
}

.tool-tip em
{
font-style: normal;
}

.tool-tip img
{
display: block;
}


.tool-tip .smallTip
{
width: 182px;
padding-top: 11px;
background: url(../images/tooltip_top.png) no-repeat left top;
}

/* show .gif alternate bg image in ie6 */
* html .tool-tip .smallTip
{
background-image: url(../images/tooltip_top.gif);
}

.tool-tip .smallTip .inner
{
width: 154px;
padding: 3px 15px 15px 13px;
background: url(../images/tooltip_bottom.png) no-repeat left bottom;
}

/* show .gif alternate bg image in ie6 */
* html .tool-tip .smallTip .inner
{
background-image: url(../images/tooltip_bottom.gif);
}

.listbox{
	
}

table td.r{
	text-align:right;
	vertical-align:top;
}
table td.l{
	text-align:left;
	vertical-align:top;
	padding-right:5px;
}
table td.t{
	vertical-align:top;
}
table td.b{
	vertical-align:bottom;
}
table td.c{
	vertical-align:middle;
}
table td.nowrap{
	white-space:nowrap;
}

	

/* Overlay */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ADADAD;
	}


#over_container {
	position:absolute;
	width:100%; 
	height: 100%;
	top: 0px; 
	left: 0;
	z-index:91;
}

#over_top {
	top:50px;
	z-index:92;
	background: url(../images/overdiv_top.png) no-repeat left top;
	/*background-color:#fff;*/
	position: relative;
	width:602px; 
	/*height:30px;*/
	padding:49px 0;
	margin:0 auto 0 auto;

	/*border:1px solid #615833;*/
}
#over_close {
	position:absolute;
	width:17px; 
	height:17px; 
	top: 20px; 
	right: 20px;
	z-index:92;
	background: url(../images/close.gif) no-repeat left top;
	cursor:pointer;
}
#over_inner {
	background: url(../images/overdiv_bottom.png) no-repeat left bottom;
	/*width:500px;*/
	min-height:100px;
	padding: 0 20px 10px 20px;
	display:block;
	text-align:left;
	/*background-color:#fff;*/

}
#over_title{
	color:#f15800;
	font-size:16pt;
	position:relative;
	top: -33px;
	z-index:92;
	padding:0;
	margin:0;
}	
#over_content{
	margin:-33px 0 0 0;
	padding:0;
}
		
#outer_container{
	margin: auto;
	margin-top:0;
	width: 1000px;
}

.middle{
	margin:auto;
}

img#captcha_image{
	cursor:pointer;
}

hr {
	background-color:#dcdad5; 
	height:1px;
 	border:none;
}

td.spacer{
/*	border-bottom:1px solid grey;
	margin-top:5px;
*/
}
p.signup_notice{
	background-color:#ddd9c6;
	border:1px solid #ff7515;
	color:#817e6e;
	padding:3px;
	margin:0px;
}
div.signup_notice{
	background-color:#ddd9c6;
	border:1px solid #ff7515;
	color:#817e6e;
	padding-left:2px;
}


#avatar{
	border:1px solid #dcdad5;
}
img.avatar{
	display:block;
	border:1px solid #dcdad5;
}

img.avatar.small{
	width:150px;
	/*background-image: url(../avatars/no_image_small.png);*/
	border:none;
}
img.avatar.big{
	width:270px;
	/*background-image: url(../avatars/no_image.png);*/
}
img.avatar.mini{
	width:100px;
	/*background-image: url(../avatars/no_image_small.png);*/
}

.busy{
	cursor:wait;
}

.profile_container{
	position:relative;
	top:0px;
	height:130px;
	width:166px;
	border:none;
	float:left;
	margin:3px 0 10px 0;
	overflow:hidden;
}
	.profile_container .profile_menu{
		position:relative;
		top:0;
		left:0;
		margin:0;
		width:150px;
		text-align:left;
		z-index:89;
	}
	.profile_container .profile_menu ul{
		margin:0 0 0 -1px;
		padding:0px;
		list-style-type:none;
		padding-top:2px;
	}
	
	.profile_container .profile_menu li{
		padding-left:17px;
		cursor:pointer;
		color:#fff;
		font-size:10px;
		font-weight:normal;
		line-height:1.5em;
	}

	.profile_container .profile_menu li.blink{
		background: transparent url(../images/icons/action_blink_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.blink:hover{
		background: transparent url(../images/icons/action_blink_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.invite{
		background: transparent url(../images/icons/action_invite_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.invite:hover{
		background: transparent url(../images/icons/action_invite_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.compose{
		background: transparent url(../images/icons/action_compose_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.compose:hover{
		background: transparent url(../images/icons/action_compose_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.bookmark{
		background: transparent url(../images/icons/action_bookmark_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.bookmark:hover{
		background: transparent url(../images/icons/action_bookmark_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.friends{
		background: transparent url(../images/icons/action_friend_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.friends:hover{
		background: transparent url(../images/icons/action_friend_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.nofriends{
		background: transparent url(../images/icons/action_nofriend_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.nofriends:hover{
		background: transparent url(../images/icons/action_nofriend_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.report{
		background: transparent url(../images/icons/action_report_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.report:hover{
		background: transparent url(../images/icons/action_report_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
	}
	.profile_container .profile_menu li.block{
		background: transparent url(../images/icons/action_block_a.gif) no-repeat 5px 3px;		
	}
	.profile_container .profile_menu li.block:hover{
		background: url(../images/icons/action_block_ia.gif) no-repeat 5px 3px;	
		background-color:#fff;color:#615833;	
		
	}
	
	.profile_container .profile_user{
		position:absolute;
		top:133px;
		top:18px;
		left:0px;
		color:#fff;
		width:149px;
		height:110px;
		font-weight:bold;
		text-align:center;
		white-space: nowrap;
		border:1px solid #dcdad5;
	}
	.profile_container .profile_bg{
		position:absolute;
	/*	bottom:0px;*/
		top:20px;
		left:0px;
		width:149px;
		height:20px;
		background-color:#5E5E5E;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.profile_container .menu_bg{
		position:absolute;
		top:0;
		left:0;
		width:149px;
		height:110px;
		background-color:#ff3300;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	
	.profile_container a {
		color:#615833;
		font-weight:bold;
		text-decoration:none;
	}
	
	.profile_container a.online {
		color:#ff3300;
	}
	.profile_container a:hover{
		color:#ff3300;
		font-weight:bold;
		text-decoration:underline;
	}
	
	.profile_container .profile_container_pic{
		position:absolute;
		top:18px;
	}

.top{
	vertical-align:top;
}

.bottom{
	vertical-align:bottom;
}

/* def for all form buttons */
button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0 -2px 0 0;
	padding: 0;
}
button div.btn {
	margin: 0;
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	height:27px;
}

/* definition for standard submit button */
button div.btn h3{
	font-size: 9px;
	font-weight: bold;
	height:21px;
	margin: 0;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: right top;
}

button div.btn {
	background: transparent url(../images/btn_left_red.gif) no-repeat left top;
}
button div h3.btn {
	background: transparent url(../images/btn_right_red.gif) no-repeat right top;
	color:#615833;
	color:#fff;
}
button:hover div.btn {
	background: transparent url(../images/btn_left_hover.gif) no-repeat left top;
}
button:hover div h3.btn {
	background: transparent url(../images/btn_right_hover.gif) no-repeat right top;
	color: #fff;
}

button div h3.btn{
	padding: 5px 11px 1px 5px;
	padding:7px 10px 0 0;
	/* beware of the ie defs in the ie.css - should be different! */
}
label{
	cursor:pointer;
}


/* forged select */
table.profile_edit{
	width:100%;
}
	table.profile_edit td.title{
		cursor:pointer;
		color:#948e72;
		width:200px;
		font-weight:bold;
		white-space:nowrap;
		vertical-align:top;
		line-height:2em;
	}
	table.profile_edit td.selected{
		cursor:pointer;
		font-weight:normal;
		color:#ff9900;
		color:#fe7415;
		vertical-align:top;
	}
		table.profile_edit td.selected div.selected_content{
			max-height:148px;
			overflow:auto;
			margin:0;
			background-color:#fff;
			padding:5px 0 0 0;
			border:1px solid #dcdad5;
			margin-bottom:10px;
			color: #615833;
		}
			table.profile_edit td.selected div.selected_content p.hover{
				padding-bottom:5px;
				margin:0;
			}
			table.profile_edit td.selected div.selected_content p.hover:hover{
				background-color: #d3d3d3;
			}

div.select{
	width:100%;
	position:relative;
	margin-bottom:10px;
}
	div.select div.handle{
		display:table;
		border-collapse:collapse;
		cursor:pointer;
	}
	div.select div.top{
		width:100%;
		font-weight:bold;
		padding:5px;
		display:table-row;
	}
	div.select div.top div.select_handle{
		/*position:absolute;
		top:5px;
		right:3px;*/
		font-weight:normal;
		background-image:url('../images/btn_up.gif');
		background-repeat: no-repeat;
		background-position: right center;
	  	width: 15px; height: 15px;
		cursor:pointer;
		text-align:right;
		display:table-cell;
	}
	div.select div.top div.title, .selected_titel{
		font-weight:normal;
		color:#948e72;
		width:200px;
		display:table-cell;
		font-weight:bold;
	}
	div.select div.top div.selected, .selected_item{
		font-weight:normal;
		color:#ff9900;
		display:table-cell;
		
	}
	div.select div.top span.show{
		background-image:url('../images/btn_down.gif');
	}
	div.select div.content{
		max-height:148px;
		overflow:auto;
		margin:0 0 0 200px;
		background-color:#fff;
		padding:5px 0 0 0px;
		border:1px solid #dcdad5;
		border-bottom:1px solid #dcdad5;
	
	}
	div.select div.content p.hover{
		padding-bottom:5px;
		margin:0;
	}
	div.select div.content p.hover:hover{
		background-color: #d3d3d3;
	}
	div.select div.content div{
		/*padding:5px;
		margin:0;*/
	}
	
span.help{
	width:16px;
	height:16px;
	background: transparent url(../images/help.png);
}
span.help div{
	width:16px;
	height:16px;
}
div.loading{
	background-image:url('../images/loading_white.gif'); 
	background-repeat:no-repeat;
	background-position:center;
	width:576px;
	height:150px;
}





/*debug*/
div{
	border:none;
}

/* content container on picture upload page */
#content_container_single{
	text-align:left;
	background:#fff;
	padding:25px;
}

/* Search result lists */
#searchList{
	/*width:100%;
	text-align:left;
	border-top:1px solid #dcdad5;
	margin-top:10px; */
	float:right;
}
	#searchList img.back{
		margin:0px 5px 0 0;
		width:10px;
		height:12px;
		vertical-align:middle;
	}
	
	#searchList img.next{
		margin:0px 0 0 5px;
		width:10px;
		height:12px;
		vertical-align:middle;
	}
	#searchList span.right{
		margin-top:2px;
	}
		#searchList span.right a{
			color:#ff6600;
			text-decoration:none;
		}
		#searchList span.right a:hover{
			text-decoration:underline;
		}
		

button.top_btn div.top_btn{
	background: transparent url(../images/top_left.gif) no-repeat left top;
	margin: 0 0 0 0;
	padding:0 8px 0 0;
	height:21px;
}
	button div.top_btn div.top_btn_content{
		background: transparent url(../images/top_right.gif) no-repeat right top;
		height:21px;
		padding:3px 8px 0 0;
		margin: 0 10px 0 8px;
		color:#615833;
		font-weight:bold;
		font-size:8pt;
	}
	button:hover div.top_btn{
		background: transparent url(../images/top_left_h.gif) no-repeat left top;
	}
	button:hover div.top_btn div.top_btn_content{
		background: transparent url(../images/top_right_h.gif) no-repeat right top;
		color:#fff;
	}

/* colors */
.orange, a.orange{
	color:#ff9900;
	text-decoration:none;
}

.red, a.red{
	color:#ff3300;
}
.lightgrey, a.lightgrey{
	text-decoration:none;
	color:#948e72;
}
a.lightgrey:hover{
	text-decoration:underline;
	color:#ff9900;
}
.h3{
	font-size:10pt;
	font-weight:bold;
	margin:0;
	padding:0;	
}

/* Slider */
div.slider_container{
	width:335px;overflow:hidden;
}
div.slider_bg{
	background: transparent url('../images/slider_new.png') no-repeat left top;
	width : 345px; 
	height : 27px;
	padding:0 0px 0 6px;
	
}
	div.slider_handle_active{
		background:transparent url('../images/slider_handle.png') no-repeat;
		width: 41px; 
		height: 13px;
		cursor:e-resize;
		z-index:50;
	}
	
	div.slider_handle_inactive{
		width: 41px; height: 13px;
		cursor:default;
		background-image:none;
	}

.droparea{
	background-color:blue;
}


/* info block */

/* Info Menu */
	.info_menu ul, .main_menu ul{
		margin:0; 
		padding:0px 10px 5px 0;
	}
		.info_menu div.hi{
			color:#ff3300;
			font-weight:bold;
			font-size:9pt;
			padding:0;
			margin:10px 0 5px 0px;	
		}
		.info_menu li {
			list-style-type: none; 
			margin:0; 
			padding:0px;
			width:100%;
		}
		.info_menu p, .info_menu p a{
			text-align:right;
			width:100%;
			font-size:7pt;
			color:#0091da;
			margin:0; 
		}
		.info_menu span, .info_menu span a:hover{
			color:#0091da;
		}
		
.info_item{
	cursor:pointer;
	vertical-align:middle;
	width:200px;
	margin: -1px 0 0 1px;

	height:30px;
	border-collapse:collapse;
}
	
		.info_item .closed{
			background: url(../images/info_title_closed.gif) top center no-repeat;
		}
		.info_item .open{
			background: url(../images/info_title_open.gif) top center no-repeat;
		}
		
	.info_item .info_headline{
		height:30px;
		padding:7px 0 0 10px;
		font-weight:bold;
		vertical-align:middle;
	}
	.info_item .info_headline span{
		font-weight:normal;
	}
	.info_item .info_headline span span{
		font-weight:bold;
		color:#ff3300;
	}
	.info_content{
		margin:5px 10px 5px 15px;
	}
	.info_content ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.info_content ul li{
		margin:0;
		padding:0;
	}
/* username */
	.user{
		color:#ff3300;
		font-weight:bold;
	}
	.user a, .user a:visited, .user a:active{
		color:#ff3300;
		font-weight:bold;
		text-decoration:none;
	}
	.user.offline a, .user.offline a:visited, .user.offline a:active{
		color:#615833;
	}
	.user a:hover{
		color:#ff3300;
		text-decoration:underline;
	}
	.user.orange a, .user.orange a:visited, .user.orange a:active{
		color:#ff9900;
		font-weight:normal;
	}

.r{
	text-align:right;
}

.overtextarea{
	height:109px; width: 380px;margin-top:0px;
	padding-left:2px;
}
input.input_normal, textarea.input_normal{
	width:268px;
}
select.input_normal{
	width:270px;
}
#start-frame{
	width:658px;height:230px;position:relative;top:-14px;
}
.darkorange{
	color:#fe7415;
}
input.checkbox, input.checkbox:focus, input.checkbox:hover{
	border:none;
	background-color:transparent;
}
#start_feed{
	width:260px;
}
.logout{
	cursor:pointer;
	background: url(../images/logout.gif) top center no-repeat;
	vertical-align:top; margin-top:2px;
	width:18px;
	height:18px;
	float:right;
}
.logout:hover{
	background: url(../images/logout_h.gif) top center no-repeat;
}
td.fit{
	width:1%;
	white-space:nowrap;	
}