/* @override http://localhost/gmach/trunk/css/style.css
	http://localhost:8888/gmach/trunk/css/style.css */

/* @group general */
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, a {font-family: arial,sans-serif;margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;list-style: none;
}body {line-height: 1;}ul {list-style: none;}blockquote, q {quotes: none;} remember to define focus styles! :focus {outline: 0;} remember to highlight inserts somehow! ins {text-decoration: none;}del {text-decoration: line-through;} tables still need 'cellspacing="0"' in the markup table {border-collapse: collapse;border-spacing: 0;}
input, textarea, select{
	display: inline-block;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}
html{
	margin: 0;
	padding: 0;
	height: 100%;
}
p{
	clear: both;
}
/*body {
	position: relative;
	height: 85%;
	min-height: 80%;
	height: 100%;
	width: 100%;
	background: #5e6264 url(../images/BG.jpg) center center;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	
}*/
body.login{
	width:100%;
	height:100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	
}

body, p, table{
	font-size:11px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;	
}
td{
	padding: 3px 0 3px 0;
}

hr{
	border: 2px solid #efefef;
	margin: 15px 0;
}
ol li{
	list-style-type: decimal;
	margin-right: 20px;
}
/*select{
	width: 190px;
	height: 25px;
	line-height: 26px;
	font-size: 12px;
	text-align: right;
	direction: rtl;
	color: #5259fa;
}*/
.select {
	width: auto;
	height: 25px;
	padding: 0 24px 0 8px;
	color: #256fb3;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 4px 0 0  4px;
	-moz-border-radius: 4px 0 0  4px;
	background: #ffffff;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	overflow: hidden;
	line-height: 25px;
	position: absolute;
}

/*#outer_frame{
	width: 100%;
	/*padding: 10px;*!/
	background-color: rgba(255,255,255,0.35);
	/*margin-bottom: 10px;
	margin-top: 10px;*!/
	margin-left: auto;
	margin-right: auto;
	/*-webkit-box-shadow:  0px 0px 4px #dddddd;	
	-webkit-border-radius:5px;
	-moz-box-shadow:  0px 0px 4px #dddddd;	
	-moz-border-radius:5px;*!/
	position: relative;
}
#wrapper{
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*!/
	min-height:100%;
	position:relative;
	/*padding-bottom: 5px;*!/
}*/
a{
	text-decoration: none;
	border-bottom:1px dotted;
}
#message_ajax{
	padding: 10px 25px;
	background-color: #f9f96c;
	position: absolute;
	top: 0;
	right: 50%;
	border-radius:  0 0 3px 3px;
	box-shadow: -1px 1px 1px rgba(0,0,0,.3);
	z-index: 9999;
}
#main{
height: 100%;
}

/* @end */
/* @group nav */

#nav{
	height: 30px;
/*    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);*/
    background: #2d2d2d; /* for non-css3 browsers */
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ababab'); /* for IE *!/
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ababab)); /* for webkit browsers *!/*/
	/*border-bottom: 1px solid #8e8e8e;*/
	/*-webkit-border-radius:0 0 5px 5px;*/
	padding:0;
}
#nav ul#secondary_nav{
	float: left;
}
#nav li {
	line-height: 23px;
	font-size: 13px;
    padding: 0;
    float: right;
    position: relative;
    list-style: none;
	border-top: 3px solid transparent;
	padding-bottom: 4px;
}
#nav a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    margin: 0;
	border: 0;
	-webkit-transition-property:color, line-height, background;
	-webkit-transition-duration: 0.3s, 0.3s, 0.3s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
