html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}
:focus{
	outline: 0;
}

/* Form items general */
input{
	margin: 0;
	outline: 0;
}
select{
	width:180px;
	border:2px solid #eee;
	padding:1px 0 0 5px;
	color:#515151;
	font-size:15px;
}
select option{
    padding-left:8px;
}
label{
    padding-left:15px;
}
textarea {
	margin: 0; 
	outline: 0;
	overflow: auto;
}

/* common elements */
div.separator {
	border-bottom:1px solid #eaeaea;
	line-height:0px !important;
	margin: 7px 0 7px 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; }
.cl_special { clear:both; display:block; height:1px; line-height:1px; font-size:0; margin:-1px 0 0 0}
.png { /* for png ../images to fix for IE6*/ }

body{
	background:#515151;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
	padding-bottom:30px;
}
h1{
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	/*text-shadow: ##CCCCCC 1px 1px;*/
	font-size:22px;
	color:#1fd4d7;
	font-weight:normal;
}
h2{
	color:#525254;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	/*text-shadow: #CCCCCC 1px 1px;*/
	font-size:22px;
	font-weight:normal;
	margin:20px 0 7px 0;
}
h3{
	color:#525254;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	/*text-shadow: ##CCCCCC 1px 1px;*/
	font-size:15px;
	letter-spacing:-1px;
	font-weight:normal;
}
h4{
	color:#525254;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:5px 0;
	font-weight:bold;
}
h5{
	color:#525254;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	font-size:18px;
	padding:10px 0;
	font-weight:normal;
}
h6{
	color:#bababb;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	font-size:32px;
	padding:10px 0 10px 0;
	font-weight:normal;
}
h2 a{
	color:#4FDCDE;
	font-size:18px;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h4 a{
	color:#525254;
	text-decoration:none;
}
h4 a:hover{
	text-decoration:underline;
}
a{
	color:#4fdcde;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#container{ /* Main container for all the contents */
	width:1100px;
	padding:0 20px 10px;
	text-align:left;
	margin:0 auto;
	background:#747474;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-mob-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-mob-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#header{ /* header area with white background contains logo and two links */
	background:#fff;
	height:101px;
	overflow:hidden;
	padding:2px 20px 0px;
}
    #header #logo{
		display:block;
		float:left;
	}
	#header .user-header{
		float:right;
		text-align:right;
		padding-top:66px;
	}
	#header .user-header span {
		margin-left: 6px;
	}
	#header .user-header span a{
		color:#ccc;
	}

/* Styles for Navigation Starts */
/* Styles for Navigation Starts */
#nav{
	height:50px;
	color:#fff;
	background:url(../images/nav_bg.gif) repeat-x;
}
    #nav li{
        float:left;
        padding-right:2px;
		background:url(../images/separator.jpg) right top no-repeat;
		line-height:50px;
		position:relative;
	}
	#nav a{
        display:block;
		float:left;
        padding:0 20px;
        height:50px;
        color:#fff;
        font-size:16px;
    }
	#nav li.active{
        font-weight:bold;
	}
    #nav a:hover, #nav a.active{ /* style for hover state of a link and current page link */
        background:#747474;
        text-decoration:none;
    }
    #nav li.submenu a{ /* style for link having submenus */
        background:url(../images/nav-arrow.jpg) 5px center no-repeat;
    }
    #nav li.submenu a:hover, #nav li.submenu a.active{ /* style for hover state of link have submenus */
        background:#747474 url(../images/nav-arrow.jpg) 5px center no-repeat;
    }

	/* Styles for Drop Down Menu */
	#nav li.submenu:hover > ul{
	    display:block;
	}
	#nav li.submenu ul{
		display:none;
		position:absolute;
		min-width:180px;
		left:-1px;
		top:100%;
		z-index:9999;
		background:#515151
	}
	#nav li.submenu ul li{
		float:none;
		display:block;
		background:none;
		white-space: nowrap;
	}
	/* Styles for Drop Down Menu */
	#nav li.submenu ul li a{
		float:none;
		background:none;
		height:24px;
		font-size:13px;
		line-height:24px;
		padding:2px 20px 2px 15px;
	}
	/* hover state of Drop Down Menu */
	#nav li.submenu ul li a:hover{
        background:#666;
        text-decoration:none;
	}

/* Styles for Sub Navigation */
#nav2{
	overflow:hidden;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:url(../images/nav2-bg.jpg) repeat-x;
}
	#nav2 li{
		float:left;
		padding-right:2px;
		background:url(../images/separator2.jpg) right top no-repeat;
		line-height:42px;
	}
	#nav2 a{
		display:block;
		float:left;
		padding:0 15px;
		height:42px;
		text-decoration:none;
		color:#515151;
		font-size:14px;
		background:url(../images/nav2-bg.jpg) repeat-x;
	}
	#nav2 a:hover, #nav2 a.active{ /* style for hover state of a link and current page link */
        background:#eee;
	}
	#nav2 a.active{
        font-weight:bold;
	}
/*new dashboard classes*/
/*modified main classes*/

#contents_dashboard{
	width:630px;
	float:left;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:40px;
	}
	#contents_dashboard h2{
		margin: 0px;
		padding: 0px;
		float: left;
		}
	#contents_dashboard p{
		font-family: arial;
		font-size: 13px;
		color:#525254;
		padding-top: 5px;
		margin-right: 5px;
		float:right;
		}
	#contents_dashboard select{
		font-size: 13px;
		width:145px;
		height:23px;
		background-repeat: repeat-x;
		background-image: url(../images/select_bg.png);
		border: 1px solid #b2b2b2;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius:3px;
		padding: 2px;
		margin-right: 20px;
		color: #525254;
		float: right;
		}
	#contents_dashboard select option{
		font-size: 13px;
		padding: 5px;
		}
	#contents_dashboard .profile-add-button{
		float: right;
		text-decoration:none;
		color: #525254;
		margin-right: 30px;
		position:relative;
		top: -7px;
		}
	#contents_dashboard .profile-add-button img{
		margin-left: 5px;
		padding:0px;
		position:relative;
		top: 7px;
		}

/*main classes end*/
/*modified sidebar classes*/

