/************************************************
 ***               Global Styles              ***
 ************************************************/

p.small {
	color: white;
	font-size: 80%;
	text-align: center;
	padding: 6px;
}

p.centre {
	text-align: center;
}

p.right {
	text-align: right;
}

p.Update {
	color: red;
	font-size: 120%;
	padding: 4px;
	text-align: center;
}

p.legend {
	color: gray;
	font-size: 80%;
	padding: 4px;
}

ul {
	list-style-type: none;
}

ul.bullet {
	list-style-type: disc;
	padding: 0px 0px 0px 40px;
}

ul.decorated {
	list-style-type: disc;
	color: gray;
	font-size: 120%;
	line-height: 200%;
	margin: 20px 0px 20px 75px;
	padding: 0px 0px 0px 0px;
}

ol {
	position: relative;
	left: 35px;
        list-style-type: disc;
}

a:link, a:visited {
  	color: blue;
}

a:hover {
	color: red;
	text-decoration: none;
}


/************************************************
 ***                Page Layout               ***
 ************************************************/


div#copyright {
	min-height: 400px;
	width: 500px;
	padding: 10px 20px 0px 0px;
	float: left;
}





div#Menu {
        background-color: transparent;
        width:18%;
        min-height:450px;
        margin:  0px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
        float: left;
}

div#left
{
	width: 15%;
	min-height: 400px;
	background-color: transparent;
	float: left;
	border-top: none;
	border-bottom: none;
	border-left: none;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

div#right
{
	width: 80%;
	min-height: 400px;
	background-color: transparent;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

.pos_fixed
{
	position: fixed;
	top: 100px;
	left: 10px;
}

ul#navmenu, ul.sub1 {
        list-style-type: none;
}

ul#navmenu li {
        width: 165px;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        font-size: 80%;i
}

ul#navmenu a {
        text-decoration: none;
        display: block;
        width: 165px;
        height: 30px;
        line-height: 30px;
        color: #FFFFFF;             /* White  */
        background-color: #98BF21;  /* Olive green */
        border: 2px solid;
        border-top-color: #DFDFDF;  /* Shades of grey to create a 3D effect on the menu buttons */
        border-right-color: #666;
        border-bottom-color: #333;
        border-left-color: #858585;
        border-radius: 6px;
}

ul#navmenu .sub1 a {
        margin-top: 0px;
        background-color: #CFC;
        color: #000;                 /* Black */
}

ul#navmenu li:hover > a {
        background-color: #7A991A;
}

ul#navmenu li:hover a:hover {
        background-color: #7A991A;
}

ul#navmenu ul.sub1 {
        display: none;
        position: absolute;
        top: 22px;
        left: 68px;
        z-index: 1;
}

ul#navmenu li:hover .sub1 {
        display: block;
}

.r_arrow {
        color: white;
        font-size: 11pt;
        position: absolute;
        top: 6px;
        right: 4px;
}






/************************************************
 ***               Image layouts              ***
 ************************************************/

img.body
{
	padding: 10px 10px 10px 10px;
}

img.floatleft
{ 
	float: left; 
	padding: 10px 20px 10px 0px;
}

img.floatright
{ 
	float: right;
       	padding: 10px 0px 10px 20px;	
}

img.floatcentre
{
        display: block;
        margin-left: auto;
        margin-right: auto;
}


.figure-centre
{
        margin-top: 20px;
        margin-bottom:  20px;
/*        margin-left: 170px;
        margin-right: 170px;
*/        padding: 10px 10px 0px 10px;
        border: solid 1px gray;
        clear: both;
	background-color: yellow;
}


img.chromosomes
{
	width: 220px;
	margin:15px;
}

a.references
{
	font-style: italic;
}

span.italic
{
	font-style: italic;
}

span.bold
{
	font-weight: bold;
}

span.blue
{
	color: blue;
}

span.green
{
	color: green;
}

span.yellow
{
        color: yellow;
}

span.red
{
	color: red;
}

span.Warning
{
	color: red;
	text-align: center;
}


ul.publications
{
	decoration: none;
}

li.publication
{
	text-align: justify;
	margin-bottom: 15px;
}

p.refs
{
	color: green;
	font-size: 110%;
	line-height: 110%;
	margin: 25px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

/*****  GET_contig.information.php  *****/

div .contig_info
{
        width: 750px;
        min-height: 300px;
        background-color: #FDF288;
        padding: 5px 0px 5px 0px;
        border: 1px solid;
        margin: 0px 0px 30px 0px;
}

.contig_info h4
{
        font-style: normal;
        font-size: 140%;
        margin: 0px 0px 0px 10px;
}

.contig_info p
{
        font-style: normal;
        font-size: 90%;
        margin: 0px 0px 0px 10px;
}

div .contig_table
{
        width: 230px;
        background-color: white;
        float: left;
        margin: 0px 10px 0px 5px;
}

.contig_info table
{
        padding: 0px;
        border: 1px solid black;
        margin; 0px;
}

.contig_table th
{
        font-size: 100%;
        font-weight; normal;
        color: white;
        background-color: #98BF21;
        border-style: none;
        text-align: right;
}

.contig_table td
{
        font-size: 100%;
        font-weight; normal;
        color: gray;
        background-color: white;
        border: 1px solid;
        text-align: left;
}

div .contig_sequence
{
        width: 700px;
        height: 220px;
        overflow: auto;
        font-size: 90%;
        line-height: 140%;
        background-color: white;
        float: left;
        word-wrap: break-word;
        padding: 4px 7px 7px 10px;
        border: 1px solid;
        margin: 10px 10px 10px 10px;
}

.height_180
{
        height: 180px;
}

.height_185
{
        height: 185px;
}

.height_260
{
        height: 260px;
}

.height_265
{
        height: 265px;
}



/************************************************
 ***               AutoCloner Styles          ***
 ************************************************/


body {font-family: Arial;}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* table {
  border-spacing: 0;
  width: 50%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.numberinput1{
	width: 30%;
} */