body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #f6f6ea;
    font-family: Times New Roman;
    font-size: 14pt;
}

h3 {
    margin-top: 0px;
}

.vertical_menu {
    list-style: none;
    margin-left: 5px;
    padding-left:0px;
}

.vertical_menu li {
    border-bottom: 1px dotted black;
}

.horizontal_menu {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.horizontal_menu li {
    margin-left:20px;
    display: inline;
}

.username {
    background-image: url(++resource++images/menu_header_back.gif);
    background-repeat: no-repeat;
    background-position: right;
    white-space: nowrap;
    height: 58px;
    background-color: #c0d860;
}

.left_td {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    width: 15%;
    text-align: center;
}

.left_menu {
    width: 100%;
}

.content_td {
    padding-left:20px;
    padding-top:10px;
    width:85%;
    min-width: 600px;
}

.top_td {
    height: 100px;
}

.top_div {
    background-color:#3d2e2e;
    background-image: url(++resource++images/header_back.gif);
    background-repeat: no-repeat;
    background-position: right;
    text-align:left;
    padding: 15px;
    width: 80%;
    color: #c0d860;
    font-family: Times New Roman;
    font-size: 18pt;
}

.all_table {
    padding-top:20px;
    margin-top: 20px;
    width:100%;
    border-collapse:collapse;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #3d2e2e;
    /* color: #c0d860; 
     */
}

a:hover {
  text-decoration: underline;
}

.top_td a:link, .top_td a:visited, .top_td a:active {
    text-decoration: none;
    color: #c0d860;
}

.description{
    font-size:80%;
    color:grey;    
}

#context_menu a {
    text-decoration: underline;
}

table {
    border-collapse:collapse;
}

table th, th a, th a:link, th a:visited, th a:active {
    background-color: #3d2e2e;
    color: #c0d860;
}

.float_divs {
    width: 100%;
}

.float_divs #left {
    width:40%;
    float:left;
}

.float_divs #right {
    width:40%;
    float:right;
    margin-right:9%
}

.div_header {
    color: #c0d860;
    background-color: #3d2e2e;
    text-align:center;
    padding:3px
}

.border_div {
    width: 100%;
    border:1px solid #3d2e2e;
}

.even-row {
    background-color: #e9fabc;
}

h1 {
    font-size: 24pt;
}

hr {
    width: 99%;
    text-align: left;   /* for IE */
    margin-left: 0px;   /* for Mozilla */
    margin-top: 1px;
}

.tagcloud a {
    margin-right: 5px;
}

.tagcloud a:hover {
    text-decoration: none;
    background-color: #3d2e2e;
    color: #f6f6ea;
}

.smallestTag {
    font-size: 12pt;
}

.smallTag {
    font-size: 16pt;
}

.mediumTag {
    font-size: 20pt;
}

.largeTag {
    font-size: 24pt;
}

.largestTag {
    font-size: 28pt;
}

.contents {
    border: 1px solid #3d2e2e;
	padding: 0.5em;
}

.tabsheader {
	position: relative;
	width: 99%;
	height: 1em;
}

.tabsheader ul.primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1.8px;
}

.tabsheader ul.primary li{
	list-style: none;
	width: 2em;
	float: left;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

.tabsheader ul.primary li{
	border: 1px solid #3d2e2e;
	border-bottom: none;
	padding-bottom: 6px;
	margin-top: 0;
}

.tabsheader ul.primary .active_tab {
	background: #cde2a7;
}

.workflow_box_header{
    background: #cde2a7;
    padding: 0.2em;
}

.workflow_box_content{
    border-top: 1px solid #3d2e2e;
    padding: 0.5em;
}

.workflow_box{
    width: 99%;
    border: 1px solid #3d2e2e;
}

#htklogo {
    text-align:center;
    margin-top: 40px;
}

#htklogo img {
    border: none;
}