#sidebar_special{
	width:439px;
	float:left;
    background-color: #f7f7f7;
    border-left:1px solid #eaeaea;
	}
	#sidebar_special .entry{
		width:419px;
		padding-top:30px;
		padding-left:20px;
		padding-bottom:20px;
		}
	#sidebar_special .status{
		width:419px;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:20px;
		background-color: #f1f1f1;
		}
	#sidebar_special .news{
		width:389px;
		padding-top:18px;
		}
	#sidebar_special .news h1{
		font-family: arial;
		font-size: 16px;
		color: #525254;
		font-weight:bold;
		line-height:26px;
		}
	#sidebar_special .news h3{
		font-family: arial;
		font-size: 13px;
		color: #b0b0b0;
		font-weight:normal;
		letter-spacing:normal;
		float: left;
		padding-top: 7px;
		margin: 0px;
		}
	#sidebar_special .news b{
		font-family: arial;
		font-size: 13px;
		color: #525254;
		font-weight:bold;
		padding-right:5px;
		}
	#sidebar_special spwan{
		color: #b31004;
		}
	#sidebar_special .bars{
		padding-top:10px;
		padding-bottom:10px;
		height: 30px;
		}
	#sidebar_special .news p{
		font-family: arial;
		font-size: 13px;
		color: #525254;
		font-weight:normal;
		padding-top:5px;
		}
	#sidebar_special .news a{
		text-decoration: none;
		color: #525254;
		}
	#sidebar_special .count{
		font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
		font-size: 18px;
		color: #fff;
		text-align: center;
		font-weight:normal;
		background-color: #dcdcdc;
		width: 37px;
		vertical-align: middle;
		float: left;
		overflow:hidden;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 2px;
		margin-right: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius:3px;
		}
	#sidebar_special h2{
		font-size:22px;
		font-weight:normal;
		margin: 0px;
		padding:0px;
		}
	#sidebar_special p{
		color:#525254;
		line-height:150%;
		font-size:14px;
		/*	line-height:20px;
		margin-bottom:20px; */
		}
div.sidebar_special_sep {
	border-bottom:1px solid #eaeaea;
	line-height:0px !important;
	margin:0;
	}
.main_with_sidebar_special {
	/* Use this if there is a sidebar inside #main */
	background: #ffffff url(../images/white_gray_bg_special.png) repeat-y !important;
	}

/*modified sidebar classes end*/
/*progressbar ID's*/

div .progressbar {
	//width: 250px;
	width: 90%;
	border: 5px solid #e6e6e6;
	margin: 5px 10px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
}
.progressbar p {
	top:-3px;
	position:relative;
	color:#202020 !important;
	float:left;
	// left:40%;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.progressbar-name {
	color:#ffffff !important;
	// float:left;
	// left:40%;
	width: 20%;
	vertical-align: middle;
}
#sidebar_special .bars .progressbar-name h3 {
	padding-top: 0;
}
.progressbar-meter {
    width: 80%;
}
.progressbar-container {
    width: 100%;
}
/*
#progressbar {
	width: 250px;
	float: left;
	border: 5px solid #e6e6e6;
	margin: 0 10px 0 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
	}
	#progressbar2 {
		width: 250px;
		float: left;
		border: 5px solid #e6e6e6;
		margin: 0 10px 0 27px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius:5px;
		}
	#progressbar3 {
		width: 250px;
		float: left;
		border: 5px solid #e6e6e6;
		margin: 0 10px 0 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius:5px;
		}
	#progressbar3 p{
		top:-3px;
		position:relative;
		color:#ffffff !important;
		float:left;
		left:40%;
		}*/
/*progressbar ID's end*/
/*new classes for dashboard entrys*/

.profiles {
	margin-top:50px;
}

.profile_container h1{
	font-size:18px;
	font-weight:normal;
	font-style: normal;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	color: #fff;
	padding: 8px 12px;
	float: left;
	}
.profile_container p{
	font-size:13px;
	font-weight:normal;
	font-style: normal;
	font-family:arial;
	color: #525254;
	padding: 0px;
	margin: 0px;
	float:right;
	}
.profile_container li{
	font-size:13px;
	font-family:arial;
	color: #525254;
	padding: 0px;
	margin: 0px;
	width: 240px;
	float:left;
	line-height:30px;
	}
.profile_container ul{
	margin-top:10px;
	margin-left: 10px;
	}
.profile_container {
	width:602px;
	height:160px;
	margin-top: 20px;
	float: left;
	}
.profile_container img{
	padding-left:10px;
	}
.profile_header {
	width:602px;
	height:38px;
	background-color: #303030;
	background-image: url(../images/profile_header.png);
	filter:alpha(opacity=70);
	#filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
	opacity:.70;
	}
.profile_header_extern{
	width:602px;
	height:38px;
	background-image: url(../images/profile_header_extern.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=70);
	#filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
	opacity:.70;
	}
.profile_header_extern:hover{
	width:602px;
	height:38px;
	background-image: url(../images/profile_header_extern.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	#filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;
	}
.profile_header:hover{
	width:602px;
	height:38px;
	background-image: url(../images/profile_header.png);
	filter:alpha(opacity=100);
	#filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;
	
}
.profile_controls{
	float:right;
	height:12px;
	overflow:hidden;
	margin:13px;
	margin-right:20px;
	}
.profile_controls a{
	float:right;
	height:12px;
	width: 12px;
	margin-left: 8px;
	}
.profile_edit{
	background-image:url(../images/profile_edit.png);
	}
.profile_edit_off{
	background-image:url(../images/profile_edit.png);
	opacity:0.2;
	}
.profile_delete{
	background-image:url(../images/profile_delete.png);
	}
.profile_edit:hover{
	background-image:url(../images/profile_edit_hover.png);
	}
.profile_delete:hover{
	background-image:url(../images/profile_delete_hover.png);
	}
.profile_daily_on{
	background-image:url(../images/profile_daily_on.png);
	}
.profile_daily_off{
	background-image:url(../images/profile_daily_off.png);
	}
.profile_content {
	width:600px;
	height:110px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e6e6;
	border-left: 1px solid #e7e6e6;
	border-right: 1px solid #e7e6e6;
	float: left;
	}
.profile_content p{
	padding: 0 !important;
	margin: 0 !important;
	}
.profile_content:hover {
	background-color: #efefef;
	}
.profile_footer {
	width:602px;
	height:12px;
	background-image: url(../images/profile_footer.png);
	background-color: #fff;
	float: left;
	}

/*new classes for dashboard entrys end*/
/*new dashboard*/

/* Styles for main contents area */
#main{ /* main content section */
	background:#ffffff;
	height:100%;
	overflow:hidden;
}
.main_with_sidebar {
	/* Use this if there is a sidebar inside #main */
	background: #ffffff url(../images/white_gray_bg.png) repeat-y !important;
}

	#green-box{ /* green box with cross  button */
		position:relative;
		background:#c7f3f4 url(../images/letter.jpg) 10px 20px no-repeat;
		padding:20px 0 30px 60px;
		border:2px solid #666;
		margin-bottom:40px;
		line-height:18px;
	}
		#green-box a{
			color:#666;
		}
		.close{  /* close button in green area */
			position:absolute;
			right:10px;
			top:10px;
		}
		.up{ /* style for digits with up arrow */
			padding-left:15px;
			background:url(../images/arrow-up.png) left 8px no-repeat;
			color:#4FDCDE;
			font-size:18px;
			font-family:Georgia, "Times New Roman", Times, serif
		}
		.down{ /* style for digits with down arrow */
			padding-left:15px;
			background:url(../images/arrow-down.png) left 8px no-repeat;
			color:#4FDCDE;
			font-size:18px;
			font-family:Georgia, "Times New Roman", Times, serif
		}
