/**************************************************************************

 General style sheet for TABs webpage format
	
**************************************************************************/

/* Default Styles */

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-weight: normal;
	color: black;
}

p.important {
	color: red;
}

table, th, td {
	border: none;
}

th, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-weight: normal;
	color: black;
}

li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-weight: normal;
	color: black;
}

h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: large;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active, a:hover {
	color: red !important;
}

div.banner {
        width: auto;
        /* background: image?? */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
        margin: 0;
}

table.banner {
        border:0px;
        border-collapse: separate;
        border-spacing:0px;
        padding:4px;
        width:100%;
}

img.logo {
        border-style: solid;
        border-width:2px 2px 2px 2px;
        border-color: blue;
}

p.slogan {
	font-style: italic;
	font-size: large;
	font-weight: bold;
	color: blue;	
}

p.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: blue;	
}

p.acknowledgements {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

div.page_table {
	color: red;
}

/* Style for dividing line across page, below tab and above footer */
.tabs {
        width: auto;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
	border: none;
	border-bottom: medium darkgray solid;
        margin: 0;
} 

.tabs_td, .tabs_th {
        width: auto;
	font-weight: bold;
	padding: 3px 9px;
}

.tabs_td_expand, .tabs_th_expand {
        content: '+';
        width: auto;
	font-weight: bold;
	padding: 3px 9px; 
}

.tabs_td_child, .tabs_th_child{
        width: auto;
	font-weight: bold;
	padding: 3px 9px;
}

/* Style of currently selected tab */
.tabs_th, .tabs_th_expand {
	background-color: white;
	color: blue;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top: thin solid darkgray;
        border-left: thin solid darkgray;
        border-right: thin solid darkgray;
        border-bottom: thin solid white;
}

/* Highlighted tab text */
.tabs_th, .tabs_th a:link, .tabs_th a:visited {
	color: blue;
}
.tabs_th_expand, .tabs_th_expand a:link, .tabs_th_expand a:visited {
	color: blue;
}
.tabs_th_child, .tabs_th_child a:link, .tabs_th_child a:visited {
	color: blue;
}

.tabs_th a:active, .tabs_th a:hover,
.tabs_th_expand a:active, .tabs_th_expand a:hover,
.tabs_td_child a:active, .tabs_td_child a:hover {
	color: white !important;
}

/* Style of tabs NOT selected */
.tabs_td, .tabs_td_expand {
	background-color: lightgray;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top: thin solid darkgray;
        border-left: thin solid darkgray;
        border-right: thin solid darkgray;
        border-bottom: thin solid darkgray;
}

/* Non highlight tab text */
.tabs_td, .tabs_td a:link, .tabs_td a:visited {
        color: dimgray;
}
.tabs_td_expand, .tabs_td_expand a:link, .tabs_td_expand a:visited {
        color: dimgray;
}
.tabs_td_child, .tabs_td_child a:link, .tabs_td_child a:visited {
        color: dimgray;
}

.tabs_td a:active, .tabs_td a:hover,
.tabs_td_expand a:active, .tabs_td_expand a:hover,
.tabs_td_child a:active, .tabs_td_child a:hover {
	color: white !important;
}

.tabs_th a, .tabs_td a {
	text-decoration: none;
}
.tabs_th_expand a, .tabs_td_expand a {
	text-decoration: none;
}
.tabs_th_child a, .tabs_td_child a {
	text-decoration: none;
}

/* Basic definition of tab ul/li menu styles */
#tabs_menu {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
}

#tabs_menu ul, #tabs_menu li {
        list-style: none;
        /*margin: none; REMM not required.
        padding: none; */
}

#tabs_menu ul {
        position: relative;
        z-index: 597;
}

#tabs_menu ul li {
        float: left;
        min-height: 1px;
        vertical-align: middle;
}

#tabs_menu ul li:hover {
        position: relative;
        z-index: 599;
        cursor: default;
}

#tabs_menu ul ul {
        visibility: hidden;
        position: absolute;
        margin: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
        top: 100%;
        left: 0;
        bottom: 0;
        z-index: 598;
        width: 100%;
}

#tabs_menu ul ul li {
        float: none;
}

#tabs_menu ul li:hover > ul {
        visibility: visible;
}

#tabs_menu ul ul li {
        font-weight: bold;
}

#tabs_menu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
}

/* Definition of tabs ul/li menu actual styles */
#tabs_menu {
        padding: 0;
        border: none;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif; 
}

#tabs_menu > ul {
        *display: inline-block;
        background-color: darkgray;
        border-top: 10px solid darkgray;
        border-right: thick solid darkgray;
        border-bottom: none;
        border-left: thick solid darkgray;
        padding-top: 0;
        padding-right: 5px;
        padding-bottom: 0;
        padding-left: 5px;
}

#tabs_menu:after, #tabs_menu ul:after {
        content: '';
        display: block;
        clear: both;
}

#tabs_menu ul ul {
        white-space: nowrap;
        border-top: 10px solid darkgray;
        border-right: none;
        border-bottom: none;
        border-left: none;
        text-transform: none;
        width: auto;
}

#tabs_menu ul ul a {
        background: lightgray;
        color: dimgray;
        border-radius: 15px;
        border: none;
        line-height: 150%; 
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        font-size: medium;
}

#tabs_menu .tabs_th_child > a {
        background: white;
        color: blue;
        border-radius: 15px;
        border: none;
        line-height: 150%; 
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        font-size: medium;
}

#tabs_menu ul ul li {
        background-color: darkgray;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        position: relative;
}

/* #tabs_menu ul ul li:first-child > a {
        border-top: 1px solid darkgray;
} */

#tabs_menu ul ul li:hover > a {
        background: blue;
        color: white;
}
/*
#tabs_menu ul ul li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-box-shadow: 0 1px 0 darkgray;
        -webkit-box-shadow: 0 1px 0 darkgray;
        box-shadow: 0 1px 0 darkgray;
}

#tabs_menu ul ul li:last-child:hover > a {
        -moz-border-radius: 0 0 0 3px;
        -webkit-border-radius: 0 0 0 3px;
        border-radius: 0 0 0 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
} */

#tabs_menu ul li:hover > a,
#tabs_menu ul li.active > a {
        background: blue;
        color: white;
}

#tabs_menu .tabs_th:hover,
#tabs_menu .tabs_td:hover {
        background: blue;
}

#tabs_menu .tabs_th_expand:hover,
#tabs_menu .tabs_td_expand:hover {
        background: blue;
}

#tabs_menu ul li.tabs_th_expand > a:after,
#tabs_menu ul li.tabs_td_expand > a:after {
        content: '+';
        margin-left: 5px;
}

#tabs_menu .tabs_th a, .tabs_th_expand a {
        background-color: white;
        color: blue;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
}

#tabs_menu .tabs_td a, .tabs_td_expand a {
        background-color: lightgray;
        color: dimgray;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
}

#tabs_menu > ul > li > a {
        line-height: 40px;
        font-size: medium;
}