#nav li:hover{
	/* for non-css3 browsers */
	color: #ffffff;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 1);
    /*line-height: 70px;*/
	background-color: #565555;
}
#nav .current{
/*	height: 100%;*/
	border-top: 3px solid red;
}
#nav .current a{
	color: #ffffff;	
}
#nav ul li ul li, #nav .current ul li{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 30px;
	width: 110px;
	height: 30px;
	float: none;
	clear: none;
	display: block;
	background: #666666;
	background-color: #666666;
	background-image: #666666;
}
#nav ul li ul li:hover, #nav .current ul li:hover{
	line-height: 30px;
	background: #aaaaaa;
	background-color: #aaaaaa;
	background-image: #aaaaaa;
}
#nav ul li ul li:hover a, #nav .current ul li:hover a{
	color: #000000;
}
#nav ul li ul li a, #nav .current ul li a{
	color: #cccccc;
	float: none;
	margin: 0;
	padding: 0 5px;
	background: none;
	background-color: none;
	background-image: none;
	text-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#nav ul li ul, #nav li.current ul{
	line-height: 30px;
	display: none;
	float: none;
	z-index: 40;
	position: absolute;
	background: none;
	background-color: #cccccc;
	background-image: none;	
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
}
#nav ul li ul li:last-child, #nav .current ul li:last-child{
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
}
#nav a.logout{
	color: red;
}
#nav a.help{
	font-size: 13px;
	background: #256fb3; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#609fd9', endColorstr='#256fb3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#609fd9), to(#256fb3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #609fd9,  #256fb3);
    color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
/*	margin-top: 6px;*/
	margin-left: 5px;
	padding: 0;
	width: 20px;
	text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	
	text-shadow:none;
	display:none;
}
#nav li.help a{
	background: #256fb3; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#609fd9', endColorstr='#256fb3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#609fd9), to(#256fb3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #609fd9,  #256fb3);
    color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	padding: 0;
	width: 20px;
	text-align: center;
	-webkit-border-radius:10px;
	-moz-border-radius:7px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	
	border: 1px solid #ffffff;
	text-shadow:none;
}
#nav li.help a:hover, #nav li.help:hover{
	background: #256fb3; /* for non-css3 browsers */
	line-height: 20px;
	display: inline-block;
	padding: 0;
	width: 20px;
	text-align: center;
	height: 20px;
}
#nav li.help:hover{
	background: none;
}
/* @end */

/* @group cat_nav */

#cat_nav{
	width: 100px;
	float: right;
	background-color: #616161;
	color: #ffffff;
    -webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
	min-height:100%;
	height:100%; 
	text-align: center;
	overflow: auto;
}
.separator{
	height: 30px;
}
#cat_nav li{
	text-align: center;
	margin: 10px 0px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
}

#cat_nav a{
	line-height: 26px;
	border: none;
}
#cat_nav li.let_nav a{
	font-size: 16px;
	font-weight: bolder;
	color: #dadada;
    -webkit-transition-property: font-size, color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: ease-in, ease-in;
}
#cat_nav li.let_nav a:hover{
	font-size: 20px;
	color: #ffffff;
    -webkit-box-shadow:inset 3 3 10px rgba(0, 0, 0, 0);
}
#cat_nav li a.current{
	display: block;
	font-size: 20;
	color: #000000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	width: 50px;
	height: 36px;
	line-height: 36px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
    background: #ebebeb; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ababab'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ababab));/* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #ababab);/* for firefox 3.6+ */
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	margin: auto 10px;
	padding: auto;
}

span.negative_number{
	color: red;
	float: left;
}

/* @end */
#side_nav{
	width: 130px;
	float: right;
	padding: 10px;
}
#accounts_details{
	background-color:#dde5ea ;
	/*min-height:100%;*/
	/*height:100%;*/
	padding: 20px 10px;
	width: 180px;
	float: left;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #ffffff;
	overflow: auto;
}
#list_nav{
	width: 250px;
	float: right;
