
body {
	font-family: "Trebuchet MS";
}

/* *** Header ************** */
.pageheader {
	position: absolute;
	background: url(../imgs/header-bg.png) repeat-x;
	top: 0px;
    width: 99%;
	height: 126px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	min-width: 600px;
}

.pageheader a, .pageheader a:visited {
	text-decoration: none;
	color: white;
}

.pageheader .headertop {
	position: absolute;
	top: 0px;
	height: 70px;
	width: 100%;
	color: white;
}

.headertop .logo {
	float: left;
	margin: 11px 0 0 40px;
	background-color: white;
}

.headertop .login {
	float: right;
	text-align: left;
	margin: 10px 40px 0 0px;
}

.headertop .login .name{
	font-size:24px;
}

.headertop .login .logout{ display: none; }
.headertop .login .welcome { display: none; }

/* ---------------------- */
.pageheader .headermid { display: none; }
.headerbot { display: none; }

/* ---------------------- */
.ajax_indicator { display: none; }

/* *** End Header ************** */

/* *** Content ************** */

.body {
	position: absolute;
	top: 90px  !important;
	width: 99%;
}

.body .content {
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	min-width: 770px;
	max-width: 1000px;
} 

.bigbox .text {
	padding-top: 20px;
}

.bigbox p, .bigbox form {
	padding: 10px 50px 5px 50px;
}

.bigbox form input {
	font-size: 24px;
}

/* *** Expenses ************** */
.content .actions { display: none; }

/* ****** Simple box **************** */

.medbox {
	background-image: url(../imgs/med-box.png);
	width: 350px;
	height: 71px;
	margin: 0px 0 15px 0;
}

.medbox .boxcontent {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
}

.medbox .boxcontent .boxhead {
	font-size: 20px;
}

.boxcontent .boxhead a, .boxcontent .boxhead a:visited {
	color: black;
	text-decoration: none;
}

.simplebox {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	width: 100%;
	height: 74px;
	margin: 0px 0 15px 0;
}

.boxcontent {
	padding-top: 10px !important;
	padding-left: 0 !important;
}

.boxcontent .head {
	font-size: 20px;
}

.two_column .medbox { float: left; }
.two_column .odd    { float: right; }

/* ****** Expense Table **************** */
.expenselist {
	width: 100%;
}

.expenselist thead th {
	text-align: left;
	border-bottom:2px solid #003;
}

.expenselist {
	font-size: 12px;
}

td[axis="number"] {
	text-align: right;
	padding-right: 3px;
}

/* ****** Expense Table **************** */
.forms form {
	display: inline;
	width: 40%;
}


/* ****** Reports **************** */
.hidden_form  { visibility: hidden; }

/* ****** Accounts **************** */
.forms table { width: 100%; }

/* *** Misc ************** */
.invisible  { display: none; }
.centerer   { text-align: center; }
.left       { float: left; }
.right      { float: right; }

#table_expense_body input { display: none; }
#report_status { display: none; }
#report_comma  { display: none; }

.screen_only { display: none !important; }
.print_only  { display: inline !important; }