/* Start of CMSMS style sheet 'Valencia' */
body {
	margin : 0;
	padding: 0;	
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #9b9b9b;
	
	text-align: justify;
	
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("uploads/images/css/header.jpg");
}

A {
	color: #183993;
	text-decoration: none;
}

IMG {
	border: 0;
}

A:hover {
	text-decoration: underline;
}

HR {
	color: #d7d7d7;
}

H1 {
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 2px;

	color: #193a93;
}

H2 {
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 1px;

	color: #193a93;
}

H3 {
	margin-top : 20px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;

	color: #193a93;
}

.error {
	color: #AA0000;

	font-style: italic;
}

.description {
	font-style: italic;

	text-align : center;
}

/********* MENU *********/
#menu {	
	font-size: 10pt;
	
	position: absolute;
	z-index: 2;
	top: 276px;
	left: 0;
	right: 0;
}

#menu > LI {	
	display: inline;
}

#menu > LI > A {	
	font-size: 9pt;
	font-weight: bold;
	
	color : #4D4E51;
	
	padding-left: 7px;
	padding-right: 7px;
}

#menu > LI > A:hover{
	text-decoration: none;
	color: #183993;
}

.menu1 {
	position: absolute;
	text-align: right;
	left: 0;
	width: 195px;
}

.menu2 {
	position: absolute;
	text-align: left;
	left: 250px;
}

.menu3 {
	position: absolute;
	text-align: left;
	left: 380px;
}

.menu4 {
	position: absolute;
	text-align: left;
	left: 530px;
}

.menu5 {
	position: absolute;
	text-align: left;
	left: 670px;
}


/********* SUBMENU *********/

#submenu {
	margin: 0;
	padding: 0;
}

#submenu >  LI, .subthumb {
	display: block;
	width : 100px;
	height: 120px;
	float: left;

	text-align: center;
	margin: 10px;
}

.thumb_image {
	width : 100px;
	height: 100px;

	text-align: center;
	vertical-align: middle;
	display:  block;
	display: table-cell;
}

#submenu > LI > A {
	font-size: 9pt;
}

#submenu > LI > A > IMG {
	display: block;
	border-width : 1px;
	border-color:  #7f7f7f;
}

#submenu > LI > A > SPAN {
	display: block;
}

/********* DESIGN *********/

#body {
	position: absolute;
	top: 362px;
	left: 0;
	right: 0;
}

/********* LANG *********/
#lang {
	position: absolute;
	top: 306px;
	left: 0;
	width: 990px;
	z-index: 0;

	text-align: right;
}

/********* SEARCH *********/
#search {
	position: absolute;
	top: 285px;
	left: 0;
	width: 990px;
	z-index: 1;

	text-align: right;
	font-size: 8pt;
}

.search-button {
	width: 50px;
	height: 17px;
	font-size: 8pt;

	border:0;
	border-left: 1px dashed #a0add0;
	border-right: 1px dashed #a0add0;

	background-color : #FFFFFF;
	padding: 1px;
}

.search-input {
	width: 70px;
	font-size: 8pt;
	height: 13px;

	margin-right: 5px;

	border: 0;
	border-top: 1px solid #a0add0;
}

/********* INFO *********/
#info {
	position: relative;
	left: 110px;
	
	width: 375px;
	padding-right: 15px;
	
	border-right: 1px #d7d7d7 solid;
	
	clear: left;
	float: left;
}

#info P {
	margin-left: 15px;
}

/********* CONTENT *********/
#content {
	width : 475px;
	
	margin-left: 515px;
}

/********* LOGO *********/
#vCard {
	display: block;
	position: absolute;
	left: 150px;
	top: 44px;
	
	width: 163px;
	height: 117px;
	
	cursor: pointer;
}

#vCard > span{
	display: none;
	
	height: 100%;
	width: 100%;
}

.new_line {
	clear: both;
}

/********* COPYRIGHT *********/
#copyright {
	border-top: #D7D7D7 1px solid;
	
	left: 0;
	right: 0;
	margin-top: 10px;
	
	text-align: center;
	
	font-size: 8pt;
}

/* End of 'Valencia' */

