@CHARSET "ISO-8859-1";
body {
  margin: 0px;
  padding: 0px;
  background-image: url('../img/template/top_repeat.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #3f74a1;
  color: #000000;
  width: 100%;
  font-family: tahoma;
  font-size: 11px;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	vertical-align: middle;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.topmenu {
	background-color: #1d4c7a;
	padding-top: 8px; 
	padding-bottom: 8px;
	font-family: arial narrow;
	font-weight: bold;
	font-size: 17px;
}

a.topmenu:hover {
	padding-top: 10px; 
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #fdad20;
	color: #000000;
}

a.local {
	color: #649dd7;
	text-decoration: none;
}

a.local:hover {
	color: #649dd7;
	text-decoration: underline;
}

a img {
	border: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
	margin: 0;
}
/*-------------------- H STYLES --------------------*/
h1 {
	color: #aaaaaa;
	margin-left: 20px;
}

h2 {
	color: #ffffff;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	margin-left: 20px;
}
/*-------------------- MAIN TABLE --------------------*/
table.generic {
	width: 974px;
	margin: auto;
}

td.generic_top {
	background-image: url('../img/template/top_middle.jpg');
	background-repeat: no-repeat;
	height: 32px;
	text-align: right;
}

span.top_links {
	color: #ffffff;
	font-size: 10px;
	float: left;
}

span.langs {
	margin-right: 30px;
	color: #ffffff;
}

td.logo_register {
	background-image: url('../img/template/register.jpg');
	background-repeat: no-repeat;
	width: 314px;
}

td.logo_login {
	background-image: url('../img/template/login.jpg');
	background-repeat: no-repeat;
	width: 337px;
	vertical-align: top;
}

td.search_strip {
	background-image: url('../img/template/search_strip.jpg');
	background-repeat: no-repeat;
	background-color: #1d4b7c;
	height: 31px;
	vertical-align: middle;
}

td.content_left_td {
	background-color: #ffffff;
	vertical-align: top;
	width: 190px;
}

td.left_title_line {
	width: 169px;
	background-image: url('../img/template/line.jpg');
	background-repeat: repeat-x;
	background-position: center right;
}

td.left_content_body {
	background-image: url('../img/template/bottom_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ffffff;
	text-align: center;
}

td.content_main_td {
	background-color: #ffffff;
	width: 594px;
	vertical-align: top;
	border-left: 1px solid #2b629a;
	border-right: 1px solid #2b629a;
}

td.main_top_corner {
	background-image: url('../img/template/main_corner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	width: 212px;
}

td.content_right_td {
	background-color: #ffffff;
	vertical-align: top;
	width: 190px;
}

td.right_content_body {
	background-image: url('../img/template/bottom_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ffffff;
	text-align: center;
}

table.footer {
	width: 100%;
}

td.down_related_strip {
	background-color: #1f4d7d;
	height: 31px;
	border-top: 2px solid #3a78ac;
	border-bottom: 2px solid #3a78ac;
	text-align: center;
	color: #ffffff;
}

td.down_key_strip {
	background-color: #1f4d7d;
	height: 32px;
	border-top: 2px solid #3a78ac;
	border-bottom: 2px solid #3a78ac;
	text-align: center;
}

td.down_banner_strip {
	background-image: url('../img/template/down_banner_area.png');
	background-repeat: repeat-x;
	text-align: center;
	height: 72px;
	color: #ffffff;
}
td.copyright {
	color: #ffffff;
	background-color: #3f74a1;
	height: 102px;
	vertical-align: top;
	text-align: center;
}

/*-------------------- BUTTONS & INPUTS --------------------*/

.button {
	background-color: #ffffff;
	border: 1px solid #454545;
	margin: 4px;
	color: #649dd7;
}

.txt_input {
	border: 1px solid #cccccc; 
	background-color: #ffffff; 
	color: #aaaaaa; 
	margin: 2px; 
	font-size: 12px; 
	text-align: center; 
	width: 145px;
}

.txt_area {
	width: 250px; 
	height: 100px; 
	text-align: left;
	border: 1px solid #cccccc; 
	background-color: #ffffff; 
	color: #aaaaaa; 
	margin: 2px; 
	font-size: 12px; 
}

/*-------------------- REGISTER --------------------*/
table.register {
	width: 450px;
	margin: auto;
	margin-top: 10px;
	border: 1px solid #aaaaaa;
}

td.titles {
	padding: 5px;
	text-align: right;
}

/*--------------------------- DIVS ------------------------------*/
	
div.message {
	border: 1px solid #cccccc;
	margin: 30px;
	font-size: 13px;
	padding: 5px;
	text-align: center;
}

div.error_msg {
	border: 1px solid #ff0000;
	margin: 30px;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}



