html, body 
{
	height: 100%;
}

body, p, table, tr, td, a, ul, h1, h2, h3, img
{
	font-family: verdana, arial, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

body, p, table, tr, td, ul, h3
{
	font-size: 0.9em;
}

a
{
	/*font-size: 0.95em;*/
}

table
{
	border-collapse: collapse; 
}

h1
{
	font-size: 1.4em;
}

h2
{
	margin-top: 1em;
	font-size: 1.2em;
}

h3
{
	margin-top: 1em;
}

a
{
	text-decoration: none;
	color: #4080C0;
}

a:hover 
{
	border-bottom: 1px solid #4080C0;
}

a.externallink
{
	background: url(/images/externallink.gif) 100% 50% no-repeat;
	padding-right: 16px;
}

/*
	Master layout
*/
a.signinref
{
	display: block;
	padding: 10px 10px 10px 30px;
	color: #c04040; /*black;*/
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url(/images/logo16x16.gif) no-repeat 10px 50%;
	
	border: solid 2px #4080c0;
	
	width: 100px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	*margin-left: -154px;
	*position: relative;
	*z-index: 100;
	text-align: center;
}

a.signinref:hover
{
	border-bottom-color: #4080c0; /*#c04040;*/
	text-decoration: underline;
}


div.sitecontainer
{
	margin: 0px auto -50px;
	width: 1000px;
	min-height: 100%;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

div.topvisual
{
	height: 130px;
	background: #A6CAF0 url(/images/topbg.jpg) no-repeat 0 0;
	text-align: right;
	font-size: 2.5em;
	padding: 70px 100px 0 0;
	font-weight: bold;
}

div.topvisual p.subscript
{
	font-size: 0.3em;
	padding-top: 30px;
}

div.content
{
	padding: 0 10px 10px;
	float: left; /* required for footer and the footerclearer */
}

div.footer
{
	height: 30px;
	margin: 0 auto;
	background-color: #A6CAF0;
	width: 1000px;
	padding-top: 20px;
	clear: both;
	background: #A6CAF0 url(/images/logo16x16.gif) no-repeat 10px 50%;
}

div.clearfooter 
{
	clear: both;
	height: 50px;
}

div.clearsection
{
	clear: both;
}

/*
	Navigation
*/

ul.mainnav 
{
	margin: 10px 10px 4px;
	padding: 8px 0;
	clear: both;
	
	background: url('/images/menu/barbg.gif') repeat-x;
}

ul.mainnav li
{
	display: inline;
	/*margin-right: 10px;*/
	padding: 0 16px 0 12px;
	font-size: 1.1em;
	
	border-right: 1px solid gray;
}

ul.mainnav li.lastnavitem
{
	border-right: none;
}

ul.mainnav li a
{
	color: black;
}

ul.mainnav li a:hover
{
	border-bottom: 1px solid white;
}

ul.mainnav li.activenav a
{
	color: white;
	/*border-bottom: 1px solid white;*/
}

ul.mainnav li.languageselector
{
	float: right;
	padding: 0;
	border-right: none;
	margin-right: 10px;
}

ul.subnav 
{
	margin: 0 10px 10px;
	padding: 8px 0;
	clear: both;
	
	background: url('/images/menu/subbarbg.gif') repeat-x;
}

ul.subnav li
{
	display: inline;
	/*margin-right: 10px;*/
	padding: 0 16px 0 12px;
	font-size: 1.1em;
	
	border-right: 1px solid gray;
}

ul.subnav li.lastnavitem
{
	border-right: none;
}

ul.subnav li.activenav a
{
	color: white;
	/*border-bottom: 1px solid white;*/
}

ul.subnav li a
{
	color: black;
}

ul.subnav li a:hover
{
	border-bottom: 1px solid white;
}

/*
	Footer
*/

ul.footerinfo li
{
	display: block;
	float: right;
	margin-right: 10px;
	padding: 4px;
	font-size: 0.8em;
}

/*
	Content
*/

.highlighted
{
	font-weight: bold;
}

.content p
{
	margin-top: 1em;
}

.content ul
{
	list-style-position: outside;
	margin-left: 1.1em;
/*
	list-style-position: inside;
	margin-left: 10px;
*/	
}

.content ul li
{
	list-style-type: square;
}

.content ul li div.faqanswer
{
	/*margin-left: 18px;*/
	background-color: #eee;
	width: 600px;
}

table.licensestable
{
	margin-top: 10px;
	border: 1px solid black;
}

table.licensestable td
{
	padding: 2px 20px 2px 2px;	
}

table.licensestable tr.header
{
	background-color: silver;
	border-bottom: 1px solid gray;
}

.content ul.flatlist
{
	margin: 0;
}

.content ul.flatlist li
{
	list-style-type: none;
}

table.moderntable
{
	margin-top: 10px;
}

table.moderntable td
{
	padding: 2px 20px 2px 2px;	
	border-bottom: 1px solid black;
	vertical-align: top;
}

table.moderntable tr.header
{
	background-color: black;
	color: white;
	font-weight: bold;
}

table.moderntable tr.groupheader
{
	font-weight: bold;
}

.code
{
	font-family: Consolas, 'Courier New', fixed, sans-serif;
}
