﻿body {
	margin:0 0 0 0; 
	padding:0 0 0 0; 
	FONT-FAMILY:Arial, Helvetica; 
	Font-size:9pt; 
	color:#3f413f;
}

td {
	FONT-FAMILY:Arial, Helvetica; 
	Font-size:9pt; 
	color:#3f413f;
}

A {
	COLOR:#666699; 
	TEXT-DECORATION:none; 
}

A:hover {
	COLOR:#666699; 
	TEXT-DECORATION:underline;
 }
 
h2 {
	FONT-WEIGHT:bold;
	font-size:11pt; 
    color:#120079;
	margin:0 0 0 0;
}

input, select {
	FONT-FAMILY:Arial, Helvetica; 
	Font-size:9pt; 
	color:#3f413f;
    margin:0 0 0 8px;
}

#contentdiv {
    margin:0; 
    padding-top:10px;
    border-top:1px solid black;
}

#optionsdiv {
    padding:0 10px;
}

#optionsdiv a {
    margin:0 40px 0 0;
    font-size:9pt;
    color:#3f413f;
}

.linkbutton {
    margin:0 0 0 0;
    font-size:9pt;
    color:#3f413f;
}

.footertext { 
    font-size:8.5pt;
    font-weight:normal;
    line-height:1.5em;
    color:#3f413f;
    padding:10px 5px 5px 5px;
}

#footerlogos {
    text-align:right; 
    float:right;
    padding:5px 5px 0 0;
}

#biomedicalfooter td {  
    font-size:8pt;
    font-weight:normal;
    line-height:1.5em;
    color:#3f413f;
}

.button {
    width:110px;
}

.instructions {
    font-size:7pt;
    color:#111111;
}

.errmessage {
    color:#cc0000;
}

.modalBackground {
    background-color:Gray; 
    filter:alpha(opacity=50); 
    opacity:0.5;
}

.modalPanel {
    background-color:White; 
    border:1px solid #120079;
}

.popuptitle {
    background-image:url(/images/bg_nav.gif);
    background-repeat:repeat-x;
    height:20px;
    padding:5px 5px 0 5px;
    margin-bottom:5px;    
}

.dragHandle {
    width:10px;
    height:12px;
    background-image:url(/images/updown.gif);
    cursor:move;
    border:none;
    padding:0 0 0 0;
}

.callbackStyle {
    border:thin blue inset;
}

.callbackStyle table {
    background-color:#5377A9;
    color:Black;
}

.reorderList {
    text-align:left;
    float:left;
    border:1px solid #99ccff;
}

.reorderList ul {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.reorderList li {
    height:20px;
    width:300px;
    list-style:none;
    background-image:url(/images/bg_nav.gif);
    background-repeat:repeat-x;
    color:#ffffff;
}

.reorderList li a {
    color:#ffffff !important;
    font-weight:bold;
}

.reorderCue {
    border:dashed thin black;
    width:300px;
    height:20px;
}

.itemArea {
    margin-left:10px;
    font-family:Arial;
    font-size:1em;
    text-align:left;
}

.boxpanel {
    background-color:White;
    border:2px solid #99ccff;
    overflow:hidden;
}

.grabpanel {
    position:absolute; 
    left:0px; 
    top:0px;   
    cursor:move;
    background-color:white;
    filter:alpha(opacity=0); 
    opacity:0;
}

.optionspanel {
    position:absolute;
    top:0px;
    cursor:auto;
    background-image:url(/images/bg_nav.gif);
}

.resizebox {
    position:absolute;
    cursor:nw-resize;
}

.contentpopup {
    position:absolute;
    width:100%;
    height:500px;
    top:0;
    left:0;
    z-index:100000;
    background-color:White;
    border:2px solid #99ccff;
    text-align:center;
}

.buttons {
    float:right; 
    margin:2px 2px 2px 2px;
    cursor:hand;
}

.eurocatMenu ul.AspNet-Menu /* Tier 1 */
{
    width:210px;
}

.eurocatMenu ul.AspNet-Menu ul,  /* Tier 2 */
.eurocatMenu ul.AspNet-Menu ul ul,  /* Tier 3 */
.eurocatMenu ul.AspNet-Menu ul ul ul  /* Tier 4 */
{
    width:210px;
    left:210px;
    top:0;
}

.eurocatMenu li.AspNet-Menu-Leaf, /* dynamic or first tier menu items */
.eurocatMenu li.AspNet-Menu-WithChildren
{
    width:210px;
/*    background:#fffd03;   */
/*    background:#ffff80;   */
}

.eurocatMenu li:hover, /* list items being hovered over */
.eurocatMenu li.AspNet-Menu-Hover
{
/*    background:#012094;   */
    background:#ffff80;
}

.eurocatMenu a.AspNet-Menu-Link, /* all anchors and spans (nodes with no link) */
.eurocatMenu span.AspNet-Menu-NonLink
{
    font-size:9pt;
    color:#120079;
    padding:6px 15px 1px 8px;
    background:#ffffff url(/images/arrowRight.gif) right center no-repeat;
}

.eurocatMenu a.AspNet-SubMenu-Link, /* all anchors and spans (nodes with no link) */
.eurocatMenu span.AspNet-SubMenu-NonLink
{
    font-size:9pt;
    color:#3f413f;
    padding:2px 15px 2px 20px;
    background:#f2f2f6 url(/images/arrowRight.gif) right center no-repeat;
}

.eurocatMenu li.AspNet-Menu-Leaf a, /* leaves */
.eurocatMenu li.AspNet-Menu-Leaf span
{
    background-image:none !important;
}

.eurocatMenu li:hover a, /* hovered text */
.eurocatMenu li:hover span,
.eurocatMenu li.AspNet-Menu-Hover a,
.eurocatMenu li.AspNet-Menu-Hover span,
.eurocatMenu li:hover li:hover a,
.eurocatMenu li:hover li:hover span,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.eurocatMenu li:hover li:hover li:hover a,
.eurocatMenu li:hover li:hover li:hover span,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    background:#fff460 url(/images/arrowRight.gif) right center no-repeat;
}

