/*
 * Html Generals
 *
 * -Tag
 * -Class
 * -Id
 *  - header
 *  - left
 *  - content
 *  - footer
 *
 * ------------------------------ Tag ------------------------------
 */
html {
	overflow: hidden;
}

body {
	background: #e4eff4 url(../img/main-bg.png);
	font-family: arial;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0 0 15px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a:link,a:visited,a:active {
	color: #6b98a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
	background-color: #6997a7;
}

h3,h4 {
	color: #6b98a8;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: 5px;
	padding: 0 0 5px;
	white-space: nowrap;
}

/*
 * ------------------------------ Class ------------------------------
 */
.section {
	display: inline-block;
	min-width: 99.9%;
	padding-top: 1px;
	background-color: #e7f3f8;
	border: 1px solid #b3c9d1;
	margin-top: 38px;
	margin-bottom: 2px;
	border-radius: 4px;
}

.section h2 {
	margin: -38px -1px 1px;
	border-radius: 4px;
}

.chat { /* Livezilla chat */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	text-align: center;
}

.chat h2 {
	border-radius: 4px;
}

.ping {
	position: absolute;
	top: 9px;
	right: 7px;
}

.reports { /* Reports */
	display: none;
}

.ticket { /* Ticket */
	display: none;
}

/*
 * ------------------------------ Id ------------------------------
 */
#header {
	position: absolute;
	width: 100%;
	height: 63px; /*deve concordare con header, left, content*/
	top: 0;
	left: 0;
	overflow: hidden;
	border-bottom: 1px solid #5d7282;
	background: url(../img/head_bg.png) repeat-x;
}

#sidebar {
	position: absolute;
	width: 150px; /*deve concordare con left, content*/
	left: 0;
	top: 64px; /*deve concordare con header, left, content*/
	overflow: hidden;
	padding-top: 3px;
	padding-left: 1px;
	bottom: 26px; /*deve concordare con left, content, footer*/
}

#content {
	position: absolute;
	left: 151px; /*deve concordare con width, sidebar*/
	top: 64px; /*deve concordare con header, left, content*/
	bottom: 26px; /*deve concordare con left, content, footer*/
	right: 0px;
	padding: 1px;
	overflow: auto;
}

#full_content {
	position: absolute;
	left: 1px;
	top: 64px; /*deve concordare con header, left, content*/
	bottom: 26px; /*deve concordare con left, content, footer*/
	right: 0px;
	overflow: auto;
}

#footer {
	position: absolute;
	width: 100%;
	height: 25px; /*deve concordare con left, content, footer*/
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-top: 1px solid #5d7282;
	background: url(../img/footer_bg.png) repeat-x;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff;
}

/* header elements */
#logo {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 390px;
	height: 56px;
	background: url(../img/logo_p.png) no-repeat;
	border: 1px solid #bedeff;
	border-radius: 5px;
}

#logo .homepage {
	position: absolute;
	width: 225px;
	height: 56px;
}

#logo .bando {
	position: absolute;
	left: 227px;
	width: 163px;
	height: 56px;
	line-height:56px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

#logo .bando:hover {
	color: #456778;
}

#user_details {
	height: 61px;
	position: absolute;
	top: 2px;
	right: 16px;
	color: #a2bacc;
	text-align: right;
}

#user_details a {
	border-left: 1px solid #a2bacc;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 3px;
	padding-right: 2px;
	color: #78d4fe;
}

/* left elements */
#menu {
	background-color: #e7f3f8;
}

#menu>div {
	border: 1px solid #b3c9d1;
	margin-bottom: 3px;
	padding: 3px 0;
	border-radius: 4px;
}

#menu a {
	background: url(../img/sidebar_lk_bg.png) no-repeat 6px 9px;
	color: #194d65;
	display: block;
	line-height: 23px;
	text-indent: 15px;
	border-top: 1px solid #b3c9d1;
}

#menu a:first-child {
	border: 0;
}

#menu a:hover {
	color: #fff;
	text-indent: 25px;
	background-color: #6298ba;
	text-decoration: none;
}

#menu h2 {
	border-radius: 4px;
}

#quick_info h2 {
	border-radius: 4px;
}

#quick_info dl {
	color: #7e898f;
	font-size: 11px;
	line-height: 18px;
	background-color: #e7f3f8;
	border: 1px solid #b3c9d1;
	padding: 3px 0;
	display: none;
}

#quick_info dt {
	display: block;
	font-weight: 700;
	text-align: center;
}

#quick_info dd {
	display: block;
	background-color: #fff;
	text-align: center;
}

#info:hover {
	color: #6b98a8;
}

#information {
	background-color: #e7f3f8;
	border: 1px solid #b3c9d1;
	color: #194d65;
	margin-top: 2px;
	padding: 2px;
	cursor: pointer;
}

#upload_popup { /* Upload */
	width: 350px;
	height: 160px;
}

#upload_dlg span.info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}

#upload_dlg input[type=reset],#ul_pb {
	display: none;
}

/* Captcha */
#img_captcha {
	width: 167px;
	height: 49px;
	margin-left: 50px;
}

/* Back to Top */
#arrow_up {
	position: fixed;
	bottom: 45px;
	right: 21px;
	width: 74px;
	height: 16px;
	padding: 8px;
	background: #4e616f;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display: none;
}

/* Pageload */
#pageload {
	background: #f4f8fb url(../img/loading.gif) no-repeat center;
}