/*
* Element
*/

body
{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "helvetica","arial",sans-serif;
    background-color: #aaaaaa;
    color: #333333;
}

h1,h2,h3
{
    padding-top: 10px;
    font-size: 16px;
    color: #000000;
}

a
{
    color: #6699cc;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

a:visited
{
    color: #1a95db;
}

img
{
    border: 0;
}

/*
* Class
*/

.top
{
    border-collapse: collapse;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #276979;
    color: #333333;
    font-size: 14px;
}

.login
{
    padding: 5px;
    color: #ffffff;
}

.notes
{
    background-color: #ff5555;
}

img.image
{
    border: 1px solid #000000;
}

table.product
{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000000;
}

.product td
{
    padding: 2px;
}

.boxfile
{
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 5px;
}

.rowa
{
    background-color: #ffffff;
    border-bottom: 1px dotted #111111;
}

.rowb
{
    background-color: #dddddd;
    border-bottom: 1px dotted #111111;
}

.rowconfirm
{
    background-color: #ff6677;
}

.realdelete
{
    background-color: #ffbbbb;
}

.tot
{
    background-color: #bbbbbb;
    text-align: right;
}

.value
{
    font-weight: bold;
}

.menudx
{
    background-color: #88CCCC;
    border-right: 1px solid #000000;
    font-size: 12px;
    padding: 5px;
}

.mainbox
{
    background-color: #f4f4f4;
    border: 0 solid #000000;
    font-size: 12px;
    padding: 5px;
}

.section
{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    font-variant:  small-caps;
    letter-spacing: 2px;
    line-height: 2;
}

a.menu
{
    margin: 20px;
    line-height: 2;
}

a.new, a.topmenu, a.topmenuhere
{
    color: #dddddd;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Verdana", sans-serif;
    /*background-color: #ebf3c0; */
    background-color: #87a6ae;
    border: 1px #808080 solid;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 2em;
    border-style: solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px; 
    cursor: pointer;
    text-decoration: none;  
}

a.newaction
{
    color: #dddddd;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Verdana", sans-serif;
    /*background-color: #ebf3c0; */
    background-color: #87a6ae;
    border: 1px #808080 solid;
    padding: 1px 2px;
    line-height: 1.6em;
    border-style: solid;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -border-radius: 2px; 
    cursor: pointer;
    text-decoration: none;  
}

.newaction:hover
{
    color: #ff2222;
    background-color: #fffa33;
}

.newaction:visited
{
    color: #ffdddd;
    background-color: #87a611;
}


a.topmenuhere
{
    color: #222222;
    background-color: #fff3c6;
    background-color: #FFF3C6;
}

a.new:hover
{
    color: #222222;
    background-color: #fff333;
}


tr.data:hover,
tr.selected
{
    background-color: #ffbbbb;
}

tr.rowa:hover
{
    background-color: #ffffbb;
}

tr.rowb:hover
{
    background-color: #ffffbb;
}


.header, .product tfoot
{
    background-color: #276979;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    height: 2em;
    border: 1px solid #444444;
}

.subHeader
{
    background-color: #888888;
    color: #ffffff;
}

.subHeader a
{
    color: #ffffff;
    font-weight: normal;
}

.product tfoot
{
    font-weight: normal;
}

.header td
{
    color: #eeeeee;
    padding: 3px;
}

.header a
{
    color: #eeeeee;
}

.footer
{
    background-color: #ddddff;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    font-size: 12px;
}

.check
{
    font-weight: normal;
    text-align: center;
    font-size: 10px;
    color: #ff0000;
}

.note
{
    font-weight: normal;
    font-size: 10px;
    color: #555555;
}

.small
{
    font-weight: normal;
    font-size: 10px;
}

.model
{
    font-weight: normal;
    font-size: 10px;
}

.box
{
    background-color: #ffffff;
    border: 1px #808080 solid;
    padding: 5px;
}

.boxFalse
{
    text-align: center;
}

.boxTrue
{
    text-align: center;
}

.box
{
    text-align: center;
}

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

.errorLight
{
    color: #ffaaaa;
}

.success
{
    font-weight: bold;
    color: #00aa00;
}
.successLight
{
    color: #aaffaa;
}

.warning
{
    font-weight: bold;
    background-color: #ffffaa;
    padding: 2px;
    border: 1px #808080 solid;
}

.message
{
    font-weight: bold;
    color: #000000;
}

.testo
{
    font-size: 12px;
    color: #222222;
}


input[type="text"],input[type="password"]
{
      background-color: white;
      border: 1px #808080 solid;
}

input[type="submit"]
{
      border-style: outset;
      border-width: 1px;
	font-size: 12px;
}

input[type="submit"]:hover
{
      background-color: #e0e0e0;
}

input[type="reset"]
{
    border-style: outset;
    border-width: 1px;
	font-size: 12px;
}

input:focus
{
      background-color: #fff3c6;
}

textarea
{
      border: 1px #808080 solid;
}

textarea:focus
{
      background-color: #fff3c6;
}

.label
{
      font-weight: bold;
      text-align: right;
      vertical-align: top;
}

input.redbutton
{
	background: #FF0000;
    font-weight: bold;
    border-style: outset;
    border-width: 1px;
	font-size: 12px;
}


.priceh
{
    width: 130px;
}

.price
{
	text-align: right;
	width: 130px;
    font-weight: bold;
}

.formscuro
{
    color: #bbbbbb;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #276979;
    border: 1px #808080 solid;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 2em;
    border-style: solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px; 
    cursor: pointer;
}

.formscuro td
{
    padding: 5px;
}

.rossobold
{
    font-weight: bold;
    color: #FF3333;
}

.paginazione
{
    color: #fff;   
    text-align: left;
    margin-left: 3px;
    margin-bottom: 3px;
}
.paginazione span
{
    color: #777;
}

.paginazione li
{
    float: left;
    display: block;
    padding: 3px;
    width: 15px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: 3px;
}

li.results
{
    margin-right: 10px;
    width: 150px;
}

.paginazione a
{
    color: #fff;
}

li.pageNumberHere
{
    font-weight: bold;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

tr.userInvoice
{
    border: 1px solid #123;
    background-color: #aaaaff;
     border-collapse:collapse;
}
