body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/backgroundsquare.png) repeat left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #069;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

.nodeText{
	text-decoration:none;
	cursor: pointer;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/background_option.png) repeat-x left top;
}


#header {
	width: 950px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/genecloud.png) no-repeat center top;
}

#whatis {
	padding-top:150px;
	padding-left:720px;
}

#whatislink{
	cursor: pointer;
	color: #069;
}

#graph{
	margin: 0px auto;
	position:relative;
	overflow:hidden;
	width:950px;
	height:500px;
	background-color:#ffffff;
}

#connections{
	margin: 0px auto;
	position:relative;
	width:950px;
	background-color:#fff;
	padding-bottom:50px;
}

#control{
	width:950px;
	margin: 0px auto;
	background: white;
	padding: 0px;
	clear:both;
}
#search{
	width: 350px;
	float:left;
	margin-top:10px;
	background:white;
}

#searchbox{
	width:200px;
	height:20px;
	font-size:100%;
	background:#FFFFFF;
	border: 1px solid #293a47;
	float:left;
	padding:5px;
}

#searchbutton{
	border: 1px solid #000;
	color:white;
	width:60px;
	height:30px;
	float:left;
	text-align:center;
	margin-left:5px;
	padding:1px;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}

#close{
	float:right;
	cursor:pointer;
}

.clear{
	clear:both;
}

.buttonoff{
	background:#293a47;
}

.buttonon{ 
	background:#6291c0;
}

#searchbuttontext{
	margin-top:5px;
}

#infos {
	width: 600px;
	float:left;
	background:white;
}

#geneWrapper{
	float:left;
	margin:5px;
	width:280px;
	padding-left: 10px;
	background:white;
}

#geneSymbol{
	font-size: 200%;
}
#geneName{
	font-size: 75%;
}

#productsWrapper{
	float:left;
	margin:5px;
	width:280px;
	background:white;
}

#productsText{
	font-size: 100%;
}

#productsImages{
	font-size: 80%;
}

#searchwindow{

	display:none;
	z-index:999;
	background:white;
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:500px;
	padding:20px;
	border: 2px #293a47 solid;
}
#searchheader{
	height:30px;
}
#searchresults{
	height:450px;
	overflow-y:scroll;
}

#whatiswindow{

	display:none;
	z-index:999;
	background:white;
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:500px;
	padding:20px;
	border: 2px #293a47 solid;
}
#whatisheader{
	height:30px;
}
#whatistext{
	height:450px;
	font-size: 90%;
	overflow-y:scroll;
}
#closewhat{
	float:right;
	cursor:pointer;
}
.searchitem{
	clear:both;
	margin-top: 15px;
}

.searchlink{
	float:left;
	width:150px;
	overflow:hidden;
}

.searchdescription{
	float:left;
	width:300px;
	font-size:80%;
	margin-left:15px;
}

.subtext{
	font-size:80%;
}

#footer{
	width:950px;
	background:white;
	text-align: center;
	margin: 0px auto;
	font-size:85%;
}

