
/* Menu bar */

div.mtoolbar {
	margin-top: 10px;
	margin-right: 3px;
	float: right;
}
div.mtoolbar div.menuitem {
	display: inline;
}
div.mtoolbar div.menuitem a:hover {  
	background: #999;
	border: 1px solid transparent;
	text-shadow: none;
}
div.mtoolbar div.menuitem.selected a {  
	background: #aaa;
	text-shadow: #777 1px 1px 1px;
}

div.mtoolbar div.menuitem.first a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: none;
}
div.mtoolbar div.menuitem.last a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.menuitem.last {
	margin-right: 1ex;
}
div.mtoolbar div.menuitem a {  
	display: inline;

	border: 1px solid #555;
	padding: 5px;
	margin: 0 0 0 -1px;
	color: #eee;
	font-weight: lighter;
	height: 30px;

	text-shadow: #777 1px 1px 1px;
	
	background: #666;
}

/* / Menu bar */

div#content {
	font-family: sans-serif;
}

pre {
	border: 1px dashed #ccc;
	padding: .3em;
	background: #eee;
}


div.sidebar h2, div.sidebar-warning h2 {
	font-size: 130%;
	margin: 5px 0;
	font-weight: normal;
	border: none;
}
div.sidebar, div.sidebar-warning {
	font-size: 80%;
	float: right;
	background: #dee;
	margin: .3em 0 .3em 1em;
	padding: 3px 10px;
	width: 30%;
	border: 1px solid #abb;
}

div.sidebar-warning {
	background: #fea;
}

/* --- links --- */

a, a:link, a:active {
    color: #411;
    text-decoration: none;
}
a:visited {
    color: #464;
    text-decoration: none;	
}
table a:link, ul a:link, ol a:link, dl a:link, p a:link,
table a:visited, ul a:visited, ol a:visited, dl a:visited, p a:visited
 {
	border-bottom: 1px dotted #411;
}
table a:hover, ul a:hover, ol a:hover, dl a:hover, p a:hover {
	border-bottom: 1px solid #411;
}

ul li {
	margin-top: 4px;
}

h1 a, h2 a, h3 a, h4 a {
	color: #000;
}


table {
	border-collapse:collapse;
	border-spacing:0;
	margin: .6em;
}

td {
	border: 1px solid #ccc;
}
td,th {
	border: 1px solid #aaa;
}
th {
	background: #dda;
	padding: .1em 1em .1em 1em;

}

caption,th {
	text-align:center;
}

dt {
	font-size: 105%;
	color: #600;
	font-weight: bold;
}
dd p {
	margin: 0 1em .1em 0;
}

.ssplogomain {
	float: right;
	width: 20%;
	padding: 1ex;
}

img.icon {
	position: relative;
	top: 5px;
}

/* --- Supported versions --- */

.tg  {
	border-collapse: collapse;
	border-spacing: 0;
}

.tg td{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg th{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg .tg-n9g5{
	background-color: #ffffff;
	border-color: inherit;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.tg .tg-d52n{
	background-color: #32cb00;
	border-color: inherit;
	text-align: left;
	vertical-align: top;
}

.tg .tg-0pky{
	border-color: inherit;
	text-align: left;
	vertical-align: top;
}

.tg .tg-c6of{
	background-color: #ffffff;
	border-color: inherit;
	text-align: left;
	vertical-align:top;
}

.tg .tg-3wb8{
	background-color: #f56b00;
	border-color: inherit;
	text-align: left;
	vertical-align:top;
}

.tg .tg-tw5s{
	background-color: #fe0000;
	border-color: inherit;
	text-align: left;
	vertical-align: top;
}
