/************************************************
 ***               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: #f99a01;  /* Dark orange */
        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;
}




/************************************************
 ***               Table layouts              ***
 ************************************************/

table.primers {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	color: black;
	background-color: transparent;
	margin: 25px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}

td.left {
	font-size: 80%;
	text-align: left;
}

td.right {
	font-size: 80%;
	text-align: right;
}

td.centre {
	font-size: 80%;
	text-align: center;
}

thead  {
	color:#000000; 
	background-color: #f99a01;
	text-align:center;
}


tbody {
	color:blue;
	text-align:left;
}

tfoot {
	color:red;
}

th {
	font-size: 90%;
}

table.report {
        color: black;
        background-color: #6f6f6f; /* This is a grey */
        margin: 0px 0px 10px 25px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        padding: 0px 0px 0px 0px;
}

table.report thead {
        font-size: 120%;
        font-weight: normal;
        color: 6f6f6f;
        text-align: center;
        background-color: #f99a01;
        padding: 4px;
        border-style: none;
        margin: 0px;
}

table.report td {
        font-weight: normal;
        color: black;
        background-color: white;
        border: none;
        text-align: left;
}

table.crop_club_vars {
        color: black;
        background-color: #6f6f6f; /* This is grey */
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        padding: 0px 0px 0px 0px;
}

table.crop_club_vars th {
        font-size: 100%;
        font-weight: normal;
        color: 6f6f6f;
        text-align: center;
        background-color: #f99a01;
        padding: 4px;
        border-style: none;
        margin: 0px;
}

table.crop_club_vars td {
        font-size: 80%;
        font-weight: normal;
        color: black;
        background-color: white;
        border: none;
}

table.contig_form {
        color: black;
        background-color: yellow;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        padding: 0px 0px 0px 0px;
}

table.contig_form th {
        font-weight; normal;
        color: 6f6f6f;
        text-align: center;
        background-color: #f99a01;
        padding: 4px;
        border-style: none;
        margin: 0px;
}

table.contig_form td {
        font-weight: normal;
        color: black;
        background-color: white;
        border: none;
}

table.primers {
        table-layout: auto;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        color: black;
        background-color: #6f6f6f; /* This is grey */
        text-align: left;
        float: left;
        margin: 10px 10px 10px 0px;
        padding: 2px 2px 2px 2px;
}

table.genome {
	width: 45%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}

table.diploids {
	width: 45%;
	float: left;
	color: black;
	margin: 0px 20px 20px 0px;
	padding: 0px 4px 0px 4px;
}

table.tetraploids {
	width: 25%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}

table.hexaploids {
	width: 100%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}

div#table_left {
        width: 25%;
        background-color: transparent;
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

div#table_centre {
        width: 100%;
        background-color: transparent;
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

div#table_right {
        width: 32%;
        background-color: transparent;
        float: left;
        border: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

table.axiomRes {
        border-collapse: collapse;
}

table.axiomRes th {
        border: 2px solid gray;
        padding: 0px 4px 0px 4px;
        font-size: 12px;
        color: white;
}

table.axiomRes td {
        border: 2px solid gray;
        padding: 0px 4px 0px 4px;
        font-size: 14px;
}

table.axiomForm {
        border-collapse: collapse;
        table-layout: fixed;
	background-color: #ffffff;
}

table.axiomForm td {
        width: 140px;
}

table.axiomForm label {
        display: inline-block;
        position: relative;
        padding-left: 4px;
        font-size: 12px;
}

table.TGbySForm td {
        width: auto;
}



td, th
{
        border-style: solid;
        border-color: gray;
        border-width: 2px;
        padding: 4px;
}

td.left
{
        font-size: 80%;
        color: black;
        text-align: left;
        border-width: 2px;
        border-color: gray;
}

td.right
{
        font-size: 80%;
        color: black;
        text-align: right;
        border-width: 2px;
        border-color: gray;
}

td.centre
{
        font-size: 80%;
        color: black;
        text-align: center;
        border-width: 2px;
        border-color: gray;
        padding: 4px 4px 4px 4px;
}

thead
{
        color: #000000;
        background-color: #f99a01;
        text-align:center;
}


tbody
{
        color: black;
        text-align: left;
}

tfoot
{
        color:red;
}

tfoot
{
        color:red;
}

th
{
        font-size: 100%;
        color: 6f6f6f;
        background-color: #f99a01;
        border-style: none;
}

th.left
{
        text-align: left;
        background-color: #f99a01;
}

th.right
{
        text-align: right;
        background-color: #f99a01;
}

th.centre
{
        text-align: center;
        background-color: #f99a01;
}



/************************************************
 ***               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;
        padding: 10px 10px 0px 10px;
        border: solid 1px gray;
        clear: both;
	background-color: #fee5a1;
}


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: #f99a01;
        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;
}