#left-col{ /* left section in main contents area */
		width:502px;
		float:left;
		padding-top:50px;
		padding-bottom:50px;
		padding-left:20px;
		padding-right:28px;
		border-right:1px solid #eaeaea;
	}
		.plus{
			float:right;
			line-height:25px;
		}
		.plus a{
			font-size:15px;
			padding-left:25px;
			background:url(../images/plus.jpg) 3px no-repeat;
			color:#525254;
		}
		.plus a:hover{
			text-decoration:underline;
		}
		#left-col table{
			padding-bottom:20px;
			border-bottom:1px solid #eaeaea;
		}

	#right-col{ /* right section in main content area */
		width:502px;
		float:right;
		padding-top:50px;
		padding-right:20px;
	}
		#right-col table{ /* style for tables having grey border bottom */
			padding-bottom:20px;
			border-bottom:1px solid #eaeaea;
		}
	#main table.bb_0{  /* last table having no border in the content area */
		border-bottom:none;
		padding-bottom:0;
	}
/* Styles 404 Error */
	.error_seiten{
		height:800px;
		background:url(../images/announcepage/bgr_error.png) no-repeat;
		background-position:center bottom;
	}
	.error_text_l{
		margin-top:20px;
		padding-left:15px;
		width:357px;
		float:left;
	}
	.error_text_r{
		margin-top:49px;
		margin-right:210px;
		float:right;
		font-size:20px;
		color:#5cdbdd;
	}
	.error_text_r.p{
		margin-right: 50px;
	}
	.bg_lgrey{
		background:#d5d3d4;
		height:14px;
		width:auto;
		margin-top:2px;
	}
	.bg_lgrey.mb{
		margin:0 0 2px 0;
	}
	.error_text_l h1{
		font-size:246px;
		font-family:Arial;
		font-weight:bold;
		letter-spacing:-25px;
		color:#5cdbdd;
	}
/* Styles for Login Screen */
	.login-box {
	background:url(../images/announcepage/bgr.jpg) no-repeat center 0;
	height:450px;
	position:relative;
	}
	.login_field{
	height: 295px;
	width: 434px;
	background:url(../images/announcepage/login.png) no-repeat center;
	padding-top: 140px;
	margin-left:333px;
	}
	.login_field2{
	height: 295px;
	width: 434px;
	background:url(../images/announcepage/login2.png) no-repeat center;
	padding-top: 110px;
	margin-left:333px;
	}
	.login_field2 h2{
	padding-left:20px;
	}
	.login_field2 p{
	font-size:20px;
	padding-left:20px;
	}
	.login_field2 .message{
	width:400px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-left:20px;
	}
	.login_field2 .message.error {
	color:#D35054;
	}
	.login_fiel2 .pw_vergessen{
        visibility:hidden;
        font-size:12px;
        margin-left:258px;
        margin-top:43px;
    }
	.login_field2.pw_vergessen a{
		color:#525254;
		visibility:hidden;
		text-decoration:none;

	}
	.login_field2 fieldset{
	position:relative;
	}
	.login_field.error h2{
		color:#9b0202;
	}
	.login_field2 input{
 	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	height: 28px;
	border: 2px solid #eee;
	color: #666;
	margin:15px 0 0 20px;
	visibility:hidden;
 	}
	.login_field2 input#id_email_address{
 	width: 370px;
 	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 5px 0 0 5px;
	border: 2px solid #eee;
	color: #666;
	margin:15px 0 0 20px;
 	}
	.login_field2 input[type="submit"]{
		margin-left:20px;
		height:30px;
	}
	.login_field.error{
	background:url(../images/announcepage/login_error.png) no-repeat center;
	color:#9b0202;
	margin-left:333px;
	}
	.login_field.error h2{
		color:#9b0202;
	}
	.login_field p{
	font-size:20px;
	padding-left:20px;
	}
	.login_field .pw_vergessen{
        visibility:hidden;
        font-size:12px;
        margin-left:258px;
        margin-top:43px;
    }
	.login_field .pw_vergessen a{
		color:#525254;
		visibility:hidden;
		text-decoration:none;

	}
	.login_field h2{
	margin:10px 0 7px 25px;
	}
	.login_field fieldset{
	position:relative;
	}
	.login_field input{
 	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 5px 0 0 5px;
	border: 2px solid #eee;
	color: #666;
	margin:15px 0 0 20px;
	visibility:hidden;
 	}
	.login_field input#id_email_address{
 	width: 370px;
 	}
	.login_field input[type="submit"]{
		margin-left:32px;
		height:30px;
	}
/* Styles for Dashboard */
.topic{
	margin-top:25px;
}
	.topic.shared-topic{
		background:#eeeeee;
	}
.profile {
	margin-top:25px;
	height:137px;
}
    .profile h2{
        margin-top:0;
    }
    .profile.shared-profile{
        background:#eeeeee;
    }
/* Styles for Chart */
.chart {
	width:660px;
	height:320px;
}
/* Style for Message-Box */
#title-box{
    width:100%;
    height:100%;
}
 .title-content{
 	border: 1px solid #f1f1f1;
    background:#edfbfc;
	margin:20px;
	padding:20px;
	color:#525254;
	font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	font-size:15px;
	line-height:20px;
 }
 .title-content a{
 	text-decoration:underline;
 	color:#525254;
 	font-weight:bold;
 }
