html {
        background: url(../images/background.jpg) no-repeat right top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body
{
	margin: 0;
	padding: 0;
	/*background: #fff url(../images/img01.jpg) repeat-x left top;*/
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	height: 100%;
	
}

h1, h2, h3
{
	margin: 0;
	text-transform: lowercase;
	font-family: Tahoma;
	font-weight: normal;
	color: #538f05;
}

h1
{
	font-size: 44px;
}

h2
{
	font-size: 18px;
}

h3
{
}

p, ul, ol
{
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

ul, ol
{
}

blockquote
{
}

a
{
	text-decoration: none;
	color: #ffffff; /*changed*/
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}


img.left
{
	float: left;
	margin: 7px 30px 0 0;
}

img.right
{
	float: right;
	margin: 7px 0 0 30px;
}

hr
{
	display: none;
}

.list1
{
}

.list1 li
{
	float: left;
	line-height: normal;
}

.list1 li img
{
	margin: 0 30px 30px 0;
}

.list1 li.alt img
{
	margin-right: 0;
}

#wrapper
{
	min-height: 100%; /*background-color:#548fd1;   /*prova*/
}

/* Header */

#header-wrapper
{
}

#header
{
	width: 900px;
	height: 45px;
	margin: 0 auto;
}

/* Menu */

#menu
{
	float: left;
	width: 540px;
	height: 45px;
}

#menu ul
{
	margin: 0;
	padding: 2px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: block;
	float: left;
}

#menu a
{
	display: block;
	float: left;
	margin-right: 3px;
	padding: 13px 25px 2px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma;
	font-size: 16px;
	color: #fff;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .current_page_item a
{
	height: 26px;
	background: #fff   repeat-x left top;
	color: #193556;
}

#menu .first
{
	background: none;
}
/* Search */

#search
{
	float: right;
	width: 305px;
	height: 45px;
	padding: 2px 20px 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#navbar
{
	position: absolute;
	left: 22%;
	width: 400px;
	height: 45px;
	padding: 0px 0px 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar
{
	position: absolute;
	left: 22%;
	width: 400px;
	height: 45px;
	padding: 0px 0px 0 0;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
/* Page */
#Div1
{
	height: 100%;
	background-color: #548fd1; /*changed*/
}
#Div2
{
	height: 305px;
	background-color: #548fd1; /*changed*/
}
#page
{
	width: 1000px;
	margin: 0 auto;
}

#page-bgtop
{
	padding-top: 25px; /*background: url(../images/banner.jpg) no-repeat top;*/
	min-height: 100%;
}

#page-bgtop-secure
{
	padding-top: 2px;
}

#page-grid
{
	width: 99%;
	/*margin: 0 auto;*/
}
#page-site
{
	/*background: #fff url(../images/img01-2.png) repeat-x left top;*/
	min-height: 100%;
	background-color: #548fd1; /*prova*/
}
#page-secure
{
	/*background:#5791D1;*/
}

/** LOGO */

#logo
{
	width: 920px;
	height: 134px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat right top;
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
}

#logo p
{
	text-transform: capitalize;
	font-size: 12px;
}

#logo h1
{
	padding-top: 40px;
	font-size: 40px;
}

#logo a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content
{
	float: left;
	width: 658px;
	padding-top: 20px;
	padding-right: 30px;
}

#content-site
{
	float: left;
	width: 658px;
	padding-top: 20px;
	padding-right: 30px;
}

/* Post */

.post
{
	background: url(../images/img07.jpg) repeat-x left bottom;
	margin-bottom: 25px;
}

.post .title
{
	height: 30px;
	color: #000;
}

.post .title a
{
	text-decoration: none;
	color: #538f05;
}

.post .date
{
}

.post .meta
{
	margin-top: -10px;
	padding: 10px 0px 2px 16px;
	background: url(../images/img03.gif) no-repeat left 8px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #343738;
}

.post .meta span
{
	display: block;
	margin-top: -10px;
}

.post .meta a
{
}

.post .entry
{
	padding: 10px 0;
}

.post .links
{
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments
{
}

.post .links .permalink
{
	padding-left: 17px;
}


/* Footer */

/* Footer */

#footer
{
	width: auto;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer-bgcontent
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #d3e2f2;
	border-top: 2px solid #5684c2;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer p
{
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #5684c2;
}

#footer a
{
	color: #5684c2;
}

.Info /*new*/
{
	width: 50%;
	height: 20%;
	border-color: #ffffff;
}
.Button
{
	border-collapse: collapse;
	background-color: #ffffff;
	border-right: #9DC9FF 1px solid;
	border-top: #9DC9FF 1px solid;
	border-left: #9DC9FF 1px solid;
	border-bottom: #9DC9FF 1px solid;
	color: #FFFFFF;
	background-image: "images/button.png";
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top, #00adee, #0078a5);
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background: -ms-linear-gradient(top, #00adee, #0078a5);
	background: -o-linear-gradient(top, #00adee, #0078a5);
	border-radius: 8px;
	cursor: pointer;
}
.Button:hover
{
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -webkit-linear-gradient(top, #0078a5, #00adee);
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	background: -ms-linear-gradient(top, #0078a5, #00adee);
	background: -o-linear-gradient(top, #0078a5, #00adee);
	background: linear-gradient(top, #0078a5, #00adee);
}

.CSS_TextBox
{
	border-radius: 3px;
	border-right: #9DC9FF 1px solid;
	border-top: #9DC9FF 1px solid;
	border-left: #9DC9FF 1px solid;
	border-bottom: #9DC9FF 1px solid;
	behavior: url(PIE.htc); /* IE */
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
	color: #000000;
}

.CSS_TextBox_Numeric
{
	text-align: right;
}

.CSS_TextBox:hover, .CSS_TextBox:hover
{
	background-color: #9DC9FF !important;
}

.CSS_TextBox:focus, .CSS_TextBox:focus
{
	background-color: #FFE2AE !important;
}

#HeadLoginStatus
{
	color: #FFFFFF;
}
.nouseritem
{
	font-size: larger;
	font-weight: bold;
}
.rounded-corner
{
	background-color: #87b3e2; /* change the radius value and see the difference */
	border-radius: 10px; /* defining radius value for mozila */
	box-shadow: 1px 2px 5px #666;
}

.HeadMenuItem
{
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
}

.MenuLabel
{
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
}
.underlineText
{
	text-decoration: underline;
	color: #6298D6;
}

.buttonHand
{
	cursor: pointer !important;
	cursor: hand !important;
}

.ErrorMessage
{
	border-style: none;
	font-size: x-large;
}

/*
   Mappa clienti
*/
.divListClienti
{
	width: 100%;
	display: block;
	height: 130px;
	overflow: scroll;
}

.outer
{
	width: 200px;
	padding: 2px;
	margin: 0px 0px 2px 0px;
}
.inner
{
	width: 496px;
	margin: 2px auto;
}

.innerTitle
{
	float: left;
	width: 80px;
	margin: 0px 5px 0px 0px;
	background-color: #eeeeee;
	padding: 0px 0px 0px 5px;
}

.innerContent
{
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

.innerContent a
{
	color: #FFFFFF !important;
}

.clear
{
	clear: both;
}


/* 
	RadMenu
*/

.RadMenu
{
	z-index: 10 !important;
}

.menu-container
{
	padding: 5px;
	margin: -5px 0;
}

.menu-container .RadMenu
{
	float: none;
}


/* 
	RadGrid
*/

.rgDataDiv
{
	height: auto !important;
}

div.RadGrid, div.RadGrid table.rgMasterTable thead
{
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

div.RadGrid table.rgMasterTable thead th.rgHeader:first-child
{
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

div.RadGrid table.rgMasterTable thead th.rgHeader:last-child
{
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

div.RadMenu_Default .rmRootGroup
{
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.hideGroupPanel
{
	display: none;
}
.flexbox
{
	width: 400px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #87b3e2;
	padding-top: 10px;
	padding-left: 2px;
	padding-bottom: 2px;
	box-shadow: 1px 2px 5px #666;
	position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -200px;
    
}
#loadingScreen
{
	background: url(../images/ajax-loader.gif) no-repeat 5px 8px;
	padding-left: 25px;
}

/* Fieldset */

fieldset
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-width: 3px;
	border-color: #87B3E2;
}

legend
{
	background: #87B3E2;
	border: solid 1px #6298D6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 3px;
	font-weight: bold;
}

/* Table layout */
.yesNoHovered .rbText
{
	color: White !important;
}
.imgBtnTable td
{
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.imgBtnTable td.center
{
	text-align: center;
	border-right: 1px solid #eee;
	width: 250px;
}


/* Simple Button */
.css3Simple
{
	border-radius: 5px;
}

/* Simple Button with rounded corners and shadows */
.RadButton.rbLinkButton.css3Shadows
{
	border: 0;
	border-radius: 5px;
	box-shadow: 1px 2px 5px #666;
}

#divInfo
{
	background-color: #548fd1;
}
