﻿.ddoverlap{
	height: 20px;
	border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ddoverlap li{
	display: inline;
	margin: 0;
}

.ddoverlap li a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0879b1;
	padding: 3px 7px;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	border-left: 1px solid #bbb8a9;
	background: transparent url(righttabdefault.gif) 100% 0 no-repeat;
	
	display: block;
	float: left;
	/*position: relative;*/
	margin-right: -20px;
}

.ddoverlap li a:hover{
	color: #05227e;
}

.ddoverlap li.selected a{ /*selected tab style*/
	color: #05227e;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(righttabselected.gif) 100% 0 no-repeat;
	/**/position:static;
}

.checkboxed_column
{
	
	text-align:center;
	
}

.SRE-title 
{
	text-align:right;
	font-size:13px;	
	padding-right:10px;
}

/* general style */

a
{
    color: #000000;
}

body
{
    font-family: Tahoma;
    font-size: 11px;
    background-color: #d3d3d3;
    margin: 0px;
}

img
{
    vertical-align: bottom;
}

.main_img {
	max-width: 758px;
	max-height: 400px;
}

table
{
    padding: 0;
    margin: 0;
}
h1
{
    text-align: center;
    color: #730000;
}

h2
{
    color: #730000;
}

th
{
    text-align: left;
}
form
{
    margin: 0px;
}

div
{
    margin: 0px;
    padding: 0px;
}

div#body
{
    width: 1000px;
    padding: 0 0 0 10px;
    margin: 0px auto;
    border: 0px;
    background-color: #ffffff;
}



/* menus */
ul.menu
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 1px solid black;
    width: 150px;
    background-color: #ffffff;
}

.menu li
{
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.menu li.hover
{
    background-color: #80A217;
}

.menu .hover a
{
    color: white;
}

.menu a
{
    text-decoration: none;
    color: black;
    display: block;
    padding: 3px;
}

/* Sortable table */
table.sortable
{
    color: #333333;
    border-collapse: collapse;
}

table.sortable a.sortarrow
{
    color: white;
    background-color: #828282;
    font-weight: bold;
    white-space: nowrap;
}

table.sortable th
{
    color: white;
    background-color: #828282;
    font-weight: bold;
    white-space: nowrap;
}

table.sortable tr
{
    color: #333333;
    background-color: #ffffff;
}

table.sortable tr.alternate
{
    color: #333333;
    background-color: white;
}

/* Features */
.nohead
{
    color: #333333;
    font-weight: normal;
    padding-left: 20px;
}

.feature
{
	color: #333333;
	font-weight: normal;
	text-align: left;
}

.feature_top
{
	color: #333333;
	font-weight: bold;
	text-align: left;
}

div.list
{
    border: solid 1px #a3a3a3;
    padding: 3px 5px 3px 5px;
    float: left;
    height: 13px;
    text-align: center;
    vertical-align: middle;
    color: #4f4f4f;
    margin-right: 2px;
}

div.list:hover
{
	background-color: #dcdcdc;
}
div.list#current
{
    border: solid 1px #000000;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    height: 13px;     
}

div.list a
{
    height: 13px;
    color: #4f4f4f;
    text-decoration: none;
}

div.buttonm
{
    float: right;
    border: solid 1px #a3a3a3;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #4f4f4f;
    padding-left: 2px;
    padding-right: 2px;
}

div.buttonm a
{
    text-decoration: none;
}

div.arrow_show
{
    background-image: url(images/arrow_up.gif);
    background-repeat: no-repeat;
    width: 10px;
    background-position: center;
    margin-right: 3px;
}

div.arrow_hide
{
    background-image: url(images/arrow_down.gif);
    background-repeat: no-repeat;
    width: 10px;
    background-position: center;
    margin-right: 3px;
}

.crit
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	width: 450px;
}

td.pname
{
	vertical-align: top;
	width: 120px;
	padding-left: 20px;
}

td.pvalue
{
	font-weight: bold;
	width: 230px;
}

td.psmname
{
	vertical-align: top;
	width: 120px;
	font-size: xx-small;
	padding-left: 20px;
}

td.psmvalue
{
	font-size: xx-small;
	width: 230px;
}

td.hsp
{
	border-top: #000000 1px solid;
	height: 10px;
	width: 710px;
}

td.vsp
{
	border-left: #000000 1px solid;
	width: 10px;
}