.message-box{
    z-index:900;
    width:;
    height:55px;
    background:#4fdcde;
    opacity:0.85;
}
.message-box .msg-img{
    float:left;
    margin:10px 0 0 20px;
    z-index:901;
}
.message-box .msg-text {
    color:#fff;
    font-size:14px;
    margin: 0;
    z-index: 902;
}
.message-box .msg-text p {
	padding: 10px 170px 0 70px;
}
.message-box .msg-text a {
    color: #f1f1f1;
    text-decoration: underline;
    font-weight: bold;
}
.message-box .msg-close {
	float: right;
    margin: 17px 17px;
    height: 20px;
    width: 20px;
    background-image: url(/media/images/icon-close.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.message-box .msg-close:hover {
    background-image: url(/media/images/icon-close-hl.png);
}

/* Styles for Footer */
#footer{
	height:100%;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:20px;
	overflow:hidden;
	line-height:22px;
}
	.f-links{
		float:right;
	}
	.f-links a{
		text-decoration:none;
		margin-right:50px;
		color:#515151;
	}

/* Styles for create_theme.html */

/* Styles for User Administration at edit_user.html file */
.user-anzeige{
	margin-right:25px;
	margin-top:30px;
}
.user-box{
	margin-bottom: 7px;
	font-size:12px;
	border-right:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
}
	.user-box p strong{
		display:block;
		float:left;
		width:110px;
		font-weight:bold;
	}
	.user-box h4{
		line-height:40px;
		background:#eee;
		border-bottom:1px solid #ddd;
		padding-left:10px;
		font-weight:normal;
		font-size:15px;
	}
	.user-box-content{
		padding-left:15px;
	}
	.user-box-content table{
		vertical-align:middle;
		width: 100%;
	}
	.user-box-content tr{
	}
	.user-box-content td{
	   padding: 4px 6px;
       vertical-align:middle;
       text-align:left;
	}
	.user-box-content .user-box-buttons {
	   height: 30px;
	   line-height: 16px;
	}

	.newuser_top{
		padding-top:10px;
		padding-bottom:50px;
		width:660px;
		float:left;
		padding-right:40px;
		padding-left:20px;
	}
	.user-formular{
		margin-top:15px;
		width:660px;
	}
	.user-formular h4{
		margin-bottom:5px;
		margin-left:3px;
	}
	.user-formular input{
 		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		height: 25px;
		width: 640px;
		padding: 5px 0 0 5px;
		margin-bottom:10px;
		border: 2px solid #eee;
		color: #666;
 	}
 	.check_box{
 		margin:10px 10px 0 5px;
 		width:300px;
 	}
 	.check_box input[type="radio"]{
 		height:15px;
 		width:30px;
 	}
 	.check_box input[type="submit"]{
 		margin:30px 0 0 130px;
 		height:30px;
 		width:168px;
 	}
 	.check_box.l{
 		float:left;
 	}
 	.check_box.r{
 		float:right;
 	}
	.inf-list{
		padding-right:20px;
		padding-top:10px;
	}
	.inf-list-tag{
		float:left;
		padding-right: 25px;
		font-weight:bold;
	}
	.inf-btn{
		float:left;
		padding-top:10px;
		padding-right:20px;
	}
	.inf-btn.dlt{
		float:left;
		padding-left:30px;
	}
/* Style for length of List-Items to be sure that the buttons to leap aside (right side) */
.list-item{
    width:567px;
}

/* Styles for side bar */
#sidebar{
	width:379px;
	float:left;
    background-color: #f7f7f7;
    border-left:1px solid #eaeaea;
    line-height: 110%;
}
	#sidebar .first{
		width:339px;
		padding-top:20px;
		padding-left:20px;
		padding-bottom:20px;
	}
	#sidebar .sec{
		width:339px;
		/*padding-top:20px;*/
		padding-left:10px;
		padding-bottom:20px;
		padding-top:5px;
	}
	#sidebar h2{
		font-size:21px;
		line-height: 21px;
		letter-spacing:-1px;
		margin-bottom:15px;
	}
	#sidebar p{
		color:#525254;
		line-height:150%;
		font-size:14px;
	/*	line-height:20px;
		margin-bottom:20px; */
	}
    #sidebar .help {
        display: none;
        position: absolute;
	    background-color: #edfbfc;
	    border: 1px solid #e1e1e1;
	    border-left: 0px;
	    padding: 6px 20px;
	    width: 330px;
	    min-height: 64px;
    }
    #sidebar .help h2 {
        font-weight: bold;
    }
    #sidebar .help ul {
        margin-top: 6px;
    }
    #sidebar .help ul li {
        font-size: 14px;
        line-height: 18px;
        margin-left: 20px;
        text-indent: -20px;
        margin-top: 4px;
    }
    #sidebar .help ul li tt {
        font-weight: bold;
        font-size: 120%;
    }
    #sidebar .help h3 {
        margin-top: 8px;
        font-size: 16px;
        margin-bottom: 6px;
        font-weight: bold;
    }
    #sidebar .help_arrow {
        display: none;
        position: absolute;
        margin-left: -29px;
    }
	/* styles for Twitter Widget on Sidebar Section */
	#sidebar .tweet-entry{
	    line-height:1;
	    font-size:12px;
	    height:100%;
	    overflow:hidden;
	    padding-bottom:10px; /* for IE 6,7 */
	}
	    #sidebar .tweet-entry img{
	        width:50px;
	        height:50px;
	        display:block;
	        float:left;
	        border:3px solid #ccc;
	        margin:10px 15px 10px 0;
	       /*margin:10px 15px 10px 0; IE 6,7 not support float element with mb */
	    }
	    #sidebar .tweet-entry h4 span{
	        color:#ccc;
	        font-size:12px;
	        font-weight:normal;
	        padding-left:5px;
	    }
	    #sidebar .tweet-entry p{
	        margin:0;
	    }
	    #sidebar .tweet-entry .klout-img{
	        background:url(../images/announcepage/klout.jpg) no-repeat;
	        height:15px;
	        width:16px;
	    }

#custom_timespan {
		margin-top:10px;
		margin-bottom:10px;
		width:100px;
	}
#custom_timespan .hasDatepicker {
		float:right;
		margin-right:160px;
		width:8em;
	}

/* styles for content area left to sidebar */
#contents{
	width:720px;
	float:left;
	font-size:15px;
	background-color: #ffffff;
}
	#contents .help {
	    color: #bababb;
		padding: 6px 20px;
	}
	#contents .first{
		width:660px;
		float:left;
		padding-top:35px;
		padding-right:40px;
		padding-left:30px;
	}
	#contents .first .dash_head table{
	        vertical-align: baseline;
	        height:20px;
	}
	#contents .sec{
		padding-top:20px;
		padding-bottom:10px;
		width:660px;
		float:left;
		padding-right:40px;
		padding-left:20px;
	}
	#contents .min-h{
	    min-height:465px;
	}
	#contents .third{
		padding-top:20px;
		padding-bottom:20px;
		width:660px;
		float:left;
		padding-right:40px;
		padding-left:20px;
	}
	#contents .four{
		padding-top:5px;
		padding-bottom:20px;
		width:660px;
		float:left;
		padding-right:0;
		padding-left:0;
	}
	#contents .five{
		padding-top:0px;
		padding-bottom:20px;
		width:660px;
		float:left;
		padding-right:40px;
		padding-left:20px;
	}
	#contents .five input[type="radio"]{
		margin:5px;
	}
	#contents .userverwaltung{
		padding:20px 0 20px 20px;
		width:680px;
		float:left;
	}

