body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}
input{
	border: 1px solid #aaa;
	padding:5px;
}
input:required {
	-moz-box-shadow:none!important;
}
input:invalid {
	-moz-box-shadow: none!important;
}
#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FAFAFA;
	border: 1px solid #C9E0ED;    
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
	padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

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

#logo
{
	padding: 10px 20px;

}
#logo2
{
	padding: 10px 20px;
	background: url('../images/logo.png') no-repeat;
	width:120px;
	height:38px;
	margin-top:-10px;
}
#logo h2{
	display:inline-block;
	font-size: 23px; 
	margin:0;
	padding:0;
	line-height:40px;
}
#mainmenu
{
	background:#1d6f07;
}

#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: #fff;
	background-color:rgb(41,154,11);
	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 #C9E0ED;
}

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

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

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #E0E0E0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	border: 1px solid #D0D0D0;
}

.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;
}
/* grid border */
.grid-view table.items th, .grid-view table.items td {
	border: 1px solid #C0C0C0 !important;    
	padding:10px !important;
	font-size:12px !important;
} 

.grid-view table.items th {
	background: #1d6f07 !important;  
	
} 
.grid-view table.items tr.even
{
	background: #BBF3AF !important;    
}

.grid-view table.items tr.odd
{
	background: #FFFFFF !important;    
}

table{
	width:100%;
	border: 1px solid #36C62B;
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
}
table tr,th,td{
	border: 1px solid #C0C0C0;
	text-align:center;
	padding:10px;
}  
table th{
	padding:10px;
	background:#1d6f07;
	color:#fff;
}
table td{
	text-align:left;
}
table tr td:last-child {
	text-align:center;
}
table.customer_data tr td:last-child {
	text-align:left;
}
table td a, .savebutton{
	display: inline-block;
	margin-bottom: 0;
	margin:0 auto;
	font-weight: normal;
	text-align: center;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	background-color: #47A447;
border-color: #398439;
	
}
table td a:hover,.savebutton:hover {
color: #FFF;
background-color: #5CB85C;
	border-color: #4CAE4C;
}
table td a:active,.savebutton:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
table .odd{
	background:#BBF3AF;
	text-align:right!important;
	width:50%;

}
table .title td{
	background:rgb(41,154,11);
	color:#fff;
	text-align:center;
}

.inp_text{
	width:98%;
	padding:5px;
	border:1px dotted #1C5F0E;
	background:#F0F0F0;
}
.short{
	width:80%;
}
.inp_list{
	padding:5px;
	border:1px dotted #1C5F0E;
	background:#F0F0F0;
}
.attention{
	width:28px;
	height:28px;
	background:url(../images/attention-icon.png) no-repeat;
	display:inline-block;
	margin-bottom:-7px;
	margin-left:5px;

}
.calendar-icon{
width:28px;
	height:28px;
	background:url(../images/cal-icon.png) no-repeat;
	display:inline-block;
	margin-bottom:-7px;
	margin-left:5px;
}

img.ui-datepicker-trigger{
	margin-bottom:-7px!important;
	margin-left:10px!important;
}
.alerts{ 
	border:1px solid #969696;
	width:100%;
	height:50px;
	margin-bottom:5px;
	
}
.alerts p{
	text-align:center;
	line-height:30px;
	display:inline-block;
}
.action_buttons input{
	width:200px;
	margin-top:10px;
	padding:5px;
	border:1px solid #c0c0c0;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
}
.action_buttons{
	width:420px;
	margin:0 auto;
}
.action_buttons .cancel{
	background:#DF0005;
}
.action_buttons .confirm{
	background:#008000;
}
.wide{
	width:620px;
}
.tiny{
	width:220px;
}

table .title td{
	background:rgb(41,154,11);
	color:#fff;
	text-align:center;
}
table .sub_title{
	background:rgb(41,154,11);
	color:#fff;
	text-align:center;
}

