﻿body {
	background: url('/MDB/images/background_image.jpg') repeat;
	background-size:100%;
	width: 1300px;
	margin-left: auto;
    margin-right: auto;
}

div.header{
    height: 60px;
    font: 35px Comic Sans MS;
    text-align: center;
	color: blue;
}

hr.header {
	height: 2px;
	color: #58ACFA;
	width: 1200px;
}

img {
	height: 6px;
}

#MainMenu {
    height: 30px;
    background-color: #D6EBFF;
    border-radius: 5px;
	margin-top: -7px;
	margin-right: 20px;	
	margin-left: 20px;
}

#MainMenu a {
    text-decoration: none;
    color: blue;
	margin: 5px;
}

#MainMenu ul {
    list-style-type: none;
    margin: 1px;
    padding: 1px;
}

#MainMenu li {
    display: block;
    float :left;
    position: relative;
    padding: 7px;
    background-color: #99CCFF;
    font: 14px verdana;
    color: blue;
    margin: 5px;
	border-radius: 3px;
}

#MainMenu li:hover {
    background-color: #FFFFD6;
    border: 1px dotted blue;
	color: blue;
	font-weight: bold;
}

#MainMenu li ul {
    position: absolute;
    display: none;
}

#MainMenu li:hover ul {
    display: block;
    background-color: #99CCFF;
    border: 1px solid white;
    border-radius: 5px;
}

#MainMenu li:hover ul li {
    display: block;
    padding: 3px;
	font: 12px verdana;
	border-bottom: 1px solid blue;
	background-color: white;
	width: 150px;
	text-align: center;
}

#MainMenu li:hover ul li:hover {
	background-color: #FFFFD6;
	border: 1px dotted blue;
	font-weight: bold;
}

div.MainContent {
    overflow: auto;
    background-color: #D6EBFF;
	height: 78%;
    margin: 5px;
	margin-top: -15px;
    border-radius: 10px;
}

p.MCHead {
	font: 18px verdana bold;
	border-bottom: dotted 1px blue;
	color: blue;
}

p.MCContent1 {
	font: 14px verdana;
	margin-left: 20px;
}

p.MCContent2 {
	font: 14px verdana;
	margin-left: 40px;
}

input.textbox {
	width: 200px;
}

input.textbox:hover {
	border: 1px solid blue;
}

input.textbox2 {
	width: 100px;
}

input.textbox2:hover {
	border: 1px solid blue;
}

input.resbutton {
	border: 1px solid black;
	background-color: #FFFFDB;
	border-top-right-radius: 5px;
	color: black;
}

input.resbutton:hover {
	background: rgba(36, 140, 254, 0.52);
	border: 1px solid blue;
	border-top-right-radius: 5px;
	cursor: pointer;
}

div.searchresult {
	margin: 10px 50px 10px 50px;
	background-color: #FFFFDB;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFCC'); /* IE */
	display: none;
	border: 1px solid blue;
	border-radius: 10px;
}

p.reshead {
	font: 14px verdana;
	margin: 10px;
	border-bottom: 1px dotted blue;
	border-left: 20px groove blue; 
}

p.reshead1 {
	font: 14px verdana;
	margin-left: 20px;
	margin-right: 11px;
	border-bottom: 1px dotted blue;
	border-left: 20px groove blue; 
}

div.reshead2 {
	font: bold 13px verdana;
	margin: 15px;
	background: #99CCFF;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#E0E0E0'); /* IE */
	padding: 5px;
	border-radius: 5px;
}

p.rescontent {
	font: 12px verdana;
	margin: 20px;
	padding: 5px;
	line-height: 30px;
}

td.leftcol {
	font: bold 12px verdana;
}

td.rightcol {
	font: 12px verdana;
	padding: 5px;
}

