body {
	background: #fff url(../images/gradient.png) 0 0 repeat-x;
	font: 13px Arial, sans-serif;
}
body, ul, li {
	margin: 0;
	padding: 0;
}
td {
		font: 12px Arial, sans-serif;
}
a {
	color: #127BC4;
}
.notice {
	color: #FF7200;
}
.pos-l {
	float:left;
}
.pos-r {
	float:right;
}

.block-50pct {
	width:49%;
	float:left;
}
.inner {
	margin: 20px;
}

img, a img {
	border:0;
}

.homegallery {
	margin-bottom: 15px;
	border:solid 2px #ccc;
}

#header {
	height:91px;
	width:100%;
	display:block;
	background: transparent url(../images/header-leaf.png) no-repeat;
}
#logo {
	position: absolute;
	left:26px;
	top:29px;
}
#loggedin {
	position:absolute;
	top:5px;
	right:10px;
	color: #fff;
}
#header ul {
	position: relative;
	top: 63px;
	left: 190px;
	list-style-type:none;
	list-style-position:outside;
	display: block;
	float:left;
}
#header ul li {
	background-color: #eee;
	color: #000;
	font: 16px bold "Arial";
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	height: 18px;
	padding: 5px 20px 5px 20px;
	margin: 0 10px;
	opacity: 0.5;
	-moz-opacity: 0.6;
	filter: alpha(opacity=50);		
}

#header ul li.selected {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
}
h1 {
	font: 22px "Trebuchet MS", serif;
	margin-top: 19px;
	color: #5d6102;
}

#main {
	width: 1000px;
	margin: 20px auto 4px 0px;
	background-color: #fff;
	border: solid 1px #ddd;
	min-height: 400px;
	overflow: visible;
	color: #333;
	font-size: 14px;
	line-height: 19px;
}

#content {
	float:left;
	display:block;
	width: 790px;
}

#topmenu li a {
	color:#000;
	text-decoration:none;
}
#topmenu li a:hover {
	text-decoration:underline;
}


#footer {
	padding-left: 4px;
}

input {
	border:solid 2px #ddd;
	font-size:16px;
	padding:5px 10px;
}
button {
	background:#489CD7 url(../images/bgbuttontile.jpg) repeat-x scroll center top;
	border:2px solid #127BC4;
	color:#FFFFFF;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
}

#about {
	margin: 20px auto 10px auto;
	width:660px;
	text-align:left;
}

ul.tabs {
	display:block;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom: solid 1px #ccc;
	height:36px;
/*	position: absolute;*/
}

ul.tabs li {
	background:transparent url(/images/tableft-g-sel.gif) no-repeat scroll left top;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin:0pt 4px 0pt 0pt;
	padding:0pt 0pt 0pt 9px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);		
}

ul.tabs li.selected {
	margin-bottom:-1px;
	margin-top: 1px;
	z-index:2;
	position:relative;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
}

ul.tabs li a {
	background:transparent url(/images/tabright-g-sel.gif) no-repeat scroll right top;
	display:block;
  float:left;
	padding:4px 9px 2px 0pt;
}
#fileinputs {
	display:block;
	clear:both;
	z-index: 1;
	margin: 0;
/*	border-top: solid 1px #ccc;*/
	position:relative;
	margin-top: 5px;
	width:100%;
}

#fileinputs table {
/*	margin-top:5px;*/
}

.balance {
	margin-left: 4px;
}

#fileinputs input {
	background-color: #fff;
}

#graph-data {
	position:absolute;
	top:500px;
}
#left-col {
	margin: 5px 0 0 20px;
	height: 500px;
	overflow:hidden;
	
}
#col-container {
	position:relative;
}
#right-col {
	position:absolute;
	top:160px;
	left:520px;	
}

#links {
	margin-left: 40px;
	margin-top: 5px;
}
#links a {
	color: #330;
}
#links a:hover {
	color: #fff;
	background-color: #330;
}

#fileinputs th {
	font-family:"Trebuchet MS";
	font-size:18px;
}
#fileinputs td {
	font: 14px Arial, sans serif;
	color: #666;
}

#transaction_saldo {
	line-height:14px;
	height: 22px;
	padding-top: 2px;
	font: 14px Arial, sans serif;
	color: #666;
	border: solid 1px #aaa;
}

#uploadbox {
	margin: 0 auto 0 auto;
	width: 620px;
	text-align:left;
/*	padding: 10px;
	border: solid 1px #999;
	background-color: #eee;
*/}

label.cabinet {
	width: 200px;
	height: 32px;
	background: url(/images/buttons/selectfile.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.file {
	cursor: pointer;
}
input.go {
	display: block;
  width: 200px;
  height: 32px;
	text-indent: -9999px;
	color: #fff;
	font-size: 0;
	background: url(/images/buttons/go.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
}

label.cabinet input.file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#inputfile {
	width:400px;
	height:20px;
}

/* Side menu */
#side-menu {
	float:left;
	width: 200px;
}
#side-menu ul {
	margin: 10px 0 0 5px;
}

#side-menu li {
	padding-left: 20px;
}

#menu-add {
	background: url(/images/icons/add.png) 0 0 no-repeat;	
}

#menu-balance {
	background: url(/images/icons/chart_curve.png) 0 0 no-repeat;		
}
#menu-transactions {
	background: url(/images/icons/application_form.png) 0 0 no-repeat;		
}
#menu-monthly {
	background: url(/images/icons/chart_bar.png) 0 0 no-repeat;
}
#menu-category {
	background: url(/images/icons/chart_pie.png) 0 0 no-repeat;	
}
#menu-save {
	background: url(/images/icons/calculator.png) 0 0 no-repeat;	
}


/* Transactions table */
#transactions {
	width:700px;
	overflow:hidden;
table-layout:fixed;	
}

#transactions td {
	font: 11px Arial, sans-serif;	
	border-bottom: solid 1px #ededed;
}

#transactions th {
	text-align:left;
	font: 12px bold Arisl, sans-serif ;
}

#transactions td div {
	white-space:nowrap;	
	overflow:hidden;
}