@charset "utf-8";
/* CSS Document */

/* -- body ---------------------------------------------------------------------*/
#ui-datepicker-div {
	display: none;
}

html {
	height: 100%;
	background: #f1f1f1;
}
body {
	min-width: 1000px;
	margin: 0px;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	background: #f1f1f1;
}
	
body.login {
	margin: 0;
	height: 100%;
	background: #f1f1f1 url(../images/background.png) bottom center repeat-x;
}


/* // body ---------------------------------------------------------------------*/




/* -- Common -------------------------------------------------------------------*/

.wrap {
	float: left;
	width: 100%;
}
.inner {
	margin: 0 auto;
	width: 940px;
}
.clearfix {
	clear: both;
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}

/* // Common -------------------------------------------------------------------*/




/* -- Columns ------------------------------------------------------------------*/

.column {
	float: left;
}
.column.x2 {
	margin: 0 10px 0 1px;
    width: 708px;
}
.column.x1 {
	margin: 0 0 0 0;
	width: 217px;
}

/* // Columns ------------------------------------------------------------------*/




/* -- TOP DIV ------------------------------------------------------------------*/

#topDiv {
	height: 150px;
	background: url(../images/topbar-ext.png) left top repeat-x;
}
#topDiv div.bg {
	height: 150px;
	background: url(../images/topbar-bg.png) top center no-repeat;
}

#topDiv .row01 {
	float: left;
	width: 940px;
	height: 25px;
}
#topDiv .row01 .userInfo {
	float: right;
	margin: 7px 0 0 0;
	width: auto;
	height: 18px;
	font-size: 9px;
	color: #656464;
	text-align: right;
}

#topDiv .row01 .userInfo span.userNome {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #afafaf;
}
#topDiv .row01 .userInfo span.userLog {
	font-size: 9px;
	font-weight: bold;
	color: #afafaf;
}
#topDiv .row01 .userInfo a.icon {
	font-size: 10px;
	color: #afafaf;
	text-shadow: 0px 1px 0px #000;
	cursor: pointer;
}
#topDiv .row01 .userInfo a:hover {
	color: #ccc;
	text-decoration: none;
}

#topDiv .row01 .userInfo a.icon.messages {
	padding: 2px 0 1px 28px;
	background: url(../images/icon-messages.png) left top no-repeat;
}
#topDiv .row01 .userInfo a.icon.users {
	margin: 0 0 0 5px;
	padding: 2px 0 1px 20px;
	background: url(../images/icon-users.png) left top no-repeat;
}
#topDiv .row01 .userInfo a.icon.alerts {
	margin: 0 0 0 5px;
	padding: 2px 0 1px 20px;
	background: url(../images/icon-alerts.png) left top no-repeat;
}


#topDiv .row02 {
	float: left;
	margin: 0;
	width: 940px;
	height: 86px;
}
#topDiv .row02 .LogoInovazi {
	float: left;
	width: 265px;
}
#topDiv .row02 .LogoInovazi h1 {
	float: left;
	margin: 0;
	width: 265px;
	height: 86px;
}
#topDiv .row02 .iconsTray {
	float: right;
	width: 505px;
	height: 86px;
	text-align: right;
}
#topDiv .row02 .iconsTray ul {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}
#topDiv .row02 .iconsTray ul li {
	float: left;
	display: block;
	margin: 0 2px;
	width: 45px;
	height: 48px;
}
#topDiv .row02 .iconsTray ul li.sep {
	float: left;
	display: block;
	margin: 0 10px;
	width: 2px;
	height: 45px;
	background: url(../images/grad01.png) left top no-repeat;
}
#topDiv .row02 .iconsTray ul li a {
	display: block;
	padding: 38px 0 0 0;
	width: 45px;
	height: 10px;
	font-size: 11px;
	color: #000000;
	text-shadow: 0px 1px 0px #7e7e7e;
	text-align: center;
	cursor: pointer;
}

