body {
	margin: 0;
	padding: 0;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
}
table {
	font-size: 13px;
}
div.frame {
	width: 800px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
}
div.banner {
	background-image: url('./images/bann.png');
	height: 200px;	
	background-repeat: repeat-x;
}
div#bann_title {
	float: left;
	margin-left: 10%;
	background-image: url('./images/title2.png');
	height: 200px;
	width: 500px;
	background-repeat: no-repeat;
}
div.nav {
	width:800px;
	height: 40px;
}
div.nav_right {
	margin-left: 15px;
}
div.nav div.item {
	/*	background-image: url('./images/tab.png');*/
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
	padding: 1px;
	border: dashed 4px white;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	vertical-align: center;
	font-size: 14px;
}
div.nav div.on_page {
	color: white;
	border-color: #0060A8;
	border-style: solid;
}
div.nav div.item:hover {
	border-color: #B0E3FF;
}
div.nav div.item a {
	font-size: 16px;
	text-decoration: none;
	background: transparent;
	display: block;
	vertical-align: center;
	color: #555;
	margin-top: 5px;
	height: 25px;
}
div.nav div.item a:hover {
}
div.top_buffer, div.bottom_buffer {
	width: 800px;
	height: 25px;
	background-color: #CDAD8C;
	background-image: url('../images/buff.png');
	background-repeat: repeat-x;
}
div.bottom_buffer {
	background-image: url('../images/inv_buff.png');	
}
th {
	color: #003D6B;
}
div.reg_div {
	z-index: 2000;
	font-style: italic;
	float: right;
	padding: 5px;
	width: 250px;
	color: #0060A8;
	text-align: center;
}
div.reg_div a {
	z-index: 2001;
	text-align: center;
	display: block;
	background-color: #0060A8; 
	color: #B0E3FF;
}
a {
	color: #555;
	background-color: #EEE;
	font-weight: bold;
}
div.content {
	padding: 5px;
}

