#content {
        width: 98%;
	//margin: 20px 20px 20px 20px;
        padding: 1% 1% 1% 1%;
       
}

#page {
        width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #FFFFFF;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 0.5em;
	//margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

a { color: #1E3F7F; }

a:hover { text-decoration: none; }

a img {
	border: none;
}
form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

/* Header */

#header {	
        width: 100%;
	height: 40px;
	margin: 0 auto;
	background: url(../images/img01.jpg) repeat left top;
}
body {
	margin: 0px;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 44px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin-right: 1px;
	padding: 10px 30px 0px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
        font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
	background: #2D5298;
}
/* Footer */

#footer {
	/*width: 920px;*/
        //width: 98%;        
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
        width: 100%;
	height: 65px;
	/*background: url(images/img02.gif) repeat-x left top;*/
}

#footer p {        
	margin: 0;
        margin-bottom: 10px;
	padding: 28px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
        bottom: 0;
        //position: fixed;
        text-align: center;
        width: 100%;
}

#footer a {
}
/* addons */
.partition {	
        width: 100%;
	height: 10px;
	margin: 0 auto;
	background: url(../images/img02.jpg) repeat left top;
}

.hidden {
    display:none;
}
.width99 {
    width: 99%;
}

input[type="text"] {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
input[type="date"] {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

input:required{
    background-color:#FFFDD0;  
}

.redBack{
    background-color:lightcoral;
}
.greenBack{
    background-color: yellowgreen;
}

.error{
	color: #D00;        
	font-weight: bold;
}
.button[name="filter"] {
    background: url('../images/filter.png');
    background-repeat: no-repeat;   
    width: 16px;
    height: 16px;
    font-size:0.0001em;
    cursor: pointer;
    color:white;
    border: 0; 
}
.button[name="create"] {
    background: url('../images/plus-sign.png');
    background-repeat: no-repeat;   
    width: 16px;
    height: 16px;
    font-size:0.0001em;
    cursor: pointer;
    color:white;
    border: 0; 
}
.button[name="save"] {
    background: url('../images/plus-sign.png');
    background-repeat: no-repeat;   
    width: 16px;
    height: 16px;
    font-size:0.0001em;
    cursor: pointer;
    color:white;
    border: 0; 
}

table td{
    //max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.editFromCls input{
    width: 200px;    
}

.activePage{
    //color: #B80000;    
    color: #FFFDD0;
}
.currentPageHeader{
    color: black;
}
.userLogged{
    color: #B80000;    
    font-size: 1.5em;
}


#frmcustomerNewForm-surname{
    background-color:#FFFDD0;  
}
#frmcustomerNewForm-street{
    background-color:#FFFDD0;  
}
#frmcustomerNewForm-city{
    background-color:#FFFDD0;  
}
#frmcustomerNewForm-zip_code{
    background-color:#FFFDD0;  
}
    
    


