body {
	padding: 0;
	margin: 3px 15px 3px 15px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}
a {
	color: #336699;
}
a:link {  text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {
	color: #6699FF;
	text-decoration: none;
}
a img {
	border: 0
}
table{
	border-collapse:collapse;
	font-size: 12px;
}
.icon{
	font-family: monospace;
	font-weight:900;
	font-size: 25px;
}
.menu{
	background: #ffffff url("http://www.screeperzone.com/static/xsharer/buttonbg2.gif") repeat-x;
	border-bottom: 1px solid #cccccc;
}

/* new one */

.expense th{
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}
.expense td{
	text-align: left;
	border: 1px solid #999999;
	padding: 2px 5px 2px 5px;
}

.numeric {
	text-align: right !important;
}
.center{
	text-align: center !important;
}
.editPopup{
	width:500px;
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
	border:2px solid #999999
}
table{
	border-collapse:collapse;

}
.editTable tbody td{
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}
.editTable thead th{
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}
.forms{
	background-color: #c9d7f1;
	border: 1px solid #003366;
	width: 450px;
}
.forms td{
	padding: 5px 5px 5px 5px;
}
.title{
	font-weight: bolder;
	font-size: 14px;
	text-align: left;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
}
.nameedit{
	font-size: 9px !important;
	font-weight: normal !important;
}
.nameedit .editlink{
}
.nameedit .editfrm{
	display:none;
}
.nameeditEN .editlink{
	display:none;
}
.nameeditEN .editfrm{
}
.link{
	padding: 2px 2px 3px 2px;
}
@media print {
  .noprint { display: none; }
}
