body {
	font-family: "Times New Roman", Times, serif;
	background-color: #DDC2A6;
	color: #13283B;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #13283B;
}

td {
	vertical-align: top;
}

table.container {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #13283B;
	width: 760px;
}

td.content {
	background-color: #FFFFFF;
	width: 620px;
	padding: 25px 15px 15px 10px;
}

td.corner {
	background-color: #5988B2;
}

td.header {
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
}

p.header {
	background-color: #13283B;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 10px;
	text-align: left;
}

td.logo {
	background-color: #5988B2;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

img.logo {
	margin: 5px 10px 0 5px;
	float: left;
}

/* NAVIGATION */
td.nav {
	background-color: #5988B2;	
	color: #000000;
	width: 140px;	
}

div.nav {
	background-color: #13283B;
	border: 1px solid #000000;	
	margin: 5px 5px 20px 5px;
	padding: 2px;
	text-align: right;
}

div#bottom {
	margin-bottom: 20px;
}

a.nav {
	font-size: 12px;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navSub {
	font-size: 12px;
}

a.navSub:link, a.navSub:visited, a.navSub:hover, a.navSub:active {
	color: #6086A4;
	font-weight: bold;
	text-decoration: none;
}

/* END NAVIGATION */

/* FOOTER */

p.footer {
	font-size: 12px;
	text-align: center;
	
}

td.footer {
	background-color: #5988B2;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}

/* END FOOTER */


img.header {
	margin: 5px;
}


/* LISTING */

p.heading {
	
}

table.detail {

}

td.detail {
	padding: 0 5px 0 0;
}

td.image {
	text-align: right;
	width: 310px;
}

img.detail {
	width: 301px; /* keep the images 300x200 aspect ratio */
	height: 200px;
}

img.detailThum {
	margin: 5px 0 5px 2px;
	width: 74px; /* keep the images 75x50 aspect ratio */
	height: 50px;
}

table.attr {
	background-image: url(../graphics/gr_map.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-style: solid;
	border-width: 1px;
	border-color: #13283B;
}

th.attrRow {
	font-size: 12px;
	padding-right: 2px;
	text-align: right;
	vertical-align: top;
}

td.attr {
	padding: 0 10px 5px 0;
}

table.list {
	margin-bottom: 35px;
}

th.attrCol {
	background-color: #5988B2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	text-align: left;
	vertical-align: top;
}

td.attrCol {
	border-bottom: 1px solid #5988B2;
	padding: 30px 5px 30px 5px;

}


td.attrFoot {
	padding: 5px;
}

/* END LISTING */

table.headerBox {
	background-color: #005FB2;
	color: #FFFFFF;
	float: right;
	font-size: 75%;
	padding: 15px;
	margin: 13px 15px 10px 10px;
	width: 140px;
}

table.block {
	display: inline;
	float: right;
}

/* FORM ELEMENTS */
table.form {

}
th.form {
	text-align: right;
	vertical-align: top;
	font-size: 14px;
}

input, textarea {
	padding: 2px;
}

input, textarea, select{
	border: 1px #13283B solid;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}

.button{
	border: 1px #13283B solid;
	font-size: 10px;
	/*width: 100px; too small for some translations*/
}

.error {
	color: red;
	text-align: right;
}

h4.sideBar {
	margin-left: 5px;
}

img.sideBar {
	margin: 5px;
}