.eurocatMenu li:hover li a, /* the tier above this one is hovered */
.eurocatMenu li:hover li span,
.eurocatMenu li.AspNet-Menu-Hover li a,
.eurocatMenu li.AspNet-Menu-Hover li span,
.eurocatMenu li:hover li:hover li a,
.eurocatMenu li:hover li:hover li span,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.eurocatMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
/*    color:#012094;    */
    background:#f2f2f6 url(/images/arrowRight.gif) right center no-repeat;
}

.eurocatMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border:solid 1px #00ff00 !important;
}

.eurocatMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border:solid 1px #ff0000 !important;
}

.eurocatMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border:solid 1px #0000ff !important;
}

.eurocatMenu img
{
    border:none;
    float:right;
}

.adminMenu ul.AspNet-Menu /* Tier 1 */
{
    width:200px;
}

.adminMenu ul.AspNet-Menu ul,  /* Tier 2 */
.adminMenu ul.AspNet-Menu ul ul,  /* Tier 3 */
.adminMenu ul.AspNet-Menu ul ul ul  /* Tier 4 */
{
    width:200px;
    left:200px;
    top:0;
}

.adminMenu li.AspNet-Menu-Leaf, /* dynamic or first tier menu items */
.adminMenu li.AspNet-Menu-WithChildren
{
    width:200px;
    background:white;
}

.adminMenu a.AspNet-Menu-Link, /* all anchors and spans (nodes with no link) */
.adminMenu span.AspNet-Menu-NonLink
{
    padding:1px 2px 1px 8px;
    background:transparent url(/images/arrowRight.gif) right center no-repeat;
}

.adminMenu a.AspNet-SubMenu-Link, /* all anchors and spans (nodes with no link) */
.adminMenu span.AspNet-SubMenu-NonLink
{
    padding:1px 2px 1px 28px;
    background:transparent url(/images/arrowRight.gif) right center no-repeat;
}

.adminMenu li.AspNet-Menu-Leaf a, /* leaves */
.adminMenu li.AspNet-Menu-Leaf span
{
    background-image:none !important;
}

.adminMenu img
{
    border:none;
}

#searchstring
{
    background-position: none;
    width: 250px;
    background: none;
    border: 1px solid #ABADB3;
	FONT-FAMILY:Arial, Helvetica; 
	Font-size:9pt; 
	color:#3f413f;
}

#optionsdiv select
{
    background-position: none;
    width: 300px;
    background: none;
    border: 1px solid #ABADB3;
	FONT-FAMILY:Arial, Helvetica; 
	Font-size:9pt; 
	color:#3f413f;
}

.ds_box {
    background-color: #E8E8E8;	
    border: 2px outset;	
    position: absolute;	
    z-index: 32767;
}
.ds_tbl {
    background-color: #E8E8E8;
}
.ds_head {
    background-color: #FAFAFA; 
    color: #444444; 
    font-family: Arial;	
    font-size: 7pt;	
    font-weight: bold;	
    text-align: center;	
    letter-spacing: 2px;
}
.ds_head_over {
    background-color: #120079; 
    font-weight: bold; 
    color: #FFFF99;	
    text-align: center;	
    font-size: 7pt;	
    font-family: Arial; 
    letter-spacing: 2px; 
    cursor:hand;
}
.ds_subhead {
    background-color: #CCC; 
    color: #444444; 
    font-size: 8pt;	
    font-weight: bold;	
    text-align: center;	
    font-family: Arial;	
    width: 28px;
}
.ds_conclassl {
    background-color: #FAFAFA; 
    color: #444444; 
    font-size: 9pt;
    text-align: center;	
    font-family: Arial;	
    padding: 5px; 
    cursor:hand;
}
.ds_conclassl_over {
    background-color: #120079; 
    font-weight: bold; 
    color: #FFFF99;	
    font-size: 9pt;	
    text-align: center;	
    font-family: Arial;	
    padding: 5px; 
    cursor:hand;
}

