div.content {
	border: #48f solid 3px;
	clear: left;
	padding: 1em 1em 0;
}
/*
li {
	margin: .2em 0;
}
*/
ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 5 0 0 0;
	font-size:12px;
}

ol#toc a {
	background: #ccc url(tab.png);
	valign:center;
	color: #008;
	display: block;
	float: left;
	height: 2em;
	padding-left: 5px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 1px 0 0;
}

ol#toc li.current a {
	background-color: #48f;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
	background: url(tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.8em;
	padding-right: 5px;
}


p {
	margin: .3em 0 1em;
}

p.digg {
	float: right;
	margin: 0 0 .5em .5em;
}

span.requestStatus {
	font-style: italic;
	padding-left: .8em;
}

.important {
	border-color: #fdd;
	border-style: solid none;
	border-width: 2px;
	color: #400;
	padding: 3px 0;
}

.important acronym {
	border-color: #f88;
}

.current {
	background-color: #3af;
	background-position: 0 -120px;
	color: #fff;
	font-weight: bold;
}

a {
text-decoration:none;
}
/*
.my-list{
list-style-type:none;
list-style-position:inside;
font-size:11px;
color:#324E49;
padding:0px;
margin:0px;
}
*/
.my-list-title{

padding:0 0 0 3px;
background:#E8E8E8 ;
/*background-image:url(../images/menubar.jpg);
/*color:#324E49;*/
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/*.curved {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}*/
/*
* html .my-list{
list-style-type:none;
list-style-position:inside;
font-size:11px;
color:#324E49;
padding:0;
margin: 0 -10000px -10000px 0;
 }
*/
ul.my-list li
{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	margin: 0px;
}
ul.my-list
{
	left: 0;
	padding: 0px;
	margin: 0px;
	font-size:11px;
	color:#324E49;
	background-color: #FFFFFF;
}

ul.my-list ul li
{
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.my-list ul
{
	padding: 0px;
}
