body
{
	/*margin: 0;
	padding: 0;
	color: #555;
	font: normal 12pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;*/
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}
 
#footer
{
	/*padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;*/
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 0px 2px 1px rgba(0,0,0,.3);
        background-color: #fefefe;
        line-height: 1.8em;
}

div.view .infosmain{
    font-size: 28px;    
}

div.view .infossecond{
    font-size: 18px;
    font-style: italic;
}
div.view .infosthird{
    font-size: 12px;    
}
div.view b{
    font-weight: bold;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #ddd;
        border: 1px solid #ccc;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.mainSelect {
    text-align: center;
    margin:0 20px 20px 0px;    
}

.mainSelect select{
    height: 30px;
    font-family:arial;
    font-size: 15px;
    width:100%;
    padding:0 0 0 5px ;
    border: 2px solid #C6D880;
    background-color: #E6EFC2;
    border-radius: 4px;    
}

input.selectadd {
    float: right;
    width:20%;
    padding:5px 10px;
    border-radius:0;
    background-color: #59ba62;
    font-weight: bold;
    font-size: 14px;
}

input.selectadd:hover {
    background-color: #00782f;
}

input.selectdelete{
    float: left;
    width:20%;
    padding:5px 10px;
    border-radius:0;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}

input.selectdelete:hover {
    background-color: #FBC2C4;
}

a.linkbutton {
    background-color: #6399cd;
    color: #fff;
    border-radius: 3px;
    padding: 3px 15px 3px 15px;
    margin: 10px 5px;
    text-decoration: none;
    border: 1px solid #298dcd;
}

a.linkbutton:hover {
    background-color: #6FACCF;
}




.contentTitleDetail {
    text-align: center;
    padding: 4px;
    margin: 5px 0 5px 0;
    background-color: #0066A4;
    color: #fff;
}


.tableHeader{
    background-color: #80ABD8;    
    text-align: center;
    font-weight: bold;    
    color: #fff;
    font-size: 14px;
}


.detailsum {
    font-size: 14px;
}


#itemsell{
    border:2px solid #fff;  
    border-collapse: collapse;
    font-size: 13px;
}


#itemsell td{
   border:2px solid #ddd;  
   height: 22px;
   padding-left: 3px;
}
.itemNumber{
    font-size: 24px;
    text-align: right;
}

.itemNumberPu{
    font-size: 24px;    
    text-align: right;
}


.itemTotal{
    font-size: 48px;
    font-family: verdana;
    text-align: center;
    vertical-align: middle;
}


.subitemadd {
    font-size: 13px;
    font-weight: bold;
}

.subitemadd input {
    font-size: 14px;
    width: 100%;
    height: 35px;
    padding: 2px 2px 0 5px;
}

.subitemadd select {
    font-size: 14px;
    font-weight: normal;
}


.subitemadd table tr td {
    border: 1px solid #333;
}



.pair{
    background-color: #fff;  
    font-size: 12px;
}

.impair{
    background-color: #eee;     
    font-size: 12px;
}

.sum{
    background-color:#d0e4b4;     
    font-size: 18px;
}

.pagination-item{
    font-weight:bold;	
    font-size:14px;
}

.pagination-item-select{
        font-weight:bold;
        font-size:16px;
        text-decoration:underline;
        color:#040404;
}

.detailsum {
    font-size: 14px;
}


#itemsell{
    border:2px solid #fff;  
    border-collapse: collapse;
    font-size: 13px;
}


#itemsell td{
   border:2px solid #ddd;  
   height: 22px;
   padding-left: 3px;
}
.itemNumber{
    font-size: 24px;
    text-align: right;
}

.itemNumberPu{
    font-size: 24px;    
    text-align: right;
}


.itemTotal{
    font-size: 48px;
    font-family: verdana;
    text-align: center;
    vertical-align: middle;
}

ul.notifications-numbers {
    
}

ul.notifications-numbers li {
    border: 3px solid #333 !important;
    border-radius: 10px !important;
    min-height: 30px;
    padding: 5px 20px;
    margin-right: 20px !important;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 2.2em;
    cursor: pointer;
}

ul.notifications-numbers li span {
    color: #DA2713;
    font-size: 24px;
    text-transform: uppercase;
}