/****    divs for columns and rows           *****/
.container-usersearch {
	/*margin: 0 auto;*/
	/* width: 90%;  */
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	box-shadow: 0px 2px 7px #292929;
	-moz-box-shadow: 0px 2px 7px #292929;
	-webkit-box-shadow: 0px 2px 7px #292929;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	width: 105%;
}

.row-search {
	width: 90%;
}

.user-width{
    max-width: 200px;
}

.dives-width{
	width: 100px;
}

div.rows div.row {
	clear: both;
	border-bottom: 0px dashed black;
	width: 100%;
	height: 700px;
}

div.rows div.column {
	float: left;
}

div.rows div.clear-row {
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.w-70-percent {
	width: 70%;
}

.w-30-percent {
	width: 30%;
	height: 100%;
}

.w-30-percent-left {
	width: 30%;
	height: 100%;
	float: left !important;
}

.w-50-percent {
	width: 50%;
	height: 100%;
}

.w-50-percent-left {
	width: 50%;
	height: 100%;
	float: left !important;
}

#container {
	margin: auto;
	width: 70%;
	/*border: 2px solid black;*/
}

.container-graphics {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.container-userstatistics {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

fieldset.usersearch {
	width: 100%;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #b8cfe5;
}

#div-wrapper-right-usersearch {
	float: right;
	width: 70%;
	height: 1000px;
	/*padding:10px;*/
	/* REMOVE THIS LINE: */
	/* background:#bbb;*/
}

#div-wrapper-left-usersearch {
	float: left;
	width: 30%;
	height: 1000px /*padding:10px;*/     
         /* REMOVE THIS LINE: */     
         /*background:#999;*/
}

#div-wrapper-usersearch {
	width: 2100px;
	margin: 0 auto;
}

/* end divs row and columns */

/* gui components */

/*** 

html5 gui fields and layouts

**/
fieldset.height-usersearchs {
	height: 200px;
	width: 400px;
}

#errors {
	border: solid 1px #E58E8E;
	padding: 10px;
	margin: 25px 0px;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display: none;
}

#errors li {
	padding: 2px;
	list-style: none;
}

#errors li:before {
	content: ' - ';
}

#errors #info {
	font-weight: bold;
}

#errors #info:before {
	content: '';
}

#success {
	border: solid 1px #83D186;
	padding: 25px 10px;
	margin: 25px 0px;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight: bold;
	display: none;
}

#errors.visible,#success.visible {
	display: block;
}

#req-field-desc {
	font-style: italic;
}
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required,textarea:required {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/* Normalize placeholder styles */
/* chrome, safari */
::-webkit-input-placeholder {
	color: #CCC;
	font-style: italic;
}
/* mozilla */
input:-moz-placeholder,textarea:-moz-placeholder {
	color: #CCC;
	font-style: italic;
}
/* ie (faux placeholder) */
input.placeholder-text,textarea.placeholder-text {
	color: #CCC;
	font-style: italic;
}

/** end html5 **/

/*   tables styles  */
th.medium-width {
	width: 250px;
}

th.medium-width-2 {
	width: 350px;
}

td.medium-width {
	width: 250px;
}

td.medium-width-2 {
	width: 350px;
}

td.width-60 {
	width: 60%;
}

td.width-30 {
	width: 30%;
}

td.width-70 {
	width: 70%;
}

td.width-50 {
	width: 50%;
}

td.width-20 {
	width: 20%;
}

td.width-10 {
	width: 10%;
}

td.max-values {
	max-width: 250px;
	max-height: 150px;
	overflow: hidden;
}

th.max-values {
	max-width: 250px;
	max-height: 150px;
	overflow: hidden;
}

td.max-values-large {
	max-width: 350px;
	max-height: 150px;
	overflow: hidden;
}

th.max-values-large {
	max-width: 350px;
	max-height: 150px;
	overflow: hidden;
}

th.max-values-large-no-hidden {
	max-width: 350px;
	max-height: 150px;
	/* overflow: hidden;*/
}

td.max-values-large-no-hidden {
	max-width: 350px;
	max-height: 150px;
	/*overflow: hidden;*/
}

td.max-values-text-fixation {
	max-width: 250px;
	max-height: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/** table styling  **/
#table-usersearch {
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	width: 50%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


#table-usersearch td,#table-usersearch th {
	padding: 5px;
	color: #333;
}

#table-usersearch thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	/*
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
		to(#e3e3e3), color-stop(.6, #B3B3B3));
		*/
	background-color: #A8DCEC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0FAF9), to(#DCF2F7), color-stop(.6, #A0D1D3));
		
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #A0D1D3 90%);
	border-bottom: solid 1px #999;
}

#table-usersearch th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}

#table-usersearch td {
	line-height: 20px;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size: 10px;
	/*border-bottom: 1px solid #fff;*/
	/* border-top: 1px solid #fff; */
	border-top: 1px solid #d0d0d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color: #285786;
	max-width: 100px;
}

#table-usersearch td:hover {
	background-color: #fff;
}

/*** end table styling ***/

/*** tooltip styling **/
.tooltip {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* color: #285786; */
	color: #2558A3;
}

.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 550px;
}

.tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}

.classic {
	padding: 0.8em 1em;
}

.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
	background: transparent;
}

.classic {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}

.critical {
	background: #FFCCAA;
	border: 1px solid #FF3334;
}

.help {
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
}
/*
.info {
	background: #C8DBFC;
	border: 1px solid #2BB0D7;
}
*/
.warning {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}

/** tooltip styling **/

/** fields components**/