/*	border-left: 1px solid #bcbcbc;*/
	height:100%;
	background-color: #ffffff;
	overflow: auto;
}
#list_nav li.category{
	height: 20px;
	color: #000000;
	overflow: auto;
	background: #ccc;
}
#list_nav li.category a{
	height: auto;
	padding: 0;
	overflow: auto;
}
#list_nav div.vouchers{
	float: left;
	line-height: 16px;
	font-size: 10px;
	height: 16px;
	padding-right: 20px;
	background: url(../images/link.png) no-repeat right center;
}
#list_nav li{
	height: 80px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: #ffffff;
  	border-bottom: 1px solid #dcdcdc;  
}
#list_nav li span.debt{
	direction: ltr;
	font-size: 9px;
	border: none;
	background: #red; /* for non-css3 browsers */
    background: url(../images/arrow1_n.png) no-repeat right,-webkit-gradient(linear, left top, left bottom, from(#ff1513), to(#9d0607)); /* for webkit browsers */
    color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	display: inline-block;
	margin-top: 7px;
	margin-left: 5px;
	padding: 0 14px 0 4px;
	width: auto;
	-webkit-border-radius:7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	
}
#list_nav li a{
	display: block;
	color: #000000;
	border: none;
	background-position: center center;
	padding: 10px 15px 10px 15px;
	height: 100%;
	width: 200px;
}
#list_nav li.current{
	/*-webkit-border-radius:5px;*/
	background: #256fb3; /* for non-css3 browsers */
/*    background: -webkit-gradient(linear, left top, left bottom, from(#609fd9), to(#256fb3)); /* for webkit browsers *!/
    background: -moz-linear-gradient(top,  #609fd9,  #256fb3);*/
	border-bottom-color: #256fb3;
/*	position: relative;*/
	color: #fff;
}
#list_nav li.current a{
	color: #fff;
}
#list_nav a.current:after{
	width: 30px;
	display: block;
	background-color: #000;
	left: 10px;
	top: 0;
	height: 40px;
	position: absolute;
	z-index: 9999;
}
#list_nav a.current li{
	color: #ffffff;
}
#category_nav_search{
	height: 100%;
	width: 400px;
	padding: 10px 0;
}
#category_nav_search input{
	width: 250px;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
#category_nav_search input:focus{
	width: 400px;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
}
#context_nav{
	display: block;
	background: #F1F1F1;
	height: 60px;
	border-bottom: 1px solid #D2D2D2;
	padding-right: 150px;
}
#context_buttons{
	float: left;
}
#context_buttons span{
	margin-right: 10px;
	display: inline-block;
}
#content{
	background-color: #ffffff;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
#main_content{
	overflow: auto;
	padding-bottom: 0;
}
.spinner{
	height: 100%;
	width: 100%;
	background:  rgba(0,0,0,.05) url('../images/spinner.gif') no-repeat center center;
	position: absolute;
	float: right;
}
fieldset{
	padding-top: 15px;
	margin-top: 30px;
	border-top: 3px solid #cccccc;
}
legend{
	width: 105px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}