/* Styles for invoices table */
table#invoices{
	width:100%;
}

	table#invoices tr.gray{
		background:#eee;
	}
    table#invoices td{
        line-height:46px;
        font-size:15px;
        font-weight:bold;
        padding-left:15px;
    }
    table#invoices img{
        vertical-align:middle;
    }

/* Styles for form items */
input.submit{
	height:28px;
	border:2px solid #eee;
	background:#eee url(../images/submit-bg.jpg) repeat-x;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	cursor:pointer;
}
.del{
	padding:0 0 0 23px;
	background:url(../images/delete.jpg) 0 100% no-repeat;
	text-decoration:none;
	color:#515151;
	display:block;
	font-style:normal;
}
.remove-button {
	position:absolute;
}
.add{
	padding:0 0 0 23px;
	background:url(../images/plus.jpg) 0 100% no-repeat;
	text-decoration:none;
	color:#515151;
	display:block;
	font-style:normal;
}

/* Styles for Keywords & sprachen Widgets on Sidebar on tweeter overview page*/
#sidebar .sprachen, #sidebar .keywords, #contents .keywords{
	line-height:25px;
	padding-bottom:20px;
}
	.freq-bar{
		background:#eee;
		color:#888;
		font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
		font-size:18px;
		font-style:italic;
		font-weight:normal;
		line-height:25px;
		margin:0 0 2px 0;
        padding-left:5px;
        cursor: pointer; 
    }
    .freq-bar-colorbox {
        float:left;
        width:25px;
        height:25px;
        cursor: pointer; 
        clear: left;
    }
	#sidebar .keywords td{
		color:#888;
		font-family:"Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
		font-size:18px;
		font-style:italic;
		font-weight:normal;
		padding:2px 5px 2px 0px;
/*		line-height:30px;*/
		margin:0 0 2px 0;
	}
	#sidebar .keywords td.value{
    	color:#4fdcde;
    	text-align:right;
	}
	/* style for keywork area specially for colored boxes on left side*/
	#contents .keywords p{
		color:#999;
		font-style:italic;
		font-weight:bold;
		line-height:25px;
		margin:0 0 2px 0;
	}

/* Styles for Tweet entry on contents Section */
.tweet-main-entry{
	height:100%;
	min-height:48px;
	overflow:hidden;
	line-height:18px;
	padding-bottom:15px; /* for IE6,7 */
}
	.tweet-controls, .posting-controls{
		float:right;
		height:16px;
		overflow:hidden;
	}
	.tweet-controls img, .posting-controls img, .posting-controls a{
		display:block;
		float:left;
		margin-right:2px;
	}
	.posting-controls input {
		display:block;
		float:left;
		margin-left:6px;
	
	}
	.tweet-controls .bin, .posting-controls .bin{
		margin-right:10px;
	}
	.tweet-main-entry .tweet-image{
		display:block;
		float:left;
		border:3px solid #ccc;
		margin:7px 15px 0 0;
		width:48px;
		max-height:48px;
		z-index:0;
/*		margin:7px 15px 15px 0; */
	}
    .tweet-main-entry .comment .tweet-image {
        width: 32px;
        max-height: 32px;
        margin: 2px 6px 2px 2px;
        border: 0px;
    }
    .tweet-main-entry .comment .posting-controls {
        clear: both;
    }
    .tweet-main-entry .tweet-content{
		margin:5px 10px;
		max-height:80px;
	}

	.tweet-main-entry h4 span{
		color:#ccc;
		font-size:12px;
		font-weight:normal;
		padding-left:5px;
	}
	.tweet-main-entry p span{
		color:#6cc;
	}
/* Tooltip Styles for Twitter-Postings(tweet-main-entry) and Relevant-Twiterers(tweet-entry) */

    .tweet-entry .tooltip-img{
        width:50px;
        height:50px;
        z-index:0;
        position:relative;
    }
	.tweet-main-entry .twitter-tooltip,.tweet-entry .twitter-tooltip{
	    width:550px;
	    margin-left:-15px;
	    position:absolute;
	    z-index:50;
	    margin-top:-15px;
	}
	.tweet-entry .twitter-tooltip{
        width:550px;
        margin-left:-465px;
        position:absolute;
        z-index:50;
        margin-top:-15px;
    }
#microblog-tooltip-template{
    display:none;
}
	.tweet-main-entry .twitter-tooltip .tooltip-content, .tweet-entry .twitter-tooltip .tooltip-content{
	    background:url(../images/announcepage/tooltip-bot-center.png) repeat-y;
	    min-height: 65px;
	}
	.tweet-main-entry .twitter-tooltip .tooltip-top, .tweet-entry .twitter-tooltip .tooltip-top{
	    background:url(../images/announcepage/tooltip-bot-top.png) no-repeat 0 bottom;
	}
	.tweet-main-entry .twitter-tooltip .tooltip-bottom, .tweet-entry .twitter-tooltip .tooltip-bottom{
	    background:url(../images/announcepage/tooltip-bot-bottom.png) no-repeat 0 top;
	}
	.tweet-main-entry .twitter-tooltip h2, .tweet-entry .twitter-tooltip h2{
	   font-size:15px;
	   margin: 0;
	   margin-bottom:5px;
	   padding-left:80px;
	}
	.tweet-entry .twitter-tooltip h2{
       font-size:15px;
       margin-bottom:5px;
       padding-left:19px;
    }

	.tweet-main-entry .twitter-tooltip .extra_info{
	   font-size: 12px;
	   margin-left:80px;
	   border-collapse:separate;
	   border-spacing:5px;
	}
	.tweet-entry .twitter-tooltip table{
       font-size: 12px;
       margin-left:14px;
       border-collapse:separate;
       border-spacing:5px;
    }
	.tweet-main-entry .twitter-tooltip .btn, .tweet-entry .twitter-tooltip .btn{
	   width:60px;
	}
	.tweet-main-entry img.preload, .tweet-entry img.preload {
        float:left;
        margin-top:18px;
        margin-left:-58px;
        position:relative;
        z-index:499;
    }
    .tweet-main-entry .twitter-tooltip .tooltip-content .icon {
        float:left;
        border:3px solid #ccc;
        margin:-19px 0 0 15px;
        width:48px;
        height:48px;
    }
    .tweet-entry .twitter-tooltip .tooltip-content .icon {
        width:50px;
        float:right !important;
        border:3px solid #ccc;
        margin:-23px 29px 0 0 !important;
        height:50px;
    }

