body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 8pt normal Tahoma, Arial, sans-serif;
	color: black;
	background-image: url(../img/bg_pagey.png);
}

a {
	color: #f44030;
	text-decoration: none;
}

img {
	border: 0px solid black;
}

#container {
	margin: 10px auto;
	width: 900px;
}

#content_top {
	background: url(../img/bg_content_frame.png) 0 0;
	background-repeat: no-repeat;
	width: 900px;
	height: 15px;
	text-align: center;
}

#content_middle {
	background: url(../img/bg_content.png) 0 -50px;
	width: 870px;
	padding: 0 15px;
}

#content_bottom {
	background: url(../img/bg_content_frame.png) 0 -15px;
	background-repeat: no-repeat;
	width: 900px;
	height: 15px;
	text-align: center;
	margin-bottom: 50px;
}

#content_body {
	width: 870px;
	min-height: 500px;
	height: auto;
	overflow: auto;
	background-color: #fff;
}

#content_left {
	float: left;
	width: 315px;
	height: auto;
	padding: 15px 0px 15px 15px;
}

#content_right {
	float: right;
	width: 510px;
	height: auto;
	padding: 15px 15px 15px 0px;
}

#content h1 {
	font-family: Georgia, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	color: #f44030;
	margin: 15px 0px 8px 0px;
	border-bottom: 0px solid #404040;
	line-height: 100%;
}

#content h1:first-letter {
	text-transform: uppercase;
}

#content_dateline, .summary {
	margin-top: 8px;
	padding: 6px 4px 4px 6px;
	font-size: 8pt;
	color: #000000;
	border-bottom: 0px solid #404040;
	background-color: #acd0d0;
	text-align: left !important;
}

#content_lead, #content_text {
	font-size: 10pt;
	margin-top: 5pt;
}

#content_text {
	text-align: justify;
}

#content_text ul {
	list-style-position: inside;
}

#head_img {
	width: 510px;
	height: 160px;
}

#head_textbox {
	width: 315px;
	height: 112px;
	vertical-align: bottom;
	padding-top: 48px;
}

#head_title {
	padding: 10px 0px 6px 0px;
	border-top: 1px solid #404040;
	
}

#head_img, #head_textbox {
	margin-bottom: 15px;
}

#head_img, #head_textbox, #head_title {
	border-bottom: 1px solid #404040;
}

.head_dateline {
	height: 16px;
	padding: 3px 0px;
	color: #404040;
}

#mainmenu ul li, li.menu, li.menu_selected {
	padding: 5px 0px 5px 115px;
	font-family: Georgia, serif;
	font-size: 10pt;
	font-style: italic;
	border-bottom: 1px solid #606060;
	background-image: url(../img/bg_menu_item.png);
	background-repeat: no-repeat;
	color: black;
}

li.menu:hover, li.menu_selected, #mainmenu ul li:hover, #mainmenu ul li.active {
	color: #f44030;
	background-image: url(../img/bg_menu_item_hover.png);
	background-repeat: no-repeat;
}

.err {
	font-weight: bold;
	color: red;
}

#mainmenu ul li {
	list-style: none;
}

#mainmenu ul, .view  {
    padding: 0px;
}

#mainmenu ul li a, #mainmenu ul li a:link, #mainmenu ul li a:visited {
	color: black;
}

#mainmenu ul li:hover a, #mainmenu ul li.active a {
	color: #f44030;
}

ul {
	margin: 0px;
	padding: 0px;
}

div.custom_view {
	background-color: none;
	padding: 2px 0px;
	margin: 0px;
	font-weight: normal;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #404040;
	border-bottom: 0px solid #404040;
}

.view_title {
	font-size: 10pt;
}

.lead {
	font-weight: normal;
}

ul.yiiPager .first,
ul.yiiPager .last {
	display: inline;
}

.first a,
.last a,
.previous a,
.next a,
.page a {
	padding: 5px;
}

.list-view .pager {
	text-align: left;
	margin-top: 10px;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #606060;
    color: #606060;
	background-color: white;
    font-weight: normal;
    padding: 3px 7px;
    text-decoration: none;
	margin-top: 10px;
}

ul.yiiPager .selected a:link, ul.yiiPager .selected a:visited {
    color: white;
	background-color: #606060;
}

ul.yiiPager .hidden {
    display: none;
}


ul.yiiPager li {
}

.scanned {
	margin-top: 10px;
}

.alignright {
	float: left;
	background-color: #f44030;
	text-align: center;
	line-height: 200%;
	padding: 2px;
	margin: 0px 4px 4px 0px;
	width: 28px;
}

.alignright a:link,
.alignright a:visited {
	color: white;
}

.alignright a:hover {
	color: yellow;
}