/* General Style Info */
html, body {
		height:100%;
		background:#111212;
	}

body { 
	background: #111212; 
	color: #D8D8D8;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; 
	font-size:88%;
	text-align:center;
	}

html > body {font-size:14px;
			
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #abd037;
}

a.focus {
	color: #3f4444;
}

a.clicked {
	color: #abd037;
}

a.in {
	text-decoration: underline;
}

p {
	margin-bottom: 6px;
	line-height: 1.4em;
}

h2 {
	font-size:140%;	
	color: #abd037;
}

h3 {
	font-size:110%;	
	color: #abd037;
	margin-top: 10px;
}

h4 {
	font-size:90%;	
}


/* Layout */

#container {
	margin: 40px auto 0 auto;
	width: 850px;
	text-align: left;
	padding: 0px;
}

#header {
	width: 100%;
	height: 150px;
}

/* also commented-out when menu style copied form virtuoapp copy-pasted here..
#menu {
	float: left;
	width: 190px;
	margin-left: 32px;
}*/

#content {
	float: left;
	width: 600px;
}

#footer {
	margin-top: 40px;
	width: 100%;

}

/*menu styling copied from virtuoapp */
#menu {
    float: right;
    margin: 35px 20px 0 0;
}

    #menu ul {
        float: right;
        margin: 0 20px 0 0;
        padding: 0;
    }

        #menu li {
            display: inline;
            position: relative;
            float: left;
            margin: 0 12px 0 0;
            padding: 0;
        }

            #menu li a {
                display: block;
                width: 100%;
                margin: 10px 5px;
                padding: 3px 5px;
                font-size: 130%;
                text-align: center;
                text-decoration: none;
                color: #fff;
                text-shadow: 0px -1px 2px rgba(0,0,0,0.5);
                border-radius: 5px;
            }

                #menu li.parent a {
                    background: url(/img/arrow-dn_bg.png) no-repeat right 9px;
                    border-radius: 5px 5px 0 0;
                }

                #menu li a:hover,
                #menu li.parent.hovered a {
                    color: #abd037;
                    background-color: #4C5050;
                    background-position: right 9px;
                }

                    #menu li.parent.hovered li a {
                        color: #fff;
                        background: none;
                    }

                        #menu li.parent.hovered li a:hover {
                            color: #abd037;
                        }

                    #menu li.active a {
                        color: #abd037;
                        /*background: transparent;*/
                        -webkit-box-shadow: none;
                    }

                        #menu li.active ul a {
                            color: #fff;
                        }

                #menu li.settings {
                    margin-right: 12px;
                }

                #menu li.settings a {
                    margin-right: 0;
                    padding-right: 0;
                    background-image: url(/img/btn_bg_menusettings_sm.png);
                    background-repeat: no-repeat;
                    background-position: 10px 3px;
                    text-indent: -9999px;
                    width: 50px;
                    height: 30px;
                    overflow: hidden;
                }

                    #menu li.settings:hover a {
                        background-position: 10px -33px;
                    }

                    #menu li.settings li a {
                        text-indent: 0px;
                        overflow: visible;
                        width: auto;
                        height: auto;
                    }

            #menu li ul {
                display: none;
                min-width: 120px;
            }

                #menu li ul li {
                    display: block;
                    float: left;
                    clear: left;
                    padding: 0;
                    width: 100%;

                    border-top: 1px solid rgb(100,100,100);
                    border-bottom: 1px solid rgb(70,70,70);
                }

                    #menu li ul li:first-child {
                        padding-top: 10px;
                        border-top: none;
                    }

                    #menu li ul li:last-child {
                        border-bottom: none;
                    }

                    #menu li ul li.highlight {
                        background: rgb(120,120,120);
                    }

                        #menu li ul li.highlight a {
                            font-weight: bold;
                        }

                    #menu li ul li a {
                        display: inline;
                        margin: 0 10px 0 !important;
                        padding: 0 !important;
                        width: 100%;
                        font-size: 100%;
                        text-align: left;
                        background: none !important;
                    }

            #menu li:hover ul.hidden {
                display: block;
                position: absolute;
                left: 5px;
                top: 40px;
                z-index: 1000;
            }

                #menu li:hover ul.hidden.right {
                    left: auto;
                    right: 0px;
                }

#submenu {
	float:left;
	margin-top:50px;
	margin-right:10px;
	display:inline;
	font-size: 80%;
	position:relative;
	top:-44px;

}



/* Specific Style Info */

/* old menu styling 
#menu ul, #menu li {
	list-style: none;
} */
/** Main logo **/
#logo {
    float: left;
    width: 200px;
}

    #logo a {
        display: block;
        width: 250px;
        height: 100px;
    }

        #logo a span { /** CHANGES: Use Better Text Replacement Method Here **/
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            width: 250px;
            height: 100px;

            background: url(/img/virtuo_logo.png) no-repeat 10px top;
        }/*
#logo span {
	visibility: hidden;
}

#logo a {
	display: inline;
	width: 200px;
	height: 96px;
	background: url(/img/virtuo_logo.png) top left;
}*/

#content li {
	margin: 3px 0 3px 16px;
}

#content ol { 
	list-style-type: lower-latin;
}

#content a:link, #content a:visited {
	color:#fff;
}

	#content a:hover {
		color:#858c8c;
	}
	
#content h2 {
	margin-bottom:10px;
	}

.more {
	display: none;
	font-size: 90%;
	padding: 6px 0;
}

#footer {
	font-size: 80%;
}

#footer #login {
	margin-left: 2px;
}

#footer #copy {
	float: right;
}

#business {
	padding-top: 1px;
	float: left;
}

#contact {
	padding-top: 1px;
	margin-left: 300px;
}
/*PROTOS*/

.accessionTable {
	width: 100%;
	font-size: 1em;
	padding: 5px 10px 5px 10px;
	border-collapse: collapse;
}
.accessionTable tr th {
	text-align: left;
	padding: 5px 10px 5px 10px;
	border: 1px solid #3d4040;		
}
.accessionTable TR TD {
  PADDING-RIGHT: 10pt; 
  PADDING-LEFT: 10pt;
  PADDING-BOTTOM: 5px;
  PADDING-TOP: 5px; 
  border: 1px solid #3d4040;
} 

table.pad th, table.pad td {
	padding:3px 10px;
	}
	
.submit input, input[type="submit"] {
	border:1px solid #BBBBBB;
	padding:5px 10px;
	background:#3f4444;
	color:#fff;	
	}

