/* CSS Document */
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; line-height:12pt; background-color:#007fbb; color:#313131}
h4 {font-size:12pt}
a {color:#313131}
a:hover{text-decoration:none}
#Container {
	width:1000px;
	margin: 0 auto;
	background-color:#ffffff;
} 
#headerTop {
	width:100%;
	height:120px;
	background-image:url(images/topHeader.jpg);
	background-repeat:no-repeat
}
#headerMenu {
	width:970px;
	height:40px;
	background-image:url(images/menuBkg.jpg);
	background-repeat:no-repeat;
	line-height:1em;
	font-size:0.8em;
	padding-left:30px;
}
#headerMenu INPUT {font-size:1em}
#Content {
	width:980px;
	min-height:300px;
	background-image:url(images/contentBkg.jpg);
	background-repeat:repeat-y;
	position:relative;
	padding-left:20px;
}
#footer {
	width:980px;
	height:80px;
	background-image:url(images/footerBkg.jpg);
	background-repeat:no-repeat;
	line-height:1em;
	font-size:0.8em;
	padding:20px 0 0 20px;
}
#sideMenu {
	width:200px;
	padding:20px 0 0 0px;
	position:relative;
	float:left;
}
#blocText {
	position:relative;
	width:700px;
	margin:0px 10px 0 210px;
	padding:10px;
	background-image:url(images/ImatgeHomeTr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:1em;
}
#blocTextWide {
	position:relative;
	width:950px;
	padding:10px;
	font-size:1em;
}
.Titol {font-size:1.5em; line-height:1.5em;}
.submitButton {
	color:#ffffff;
	background-color:#000066;
	padding:3px;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#blocText select {font-size:1em}
#blocText textarea {font-size:1em}
#SelectAnalysis select {font-size:1em}
#linksPDB  {
	width:100px;
	padding:5px;
	position:relative;
	float:left;
	background-color:#eeeeee;
}
#tools {
	width:150px;
	padding:5px;
	position:relative;
	float:right;
	background-color:#eeeeee;
	clear:right;
}
.clearAll {
clear:both
}
#AnalysisResults {
	width:600px;
	margin-left:120px;

}
#menuAnalysis {
	width:200px;	
}
.analysisGroup {
	width:500px;
	visibility:hidden;
	position:absolute;
	left:350px;
}
#AnalysisResults TD {
	background-color:#efefef;
	padding:4px;
	margin:0px;
}
#AnalysisResults TABLE{
	border:solid 1px;
}