/*** Default HTML styling ***/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	font-size: 13px;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	color: #333333;
	background-color: #2c4686;
}
body {
	border-top: 50px solid #0b1c45;
}
form, p {
	display: block;
}
input, select {
	display: block;
	width: 100%;
	
	border: 0;
	
	text-align: left;
	font-size: 1.0em;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
}
div.both {
	display: block;
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
}
h1 {
	display: none;
}

hr {
	clear: both;
	color: #0b1c45;
	height: 0px;
	border-bottom: 1px solid #0b1c45;
	margin-bottom: 5px;
}

img {
	border: 0;
}
img.image_left {
	border: 1px solid #0b1c45;
	padding: 1px;
	float: left;
	margin: 0 10px 10px 0;
}
img.image_right {
	border: 1px solid #0b1c45;
	padding: 1px;
	float: right;
	margin: 0 0 10px 10px;
}

a {
	text-decoration: none;
}
a.button {
	display: block;
	background: url(images/button.png) no-repeat;
	line-height: 20px;
	color: #111111;
	width: 81px;
	overflow: hidden;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
}
a.more, div.more {
	float: right;
	background: url(images/sum.gif) no-repeat 0px 7px;
	padding-left: 12px;
	color: #111111;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
a {
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a.album {
	float: left;
	border: 1px solid #333333;
	text-decoration: none;
	color: #333333;
	padding: 1px;
	margin: 0 5px 5px 0;
	text-align: center;
}
a.album:hover {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}
a.album img {
	padding: 0;
	margin: 0;
}
div.information {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/information.gif) no-repeat left center;
}
div.warning {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/warning.gif) no-repeat left center;
}
div.information ul {
	margin-left: 15px;
}

/*** content ***/
div#container {
	width: 890px;
	margin: 0 auto;
}
div#header {
	background: url(images/header.gif) no-repeat;
	height: 175px;
	margin-top: 10px;
}
div#header div.languages {
	float: right;
	padding-top: 160px;

}
div#header div.languages img {
	float: left;
	margin-left: 5px;
	
}
div#header ul {
	padding-top: 135px;
	display: block;
}
div#header ul li {
	float: left;
	display: inline;
	list-style-type: none;
}
div#header ul li a {
	display: block;
    width: 65px;
    text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #0b1c45;
	color: #FFFFFF;
	padding: 0px 15px;
	margin-right: 2px;
}
div#header ul li a:hover, div#header ul li.selected a, div#header ul li ul li a:hover, div#header ul li ul li.selected a {
	background-color: #658ef5;
}
div#header ul li.selected a {
	font-weight: bold;
}
div#header ul li.selected li a {
	background-color: #0b1c45;
	font-weight: normal;
}

div#header ul li ul {
	position: absolute;
	padding: 0;
	margin: 0;
	visibility: hidden;
	top: 235px;
	background-color: #0b1c45;
	width: 200px;
}
div#header ul li:hover ul, div#header ul li.over ul {
	visibility: visible;
	z-index: 100000;
}
div#header ul li ul li {
	padding:0;
	margin:0;
	display: block;
	float: none;
	width: auto;
}
div#header ul li ul li a {
    width: auto;
    text-align: left;
}

div#content {
	background: #658ef5;
	padding: 10px;
}
div#content div.content_left {
	float: left;
	width: 222px;
}

div.content_left {
	color: #FFFFFF;
}
div.content_left h2 {
	font-size: 13px;
	margin-bottom: 8px;
}
div.content_left div.block_gray {
	background: #154378 url(images/block_gray_bg.gif) repeat-y right;
	padding: 8px;
	margin-bottom: 10px;
}
div.content_left div.block_red{
	background: #154378 url(images/block_red_bg.gif) repeat-y right;
	padding: 8px;
	margin-bottom: 10px;
}
div.block_red input.text {
	background-color: #ffffff;
	border: 1px solid #0b1c45;
	color: #000000;
	
	width: 204px;
	
	margin-bottom: 8px;
	font-weight: bold;
}
div.block_red input.submit {
	float: right;
	width: 100px;
	
	text-align: center;
	
	color: #FFFFFF;
	background-color: #0b1c45;
	font-weight: bold;
}



div.content_right {
	float: right;
	width: 628px;
	padding: 5px;
	background-color: #FFFFFF;
}
div.content_right h2 {
	font-size: 18px;
	border-left: 8px solid #0b1c45;
	padding-left: 8px;
	color: #555555;
	
	margin-bottom: 8px;
}
div.content_right h3 {
	font-size: 15px;
	color: #555555;
	margin-top: 8px;
}
div.content_right p {
	margin-bottom: 8px;
}

div.content_right div.image {
	margin-bottom: 5px;
}
div.content_right div.image div {
	display: none;
}

div#footer {
	margin-top: 4px;
	font-size: 12px;
	color: #e8e7e6;
}
div#footer ul {
	display: block;
}
div#footer ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 8px;
}
div#footer div.footer_right {
	float: right;
}

div#footer a {
	color: #e8e7e6;
}
div#footer div.footer_bottom {
	clear: both;
	color: #e8e7e6;
}






table.design {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 5px;
}
table.design th {
	background: #e2e1e1 url(images/content_spacer.gif) repeat-x;
	color: #000000;
	text-align: left;
	font-size: 11px;
	padding: 0px 5px;
	line-height: 22px;
	border-top: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
}
table.design tr td {
	background: #FAFAFA;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	padding: 0px 5px;
	line-height: 22px;
	vertical-align: top;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td input {
	width: 95%;
	margin: 2px 0px;
	border: 1px solid #777777;
}
table.design tr td label input {
	margin: 0px;
	width: auto;
}
table.design tr td textarea {
	width: 95%;
	height: 150px;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #777777;
}
table.design tr td select {
	border: 1px solid #777777;
	width: 95%;
	margin: 2px 0px;
}