@charset "utf-8";

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

fieldset,img { 
	border: 0;
}

ol,ul {
	list-style:none;
}

/* Default */

body{
	margin: 0px;
	padding: 25px 0px;
	color:#333333;
	background:#FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5;
}

li { display:inline-block; }

a:link    {
	text-decoration: none;
	color: #333333;
}
a:visited    {
	text-decoration: none;
	color: #333333;
}
a:hover    {
	text-decoration: underline;
	color: #CC0000;
}

a.arrow {
	font-weight: bold;
	display: block;
	min-height: 18px;
	padding: 6px 0px;
	font-size: 12px;
	background-image:url(/images/main/default/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.arrow:hover {
	text-decoration: none;
	background-image:url(/images/main/hover/link_arrow.gif);
}

a.new {
	font-weight: bold;
	display: block;
	min-height: 18px;
	padding: 6px 0px;
	font-size: 12px;
	background-image:url(/images/main/default/link_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.new:hover {
	text-decoration: none;
	background-image:url(/images/main/hover/link_plus.gif);
}

.textxs {
	font-size: 50%;
}

.texts {
	font-size: 65%;
}

.textm {
	font-size: 75%;
}

.textl {
	font-size: 85%;
}

.textxl {
	font-size: 100%;
}

h2 {
	min-height: 18px;
	padding: 6px 0px;
	font-size: 12px;
	background-image:url(/images/main/title_bg.gif);
	background-repeat: no-repeat;
}

h3{
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DDDDDD;
}

p, div.p {
	font-size: 75%;
	text-align:justify;
	margin: 3px 0px;
	text-justify: inter-ideograph;
}

p.message {
	font-weight: bold;
}

.date {
	color: #666666;
	font-size: 65%;
}

.more {
	font-size: 70%;
}

.clear {
	display: block;
	clear: both;
}

div.spacer {
	clear: both;
	width: 100%;
	font-size: 0%;
}



div.error {
	background-color: #FF3333;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 2px 5px;
	width: auto;
}

input.text, textarea, select {
	font-size: 100%;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px;
}

select {

}

input.must,textarea.must,select.must {
	background-color:#EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 3px;
}

form input.text, textarea {
	width: 354px;
}

input.checkbox {
	width: auto;
}

input.submit, input.button{
	width: auto;
	padding: 3px 20px;
	margin: 10px 3px;
	font-weight: bold;
}


form table {
	width: 480px;
	border: 0px;
	border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

form th {
	width: 115px;
}

form td {
	width: 360px;
}

form td.formLabel {
	width: 115px;
}

form td.formSubmit {
	text-align: right;
}

label {
	font-size: 75%;
	/*font-weight: normal;*/
}

label.must {
	font-weight: bold;
}

div.center {
	clear: both;
	width: 100%;
	text-align: center;
}

div.left {
	font-size: 90%;
	clear: both;
	float: left;
	margin-right: 1em;
}

div.right {
	text-align: right;
	font-size: 90%;
	clear: both;
	float: right;
	margin-left: 1em;
}

/*
img.default {
	clear: both;
	display: block;
	margin-bottom: 0.4em;
}


img.right {
	clear: both;
	display: block;
	margin-top: 0.4em;
	margin-left: 1em;
	margin-bottom: 0.4em;
	float: right;
}

img.center {
	clear: both;
	display: block;
	margin: auto;
	margin-bottom: 0.4em;
}

img.left {
	clear: both;
	display: block;
	margin-top: 0.4em;
	margin-right: 1em;
	margin-bottom: 0.4em;
	float: left;
}
*/

div.left img{
	display:inline;
	float: none;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

div.right img{
	display:inline;
	float: none;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

div.center img{
	display:inline;
	float: none;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

div.right a img {
	padding-bottom: 15px;
	background-image: url(/images/main/click_to_enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.center a img {
	padding-bottom: 15px;
	background-image: url(/images/main/click_to_enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.default a img {
	padding-bottom: 15px;
	background-image: url(/images/main/click_to_enlarge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.left a img {
	padding-bottom: 15px;
	background-image: url(/images/main/click_to_enlarge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/* Header */


#headerContainer {
	width: 100%;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(/images/header/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	position: relative;
	height: 100px;
	width: 720px;
	margin: auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(/images/header/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header #headerMenu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #logo, #header #copyright {
	position: absolute;
	top: 0px;
	left: 10px;
}

#header #title {
	position: absolute;
	top: 25px;
	left: 10px;
}

#header #language {
	position: absolute;
	top: 25px;
	right: 0px;
}

/* Main */

#mainContainer {
	width: 100%;
	min-height: 300px;
	margin-bottom: 25px;
	text-align:center;
	background-color: #FFFFFF;
}

#main {
	position: relative;
	width: 720px;
	margin: auto;
	text-align:left;
	background-color: #FFFFFF;
}

/* Footer */

#footerContainer {
	clear: both;
	width: 100%;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(/images/footer/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer {
	position: relative;
	height: 25px;
	width: 720px;
	margin: auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(/images/footer/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#copyright {
	position: absolute;
	top: 0px;
	left: 10px;
}

#footerMenu {
	position: absolute;
	top: 0px;
	right: 0px;
}



