/* Stylesheets CaST project website. */
/* by HID Digital Solutions <http://www.hid.nl>. */

/* General. */
* {
	outline: none;
}

a img {
	border: 0;
}

body {
	margin: 0;
	background: #F8F4F3 url(/images/website/background.png);
	font-family: arial, verdana;
	font-size: 12px;
}

.clear {
	clear: both;
}

a {
	color: #0397CD;
}

/* Header. */
.header {
	border-top: 6px solid #0397CD;
	background: #fff;
	height: 157px;
}

.header .logo {
	display: block;
	width: 80px;
	height: 99px;
	background: url(/images/website/logo_new.png) no-repeat;
	margin: 18px 0 0 0;
}

/* Wrapper. */
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Content. */
#colLeft {
	margin-top: 20px;
	width: 250px;
	float: left;
	margin-right: 50px;
	z-index: 10;
}

#colLeft .europe {
	margin-top: 190px;
	padding-left: 72px;
}

#colLeft .europe a {
	display: block;
	float: left;
	margin-right: 15px;
}

#colLeft .europe a#eu {
	width: 76px;
	height: 50px;
}

#colLeft .europe a#euratom {
	width: 66px;
	height: 50px;
}

#colMain {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 629px !important;
	width: 689px;
	padding: 0 10px 0 20px;
	float: left;
	background: #fff;
	border-left: 1px solid #ccc;
	min-height: 800px;
}

#colMain .subLink {
	font-size: 12px;
	padding: 0 5px 0 5px;
	color: #fff;
	text-decoration: none;
	background: #93CC47;
	line-height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#colMain .subLink:hover {
	background: #0397CD;
}

#colMain h1 {
	color: #0397CD;
	font-family: 'Raleway';
	margin: 0;
}

#colMain a img {
	border: 6px solid #fff;
	box-shadow: 0px 1px 2px #777;
}

#colMain a img.left {
	float: left;
	margin: 0 10px 10px 0;
}

#colMain p {
	line-height: 22px;
	color: rgb(60, 60, 60);
	margin: 0 0 20px 0;
	text-align:justify;
	text-justify:inter-word;
}

#colMain ul {
	line-height: 22px;
	color: rgb(60, 60, 60);
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

/* Slideshow. */
.slideshow {
	margin-top: -30px;
	margin-bottom: 30px;
	width: 948px;
	height: 287px;
	border: 6px solid #fff;
	box-shadow: 0px 1px 2px #777;
}

/* Menu. */
ul.menu {
	background: #0397CD;
	position: absolute;
	margin: -80px 0 0 20px;
	width: 260px;
	padding: 1px 0 1px 0;
	list-style-type: none;
}

ul.menu li a {
	display: block;
	background: #fff;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
	line-height: 40px;
	padding-left: 10px;
	margin: 0 1px 0 6px;
}

ul.menu li.last a {
	border-bottom: 0;
}

ul.menu li:hover a,
ul.menu ul li.active a,
ul.menu li:hover ul li a:hover {
	background: #0397CD;
	color: #fff;
}

ul.menu li:hover ul li a {
	background: #fff;
	color: #0397CD;
}

ul.menu li:hover ul {
	display: block;
}

ul.menu ul {
	display: none;
	position: absolute;
	margin: -42px 0 0 259px;
	list-style-type: none;
	padding: 0;
	border: 1px solid #0397CD;
	width: 260px;
}

ul.menu li.last ul {
	margin-top: -41px;
}

ul.menu ul li a {
	margin: 0;
	line-height: 40px;
}

ul.menu ul li.last a {
	margin: 0;
	line-height: 41px;
}

/* Publications. */
.tablePublications {
	border: 1px solid #0397CD;
	width: 100%;
	line-height: 22px;
}

.tablePublications th {
	background: #0397CD;
	color: #fff;
	font-weight: 100;
	text-align: left;
	padding: 0 5px 0 5px;
}

.tablePublications td {
	color: #3C3C3C;
	text-align: left;
	padding: 0 5px 0 5px;
}

.tablePublications td.date {
	width: 100px;
}

/* Logos. */
.logos {
	padding: 20px 0 10px 0;
}

.logos #logos a {
	text-decoration: none;
}

.logos #logos img {
	margin-right: 8px;
	margin-bottom: 10px;
}

/* Footer. */
.footer {
	padding: 20px 0 20px 0;
	background: #505050;
	color: #fff;
}

.footer .wrapper {
	line-height: 24px;
	text-align: center;
}

/* Copyright. */
.copyright {
	background: #fff;
	padding-bottom: 50px;
	line-height: 30px;
	font-size: 11px;
}