#topDiv .row02 .iconsTray ul li a.website {
	background: url(../images/icon-website.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.email {
	background: url(../images/icon-email.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.stats {
	background: url(../images/icon-stats.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.info {
	background: url(../images/icon-info.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.config {
	background: url(../images/icon-config.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.archive {
	background: url(../images/icon-archive.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.help {
	background: url(../images/icon-help.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a.logout {
	color: #ee5400;
	text-shadow: 0px 1px 0px #000000;
	background: url(../images/icon-logout.png) top center no-repeat;
}
#topDiv .row02 .iconsTray ul li a:hover {
	color: #fff;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
}


/* -- Main Menu -- */
#topDiv .row03 {
	float: left;
	width: 940px;
	height: 39px;
}
#topDiv .row03 .labelDashBoard {
	float: left;
	margin: 0;
	width: 80px;
	height: 39px;
	background: url(../images/grad02.png) right top no-repeat;
}
#topDiv .row03 .labelDashBoard a {
	float: left;
	padding: 12px 0 0 0;
	width: 80px;
	height: 27px;
	font-size: 12px;
	color: white;
	text-shadow: 0px 1px 0px #000;
	font-weight: bold;
}
#topDiv .row03 .labelDashBoard a:hover {
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	text-decoration: none;
}
#topDiv .row03 .menu {
	float: left;
	width: 860px;
}

/* // TOP DIV ------------------------------------------------------------------*/




/* -- LOGIN PAGE ---------------------------------------------------------------*/

body.login .wrap {
	float: left;
	width: 100%;
}
body.login .inner {
	margin: 0 auto;
	padding: 0 120px;
	width: 580px;
}

body.login #topLogDiv {
	margin: 150px 0 0 0;
	height: 80px;
	background: url(../images/grad06.png) center bottom no-repeat;
}

body.login .LogoInovazi {
	float: left;
	width: 270px;
}
body.login .LogoInovazi h1 {
	float: left;
	margin: 0;
	width: 270px;
	height: 60px;
}

body.login #topLogDiv .iconsTray {
	float: left;
	width: 310px;
	height: 74px;
	text-align: right;
}
body.login #topLogDiv .iconsTray ul {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
body.login #topLogDiv .iconsTray ul li {
	float: left;
	display: block;
	margin: 0 2px;
	width: 45px;
	height: 48px;
}
body.login #topLogDiv .iconsTray ul li.sep {
	float: left;
	display: block;
	margin: 0 10px;
	width: 2px;
	height: 45px;
	background: url(../images/grad010.png) left top no-repeat;
}
body.login #topLogDiv .iconsTray ul li a {
	display: block;
	padding: 38px 0 0 0;
	width: 45px;
	height: 10px;
	font-size: 11px;
	color: #9f9f9f;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	cursor: pointer;
}

body.login #topLogDiv .iconsTray ul li a.login {
	background: url(../images/icon-login2.png) top center no-repeat;
}
body.login #topLogDiv .iconsTray ul li a.info {
	background: url(../images/icon-info2.png) top center no-repeat;
}
body.login #topLogDiv .iconsTray ul li a.help {
	background: url(../images/icon-help2.png) top center no-repeat;
}
body.login #topLogDiv .iconsTray ul li a.logout {
	color: #ee5400;
	text-shadow: 0px 1px 0px #000000;
	background: url(../images/icon-logout2.png) top center no-repeat;
}
body.login #topLogDiv .iconsTray ul li a:hover {
	color: #151515;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
}


body.login #contentLogDiv {
	margin: 30px 0 0 0;
	height: 150px;
	background: url(../images/grad06.png) center bottom no-repeat;
}

body.login #contentLogDiv .columLeft {
	float: left;
	width: 385px;
}
body.login #contentLogDiv .columLeft .row {
	float: left;
	margin: 0 0 10px 0;
	width: 400px;
}
body.login #contentLogDiv .columLeft .row label {
	float: left;
	width: 120px;
	font-size: 12px;
	color: #525252;
	text-shadow: 0px 1px 0px #ffffff;
}
body.login #contentLogDiv .columLeft .row input {
	float: left;
	padding: 5px;
	width: 190px;
	height: 15px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3d3d3d;
	border-left: 1px solid #bababa;
	border-top: 1px solid #bababa;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #f6f6f6;
}
body.login #contentLogDiv .columLeft .row input:hover,
body.login #contentLogDiv .columLeft .row input:active,
body.login #contentLogDiv .columLeft .row input:focus {
	background-color: #ffffff;
}