div.sequencebox_EX {
    height: 100px;
    width: 600px;
    border: groove 2px blue;
    font: 12px courier new;
    color: black;
    padding: 5px;
    margin-left: 150px;
    margin-right: 50px;
    margin-top: -100px;
    text-align:justify;
	word-wrap: break-word;
	z-index: 100;
    position: fixed;
    border-radius: 10px;
    background-color: #99CCFF;
}

div.sequencebox {
    height: 100px;
	width: 800px;
    border: groove 2px #c99;
    font: 12px courier new;
    color: black;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: scroll;
    text-align:justify;
	word-wrap: break-word;
}

div.Protsequencebox {
    height: 100px;
	width: 850px;
    border: groove 2px #c99;
    font: 12px courier new;
    color: black;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: scroll;
    text-align:justify;
}

.borcoll {
	border-collapse: collapse;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.Complist1 {
	border: 1px solid black;
	width: 400px;
	vertical-align: middle;
	padding: 8px;
	font: 12px verdana;
}

.Complist2 {
	border: 1px solid black;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	font: 12px verdana;
	padding: 5px;
}

.Complist3 {
	border: 1px solid black;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	font: 12px verdana;
}

.Complistseq {
	border: 1px solid black;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	font: 12px verdana;
	padding: 5px;
}

.Complistseq1 {
	border: 1px solid black;
	width: 280px;
	vertical-align: middle;
	text-align: center;
	font: 12px verdana;
	padding: 5px;
}

img.back {
	float: right;
	height: 50px;
	width: 100px;
	margin-right: 30px;
	margin-top: 2px;
}

.page {
	background-color: rgba(128,128,128,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#E0E0E0'); /* IE */
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}

img.page1 {
	height:20px;
	width: 20px;
}

img.pagefirst {
	height:20px;
	width: 20px;
	margin-top: 5px;
}

img.pagelast {
	height:20px;
	width: 20px;
	margin-left: -10px;
}

img.backGI {
	float: right;
	height: 50px;
	width: 100px;
	margin-top: -37px;
	margin-left: 820px;
	position: fixed;
}

.pageGI {
	background-color: rgba(128,128,128,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#E0E0E0'); /* IE */
	border-collapse: collapse;
	margin-right: 200px;
	margin-left: 200px;
	border-radius: 5px;
}

img.backGI2 {
	float: right;
	height: 50px;
	width: 100px;
	margin-top: -37px;
	margin-right: 20px;
}

div.sequenceboxpop {
    height: 200px;
    width: 600px;
    border: groove 2px #c99;
    font: 12px courier new;
    color: black;
    padding: 5px;
    margin-left: 150px;
    margin-right: 50px;
    margin-top: -50px;
    overflow: scroll;
    text-align:justify;
	word-wrap: break-word;
	z-index: 100;
    position: fixed;
    border-radius: 30px;
    background-color: #99CCFF;
}

div.seq {
	height: 300px;
    width: 800px;
    background-color: white;
    
}

img.closepop {
	float: right;
	height: 30px;
	width: 30px;
	margin-top: -20px;
}

p.hpop {
	height: 20px;
	background-color: rgb(128,128,128);
	font: 16px verdana;
	margin-top: 10px;
	text-align: center;
	border-radius: 5px;
}

.styled-select select {
   background: transparent;
   width: 340px;
   font-size: 10px verdana;
   line-height: 2;
   padding: 2px;	
   border: 1px solid blue;
   border-radius: 5px;
   height: 25px;
   -webkit-appearance: none;
	color: black;
}
   
.styled-select {
   width: 320px;
   height: 25px;
   margin-left: 75px;
   overflow: hidden;
   background: url('/MDB/images/dropdown1.png') no-repeat right #99CCFF;
}   

img.dropdown {
	float: right;
	height: 30px;
	width: 75px;
	margin-top: 0px;
	margin-right: -17px;
}

p.resheaddrop {
	font: 14px verdana;
	margin: 10px;
	border: 1px dotted blue;
	border-left: 20px groove blue; 
	padding: 5px;
	width: 1000px;
	color: #660033;
}

img.closeadv {
	float: right;
	height: 30px;
	width: 30px;
	margin-top: -10px;
} 

img.flowPatho {
	width: 1000px;
	height: 500px;
}

p.bhead {
	font: 18px verdana;
	margin: 10px;
	border-bottom: 1px dotted;
	border-left: 20px groove blue; 
	color: blue;
}

div.bcontent {
	overflow: auto;
	margin-left: 10%;
	margin-right: 5%;
	border: 10px groove rgba(36, 140, 254, 0.52);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99CCFF', endColorstr='#99CCFF'); /* IE */
	border-radius: 5px;
}

p.bcontenttext {
	font: 16px verdana;
	line-height: 26px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

img.jmol {
	height: 30px; 
	width: 60px; 
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

img.jmol:hover {
	height: 33px; 
	width: 63px; 
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

img.jmol1 {
	height: 34px; 
	width: 34px; 
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

img.jmol1:hover {
	height: 36px; 
	width: 36px; 
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

img.jpg {
	height: 34px; 
	width: 34px; 
	display: inline;
	float: right;
	margin-top: -8px;
	margin-right: 10px;
}

img.pdf {
	height: 35px; 
	width: 35px; 
	display: inline;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
}

img.jpg:hover {
	height: 36px; 
	width: 36px; 
	display: inline;
	float: right;
	margin-top: -8px;
	margin-right: 10px;
}

img.pdf:hover {
	height: 39px; 
	width: 39px; 
	display: inline;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
}


img.qmark {
	height: 20px; 
	width: 20px; 
}

.styled-selectB select {
   background: transparent;
   width: 110px;
   font-size: 10px verdana;
   line-height: 2;
   padding: 2px;	
   border: 1px solid blue;
   border-radius: 5px;
   height: 25px;
   color: black;
   -webkit-appearance: none;
}
   
.styled-selectB {
   width: 90px;
   height: 25px;
   margin-left: 75px;
   overflow: hidden;
   background: url('/MDB/images/dropdown1.png') no-repeat right #99CCFF;
}

img.flowPatho {
	width: 800px;
	height: 500px;
}

div.iupac_EX {
    height: 200px;
    width: 600px;
    overflow: auto;
    border: groove 2px blue;
    font: 12px courier new;
    color: black;
    padding: 5px;
    line-height: 20px;
    margin-left: 150px;
    margin-right: 50px;
    margin-top: -100px;
    text-align:justify;
	word-wrap: break-word;
	z-index: 100;
    position: fixed;
    border-radius: 10px;
    background-color: #99CCFF;
}

img.closepop_Iupac {
	float: right;
	position: fixed;
	height: 30px;
	width: 30px;

}

div.sequence_box_motif {
	width: 730px; 
	height: 100px; 
	overflow: auto; 
	text-align: justify; 
	word-wrap: break-word;
    background-color: rgba(192,192,192,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#E0E0E0'); /* IE */
    border-left: 10px solid rgb(192,192,192);
}

p.bases {
	font: 12px verdana;
	line-height: 20px;
	margin:5px;
}

p.contact1 {
	font: 12px verdana;
	font-weight: bold;
}

img.map {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

img.map_circular {
	height: 500px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

div.map {
	height: 500px;
	width: 650px;
}

div.refer_map {
	margin-left: 700px;
	margin-top: -600px;
	display:none;
}
img.refer_map_circular {
	height: 600px;
	width: 250px;
}
img.refer_map_linear {
	height: 150px;
	width: 600px;
}

div.imgbox_motif {
	background-color: rgba(128,128,128,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C0C0C0', endColorstr='#C0C0C0'); /* IE */
	border-radius: 3px;
	float: right;
	width: 100px;
	height: 30px;
}

div.imgbox {
	background-color: #99CCFF;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C0C0C0', endColorstr='#C0C0C0'); /* IE */
	border-radius: 3px;
	float: right;
	width: 100px;
	height: 30px;
	position: fixed;
	margin-left: 875px;
	margin-top: 20px;
}