div.footer {
	margin-bottom: 50px;
	margin-top: 50px;
	color: black;
	text-align: center;
	font-size: 10px;
}
p {
	text-indent: 15px;	
}
input[type=button], input[type=submit] {
	cursor: pointer;	
}
input[type=text], input[type=password], textarea {
	padding: 3px;
	border: 2px solid #666;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border: solid 2px #B0E3FF;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: solid 2px #0060A8;
}
.error {
	color: red;	
}
div.main_tabs {
	height: 25px;
	border: 0px 0px 2px 0px;
	border-color: #0060A8;
}
div.main_tabs div {
	margin: 0px 1px 0px 1px;
	text-align:center;
	background-color: white;
	cursor: pointer;
	width: 125px;
	border: solid #4C0B0B 1px;
	border-bottom: 0px;
	float: left;
	font-weight: bold;
	height: 20px;
	background-image: url('./images/grad2.png');
	background-repeat: repeat-x;
	font-size: 12px;
}
div.main_tabs div:hover, div.main_tabs div.selected {
	font-weight: bold;
	background-color: #B0E3FF;
}
div.login_div {
	color: black;
	float: left;
	margin-top: 35px;
	margin-left: 5%;
}
table.calendar {
	margin-top: 10px;
	width: 100%;
	border: medium none;
	border-collapse: collapse;
}
table.calendar tr th {
	background-color: #B0E3FF;
}
table.calendar tr td {
	height: 70px;
	width: 100px;
	border: solid 1px #0060A8;
	vertical-align: top;
}
table.calendar a {
	color: #555;
}
table.calendar tr td:hover {
/*	background-image: url('../images/td_hov.png');
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #B0E3FF;
}
.calendar-month {
	margin-top: 10px;
	font-size: 16px;
	color: white;
	background-color: #003D6B;
}
div.field_holder {
	padding: 20px;
	border: solid 1px #0060A8; 
	background-image: url('./images/grad1.png');
	background-repeat: repeat-x;
}
div.row {
	text-align: left;
	padding-top: 2px;
	height: 25px;
	width: 575px;
}
div.label, div.data {
	width: 400px;
	float: left;
}
div.label {
	color: #0060A8;
	font-weight: bold;
	width: 150px;
}
/*
div#cal {
	background-image: url('../images/cal_tab.png');	
}
div#add {
	background-image: url('../images/add_tab.png');	
}
*/
div.cal_nav {
	height: 30px;
}
#years div {
	margin-left:3px;
	float: left;
}
#years {
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	position: absolute;
}
#prev_month, #next_month {
	float: left;
	z-index: 100;
	width: 50%;
	text-align: center;
}
#next_month {
	float: right;
}
div.center_holder{
	width: 100%;
}
a.det, a.detDue {
	text-align: center;
	margin: 2px 4px 0px 4px;
	display: block;
	font-size: 12px;
	background-color: #9CEC91;
	color: white;
}
a.detDue {
	background-color: #FFA280;
}
a.det:hover {
	background-color: white;
	color: black;
}
#main_content {
	margin-top: -4px;
	border: solid 3px #0060A8;
	border-width: 3px 0px 0px 0px;
	padding-top: 10px;
}
div#msg_box {
	float:right;
	color: green;
	font-weight: bold;
	font-size: 16px;
	height:25px;
}
table.expense_list {
	border: medium none;
	border-collapse: collapse;
	width: 80%;
}
.page_heading {
	font-weight: bold;
	color: #444;
	text-align: center;
	font-size: 14px;
}
.heading_holder {
	background-image: url('./images/hbg2.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 35px;
	margin-top: 10px;
}
.bc, .tc {
	width: 100%;
	height: 5px;
	background-image: url('./images/tc.png');
	background-repeat: no-repeat;
}
.page_heading {
	padding-top: 7px;
	width: 800px;
}
.bc {
	background-image: url('./images/bc.png');
}
table.expense_list tr th, .calendar-month {
	background-image: url('./images/thbg.png');
	background-repeat: repeat-x;
	background-color: #003D6B;
}
table.expense_list tr td, table.expense_list tr th {
	padding: 3px 5px 2px 5px;
	border: solid 1px #0060A8;
}
table.expense_list tr td, table.calendar tr td {
	background-image: url('./images/grad1.png');
	background-repeat: repeat-x;
}
table.expense_list tr th {
	color: white;
}
table.expense_list tr:hover {
	background-color: #B0E3FF;
}
table.expense_list tr:hover a {
	color: black;
}
table.comments {
	width: 400px;
}
table.comments tr th {
	font-weight: bold;
	font-size: 14px;
	color: #555;
}
div.delete, div.edit {
	background-image: url('./images/delete.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 25px;
	cursor: pointer;
	float: left;
	margin-left: 7px;
}
div.edit {
	background-image: url('./images/edit.png');
}
div.loading_div {
	text-align: center;
	z-index: 100;
	border: 3px solid #B0E3FF;
	position: absolute;
	width: 200px;
	height: 50px;
	background-color:white;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -50px;
}
.no_bord {
	cursor: pointer;
	display: block;
	border: 0;
	border-width: 0px;
	float: left;
	margin-left: 10px;
}
.hide {
	display: none;
}
.close_link {
}
.abs_center {
	width: 5px;
	height: 10px;
	position: absolute;
	left: 50%;
	background-color: white;
	z-index: 1000;
	border: solid 3px #0060A8;
	margin-left: -100px;
	margin-top: 150px;
}
.abs_center div{
	display: none;
}
div.frame_holder {
	min-height: 200px;
	width: 100%;
}
td.today {
	background-color: #FFF68F;
}
.title_table {
	margin-top: 23px;
	z-index: 500;
	position: absolute;	
}
.request_top {
	padding-bottom: 6px;
	text-align: left;
}
.request_top a {
	background: inherit;
	color: #003399;
	font-size: 12px;
}
#ad_holder {
	margin-top: 20px;
}
#search_site {
	position: absolute;
	float: right;
	margin-top: 130px;
	margin-left: 260px;
}

