* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 13px;
	height:100%; /* needed for container min-height */
}
p {
	margin-bottom: 1.2em;
}
a {
	color: #326498;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ol {
	margin: 0 0 10px 22px;
}
ul {
	margin: 0 0 10px 22px;
}

/* Misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Arial, Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}


/* Top & Header */
.top {
	background: #000000;
	color: #ffffff;
	height: 45px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Arial, Verdana,sans-serif;
}

/* Menu */
div.old_menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.old_menu li {
	list-style-image: none;
}
div.old_menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
}
div.old_menu a#current {
	background: #666; color: #FFF;
}
div.old_menu a:hover {
	background: #555; color: #FFF;
}
div.old_menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
div.header_menu{
	/* background: url(img/bgdate.gif) repeat-x; */
	background: #326498; /*326498*/
}
div.header_menu_left {
	float: left;
	/* background: url(img/bgdate.gif) repeat-x; */
	background: #326498; /*326498*/
	color: #ffffff;
	padding: 10px;
}
div.header_menu_left ul {
	background: #326498;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 18px;
	white-space: nowrap;
}
div.header_menu_left li {
	list-style-type: none;
	display: inline;
	padding: 7px;
}
div.header_menu_left a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
div.header_menu_left a:hover {
	text-decoration: none;
}
div.header_menu_left {
}
div.header_menu_right {
	float: right;
	/* background: url(img/bgdate.gif) repeat-x; */
	background: #326498; /*326498*/
	color: #ffffff;
	padding: 10px;
}
div.header_menu_right ul {
	background: #326498;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 18px;
	white-space: nowrap;
}
div.header_menu_right li {
	list-style-type: none;
	display: inline;
	padding: 7px;
}
div.header_menu_right a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
div.header_menu_right a:hover {
	text-decoration: none;
}
div.header_menu_right {
}
div.left_menu ul {
	margin: 0px 0px 8px 8px;
}
div.left_menu li {
	list-style-type: none;
}
div.left_menu a {
	font-weight: normal;
}

/* Container */
div#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/* Content */
div.content {
	margin: 1px;
	padding-bottom:2em; /* bottom padding for footer */
}
table.body_content tr {
	vertical-align: top;
}

/* Left side */
div.content_left {
	width: 200px;
	/*border: 1px solid #ff0000;*/
	margin: 1px;
	/*height: 600px;*/
}

/* Item red */
div.item_red {
	background: #fff4f4;
	border: 1px solid #ff0000;
	margin: 4px;
	padding: 4px;
}
div.item_red .title_red {
	color: #ff0000;
	font-weight: bold;
	padding: 3px 4px;
}

/* Item green */
div.item_green {
	background: #f4fff4;
	border: 1px solid #00aa00;
	margin: 4px;
	padding: 4px;
}
div.item_green .title_green {
	color: #00aa00;
	font-weight: bold;
	padding: 3px 4px;
}

/* Item */
div.item {
	/*background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;*/
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 4px;
	padding: 10px;
}
div.item img {
	border: 0px;
	margin: 3px;
}
div.item .title {
	color: #000000;
	font: bold 1.2em Arial, Tahoma,sans-serif;
	padding: 3px 4px;
}
div.item .field_description {
	font: normal 0.8em Arial, Tahoma,sans-serif;
}
div.item .field_error {
	color: #ff0000;
}
div.item .body {
	font-family: Arial, "Trebuchet MS",Tahoma,sans-serif;
	/*font-size: 0.9em;*/
	text-align: justify;
}

div.item_menu {
	/*background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;*/
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 4px 0px 4px 4px;
	padding: 6px;
}
div.item_menu img {
	border: 0px;
	margin: 3px;
}
div.item_menu img.left {
	float: left;
}
div.item_menu img.right {
	float: right;
}
div.item_menu .title {
	color: #000000;
	font: bold 1.2em Arial, Tahoma,sans-serif;
	padding: 3px 4px;
}
div.item_menu .body {
	font-family: Arial, "Trebuchet MS",Tahoma,sans-serif;
	/*font-size: 0.9em;*/
	text-align: justify;
}


/* Right side */
div.content_right {
	width: 800px;
	/*border: 1px solid #00ff00;*/
	margin: 1px;
}
div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	display: block;
	font: bold 0.8em Arial, Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url(img/bgsubtitle.gif) repeat-x;
	color: #FFF;
	font: normal 85% Arial, Tahoma,sans-serif;
	padding: 5px 8px;
}

/* Footer */
div.footer {
	/*background: #F0F0F0 url(img/bgdate.gif) repeat-x;*/
	background: #326498;
	color: #FFF;
	margin: 1px;
	position:absolute;
	bottom:0; /* stick to bottom */
	width: 99.9%;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em Arial, "Trebuchet MS",sans-serif;
	text-decoration: none;
}

/* Include Table Rows */
table.include_table {
	border: 1px solid #326498;
	clear: both;
	margin: 4px;
        width: 792px;
}

tr.row_pager td
{
	padding: 2px;
	vertical-align: middle;
	background: #DCEFFF;
}
div.row_pager_rows {
	background: #DCEFFF;
	float: left;
}
div.row_pager_pages {
	background: #DCEFFF;
	float: right;
}

tr.row_header td
{
	padding: 6px;
	background: #DCEFFF;
}
tr.row_header th
{
	padding: 6px;
	background: #DCEFFF;
}
tr.row_with_selected td
{
	padding: 2px;
	background: #DCEFFF;
}
tr.row_with_selected th
{
	padding: 2px;
	background: #DCEFFF;
}

tr.row_0 td
{
	background: #f4f4f4;
	padding: 2px;
	vertical-align: middle;
}
tr.row_0_last td
{
	background: #f4f4f4;
	border-bottom: 1px solid #999999;
	padding: 2px;
	vertical-align: middle;
}
tr.row_1 td
{
	background: #d4d4d4;
	padding: 2px;
	vertical-align: middle;
}
tr.row_0_marked td
{
	background: #ffffaa;
	padding: 2px;
	vertical-align: middle;
}
tr.row_1_marked td
{
	background: #ffffaa;
	padding: 2px;
	vertical-align: middle;
}
tr.row_empty td
{
	font-size: 10%; /*0.8em;*/
}
/* Table form */
table.table_form {
	border: 0px ;
}
table.table_form th
{
	padding: 3px;
}
table.table_form td
{
	padding: 3px;
}