body.login #contentLogDiv .columLeft .row input.button2 {
	float: left;
	padding: 0;
	margin: 0 0 0 120px;
	width: 80px;
	height: 25px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d5d5d;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #ececec;
	border: 1px solid #bfbfbf;
	background: #c7c7c7 url(../images/grad07.png) left top repeat-x;
	cursor: pointer;
}
body.login #contentLogDiv .columLeft .row input.button2:hover {
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
	background: #c7c7c7 url(../images/grad08.png) left top repeat-x;
}

body.login #contentLogDiv .columLeft .note-error {
	margin: 0 0 0 120px;
	width: 250px;
}
body.login #contentLogDiv .columLeft .note-error p {
	font-size: 11px;
}

body.login #contentLogDiv .columRight {
	float: left;
	margin: -15px 0 0 0;
	width: 180px;
}
body.login #contentLogDiv .columRight .iMacHover {
	float: left;
	position: absolute;
	width: 220px;
	height: 160px;
	background: url(../images/iMac-bg.png) left top no-repeat;
	z-index: 999;
}
body.login #contentLogDiv .columRight .clientPrint {
	float: left;
	margin: 20px 0 0 34px;
	width: 152px;
	height: 90px;
	overflow: hidden;
}


body.login #FooterLogDiv {
	margin: 10px 0 0 0;
}
body.login #FooterLogDiv p {
	font-size: 11px;
	text-align: center;
}
body.login #FooterLogDiv a {
	color: #F60;
}
body.login #FooterLogDiv a:hover {
	color: #666;
	text-decoration: none;
}

/* // LOGIN PAGE ---------------------------------------------------------------*/





/* -- SETUP PAGE ---------------------------------------------------------------*/
body.login #contentLogDiv {
	margin: 30px 0 0 0;
	height: 200px;
	background: url(../images/grad06.png) center bottom no-repeat;
}

body.login #contentLogDiv #setup .column {
	float: left;
	margin: 0 0 0 0;
	width: 190px;
}
body.login #contentLogDiv #setup .column h3.title {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
body.login #contentLogDiv #setup .column .row {
	float: left;
	margin: 0 0 5px 0;
	width: 190px;
}
body.login #contentLogDiv #setup .column .row label {
	float: left;
	width: 60px;
	font-size: 11px;
	color: #525252;
	text-shadow: 0px 1px 0px #ffffff;
}
body.login #contentLogDiv #setup .column .row input {
	float: left;
	margin: 1px 0 0 0;
	padding: 2px 5px;
	width: 100px;
	height: 14px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3d3d3d;
	border-left: 1px solid #bababa;
	border-top: 1px solid #bababa;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #f6f6f6;
}
body.login #contentLogDiv #setup .column .row input:hover,
body.login #contentLogDiv #setup .column .row input:active,
body.login #contentLogDiv #setup .column .row input:focus {
	background-color: #ffffff;
}

body.login #contentLogDiv #setup input.button2 {
	float: left;
	padding: 0 20px;
	margin: 25px 0 0 250px;
	height: 25px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d5d5d;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #ececec;
	border: 1px solid #bfbfbf;
	background: #c7c7c7 url(../images/grad07.png) left top repeat-x;
	cursor: pointer;
}
body.login #contentLogDiv #setup input.button2:hover {
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
	background: #c7c7c7 url(../images/grad08.png) left top repeat-x;
}
/* // SETUP PAGE ---------------------------------------------------------------*/





/* -- CONTENT DIV --------------------------------------------------------------*/

#contentDiv {
	background: url(../images/contentDiv-bg_ext.png) left top repeat-x;
}

/* ToolBar */
#contentDiv .toolBar {
	float: left;
	margin: 0 -10px;
	width: 960px;
	height: 80px;
	background: url(../images/toolBar_bg.png) left top no-repeat;
}
#contentDiv .toolBar .mainTitle {
	float: left;
	margin: 10px;
	width: auto;
	height: 60px;
}
#contentDiv .toolBar .mainTitle h4 {
	float: left;
	margin: 6px 0 0 10px;
	padding: 14px 0 0 55px;
	width: auto;
	height: 34px;
	font-size: 24px;
	font-stretch: narrower;
	font-weight: normal;
	color: #454545;
	letter-spacing: -0.5px;
	text-shadow: 0px 1px 0px #fff;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}
