/*
 * CSS stylesheet originally developed, but not used, for www.LaQuSo.com
 * shamelessly stolen and adapted from
 *
 *   http://css.maxdesign.com.au/stylesheets/listamatic.css
 *
 * by reinpost@win.tue.nl
 */

body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #eee;
	color: #333;
}

/*
  .body p, .body ul, .body ol, .body dl
 */
.body
{
	color: #333;
	background-color: #fff;
	padding: 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
        margin: 1em 2em 1em 4em;
}

.body ul, .body ol, .body dl
{
	padding: 10px 0 10px 15px;
}

.body dt
{
	font-weight: bold;
}

.body dd
{
	margin: 10px;
}

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6
{
	color: #666;
	background-color: transparent;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0 30px;
}

.header
{
	width: 100%;
	height: 70px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/exspecttopbg.png);
	background-repeat: no-repeat;
}

.header h1
{
	display: none;
}

.header .nav {
	position: absolute;
	top: 53px;
	left: 250px;
}

code
{
	background-color: #ddd;
	color: #333;
	font-family: courier, "courier new", monospace;
}

.codeblock
{
	color: #333;
	background-color: #fff;
	margin: 0 0 20px 30px;
	padding: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 30em;
	font-family: courier, "courier new", monospace;
	line-height: 150%;
}

address
{
	font-style: normal;
	width: 80%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 20px 20px 30px 30px;
	/* font-size: 90%; */
	padding: 5px;
}

address li {
	list-style-type: none;
}

.clearboth { clear: both; }

.nav
{
	margin: 0;
	font-size: 90%;
	padding: 2px 0;
}

.nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
	background-color: transparent;
}

.nav a:link, .nav a:active, .nav a:hover
{
	color: #999;
}

.nav a
{
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

table
{
	margin: 0 30px;
	color: #333;
	background-color: #FFF;
}

th
{
	text-align: left;
	color: #333;
	background-color: #bbb;
}

tbody th
{
	background-color: #fff;
	font-weight: normal;
}

tbody .row2 th { background-color: #ddd; }
.row2 { background-color: #ddd; }
.foo { background-color: #98BAe0; }

caption
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0 5px 0;
	color: #666;
	background-color: transparent;
}