.posting .content {
    width: 510px;
    float: left;
}
.posting .posting-controls {
	float: right;
	height: 16px;
	padding-top: 5px;
	overflow: hidden;
}
.posting .comment {
	margin: 2px 0px;
	padding: 4px 6px;
    background-color: #edeff5;
}
.posting .icon-fb-likes {
	padding-left: 22px !important;
	background-image: url('../images/icon-fb-likes.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.posting .icon-gp-plusone {
	float:left;
	padding-left: 22px !important;
	background-image: url('../images/icon-fb-likes.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.posting .icon-gp-reshare {
	float:right;
	padding-left: 22px !important;
	background-image: url('../images/icon-fb-likes.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.posting .icon-fb-comments {
	padding-left: 22px !important;
	background-image: url('../images/icon-fb-comments.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.posting .infobox {
    margin: 2px 0px 0px 0px;
    padding: 4px 6px;
    background-color: #f7f7f7;
    clear: both;
    float:left;
    width:100%;
}
.posting.facebook-posting a {
	color: #3758a5;
}
.posting .meta a {
	color: #717171;
}
    
/* Styles for profile notices */
.graph-box{
	/* width:206px;
	margin-right:14px;  for 3 Charts only */

	/* for 2 Charts */
	width:320px;
 	float:left;
	margin-right:10px;
}
	.graph-box.two{
		margin-right:0px;
		margin-left:10px;
	}
 	.graph-box p{
 		line-height:25px;
 		font-weight:normal;
 	}
/* For Blog Posts on profile notices */
.blog-entry{
	height:100%;
	overflow:hidden;
	margin-bottom:15px;
	line-height:17px;
}
.blog-entry img.blog-thumb{
	display:block;
	float:left;
	border:6px solid #ccc;
	margin-right:20px;
	width:161px;
}

/* Styles for Video Boxes on Profile Overview page */
.video-box{
	width:185px;
	float:left;
	height:100%;
	overflow:hidden;
}
.video-box img.video{
	border:6px solid #ccc;
	margin-bottom:2px;
}
.video-controls img{
	display:block;
	float:left;
	margin-right:2px;
}

#sidebar .einbinden p{
	margin-bottom:10px;
}

/* Style for Feedback Button */
a#uservoice-feedback-tab{
    background:#747474 !important;
    border-color:#747474 !important;
    background-image:url("http://cdn.uservoice.com/images/widgets/de/feedback_tab_white.png") !important;
    border-style:none !important;
}

/* WordCloud stylings */
.wordcloud {
    width:100%;
    text-align:center;
    line-height: 34px;
    vertical-align: baseline;
}
	.wordcloud-inline {
		line-height: normal !important;
		vertical-align: middle;
	}
	.wordcloud .word {
	    display: inline;
	    color: #888;
	    font-style: italic;
	    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	    white-space: nowrap;
	}
	.wordcloud .count {
	    font-size: 9px;
	    font-style: normal;
	    color: #c3c3c3;
	    vertical-align: baseline;
	    padding-right: 8px;
	}
	.wordcloud .notenough {
	    color: #aaa;
	    font-style: italic;
	    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	    font-size: 14px;
	    margin: 0 12px;
	}
	.wordcloud .hover-menu {
	    text-align:left;
	    display: none;
	    position: absolute;
	    z-index: 99999;
	    line-height:20px;
	    margin:0;
	    padding:0;
	    width:16px;
	    height:16px;
	}
	.wordcloud .hover-menu a {
	    margin:0;
	    padding:0;
	    display:block;
	    width:16px;
	    height:16px;
	    text-decoration:none;
	    border:0;
	}

#wordcloud_container li.cluster_keywords {
	display:none;
	padding-left: 20px;
}
#wordcloud_container li.cluster_keywords li {
	line-height: 14px !important;
	font-size: 12px !important;
	color: #aaa !important;
	background-color: #fff !important;
	cursor: default !important;
}
#wordcloud_container .notenough {
    color: #aaa;
    font-style: italic;
    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
    font-size: 14px;
    margin: 0 12px;
}
#wordcloud_container .buttons, #wordcloud_settings_dialog .buttons {
    text-align: right;
    padding-top: 15px;
}
#wordcloud_container input.button, #wordcloud_settings_dialog input.button {
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: url(/media/images/button_bg.png);
    background-repeat: repeat-x;
    height: 23px;
    text-align:center;
    padding:0 12px;
    color: #494949;
    font-size: 11px;
}
#wordcloud_settings_dialog {
    margin: 20px;
    width:600px;
}
#wordcloud_settings_dialog textarea {
    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
    font-style: italic;
    font-size: 14px;
    padding: 4px;
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 500px;
    height: 80px;
}
#wordcloud_settings_dialog .split {
    clear: both;
    height: 1px;
    background-color: #efefef;
    border: 0;
    margin: 20px 0;
}
#wordcloud_settings_dialog .word_container {
    padding: 5px 20px;
    margin-bottom: 20px;
    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
    font-style: italic;
    font-size: 14px;
    color: #888;
    line-height: 23px;
}
#wordcloud_settings_dialog .word_wrap {
    padding-right: 20px;
    white-space: nowrap;
}
#wordcloud_settings_dialog .word_input {
    float:right;
}
#wordcloud_settings_dialog .word_container h3 {
    font-size: 18px;
}
#wordcloud_settings_dialog .delete {
    display: inline-block;
    height: 9px;
    width: 9px;
    border: 0;
    background-image: url('/images/remove.png');
}
#wordcloud_settings_dialog input.input {
    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
    font-style: italic;
    font-size: 13px;
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 130px;
    padding: 2px 3px;
}
#wordcloud_settings_dialog input.blur {
    color: #aaa;
}
#wordcloud_settings_dialog .cluster_container {
    margin-top: 5px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
}
#wordcloud_settings_dialog .cluster_word_add {
    padding: 1px 2px !important;
    font-size: 12px !important;
}
#wordcloud_settings_dialog span.addicon {
    position: relative;
}
#wordcloud_settings_dialog span.addicon span {
    position: absolute;
    display: block;
    top: -1px;
    right: 4px;
    width: 14px;
    height: 14px;
    background: url('/images/plus.jpg');
    cursor: pointer;
}
#wordcloud_settings_dialog span.addicon input {
    padding-right: 20px;
}
#wordcloud_settings_dialog .cluster_input {
    margin-right: 7px;
    margin-top: 12px;
}
#wordcloud_settings_dialog .cluster_input span.addicon span {
    top: 3px;
    right: 3px;
}
#wordcloud_settings_dialog .cluster_delete {
    display: inline-block;
    margin-left: 10px;
    border: 0;
    width: 16px;
    height: 16px;
    background: url('/images/bin.jpg');
}

/* these must be removed some time: */
.mb-20 { margin-bottom:20px }

/* Styles for Tabs on twitter overview page */
/* Tabs Styles */
.tab_ul{
	margin-bottom:20px;
	height:100%;
	overflow:hidden;
}
	.tab_ul li{
		display:inline;
	}
	.tab_ul li a, .ui-state-default a {
		display:block;
		float:left;
		padding:10px 25px 5px;
		color:#666;
		text-decoration:none;
	}
	.tab_ul li a:hover{
		text-decoration:underline;
	}
	.tab_ul li a.bg{
	/*	padding-left:22px;*/
	}
