/* BODY */
body {
	background-image: url(../images/back-01.png);
	background-color: #bac7c4;
	margin: 0;
	padding: 0;
}

/* GENERAL FONT SETTINGS */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* SPECIFIC FONT SETTINGS */
.text_dark {
	color: #333333;
	font-weight: bold;
	font-size: small;
}
.error_message {
	color: #CC0000;
}
/* LINKS */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

/* PAGE HEADER */
div#header {
	text-align: center;
	margin: 10px 0;
}
div#header h1 {
	color: #000000;
	font-size: 120%;
	margin: 0 0;
	padding: 0;
}

/* TABLE LINKS */
ul#table_links {
	margin: 10px 0;
	padding: 0;
	text-align: center; 
}
ul#table_links li {
	margin: 0;
	padding: 0 5px;
	display: inline;
}

/* PAGE FOOTER */
div#footer {
	margin: 1em 0;
	color: #000000;
	text-align: center;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

/* NAVIGATION */
div#nav_links {
	margin: 0.5em 0 0 0;
	text-align: center;
}
div#nav_links img {
	padding: 0 2px;
}

/* PAGINING */
div.pagining {
	text-align: center;
	margin: 10px 0;
}
div.pagining, div.pagining a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* FORM ELEMENTS */
input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-indent : 2px; 
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px #000000 solid;
}
button:hover {
	cursor: pointer;
	background-color: #bac7c4;
}

/* VARIOUS TABLES (search, list, details, edit, add ) */
/* this together with images like images/rand-04.png 
	render those white rounded boxes*/
.colored_tables {
	background-color: #FFFFFF;
}

/* also available in #search, #list, #details, #edit and #add, where applicable */
th { 
	color: #999;
	font-weight: bold;
	background-color: #fff;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
th.required {}
tr.row_dark { 
	background-color: #e0e0e0;
}
tr.row_light {
	background-color: #f0f0f0;
}
td.record_value { 
	vertical-align: top;
	white-space: nowrap;
}
td.record_input { 
}
span.form_hint {
	font-size: small;
}

/* SEARCH TABLE */
table#search th {
	font-weight: normal;
}
table#search thead {}

/* LIST TABLE */
table#list th {}
table#list th.actions {
	text-align: center;
}
table#list thead {}
table#list th.sorted {}
table#list tr.row_dark {}
table#list tr.row_row_light {}
table#list td.record_value {}

/* DETAILS TABLE */
table#details th {}
table#details tr.row_dark {}
table#details tr.row_row_light {}
table#details td.record_value {}

/* EDIT TABLE */
table#edit th {}
table#edit th.required {}
table#edit tr.row_dark {}
table#edit tr.row_row_light {}
table#edit td.record_input {}
table#edit span.form_hint {}

/* ADD TABLE */
table#add th {}
table#add th.required {}
table#add tr.row_dark {}
table#add tr.row_row_light {}
table#add td.record_input {}
table#add span.form_hint {}

