@charset "iso-8859-1";
/* CSS Document */
body {
	background:#ffffff;
	margin:8px 14px 19px 14px;
	padding:0px;
	font-size:13px;
	font-family:Trebuchet MS;
}
td {
	font-size:13px;
	font-family:Trebuchet MS;
}
hr {
	clear:both
}
a:link, a:visited {
	font-family:Trebuchet MS;
	color:#00077B;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
a:hover{
	font-family:Trebuchet MS;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

#header {
	height:174px;
	width:100%;
}
#header .logo {	
	vertical-align:top;
}
#header .logo img {
	margin-top:30px;
}
#header .language {
	width:100%;
	background-image:url(../images/headerBg.gif);
	background-repeat:repeat-x;
}
#header .language .languageBar {
	background-image:url(../images/languageBg.jpg);
	background-repeat:no-repeat;
	height:174px;
	width:280px;
	float:right;
	text-align:right;
	font-size:16px;
	font-weight:normal;
	margin-left:50px;
	
}
#middle {
	width:100%;
}
.header {
	background-color:#ADADAD;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
}
.header .headerText {
	font-weight:bold;
	color:#ffffff;
	line-height:21px;
	margin-left:21px;
	padding-left:6px;
	border-left:1px solid #ffffff;
}
.menu {
	width:175px;
	vertical-align:top;
}
.menu a {
	display:block;
	margin:2px 0px 0px 27px;
}
.menu hr {
	color:#FFFFFF;
	width:175px;
	visibility:hidden;
}
.content {
	vertical-align:top;
}
.contentBlock {
	margin:0px 0px 0px 52px;
}
.contentBlock p {
	margin-left:27px;
	color:#666666;
}
.content hr {
	color:#FFFFFF;
	width:500px;
	visibility:hidden;
}
.copyrightBlock {
	height:76px;
	background-image:url(../images/footerBg1.gif);
	width:100%;
}
.copyright {
	/*background:#00077B;*/
	background-image:url(../images/footerBg.gif);
	background-repeat:no-repeat;

	height:76px;
	width:345px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
}
.copyright a {
	color:#FFFFFF;
}
.copyrightBlock hr{
	width:390px;
	visibility:hidden;
}
input, select, textarea {
	border: 1px solid #000000;
	font-family: "Courier New", Courier, monospace;
	font-size : 12px;
	margin-bottom : 10px;
}
input.radio{
	border: none;
	margin-bottom : 0px;
}
input.button{
	width : 150px;
	background-color : #e8e8e8;
	color: #00077b;
	font-weight : bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* persones */
.person {
    padding:5px;
    width: 300px;
    float: left;
    margin:10px;
	height:200px;
    background: #eeeeee;
    border:1px dashed #cccccc;
    cursor:pointer;

}
.personHover {
    padding:5px;
    width: 300px;
    float: left;
    margin:10px;
	height:200px;
    background: #cccccc;
    border:1px dashed #666666;
    cursor:pointer;
}

.personName {
    font-weight:bold;
    border-bottom:1px solid #999999;
    padding-bottom:2px;
    margin-bottom:5px;
}
.specialisation img {
    float:left;
	margin: 0px 10px 0px 0px;
}
.specialisation {
    width:100%;
    float:left;
    font-size:12px;
}
/* persones Details*/


.personesDetails {
    padding:5px;
    width: 470px;
    float: left;
    margin:10px;
    background: #eeeeee;
    border:1px dashed #cccccc;


}

.personName {
	font-weight: bold;
    margin-bottom: 5px;
    border-bottom: #999999 1px solid;
	background-color:#adadad;
	padding:5px;
}
.personNameFounder {
	font-weight: bold;
    margin-bottom: 5px;
    border-bottom: #999999 1px solid;
	background-color:#bdc5f4;
	padding:5px;
}
.specialisation {
	font-size: 12px;
    float: left; 
	padding:5px;
}
.person {
	border-right: #cccccc 1px dashed;
    border-top: #cccccc 1px dashed;
    background: #eeeeee;
    float: left;
    padding-bottom: 5px;
    margin: 10px;
    border-left: #cccccc 1px dashed;
    width: 300px;
    cursor: pointer;
    border-bottom: #cccccc 1px dashed;
    height: 230px;
}
.personHover {
	border-right: #666666 1px dashed;
    border-top: #666666 1px dashed;
    background: #cccccc;
    float: left;
    padding-bottom: 5px;
    margin: 10px;
    border-left: #666666 1px dashed;
    width: 300px;
    cursor: pointer;
    border-bottom: #666666 1px dashed;
    height: 230px
}

.copyrightNucleart {
	color:#666666;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
.copyrightNucleart a:link, .copyrightNucleart a:visited{
	color:#666666;
	font-size:12px;
}
.copyrightNucleart a:hover{
	color:red;
	font-size:12px;
}