#tabs .ui-tabs-selected a{
	border-bottom:0;
}
#tabs {
	font-size: 1em !important;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-dialog {
    border: 2px solid #E0E0E0 !important;  
}

/* TODO: remove these!  */
.h-22-gry { font-size:22px }
.l_gray { color:#c3c3c3; text-decoration:none; font-style:normal;}
.green { color:#4fdcde }
.ccc { color:#ccc }
.small { font-size:small }

.pagination {
    font-size:14px;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
	.pagination .page {
	    color:#525254;
	    margin:0px;
	    padding:2px .5em;
	}
	.pagination a.page:hover {
	    text-decoration:none;
	    color:white;
	    background-color:#b0b0b0;
	}
	.pagination .cur-page {
	    font-weight:bold;
	    color:white;
	    background-color:#4fdcde;
	}
.posting_list_top .postings_per_page, 
.posting_list_top .limit_sentiment, 
.posting_list_top .search_form, 
.posting_list_top .xls_export {
    font-size:14px;
    margin:10px 25px 10px 0px;
    float:left;
}
.posting_list_top .search_form {
	clear:both;
	float:left;
}
.posting_list_top .xls_export {
	margin-right:10px
}
    .postings_per_page a, .limit_sentiment a {
	    color:#525254;
	    margin:0px;
	    padding:2px .5em;
	    text-decoration:none;
    }
    .postings_per_page a:hover, .limit_sentiment a:hover {
	    color:white;
	    background-color:#b0b0b0;
    }
    .postings_per_page .selected, .limit_sentiment .selected {
	    font-weight:bold;
	    color:white;
	    background-color:#E0E0E0;
    }
#search_form {
	float: left;
    height: 20px;
}
.select_language {
	float:right;
}


/* user/customer buttons to edit / delete / (un)suspend */

a.btn-plus,a.btn-close {
	padding: 0 0 0 21px;
	font-size: 15px;
	color: #525254;
	font-weight: bold;
}
/*a.btn-plus { 
    background: url(/media/images/plus.jpg) no-repeat;
}
a.btn-close { 
	background: url(/media/images/delete.jpg) no-repeat;
}*/

a.user-button, a.customer-button {
	padding:0 0 0 23px;
	text-decoration:none;
	color:#515151;
	display:block;
	font-style:normal;
}

a.customer-edit, a.user-edit {
	background: url(/media/images/edit_shaped.png) no-repeat !important;
}
a.customer-delete, a.user-delete {
	background: url(/media/images/delete_shaped.png) no-repeat !important;
}
a.customer-activate, a.user-activate {
	background: url(/media/images/activate_shaped.png) no-repeat !important;
}
a.customer-deactivate, a.user-deactivate {
	background: url(/media/images/deactivate_shaped.png) no-repeat !important;
}
.blog-post-image { width:161px; }

.freq-bar {
	overflow: visible;
	white-space: nowrap;
    display: block;
}
.selection {
	float:right;
	margin-right: -5px;
	line-height: 26px;
}
.smart-selection {
	float:right;
	width: auto;
	padding: 3px 4px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* posting controls */
.posting-controls a {
    width:16px;
    height:16px;
}
	.posting-controls a:hover {
		text-decoration:none;
	}
.edit-btn {
	background:url(../images/edit.jpg) no-repeat;
}
.daily-mail-on {
	background:url(../images/icon-mail.png) no-repeat;
}
.daily-mail-off {
	background:url(../images/icon-nomail.png) no-repeat;
}
.search-btn {
	background:url(../images/search.jpg) no-repeat;
}
.favorite-btn {
	background:url(../images/favorite.jpg) no-repeat;
}
.favorite-btn.active {
	background:url(../images/favorite-active.jpg) no-repeat;
}
.delete-btn {
	background:url(../images/bin.jpg) no-repeat;
}
.undelete-btn {
	background:url(/media/images/icon-nospam.png) no-repeat !important;
}
.spam-btn {
	background:url(/media/images/icon-spam.png) no-repeat;
}
.unspam-btn {
	background:url(/media/images/icon-nospam.png) no-repeat;
}
.sentiment-btn{
    background:#cac4c4;
}
.red-box{
    background:url(../images/red-box.jpg) no-repeat;
}
.green-box{
    background:url(/media/images/l-green-box.jpg) no-repeat;
}
.grey-box{
    background:#cac4c4;
}
.update-profile {
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 18px;
	background: url(/media/images/icon-update.png) no-repeat;
}
.noupdate {
	background: url(/media/images/icon-noupdate.png) no-repeat !important;
}
/* Styles for spam */
.spam-menu{
    width:310px;
    height:35px;
    background:#f3f3f3;
    border:2px solid #cccccc;
    padding:3px 3px 3px 3px;
    position:absolute;
    font-size:12px;
    cursor: pointer;
}
.spam-menu p {
	line-height: 18px;
}
.spam-menu p:hover {
	color: #222;
}
.spam-menu span{
    height:14px;
    width:14px;
    float:right;
}
.posting .spam-menu {
	margin-top: 4px;
	margin-left: 330px; 
}
.comment .spam-menu {
	margin-top: 0px;
	margin-left: 175px; 
}
.smart-selection .spam-menu {
	margin-top: 0px;
	margin-left: -225px; 
}
/* Styles for manuell Sentiment */
.choice-menu{
    width:75px;
    height:50px;
    background:#f3f3f3;
    border:2px solid #cccccc;
    padding:3px 3px 3px 3px;
    position:absolute;
    font-size:12px;
    cursor: pointer;
}
    .choice-menu span{
        height:14px;
        width:14px;
        float:right;
    }
    .choice-menu .active{
        font-weight:bold;
    }
.posting .choice-menu {
	margin-top: 4px;
	margin-left: 570px; 
}
.comment .choice-menu {
	margin-top: 0px;
	margin-left: 415px; 
}
.smart-selection .choice-menu {
	margin-top: 0px;
	margin-left: 10px; 
}
.smart-selection .choice-menu p {
	line-height: 18px;
}
.posting p a, .posting p .value {
    color: #525254;
}
	
.sentiment-box.sentiment-negative{
    background:url(../images/red-box.jpg) no-repeat;
}
.sentiment-box.sentiment-positive{
    background:url(/media/images/l-green-box.jpg) no-repeat;
}
.sentiment-box.sentiment-neutral{
    background:#cac4c4;
}

/* Formulare */

.user-form h2 { margin-bottom: 15px; }
.user-form .field-group { margin-bottom: 40px; }
.user-form .field-group-v { margin-bottom: 0px; }
.user-form .field-label { margin-bottom: 7px; }
.user-form .field-button {
	padding-top:10px;
	float:right;
	font-weight:normal;
	font-size:15px;
	color:#525254;
}
.user-form .field {
    margin-bottom: 15px;
}
.user-form .field-errors {
	margin-bottom: 15px;
	color: red;
}
.user-form .field-notes {
    font-size: 80%;
    margin-left: 20px;
}
.user-form input[type=text] {
	width: 540px;
	height: 23px;
	padding: 7px 0 0 5px;
	border: 2px solid #eee;
	color: #666;
}
.user-form .field-button-group {
	text-align:right;
	width:550px;
}
    .user-form .field-button-group input {
        font-weight:normal;
    }
.preloader-container {
	background: url(../images/preloader.gif) no-repeat center;
    height:35px;
}
.preloader {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
    .abort {
        float:right;
        margin-left:10px;
        height: 19px;
        text-align:center;
        padding-top:5px;
    }
    .abort a{
        color: #666666;
        text-decoration: none;
    }
/* Dialog Boxes */
#topic-delete-dialog{
	margin-top:20px;
    margin-bottom:10px;
}
#profile-delete-dialog{
    margin-top:20px;
	margin-bottom:10px;
	width:270px;
}
#user-delete-dialog{
	margin-top:20px;
    margin-bottom:10px;
}
#customer-delete-dialog{
    margin-top:20px;
    margin-bottom:10px;
}
	.dark-content{
		background:#000;
		opacity:0.35;
	}
	.ui-dialog{
		background:url(../images/announcepage/dialogbox.png) no-repeat;
		text-align:center;
	}
	.ui-dialog-content{
		min-height:80px;
	}
	.ui-dialog .ui-dialog-buttonpane button {
		margin: 0 5px 5px 5px;
		cursor: pointer;
		padding: .2em .6em .3em .6em;
		line-height: 1.4em;
		overflow:visible;
		width:auto;
		height:28px;
		border:2px solid #eee;
		background:#eee url(../images/submit-bg.jpg) repeat-x;
		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
	}

.gauge {
    float:left;
    margin-left:10px;
    margin-bottom:40px;
    width:320px;
    height:170px;
}
    .gauge div {
        line-height:25px;
    }
    .gauge .gauge-header {
        height:50px;
    }
    .gauge .gauge-title {
        display:inline;
        padding-right: 4px;
        float:left;
    }
    .gauge .gauge-value {
        display:inline;
        font-style:italic;
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#c3c3c3;
        text-decoration:none;
        font-style:italic;
        clear:both;
        float:right;
        height:50px;
    }
    .gauge .gauge-chart {
        clear:both;
    }
    .gauge .gauge-error{
       background:#f3f3f3;
       padding:25px 10px;
       text-align:center;
       line-height:120%;
    }
#main-overlay {
	padding-top: 150px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
.info-button {
    width: 17px;
    height: 17px;
    background-image: url(/media/images/icon-info.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}
.info-button:hover {
    background-image: url(/media/images/icon-info-hl.png);
}
.tooltip {
	position: absolute;
    border: 1px solid #f1f1f1;
    background:#edfbfc;
	z-index: 9999;
    color: #525254;
    padding: 4px 6px;
    margin: 0px 4px;
    font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
    font-size: 15px;
    line-height: 20px;
}
.tooltip a{
    text-decoration: underline;
    color: #525254;
    font-weight: bold;
}
.note {
	font-style: italic;
	font-size: 10px;
	margin-bottom: 4px;
}
/* profile comparison styles */
.profile-comparison-color {
	width:35px;
}
.profile-comparison-color input {
	width:20px !important;
	height:20px !important;
	text-indent: -999em;
	cursor: pointer;
}
.profile-comparison-action {
	width: 100px;
}
.inner-wordcloud-position {
	display: table;
	height: 200px;
	width: 100%;
}
.inner-wordcloud-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;	
}
#profile_comparison_profile_add {
	padding:20px;
	width:300px;
}
#profile_comparison_profile_add .buttons {
    text-align: right;
    padding-top: 15px;
}
.profile-comparison-stats {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.right-stats {
	margin-right: 0;
}
.profile-comparison-stats h5 {
	margin-left: 30px;
}
	
#profile_comparison_profile_add input.button {
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: url(/media/images/button_bg.png);
    background-repeat: repeat-x;
    height: 23px;
    text-align:center;
    padding:0 12px;
    color: #494949;
    font-size: 11px;
    cursor: pointer;
}
#color-chooser {
	display: none;
    position: absolute;
    width: 150px;
}
#color-chooser div {
	float: left;
	width: 27px;
	height: 27px;
	text-indent: -999em;
	cursor: pointer;
}
#color-chooser div:last {
	border: 2px solid #eee !important;
}
.filter-list input#id_typ, .filter-list select {
	width: 98% !important;
}
.filter-list td {
	padding-bottom: 4px;
}
.filter-list .submit {
	margin: 0 auto !important;
}
.journal-entries {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
}
.journal-entries td {
	padding: 3px 4px;
	border-bottom: 1px dotted #ccc;
}
.journal-entries td.noborder {
	border: 0 !important;
}
.journal-entries th {
	padding: 3px 4px;
	border-bottom: 1px solid #ccc;
}
.journal-entries tr {
	cursor: pointer;
}
.journal-entries tr:hover {
	background-color: #eee;
}
.journal-entries .entry-view-detailed, .journal-entries .entry-view-detailed tr {
	background-color: transparent !important;
	cursor: auto !important;
}
.journal-entries .hide {
	display: none;
}
.journal-entries .detail-box {
	margin: 8px 20px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.staff_only {
	border: 1px solid #dd2222;
}
table.button-index tr {
	height: 60px;
}
table.button-index td {
	padding: 2px 6px;
	min-width: 300px;
	vertical-align: middle;
	text-align: center;
}
table.button-index td + td {
	text-align: left;
	font-size: 12px;
}
#feedback-link {
	position: fixed;
	width: 38px;
	height: 126px;
	top: 200px;
	right: 0px;
	text-indent: -9999px;
	background: url(/media/images/icon-feedback.png);
}
.hint_seiten{
	height:500px;
	background-color:#FFFFFF;
}
.hint_text_l{
	margin-top:30px;
	padding-left:30px;
}
.hint_text_r{
	margin-top:49px;
	margin-right:210px;
	float:right;
	font-size:20px;
	color:#5cdbdd;
}
.hint_text_l p{
	font-size:20px;
	font-family:Arial;
	letter-spacing:0px;
	color:#5cdbdd;
}
.hint_text_l h1{
	font-size:50px;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-4px;
	color:#5cdbdd;
}
#suspend_dialog input {
	width:100%;
}
