/************************************************
 ***               Global Styles              ***
 ************************************************/

html 
{
	background-color: white;
} 

body
{
	color:black;
	background-color:transparent;
}


body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
 	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}


h1 
{
	font-size:350%;
	font-weight:normal;
	font-style:italic;
	color: white;
	text-align: left;
	padding:  45px 0px 0px 360px;
}

h2
{
	font-size:140%;
	font-weight:normal;
	font-style:italic;
	color:#FFF500;
	padding:  0px 0px 0px 400px;
}

h3
{
	font-size:180%;
	font-weight:normal;	
	text-align:left;	
	color: green;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h4 
{
	font-size: 110%;
	font-style: italic;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

p
{
	font-size: 100%;
	text-align: justify;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

p.small
{
	color: white;
	font-size: 80%;
	text-align: center;	
	padding: 6px;
}

p.centre
{
	text-align: center;
}

p.right
{
	text-align: right;
}

p.lowercase
{
	text-transform: lowercase;
}

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;
}

a:link, a:visited
{
  	color: blue;
}

a:hover
{
	color: red;
	text-decoration: none;
}

a.Def{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:underline;}

a.Def:hover{z-index: 25; background-color: #ffc}

a.Def span{display: none}

a.Def:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:1.5em; width:15em;
    border:1px solid #000;
    background-color:#ffc; color:#000;
    text-decoration:none;
    padding: 1em;
    text-align: left;}




/************************************************
 ***                Page Layout               ***
 ************************************************/

div#Container
{
/* **********************************************
 * The last two lines of the Container division *
 * (margin-left and margin-right) allow the     *
 * Container box to float in the middle of the  *
 * HTML window.  Thus, as the window is         *
 * expanded, empty space expands on either side *
 * of Container which is set at a fixed width of*
 * 1010 pixels.                                 *
 * **********************************************/ 
	width: 1010px;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
}


div#Header
{
	background:url("Images/Header_WheatBP_wheatfield.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
}



/************************************************
 ***                Menu Layout               ***
 ************************************************/

div#Menu
{
	width:18%; 
	min-height:450px;
	padding: 10px 10px 10px 10px;
	margin:  10px 0px 0px 0px;
	float: left;
}

a.menu
{
	display: block;
	border-style: solid;
	border-width: 2px;	
	border-top-color: #DFDFDF;	
	border-right-color: #666;
	border-bottom-color: #333;	
	border-left-color: #858585;
	font-size: 80%;
	font-weight: bold;
	color: white;
	width: 165px;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:link, a.menu:visited
{
	background-color: #98BF21;
}

a.menu:hover
{
	background-color: #7A991A;
} 

a.submenu
{
	zoom: 1;
	display: block;
	border-style: solid;
	border-width: 2px;	
	border-top-color: #DFDFDF;	
	border-right-color: #666;
	border-bottom-color: #333;	
	border-left-color: #858585;
	font-size: 80%;
	color: black;
	width: 165px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	text-transform: uppercase;
}

a.submenu:link
{
	color: black;
	background-color: #CCCC33;
}

a.submenu:visited
{
	color: black;
	background-color: #CCCC33;
}

a.submenu:hover
{
	color: white;
	background-color: #CC9933;
}
/* The following is a rough roll-over for a menu bar */

/*
a.menu
{
	display: block;
	width: 173px;
	line-height: 240%;
	background:url("Images/Button.png");
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
}

a.menu:hover
{
	background-position: 0 -33px;
} 
*/


/************************************************
 ***                Content Layout            ***
 ************************************************/

div#Content
{
  	background:url("#");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 450px;
	width: 750px;
	padding: 10px 10px 0px 15px;
	float: left;
}

/************************************************
 ***         How to format the Footer         ***
 ************************************************/

div#Footer
{
	color: white;
	background:url("Images/Footer.png");
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	clear: both;
}

a.footer
{
	text-decoration: underline;
	color: yellow;
	width: 165px;
	text-align: left;
}

a.footer:link, a.submenu:visited
{
  	color: white;	
	background-color: transparent;
}

a.footer:hover, a.submenu:active
{
	color: yellow;
	text-decoration: none;
}


/************************************************
 ***               Table layouts              ***
 ************************************************/

table.primers
{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	color: gray;
	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: #98BF21;
	text-align:center;
}


tbody
{
	color: black;
	text-align:left;
}

tfoot
{
	color:red;
}

th
{
	font-size: 90%;
}

p.centre
{
	text-align: center;
}

p.right
{
	text-align: right;
}

p.very_small
{
  	color:#FFFFFF;
	font-size: 0.4em;
  	padding: 2px;
}

/************************************************
 ***               Image layouts              ***
 ************************************************/

img.body
{
	padding: 10px 10px 10px 10px;
}

img.floatleft
{ 
	float: left; 
	padding: 10px 20px 10px 0px;
}

img.floatright
{ 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid gray;
       	padding: 10px;	
}

img.chromosomes
{
	width: 220px;
	padding: 10px 10px 10px 10px;
}

a.References
{
	font-style: italic;
}


span.Warning
{
	color: red;
	text-align: center;
}

span.italic
{
	font-style: italic;
}

span.bold
{
	font-weight: bold;
}

/************************************************
 ***              Sequence Layout             ***
 ***                                          ***  
 *** This part is related exclusively to the  *** 
 *** "What is a SNP" document, and is used to ***
 *** centre the sequences.                    ***
 ************************************************/

div.centre
{
   font: 12px "monospace", sans-serif;
   text-align: center;
}

span.blue {
    color: blue;
    font-family: "Monospace", Courier New;
}

span.green {
    color: green;
    font-family: "Monospace", Courier New;
}
span.red {
    color: red;
    font-weight: bold;
    font-family: "Monospace", Courier New;
}

div#Figure
{
   border-style: solid;
   border-width: 1px;
   border-color: gray;
   color: gray;
   background-color: transparent;
   margin: 20px 0px 10px 0px;
   padding: 0px 0px 0px 0px;

}


/******************************************
 *
 *          Division classes
 *
 * ****************************************/

.figure-right
{
	float: right;
        margin-bottom:	5px;
	margin-left: 20px;
}

.figure-right img
{
	padding-top: 6px;
	padding-bottom: 4px;
}

.figure-right p
{
	color: black;
	font-size: 80%;

}

.figure-centre
{
	margin-top: 20px;
        margin-bottom:	20px;
	margin-left: 120px;
	border: solid 1px gray;
	clear: both;	
}

.figure-bran
{
	margin-top: 20px;
        margin-bottom:	20px;
	margin-left: 60px;
	clear: both;	
}

.figure-centre img
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.figure-centre p
{
	color: black;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}

.figure-bran
{
	margin-top: 20px;
        margin-bottom:	20px;
	margin-left: 20px;
	border: solid 1px gray;
	clear: both;	
}

.figure-bran img
{
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.figure-bran p
{
	color: black;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}



.figure-left
{
	float: left;
	margin-right: 10px;
        margin-bottom:	10px;
}

.figure-left img
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

.figure-left p
{
	color: black;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}

span.fig_head
{
	font-weight: bold;
	color: green;
}

.width_260px
{
	width: 260px;
}

.width_300px
{
	width: 300px;
}

.width_350px
{
	width: 350px;
}

.width_390px
{
	width: 390px;
}

.width_450px
{
	width: 450px;
}

.width_500px
{
	width: 500px;
}

.width_550px
{
	width: 550px;
}

.width_690px
{
	width: 690px;
}
