html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #eae25e;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 10pt;

}

h1 {
	display: none;
}

h2 {
	font-weight: normal;
}

td {
	vertical-align: top;
}

#outer {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
}

#header_center {
	background: url('../img/layout/haroship/top-repeat-x.gif') repeat-x;
}

#footer_left {
	width: 100px;
	height: 31px;
	background: url('../img/layout/haroship/bl-corner.gif') no-repeat left top;
}

#footer_center {
	height: 24px;
	background: url('../img/layout/haroship/bottom-repeat-x.gif') repeat-x top;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
	font-size: smaller;
}

#footer_right {
	width: 100px;
	height: 31px;
	background: url('../img/layout/haroship/br-corner.gif') no-repeat right top;
}

#side_menu {
	margin-top: 40px;
}

.header-flag {
	width: 100px;
	height: 76px;
	background: url('../img/layout/haroship/top-corner-flag.png') no-repeat center bottom;
}

.side-border {
	background: url('../img/layout/haroship/side-border.gif') repeat-y;
}

.center {
	text-align: center;
}

.highlight {
	background-color: yellow;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.bold {
	font-weight: bold;
}

#side_menu  a {
	display: block;
	border: 1px solid black;
	margin-left: 1px;
	text-align: center;
	background-color: #eae25e;
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#side_menu  a.hovered {
	background-color: #b8cc55;
}

#side_menu div.visitors {
	margin-top: 20px;
	font-size: smaller;
	text-align: center;
}

#content {
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 20px;
}

img {
	border: none;
}

form input, form select, form textarea {
	background-color: #eae8c1;
	border: 1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form input, form textarea {
	padding: 3px;
}

form select {
	padding: 2px;
}

form th, form td {
	 vertical-align: top;
}

form th {
	text-align: right;
}

fieldset {
	border: none;
	display: inline;
}

fieldset legend {
	font-size: smaller;
}

div.haroship-db {
	background: url('../img/layout/haroship/db_repeat-x_bottom.png') repeat-x 0px 27px;
	margin-bottom: 15px;
}

div.haroship-db-header {
	height: 33px;
	background: url('../img/layout/haroship/db_left_icon.png') no-repeat left top;
}

div.haroship-db-entry {
	border-color: #75712f;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 5px;
}

div.haroship-db h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 10pt;
}

div.haroship-db th {
	font-size: smaller;
	text-align: left;
	padding-right: 5px;
}

div.haroship-news {
	background: url('../img/layout/haroship/db_repeat-x_bottom.png') repeat-x 0px 27px;
	margin-bottom: 15px;
}

div.haroship-news-header {
	height: 25px;
	padding-left: 35px;
	padding-top: 8px;
	font-weight: bold;
	overflow: hidden;
	background: url('../img/layout/haroship/db_left_icon.png') no-repeat left bottom;
}

div.haroship-news-entry {
	border-color: #75712f;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	padding: 5px;
}

div.haroship-news-footer {
	border-color: #75712f;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 0px 5px 2px 5px;
	font-size: smaller;
	text-align: right;
}

div.haroship-news-rss {
	text-align: right;
}

ul.haroship-links {
	list-style-image: url('../img/layout/haroship/anchor.gif');
}

ul.haroship-links li {
	margin: 5px auto;
}

.paginator .paginator-pg-ctrl {
	margin-left: 10px;
}

.paginator .paginator-item {
	display: block;
	float: left;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #75712f;
	background-color: #eae8c1;
	color: black;
}

.paginator .ui-state-active {
	font-weight: bold;
}

.paginator .ui-state-hover {
	background-color: #b8cc55;
}

.paginator .paginator-pp {
	padding-top: 3px;
}

.paginator .paginator-pp-ctrl {
	cursor: pointer;
	text-decoration: underline;
}

