body {
	margin: 0;
	padding: 20px;
	text-align: center;
	background-color:#f5f5f5;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11pt;
}

a:hover {
    background-color: #fff;
    color:#f33;
}

a.active {
    background-color: #fff;
    color:#538AA7;
}
#outer_container {
	width:812px;
	background-image:url("background.gif");
	background-repeat:repeat-y;
	background-position:top left;
	margin:0 auto;
	text-align:left;
}

#container {
	width:800px;
	margin:0 6px 0 6px;
	padding: 20px 0 20px 0;
/*	position:relative;*/
	background-color:#fff;
	border-top:1px solid #b1c0c9;
	border-bottom:1px solid #b1c0c9;
}

ul#section_links {
	list-style: none;
	margin: 0px 10px;
	padding:0;
	clear: both;
	border-bottom:1px solid #ccc;
	height:20px;
}

ul#section_links li {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul#section_links li a {
	display: block;
	background-color: #fff;
	color: #448;
	text-decoration: none;
	height:20px;
}

ul#section_links li a:hover {
	background-color: #eee;
}

ul#section_links li a.active {
	background-color: #ccc;
}

DIV.section {
	background-color: #fff;
    overflow: auto;
	margin: 0px 10px;

}


#main {
	padding:10px 25px 10px 25px;
}

/* API Table - lovingly swiped from http://livepipe.net/control/tabs ...
---------------*/
table.api_table {
	width:740px;
	empty-cells: show;
}

table.api_table tr.even td {
	background-color:#f7f7f7;
}

table.api_table td {
	height:20px;
	padding:7px 5px 7px 5px;
}

#main table.api_table td.right {
	margin-left: 0;
	text-align:right;
	float:inherit;
}
