a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #ff0000;
}

body {
	color: #666666;
}

#main {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
	background-color: #ffffff;
}

#header {
	background-color: #ff0000;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
}

#header li {
	float: left;
	list-style-type: none;
}

#header li div {
	margin-top: 3px;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px #ffffff solid;
}

#header li div.last {
	margin-top: 3px;
	margin-right: 8px;
	padding-right: 0px;
	border-right: 0px none;
}

#header li div.first {
        padding-left: 0px;
}

#header li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#footer {
	background: url('images/footer.png') no-repeat;
	height: 15px;
	font-size: 9px;
	text-align: center;
	padding-top: 35px;
}

#content {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 554px;
}

#language {
	float: right;
	margin-top: 3px;
	color: #ffffff;
	text-transform: uppercase;
	width: 46px;
	border-left: 1px #ffffff solid;
}

#language a {
	color: #ffffff;
	padding-left: 5px;
}

#language ul {
	margin: 0px;
	padding: 0px;
}

#language li {
	float: left;
	list-style-type: none;
}

#language .selected {
	display: none;
}

/*  thumbnails : bug on server can compile component_css.jsp */

.thumbnails .command {
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	padding: 5px;
}

.thumbnails .command .element {
	float: left;
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.thumbnails .command .image {
	display: table;
	overflow: hidden;
}

.thumb-image {
	float: left;
	text-align: center;
	margin: 3px;
	padding: 5px;
	border: 1px white solid;	
}

.thumb-image div {
}

.thumbnails .images {
	padding-top: 25px;
}

.thumbnails .preview {
	padding: 5px;
	border: 1px white solid;	
}