legend span{
	text-align: left;
	display: block;
}
label{
	width: 100px;
	padding-left: 5px;
	text-align: left;
	line-height: 27px;
	margin:  0;
	color: #aaaaaa;
/*	border: 1px solid #ebebeb;/*
	-webkit-border-radius: 0 4px 4px 0;*!/*/
	background: #ffffff; /* for non-css3 browsers */
/*    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb)); /* for webkit browsers *!/*/
	display: inline-block;
	padding-left: 5px;
	text-align: left;
	line-height: 30px;
	margin-left: 10px;
	color: #aaaaaa;
	border-bottom: none;
}
input{
	padding: 5px;
	line-height: 20px;
	color: #256fb3;
	border: 1px solid #dddddd;
	border-radius:  2px;
}
input.s{
	width: 35px;
}
input.m{
	width: 85px;
}
input:focus, textarea:focus{
    box-shadow: inset -1px 1px 1px rgba(0, 0, 0, .2);
	border-color: #609fd9;
}
input:hover{
	border-color: #609fd9;
}
.edit input[disabled="disabled"], .edit input[disabled]{
	background-color: #eeeeee;
}
textarea{
	padding: 5px;
	color: #256fb3;
	border: 1px solid #dddddd;
	border-radius:2px;
	width: 100%;
}
input[type="submit"]{
	cursor: hand;
	float: left;
	border: 1px solid #3079ed;
	height: auto;
	background-image: -webkit-gradient(linear, left center, right center, from(rgb(77, 144, 253)), to(rgb(71, 135, 237)));
    color: #ffffff;
	font-weight: bold;
	line-height: 27px;
	margin-top: 10px;
	padding: 3px 15px 3px 15px;
	width: auto;
	border-radius:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	display: inline-block;
}
.action_button{
	display: none;
}
.inline_edit .action_button{
	display: inline;
}
.inline_edit input:disabled, .inline_edit select:disabled{
	background-color: #fff;
	-webkit-text-fill-color:#256fb3;
	background: none;
	border-color: #fff;
}
.inline_edit input, .inline_edit input:disabled{
	border-color: white;
}
.inline_edit input:focus{
	box-shadow: none;
}
.inline_edit .edit_button{
	display: none;
}
div.transaction .edit_button{
	margin: 0;
	float: none;
}
select {
	-webkit-appearance: none;
	-webkit-padding-end: 12px;
	-webkit-padding-start: 12px;
	-webkit-user-select: none;
	background-image: url(http://commondatastorage.googleapis.com/maazanim/images/triangle_down.png), -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fbfbfb),
    color-stop(1, #efefef));
	background-position: center right;
	background-repeat: no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
/*	width: 100%;*/
    border: 1px solid #dfdfdf;
	line-height: 20px;
	border-radius: 3px;
	text-align: right;
	direction: rtl;
	font-size: 11px;
	padding: 5px 15px 5px 5px;
}


/* @group info */
.info{
	background-color: #f2f9ff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 5px 0 10px 0;
}
#acct_info .info label{
	height: 16px;
	line-height: 16px;
	padding-left: 5px;
	text-align: left;
	margin-left: 10px;
	color: #aaaaaa;
	border: none;
	background: none;
}
#acct_info .info p{
	border-bottom: 1px dashed #efefef;
}
.button{
	display: inline-block;
	width: auto;
	border: 1px solid;
	color: #fff;
	height: 27px;
	line-height: 27px;
    background: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	float: right;
	border-color: #b0281a;
	border-left: none;
}
.button:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.button:last-child, .radio_label:last-child{
	border-left: 1px solid #b0281a;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.button:first-child, .radio_label:first-child{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.button.regular{
	background-image: -webkit-gradient(linear, left center, right center, from(rgb(245, 245, 245)), to(rgb(241, 241, 241)));
    color: #000;
    border-color: c6c6c6;
}
.radio_label{
	display: inline-block;
	width: auto;
	border: 1px solid;
	color: #000;
	height: 27px;
	line-height: 27px;
    background: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#dedede));
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	float: right;
	border-color: #efefef;
	border-left: none;
}
.radio_label.active{
    background: -webkit-gradient(linear,left top,left bottom,from(#dedede),to(#efefef));
    border-color: #ccc;
    box-shadow: inset 1px 1px 2px #ababab;	
}
/* @end */
#default_content{
	width:100%;
	height:100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	background-image: -webkit-gradient(linear,left top,right top, color-stop(0%, #ebebeb), color-stop(50%, #ebebeb), color-stop(80%, #ebebeb),color-stop(81%, #efefef));
	-webkit-background-size: 15px 20px;
	font-size: 30px;
	font-weight: bold;
	color: #bcbcbc;
	text-shadow: -1px 1px 1px #fff;

}
input[type="submit"].wait{
	background: url(../images/spinner_blue.gif) no-repeat right center, -webkit-gradient(linear, left center, right center, from(rgb(77, 144, 253)), to(rgb(71, 135, 237)));
}

#content .edit label.required{
	color:#000000;
	font-weight: bold;	
}
#content label.error {
  font-size: 10px;
  text-align: right;
  color: white;
  /*margin-top: 10px;*/
  width: 100px;
  vertical-align: middle;
  position: absolute;
  border:none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.65);
  z-index: 90;
  padding: 3px;
  margin-left: 5px;
}
#content label.error span {
  background: url(../images/label_arrow.png) no-repeat right center;
  width: 4;
  height: 12;
  display: block;
  position: absolute;
  left: 106px;
  top: 1;
}
/*.edit p input[type=radio] {
	margin: 0;
	width: 20px;
}*/
/*#content .edit p label.radio_label{
	width: auto;
	padding: 0 5px 0 5px;
	background: none;
	margin: 0;
	border: none;
}*/
#col_right{
	float: right;
	min-width: 300px;
	width: 46%;
	padding-left: 2%;
	margin-right: 2%;
}
#col_left{
	float: left;
	min-width: 300px;
	width: 46%;
	padding-right: 2%;
	margin-left: 2%;
}
.clear{
	clear: both;
}
li#search{
	padding:2px 1px 1px 10px;
	height: auto;
	font-weight: bold;
	float: left;
}
li#search:hover{
	
}
#search input[type="submit"]{
	display: none;
}
#search input{
	width: 100%;
	height:20px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: inset -1px 1px 4px #aaaaaa;
	border: none;
	padding: 2px 8px;
	background: #ffffff url(../images/search.png) no-repeat 5px center;
}

