/* 	CSS for Compatability Matrix Site
	2009 by Brian Kresge
*/
body, html
{
         height: 100%;
         min-height: 100%;
} 
body
{
	margin-top: 0;
	margin-left: 0;
}

body, td, p
{
	font-family: Arial;
	font-size: 12px;
	color: #153b63;
}

h3 {
	color: #ffffff;
	font-size: 13px;
}
div#left
{
	width: 174px;
	margin-left: 6px;
	background-color: #dfE9f4;
	display: block;
	height: 100%;
}
div.shadow
{
	font-size: 1px;
	padding-bottom: 6px;
	background: #b4c6d9;
}
div#navigation
{
	left: -6px;
	position: relative;
	background-color: #153b63;
	color: white;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 6px;
}
div#navigation h2
{
	font-size: 13px;
	font-weight: bold;
	padding: 22px 0px 13px 6px;
	margin: 0;
}
div#navigation h3
{
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 3px 6px;
	margin: 0;
}
div#navigation a
{
	display: block;
}
div#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
div#navigation ul ul
{
	margin-left: 8px;
}

div#navigation ul li
{
	border-bottom: solid 1px #ffffff;
}
div#navigation ul li.title
{
	border-bottom: solid 0px;
}
div#navigation li.lastClass
{
	border-bottom: solid 0px;
}
div#navigation li.categories {
	border-bottom: solid 0px;
	}

div#navigation ul li a
{
	padding: 3px 0px 3px 8px;
	background: transparent  url("images/arrow8x10white.gif") 0px 2px no-repeat;
	color: #fff;
	text-decoration: none;
}
div#navigation #rootMenu ul ul a
{
	padding: 3px 0px 3px 8px;
	background: transparent   url("images/arrow8x10white.gif") 0px 2px no-repeat;
}
#navigation ul li a:hover
{
	margin-left: -10px;
	padding: 3px 0px 3px 18px;
	background: #1b528c url(   "images/arrow8x10white.gif" ) 10px 2px no-repeat;
}
#navigation ul ul li a:hover
{
	margin-left: -18px;
	padding: 3px 0px 3px 26px;
	background: #1b528c url(   "images/arrow8x10white.gif" ) 18px 2px no-repeat;
}
#navigation #rootMenu ul ul li a:hover
{
	margin-left: -10px;
	padding: 3px 0px 3px 18px;
	background: #1b528c url(   "images/arrow8x10white.gif" ) 10px 2px no-repeat;
}
#navigation li.categories li.cat-item {
	padding-left: 0px;
	margin-left:-8px;
	text-indent: 0;
	}
/* REPLACE THIS FOR THE EXPANDED IMAGE*/
div#navigation ul a.selected
{
	margin-left: -10px;
	padding: 3px 0px 3px 18px;
	background: #2269b5 url(   "images/arrow8x10white.gif" ) 10px 2px no-repeat;
}
div#navigation ul ul a.selected
{
	margin-left: -18px;
	padding: 3px 0px 3px 26px;
	background: #2269b5 url(   "images/arrow8x10white.gif" ) 18px 2px no-repeat;
}
div#navigation ul a.expanded
{
	background-image: url("images/arrow8x10white.gif");
	background-repeat: no-repeat;
}

div#navigation ul a.expanded:hover
{
	background-image: url("images/arrow8x10white.gif");
	background-repeat: no-repeat;
}


.result_table {
	border-collapse: collapse;
	empty-cells: show;
}
.result_table td {
	border: 1px solid #b4c6d9;
	text-align: center;
}
.result_table th {
	border: 1px solid #b4c6d9;
	text-align: center;
}
.alt td {
	background: #dfe9f4;
}
.over td {
	background: #F5F5F5;
}
.darkBlue3
{
	background-color: #b5c7de;
}
.topOfPageLink
{
	font-family: Arial;
	font-size: 11px;
	color: #153b63;
	text-decoration: none;
	background-image: url(images/arrow_up_12x12_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	background-color: transparent;
	margin-left: 6px;
	padding-left: 10px;
}

#footer
{
	background: white;
	line-height: 6px;
	padding-top: 8px;
}
div#stage
{
	background-color: #dfE9f4;
	margin: 0;
	padding: 0;
	border-top: solid 6px #b4c6d9;
	width: 720px;
}
div#stage h1
{
	margin: 0;
	padding: 12px 6px;
	line-height:22px;
	font-size: 20px;
}


