/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
    margin: 0 auto;
    padding: 0;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    background: #ccd0d5;
}

#wrap {
    background: #fff;
    color: #303030;
    margin: 0 auto;
    width: 760px;
    height: auto;
}

#header {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    height: 45px;
    color: #305280;
}

#header h1 {
    width: 250px;
    margin: 0 0 10px 0;
    float: left;
    font-size: 3.1em;
    color: #305280;
}

#header p {
    width: 500px;
    float: right;
    text-align: center;
    color: #000;
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}


#frontphoto {
    margin: 0 0 10px 0;
    border: 0;
}

#avmenu {
    clear:left;
    float:left;
    font-size:0.9em;
    margin:0 0 10px 0;
    padding:0;
}


/*
 Kranti Konganti
 konganti@msu.edu
 04/28/10
 CSS hack for submenus
*/


ul#nav, ul#nav ul {
    list-style: none;
    width: 168px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1em;
}

ul#nav li#main{
    margin-bottom: 4px;
    border-left: 4px solid #305280;
}

ul#nav ul li {
    border: 1px solid #305280;
}

#nav li ul {
    position: absolute;
    margin-left: -999em; /* hide menu from view */
    height: 20px;
    text-decoration: none;
    color: #000;
    display: block;
    background: #ccd0d5 repeat;
}

/* Styles for Menu Items */
ul#nav li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 6px 0 0 6px;
    background: #ccd0d5;
    /*border-left: 4px solid #305280;*/
}

/* commented backslash mac hiding hack\*/
* html ul#nav  li a {
    height:1%;
    position:absolute;
}

/* end hack */

/* this sets all hovered background to speciefied color*/
#nav li a:hover{
    background: #EEEEEE; /*#FF9900; #eaeaea;*/
    color: #000;
/* add borders here if u want for main menu hover styles*/
}

#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
    color: #000;
/* Add borders for sub menu hover styles here ex: border: 1px solid White;*/
}

/* set dropdown to default */

#nav li:hover li a,#nav li.over li a {
    color: #000;
}/*edit color to change sub menu hover color*/


#nav li ul li a {
    padding-top: 2px; padding-bottom:3px;
}

#nav li:hover ul,#nav li.over ul {
    margin-left: 140px;
    margin-top: -26px;
} /* show menu*/
/*
  Menu and submenu code ends
*/

.announce {
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 140px;
    color: #000;
    background-color: #ccd0d5;
    line-height: 1.3em;
}
#random_pic {
    clear:right;
    width:150px;
    padding:5px;
    height:auto;
    margin:5px;
}


#extras {
    float: right;
    width: 100px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

#extras p {
    margin: 0 0 1.5em 0;
}

#content {
    margin: 0 110px 20px 160px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
    font-size: 1.05em;
    color: #000;
    height: auto;/* added*/
    top: 0;
}

#content h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

#content img {
    padding: 1px;
    display:inline;
    background: #cccccc;
    border: 4px solid #f0f0f0;
}

#content p.indent{
    margin-left: 3em;
    text-indent:-4em;
}

h3 {
    font-size: 1.0em;
    margin: 0 0 10px 0;
    color:#305280;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #286ea0;
}

a img {
    border: 0;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 4px solid #f0f0f0;
    width: 760px;
    text-align: right;
    color: #808080;
    font-size: 0.9em;
}

#footer a {
    color: #808080;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.left {
    margin: 10px 10px 5px 0;
    float: left;
}

.right {
    margin: 10px 0 5px 10px;
    float: right;
}

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

table{
    text-align: center;
    border-spacing: 0;
    table-layout: auto;
    font-family: arial,verdana, sans-serif;
    font-size: 14px;
    vertical-align: middle;
}
.pretty2{
    border: 1px solid #DCDCDC;
    font-size: 8px;
}

td.pretty2{
    border: 1px solid #DCDCDC;
    font-size: 8px;
}

th.pretty2{
    background: #D3D3D3 none repeat scroll 00;
    border: 1px solid #DCDCDC;
    font-size: 8px;
}
tr.pretty2{
    font-size: 8px;
}

th.forward_sort {
  background: #AACCAA !important;
}
th.reverse_sort {
  background: #CCAAAA !important;
}
table.germplasm_table {
    font-size: 0.9em;
}
table.germplasm_table th {
  cursor: pointer;
  background: #AAAAAA;
}
table.germplasm_table tr {
  background: #F5F5F5;
}
table.germplasm_table tr.alt {
  background: #DDDDDD;
}