#content #total_debt{
	width: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #ffffff; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
    -moz-box-shadow: -1px 1px 4px rgba(0,0,0,.2);/*rgba(0, 0, 0, .2) or #fdfdff*/
	-webkit-box-shadow:-1px 1px 4px rgba(0,0,0,.2);
	box-shadow: -1px 1px 4px rgba(0,0,0,.2);
}
#content #total_debt p{
	font-weight: normal;
	margin-bottom: 5px;
	border: none;
}
#footer{
	color: #ffffff;
    background: #545454; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#343434'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#343434)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #545454,  #343434);
	border-top: 1px solid #666666;
	border-style: solid;
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	/*padding: 5px;*/
	text-shadow:0 1px 0 rgba(0,0,0,.9);
	/*bottom: 0;*/
	/*-webkit-border-radius:0 0 5px 5px ;
	-moz-border-radius:0 0 5px 5px ;*/
	/*padding: 10px;*/
	
}
#footer span.count{
	float: left;
	background: #ebebeb; /* for non-css3 browsers */
    background: 666666; /* for non-css3 browsers */
    background: #444444; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#323232'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#323232)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #323232);
    color: #eeeeee;
	font-weight: bold;
	line-height: 18px;
	padding: 0 7px 0 7px;
	font-size: 10px;
	width: auto;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-webkit-box-shadow: inset -1px 1px 4px #000000;	
	-moz-box-shadow: inset 0px 0px 4px #000000;	
	box-shadow: inset 0px 0px 4px #000000;	
    margin: 14px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }
#footer .col_right{
	width: 25%;
	padding: 0 15px;
	border-left: 1px solid #333333;
	float: right;
	height: 45px;
}
#footer .col_left{
	width: 60%;
	padding: 0 15px;
	border-right: 1px solid #555555;
	float: right;
	height: 45px;
}
#footer .logout{
	float: left;
	height: 45px;
}
#footer .logout a, #footer .logout a:hover{
	color: #ff1313;
	background: #red; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1513', endColorstr='#9d0607'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1513), to(#9d0607)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ff1513,  #9d0607);
    color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	padding: 0 7px 0 7px;
	width: auto;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border: 1px solid;
    margin: 11px 0;
    text-shadow: none;
} 
#footer .add{
	display: inline-block;
	color: #dddddd;
	border: none;
	height: 45px;
	width: 70px;
	line-height: 45px;
	padding-right: 20px;
	background: url(../images/user.png) no-repeat right center;
}

/* @group login */
#modal{
	
	background-color: rgba(255, 255, 255, .7);
	width: 335px;
	height: 170px;
	padding: 40px;
	border-radius:5px;
    box-shadow: -5px 5px 7px rgba(0, 0, 0, .2);
	-webkit-animation: fadeIn 1s;
}
#modal h1{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	color: #2872b5;
	text-shadow: -1px 1px 1px #ffffff;/*rgba(255, 255, 255, 1)*/
}
#modal .error{
	color: red;
	font-weight: bold;
}
/* @end */

