@charset "utf-8";
/* CSS Document */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	background-color:#aaa;
}
body{
	background-color:#aaa;
	color:#333;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 35px;
	overflow-y: scroll;
}
a{
	text-decoration:none;
	color:#ddd;
}

/* GENERAL */
table{
	border-collapse: collapse;
}
table td{
	padding: 0;
	vertical-align: top;
}
h1,
h2,
h3{
	margin: 0;
	padding: 3px;
}
h1{font-size:14px;}
h2{font-size:12px;}
h3{font-size:10px;}

img{
	border: none;
}

hr{
	border: none;
	margin: 5px 0 5px 0;
	border-bottom: #666 solid 1px;
}

.fill{
	background-color: #b5b5b5;
}

.normal-weight{
	font-weight: normal;
}

.list-item{
	display: block;
}
.text{
	margin: 5px;
	text-align: justify;
}
.title{
	font-weight: bold;
}
.date{
	font-style:italic;
}
.small,
.small h3{
	font-size: 10px;
}
.big{
	font-size: 16px;
}

/* IMAGES */
table.images{
	width: 100%;
	margin: 10px 0 10px 0;
}
table.images td{
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 20px;
	width: 150px;
	height: 150px;
}
table.images-videos td{
	width: 300px;
}

/* MAIN LAYOUT */
div#main-layout{
	margin: 30px 30px 50px 30px;
	background-color: #f0fxx;
	height: 100%;
}
table#layout-table{
	border-collapse: collapse;
	border-spacing: 10px;
	background-color: #ff0xx;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
td.layout-column{
	padding: 10px;
}
td.right-column{
	border: none;
}
td.left-column,
td.right-column{
	width: 130px;
}
td.middle-column{
	width: 600px;
}

/* ARROWS */
.arrow-left,
.arrow-right,
.arrow-leftmost,
.arrow-rightmost,
.arrow-up-down{
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: 0 0;
}
.arrow-left{background-image: url('img/arrow-left.png');}
.arrow-right{background-image: url('img/arrow-right.png');}
.arrow-leftmost{background-image: url('img/arrow-leftmost.png');}
.arrow-rightmost{background-image: url('img/arrow-rightmost.png');}
.arrow-up-down{background-image: url('img/up-down.png');}
.arrow-inactive{
	background-position: 0 -15px;
}



/* FORMS */
input,
select{
	padding: 0;
	border: #999 solid 1px;
	background-color: #ccc;
}
input{
	width: 100%;
}



/* GRAPHIC MENU */
.graphic-menu{
	width: 168px;
	display: inline-block;
	margin: 16px;
}
a.graphic-menu-link{
	color: #333;
}
.graphic-menu-image{
	border: #888 solid 1px;
	padding: 3px;
	display: block;
	margin-bottom: 5px;
}
a.graphic-menu-link:hover .graphic-menu-image{
	border: #666 solid 1px;
}
.graphic-menu-image img{
	width: 160px;
	height: 120px;
}

/* HEADER */
div#header{
	background-color: #999;
	border-bottom: #666 solid 1px;
	position: relative;
	height:60px;
	left:0;
	right:0;
	top:0;
	font-size:14px;
	z-index:500;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
a#header-logo{
	display: block;
	border: none;
	font-size: 25px;
	color: #333;
}

/* MENU */
div#menu a{
	border-bottom-style: none;
	border-bottom-color:#000;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
div#menu a:hover,
div#menu a.selected,
div#menu a.selected:hover{
	color:#333;
}

/* main menu */
div#menu{
	width: 600px;
	background-color: #f00xxx;
	margin-left: auto;
	margin-right: auto;
}
div#menu table{
	width: 600px;
}
td#lang-switch{
	text-align: right;
}
/* submenu */
div#submenu{
	font-size:12px;
	text-align: right;
}
div#submenu a{
	color: #333;
}
div#submenu a:hover{
	background-color: #b5b5b5;
}
a.submenu-selected{
	font-weight: bold;
	background-color: #b5b5b5;
}
.collapsed{
	padding-right: 10px;
}
div#submenu .list-item,
.list-item-border,
div#submenu h1{
	border-bottom: #bbb solid 1px;
	padding: 5px;
}
div#submenu .collapsed{
	border: none;
	padding: 2px;
	text-align: left;
}
div#submenu .collapsed:hover{
	background-color: #afafaf;
}

/* CONVERSATION MENU */
a.conversation{
	color: #333;
}
a.conversation:hover{
	background-color: #b5b5b5;
}

/* FOOTER */
div#footer{
	font-size:10px;
	padding-top:3px;
}
div#footer-view a{
	font-weight:bold;
	color:#000;
}
div#footer table{
	width: 100%;
}
div#footer table td.second{
	text-align: right;
}

/* PAGINATION */
table.pagination td{
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

/* DROPDOWN */
.dropdown{
	position: relative;
	display: inline-block;
	width: 100%;
}
.dropdown-title{
	position: relative;
	border: #999 solid 1px;
	background-color: #ccc;
	padding: 0 3px 0 3px;
	width: inherit;
	z-index: 50;
	display: block;
	height: 17px;
	overflow: hidden;
}
.dropdown-list{
	position: absolute;
	left:0;
	top:17px;
	display: none;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	background-color: #aaa;
	padding: 3px;
	border:#999 solid 1px;
	z-index: 51;
}
.dropdown:hover .dropdown-title{
	background-color: #ddd;
}
.dropdown:hover .dropdown-list{
	display: block;
}
.dropdown-list .list-item{
	border-bottom:#999 solid 1px;
}
.dropdown-list .list-item:hover{
	background-color: #b5b5b5;
}
.pagination-dropdown{
	width: 80px;
}

a.dummy{
	color: #333;
}
a.dummy:hover{
	background-color: #b5b5b5;
}