.navigation {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	text-align: left;    
}
.navigation ul {
	padding:0px;
	margin: 3px 0px 0px 0px;    
}
.navigation ul a {
	margin: 0px 4px 0px 0px;
	background-color: #1d6f07;
	text-decoration:none;
	list-style-type:none;
	color: white;
}
.navigation ul a:hover{
		background-color:rgb(41,154,11);
}
.navigation ul li {
	float: left;
	text-decoration:none;
	list-style-type:none;
}
.navigation ul li a {
	float: none;
	text-decoration:none;
	list-style-type:none;
	padding: 5px;
}
.navigation ul ul li {
	float: none;
	width: 150px;
}
.navigation ul ul li a {
	background-color: blue;
	border-top: 1px solid yellow;
	width: 150px;
}
.navigation ul ul li:hover {
	background-color: red;    
}
ul.navigation a {
	display: block;
}
ul.navigation li ul {
	display: none;
	position: absolute;
	margin: 0px 0px 0px 0px;
}
ul.navigation li:hover ul {
	display: block;
	z-index: 10;    
}
.nobrd{
	border: 0;
	white-space: nowrap;
	width: 1%;
	padding: 2px 2px 2px 2px;
	border-spacing: 0;
	margin: 0 0 0 0;    
}
table.nobrd {
	margin: 0 5px 0 0;    
}
td.nobrd {
	vertical-align: top;
}
td.lbl{
	vertical-align: middle !important;
}
.lbl_fltr{
	
}
.date_fltr{
	 
}
.drop_fltr{
   
}
.fld_fltr{
   
}
.frm_srch{
	
}
.stats_bar {
	width:100%;
	background: #E0E0E0;
	border:1px solid #D0D0D0;
	height:34px;
	line-height:34px;   
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;     
}
.stats_bar h1{
	line-height: 34px;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.merchent_side{
   margin-left:1%;
   margin-top:5px; 
}
.kreditor_side{
   margin-left:1%;
   margin-top:5px;
}
.actions_side{
   margin-top:5px;
}
.print_cotract_button:hover, .sign_cotract_button:hover{
	color:#fff;
	text-decoration:underline;
	
}
.print_cotract_button{
	display:block;
	text-align:center;
	text-decoration:none;
	float:left;
	width: 47%;
	padding:10px 5px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #008000;
}
.sign_cotract_button{
	display:block;
	text-align:center;
	text-decoration:none;
	float:right;
	width: 47%;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #DF0005;
}
.actions_side table{
	margin-bottom:5px;
}
.merchent_side,.kreditor_side,.actions_side{
	width:32.5%;
}
.bold{
	font-weight:bold;
}
.delimeter{
	background:#E0E0E0;
	font-size:17px;
}
.reciep_body{
	line-height:30px;
	padding:30px 10px;
	font-size:20px;
}
.reciep_body span{
	text-decoration:underline;
}
.cpay_receipt table td{
	font-size:17px;
}
table.signatures{
	width:800px;
}
.pre_box{
	width:50%;
	margin:0 auto;
}
.print_big_razp{
	font-size:17px;

}
.print_button input{
	padding:5px;
	border:1px solid #c0c0c0;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	background:#008000;
}
.print_button{
	width:164px;
	margin:0 auto;
	margin-bottom:10px;
}
.notify_box{
	width:400px;
	padding:20px;
	margin:0 auto;
	border:2px solid #E0E0E0;
	
}
.sign_cotract_button_preprint{
	display:block;
	text-align:center;
	text-decoration:none;
	width: 300px;
	margin:0 auto;
	margin-top:10px;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #DF0005;
}
.sign_cotract_button_preprint:hover{
	color:#fff;
	text-decoration:underline;
}
.sign_cotract_button_preprint_yellow{
	display:block;
	text-align:center;
	text-decoration:none;
	width: 300px;
	margin:0 auto;
	margin-top:10px;
	padding: 10px 5px;
	border: 1px solid #CECE00;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	background: #FFFF00;
}
.sign_cotract_button_preprint_yellow:hover{
	color:#000;
	text-decoration:underline;
}
.oper_menu{
	width:70%;
	float:right;
}
.left{
	float:left;
}
.welcome_bar{
	width:18%;
	margin-right:10px;
	padding:10px;
	margin-top:15px;
	text-align:center;
	font-size:16px;
	float: right;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.longer{
	width:32%;
}
.welcome_bar a{
	color:#fff;
	
}
.green{
  background:#C0FFC0;  
  border:1px solid #74D674;
}
.red{
	background:#DF0005;
}
.red:hover{
	background:#E60005;
}

.clear{
	clear:both;
}
.cash_change_wrapper{
	width:500px;
	margin:0 auto;
}
.notify_box a, .next_step{
		display:block;
	text-align:center;
	text-decoration:none;
	width: 300px;
	margin:0 auto;
	margin-top:10px;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #1d6f07;
}
.notify_box a:hover, .next_step:hover{
	color:#fff;
	text-decoration:underline;
}
.recharge_box{
	width:700px;
	padding:20px;
	margin:0 auto;
	border:2px solid #E0E0E0;
	
}
.attach_button{
	text-align:center;
	text-decoration:none;
	width: 140px;
	margin-top:10px;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #DF0005;
}
.attach_button:hover{
	color:#fff;
	text-decoration:underline;
}

.search_office .grid-view{
	padding-top:0;
	padding-bottom:0;
}
.search_office .action_buttons input{
	float:left;
	background:#1d6f07;
	color:#fff;
	cursor:pointer;
	margin-top:5px;
	border:0;
	padding:5px 10px;
}
.search_office .action_buttons input:hover{
	background:#808000;
}
.fast_block a{
	background:#008000;
	padding:10px 10px;
	display:inline-block;
	color:#fff;
	width:200px;
	text-decoration: none;   
	height:40px;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}
.search-button{
	float:left;
	display: inline-block;
	margin-bottom: 0;
	margin:0 auto;
	margin-right:10px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	background-color: #D9534F;
	border-color: #D43F3A;
}
.search-button:hover{
	color: #FFF;
	background-color: #D2322D;
	border-color: #AC2925;
}
.search-button:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fast_block a:hover{
	background:#009400;
}
.fast_block{
	margin-left:1%;
	margin-top:10px;
	width:9%;
}
.fast_connections{
	margin-bottom:20px;
	margin-left:-1%;
}
.stats_bar {
	width:100%;
	background: #E0E0E0;
	height:34px;
	line-height:34px;        
}
.stats_bar h2{
	display:block;
	float:left;
	margin-bottom:5px;
	padding-left:5px;
}
.stats_bar span{
	display:block;
	float:right;
	margin-right:10px;
	font-size:15px;
}
.stats_bar h1{
	line-height: 34px;
}
.clear{
	clear:both;
}
.clearing_title{
	width:650px;
	font-size:19px;
	text-align:center;
}
.clearing_title span{
	font-size:17px;
}
.clear_table .odd{
	width:50%!important;
	font-weight:bold;
}
.clear_table .odd b{
	float:left;
}
.clear_table table td{
	width:50%;
}
.redbold{
	color:#FF0000!important;
	
}
.grid-view table.items tr.redbold td{
	font-weight:bold!important;   
}
.ofis_title{
	display:block;
	margin-top:15px;
	background:#F0F0F0;
	border:1px solid #C0C0C0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px 10px 10px 10px;
}