/* Start of CMSMS style sheet 'slide' */
acronym {
	border-bottom: #aaa solid 1px;
	cursor: help;
}

code {
	color: #404;
	font-size: 1em;
}

code, pre {
	font-family: monospace;
}

div.content {
	/*border: #48f solid 3px;*/
	clear: left;
	padding: 1em 1em 0;
}

div.example, pre {
	background: #f8f8ff;
	border-color: #ddf;
	border-style: solid none;
	border-width: 1px;
	color: #004;
	font-size: .9em;
	margin: 1em 0;
	padding: .5em;
}

div#ad {
	left: 5px;
	position: absolute;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


ol#toc {
	height: 2.3em;
	list-style: none;
	margin: 0;
	padding: 0;
}


ol#toc a{
color:#3D85E7;
font-family:verdana, arial, sans-serif;
font-size:12px;
text-decoration:none;
}
ol#toc a:hover {
color:#232423;
font-family:verdana, arial, sans-serif;
font-size:12px;
text-decoration:none;
}

ol#toc a:hover span {
color:#232423;
font-family:verdana, arial, sans-serif;
font-size:12px;
text-decoration:none;
}

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: 2.3em;
	padding-right: 10px;
}

p {
	margin: .3em 0 1em;
}

p.digg {
	float: right;
	margin: 0 0 .5em .5em;
}

p.digg img {
	border: none;
	padding: 0;
}

p#footer {
	color: #888;
	font-size: x-small;
	margin: 1em;
	text-align: right;
}

pre ins {
	background: #f8fff8;
	color: #040;
}

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;
}
/* End of 'slide' */