/* @group data table */
.heading{
	height: 40px;
	padding: 15px 10px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.not_top{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.heading h1{
	line-height: 30px;
	color: #cccccc;
	font-size: 20px;
	width: auto;
	float: right;
}
#content div#transactions > :nth-child(odd){
/*	background-color: #eeeeee;*/
}
#content div.transaction{
	padding: 5px 5px 5px 5px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
}
#content #transactions div.head{
	font-weight: bold;
	background-color: #ffffff;
	height: 20px;
}
#content div.trans_type{
	width: 100px;
	float: right;
}
#content div.account {
/*	width: 100px;*/
	float: right;
	display: block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
#content div.sum{
	direction: rtl;
/*	width: 80px;*/
	float: right;
}
#content div.date{
/*	width: 100px;*/
	float: right;
}
#content div.balance{
/*	width: 100px;*/
	float: right;
	direction: ltr;
	text-align: right;
}
#content div.total_balance{
/*	width: 70px;*/
	direction: ltr;
	text-align: right;
	float: right;
}
#content .edit_buttons{
	display: none;
	padding: 10px;
	background-color: #dddddd;
	color: #ffffff;
    -webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin: 5px;
}
#content .edit_buttons a{
	margin-left: 10px;
}
/* @end */
/* @group keyframe */
@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
/* @end */
/* @group radio buttons */
/*#content fieldset label.cb {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);/*rgba(255, 255, 255, 1)*!/
	background: ededed; /* for non-css3 browsers *!/
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='ededed', endColorstr='6d6d6d'); /* for IE *!/
    background: -webkit-gradient(linear, left top, left bottom, from(ededed), to(6d6d6d)); /* for webkit browsers *!/
    background: -moz-linear-gradient(top,  ededed,  6d6d6d);
	display:block;
	float:right;
	line-height:30px;
	width: auto;
	-moz-box-shadow:inset 0px -2px 2px rgba(0,0,0, .4);
	-webkit-box-shadow:inset 0px -2px 1px rgba(0,0,0, .4);
	box-shadow: inset 0px -2px 2px rgba(0,0,0, .4);
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #6d6d6d;
	cursor: pointer;
	color: #000000;
	margin: 0;
	padding: 0;
}*/
/*#content fieldset label.first, #content fieldset label.first span{
	-webkit-border-radius:0 4px 4px 0;
	border-right: none;
}
#content fieldset label.last, #content fieldset label.last span{
	border-left: none;
	-webkit-border-radius:4px 0 0 4px;
}
#content fieldset label span{
	padding:0 10px;	
    display: block;
    margin: 0;
}
#content fieldset label.pos span{
    background:rgba(0,255,0, 0.2);
}
#content fieldset label.neg span{
    background:rgba(255,0,0, 0.2);	
}*/
/*#content fieldset label.cb.selected  {
	background: 6d6d6d; /* for non-css3 browsers *!/
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='6d6d6d', endColorstr='ededed'); /* for IE *!/
    background: -webkit-gradient(linear, left top, left bottom, from(6d6d6d), to(ededed)); /* for webkit browsers *!/
    background: -moz-linear-gradient(top,  6d6d6d,  ededed);
	border: none;
	-moz-box-shadow:inset 0px -3px 6px rgba(0,0,0, 0.4);
	-webkit-box-shadow:inset 0px -3px 6px rgba(0,0,0, 0.4);
	box-shadow:inset 0px -3px 6px rgba(0,0,0, 0.4);
	color:#000000;
}
#content fieldset label.pos.selected span{
    background:rgba(0,255,0, 0.5);
}
#content fieldset label.neg.selected span{
    background:rgba(255,0,0, 0.5);	
}
input[type=radio], input[type=checkbox] {
	display:none;
}*/
	
/* @end */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;box-shadow: 0 0 10px rgba(0,0,0,.3);border-radius: 2px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; border: 1px solid #aaa; border-radius: 2px;padding: 20px;background: #f5f5f5;
}
#cboxLoadedContent{overflow:auto;padding-right: 20px;
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: rgba(255,255,255,.8);}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid red;}
        #cboxLoadedContent{margin-bottom:20px;border-bottom: 1px solid #c6c6c6;
		}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
/*         #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;} */
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:10px; right:20px; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}