#contentDiv .toolBar .mainTitle h4.dashboard {
	background-image: url(../images/icons/icon-dashboard.png);
}
#contentDiv .toolBar .mainTitle h4.stats {
	background-image: url(../images/icons/icon-stats.png);
}
#contentDiv .toolBar .mainTitle h4.info {
	background-image: url(../images/icons/icon-info.png);
}
#contentDiv .toolBar .mainTitle h4.newsletter {
	background-image: url(../images/icons/icon-newsletter.png);
}
#contentDiv .toolBar .mainTitle h4.content {
	background-image: url(../images/icons/icon-content.png);
}
#contentDiv .toolBar .mainTitle h4.clientes {
	background-image: url(../images/icons/icon-clientes.png);
}
#contentDiv .toolBar .mainTitle h4.cart {
	background-image: url(../images/icons/icon-cart.png);
}
#contentDiv .toolBar .mainTitle h4 span {
	color: #ffa800;
}
#contentDiv .toolBar .mainTitle h4.none {
	padding: 11px 0 0 5px;
}

#contentDiv .toolBar .mainIcons {
	float: right;
	margin: 10px;
	width: auto;
	height: 60px;
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl {
	float: right;
	height: 60px;
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon {
	float: left;
	margin: 0 5px;
	width: 60px;
	height: 60px;
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon a {
	float: left;
	padding: 43px 0 0 0;
	width: 60px;
	height: 17px;
	font-size: 10px;
	font-weight: normal;
	color: #757575;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon a:hover {
	color: #ff7800;
	text-decoration: none;
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.stats a {
	background-image: url(../images/icons/icon-stats2.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.new a {
	background-image: url(../images/icons/icon-new.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.hist a {
	background-image: url(../images/icons/icon-hist.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.list a {
	background-image: url(../images/icons/icon-list.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.close a {
	background-image: url(../images/icons/icon-close.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.list2 a {
	background-image: url(../images/icons/icon-list2.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.plus a {
	background-image: url(../images/icons/icon-plus.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.save a {
	background-image: url(../images/icons/icon-save.png);
}
#contentDiv .toolBar .mainIcons ul.mainIconsUl li.icon.print a {
	background-image: url(../images/icons/icon-print.png);
}

#contentDiv .toolBar .mainIcons ul.mainIconsUl li.sep {
	float: left;
	margin: 0 5px;
	width: 2px;
	height: 60px;
	background: url(../images/toolbar-sep.png) left top no-repeat;
}
#contentDiv .toolBar .footerContent {
	float: left;
	margin: 15px;
	padding: 0;
}
#contentDiv .toolBar .footerContent p {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
	text-shadow: 0px 1px 0px #fff;
}
#contentDiv .wrapSep {
	float: left;
	margin: 30px -5px 15px;
	width: 950px;
	height: 2px;
	background: url(../images/wrapSep-bg.png) left top repeat-x;
}


/* // CONTENT DIV --------------------------------------------------------------*/





/* -- FOOTER DIV ---------------------------------------------------------------*/

#footerDivCopy {
	padding: 0 0 100px 0;
}
#footerDivCopy span.first {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #333;
}
#footerDivCopy span.second {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #999;
}
#footerDivCopy span.third {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
	font-size: 10px;
}
#footerDivCopy span.copy {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 11px;
}

#footerDivCopy span.version {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 18px;
	font-style: italic;
	color: #666;
	text-shadow: 0px 1px 0px #fff;
}
#footerDivCopy span.version span.mainv {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
}
#footerDivCopy span.version span.subv {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
}
#footerDivCopy span.name {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #999;
}


#footerDiv {
	position: fixed;
	bottom: 0;
	height: 100px;
	background: url(../images/footer-bg.png) bottom center no-repeat;
}

/* // FOOTER DIV ---------------------------------------------------------------*/
