/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
	margin: 0px;
	padding: 0px;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}

/* General header styles */
h1, h2, h3, h4 {
	font-weight: bold;
	color: #881100;
}
h1 { font-size: 180%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

h1.page_title{
	font-size: 36pt;
	color: #0000FF;
}

/* Horizontal delimiter defaults */
hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

/* Default font size for elements */
body, ul, td, th {
	font-size: 95%;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

small, .small {
	font-size: 75%;
}

/*a.navigation:link    { text-decoration:none; color: #3399cc;}
a.navigation:hover   { text-decoration:none; color: #666666;}*/
a.navigation:link    { text-decoration:none; color: #000000;}
a.navigation:hover   { text-decoration:none; background-color:#CBD7FF;}
a.navigation:visited { text-decoration:none; color: #000000;}

/*a.bottom:link	{ text-decoration:underline; color: #3399cc;}
a.bottom:visited{ text-decoration:underline; color: #006699;}*/
a.bottom:link	{ text-decoration:underline; color: #881100;}
a.bottom:visited{ text-decoration:underline; color: #000000;}

a.horizon_navigation:link    { text-decoration:none; color: #0000ff; }
a.horizon_navigation:hover   { text-decoration:none; background-color:#edcd97; }
a.horizon_navigation:visited { text-decoration:none; color: #0000ff; }
.horizon_nav_selected { text-decoration:none; background-color:#edcd97; }

a.horizon_selected:link    { text-decoration:underline; color: #000000; }
a.horizon_selected:visited { text-decoration:underline; color: #000000; }
a.horizon_selected:hover   { text-decoration:underline; background-color:#edcd97; }


a.text:link    { text-decoration:none;color: #881100;}
a.text:visited { text-decoration:none;color: #881100;}
a.text:hover   { text-decoration:underline;}

a.text_black:link    { text-decoration:none;color: #000000;}
a.text_black:visited { text-decoration:none;color: #000000;}
a.text_black:hover   { text-decoration:underline;}

/* Extentions by Thomas Kloepfer */

#editInfo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7px;
}

#loginform .text {
	width: 80px;
	background-color: #F4F4F4;
	border: 1px solid #888;
	font-size: 10px;
}

#datatbl {
	background-color: #F4F4F4;
	border: 1px solid #000;
	font: 11px Arial;
	padding : 0;
	border-collapse:collapse;
	empty-cells: show;
}
#datatbl td{
	padding: 5px;
	border: 1px solid #000;
}
#datatbl th{
	background-color: #E0E0E0;
	padding: 5px;
	border: 1px solid #000;
}
.datatbl {
	background-color: #F4F4F4;
	border: 1px solid #000;
	font: 11px Arial;
	padding : 0;
	border-collapse:collapse;
	empty-cells: show;
}
.datatbl td{
	padding: 5px;
	border: 1px solid #000;
}
.datatbl th{
	background-color: #E0E0E0;
	padding: 5px;
	border: 1px solid #000;
}
.receit_tbl td{
	padding: 5px;
	border: 1px solid #000;
}
/* Receit tbl */
.receit_tbl {
	background-color: #F4F4F4;
	border: 1px solid #000;
	font: 15px Arial;
	padding : 0;
	border-collapse:collapse;
	empty-cells: show;
}
.receit_tbl th{
	background-color: #E0E0E0;
	padding: 5px;
	border: 1px solid #000;
}

.user_form {
	width: 300px;
	font: 12px Arial;
}
.user_form_ro {
	background-color:#E0E0E0;
	width: 300px;
	font: 12px Arial;
}
.user_form_wide {
	width: 500px;
	font: 12px Arial;
}

/* ===================*/
/* Format for calendar*/
/* ===================*/
.calendar_list_day {
	text-align:center;
	margin:1px;
	padding: 1px;
	border:1px solid blue;
}



