﻿html{
	margin:0;
	padding:0;
	height:100%;
}
body{	
	font: 75%/1 verdana, helvetica, sans-serif;
	color:#555555;
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
	height:100%;
}
h1, h2, h3, h4, h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:1.25;
	color:#111111;
	padding:0;
	margin:0;
}
h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-top:0;	
	color:#2B6CA9;
}
h2 {
	font-size:1.5em;
	line-height:1.33;
	font-weight:normal;
	margin-top:2em;	
	color:#1EA0DA;
}
h3 {
	font-size:1.3em;
	line-height:1.33;
	font-weight:normal;
	color:#1EA0DA;
}
h4, h5 {
	font-size:1em;
	margin-bottom:0;
	font-weight:bold;
	color:#555555;
}
ol, li, li ol, li ul {
	font-size: 1em;
	line-height:1.666;
}

/* -------- Lists --------- */

ul {
	list-style-type:none;
	margin-top:0;
}
ul {
	list-style:none;
	padding:0;	
	margin:1.25em 0;
}
ul li {
	padding:2px 0;
	margin:0;
	background-image:url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	padding-left:12px;
	margin-left:.5em;
}
dl {
	line-height:166%;
	padding:0;
	margin:0;
}
dt {
	line-height:166%;
	font-weight:bold;
	color:#444444;
}
dd {
	padding:0;
	margin:0;	
	line-height:166%;
	padding-bottom:1em;
}
p {
	font: verdana;
	font-size:1em;
	line-height:166%;
}
hr {
	background-color:#eeeeee;
	color:#eeeeee;
	border:none;
	height:10px;
	margin:0 0 1.2em;
	_margin:0 0 1em;
}
pre {
	font-family:monospace;
	font-size:100%;
	}
strong, b {
	font-weight:bold;
	}
blockquote {
	padding:0;
	margin:0;
	background:url(img/quotmark.gif) no-repeat 0 0;
}
blockquote p {
	font-size:120%;	
	color:#656981;	
	padding:0 30px;
	text-align:justify;
}
cite {
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	padding:0 30px;
}
a {text-decoration:none;color:#276db2;}
a:hover, a:active {text-decoration:underline; color:#276db2;}

/* ----------------------- */
/* Floats                  */
/* ----------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
td.left, td.right{
	float:none;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
td.fill{
	width:100%;
}

/* ----------------------- */
/* Styling                 */
/* ----------------------- */
div.author{
	font-weight:bold;
	line-height:150%;
}
td#side div.author{
	padding-bottom:20px;
}
div.subtitle{
	font-style:italic;
	font-weight:normal;
	color:#666666;
	font-size:90%;
}
.no_top{
	padding-top:0!important;
	margin-top:0!important;
}
p.footnote{
	font-size:8pt;
	color: #999999;
}
.no_bottom{
	padding-bottom:0!important;
	margin-bottom:0!important;
}
dd.description{
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
dd.description p{
	margin: 0;
	padding: 0;
}
.label{
	font-weight:normal;
	text-align:right;
	color:#333333;
}
p.intro{
	font-size:1.33em;
	line-height:1.66em;
	margin-top:0;
	color:#999999;
}
p.list
{
	padding-left:20px;
}
p.top{
	background:url(img/top.gif) no-repeat left;
	padding-left:15px;
}
/* ----------------------- */
/* Spans                   */
/* ----------------------- */
span.date, .date{
	font-weight:normal;
	color:#666666;
}
span.open{
	color:#669933;
}
span.alert{
	color:#C1272D;
}
.required{
	font-weight:bold;
}
span.small{
	font-size:90%;
}
td.rating{
	 width:85px;
	 padding-right:5px;
}
.black {
	color:#555555;
}
.grey {
	color:#999999;
}


/* ----------------------- */
/* Links (links)           */
/* ----------------------- */
div.also, div.toc{
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	padding:1em 0;
	margin-bottom:1.66em;
}
div.toc h4{
	padding-bottom:10px;
}
div.also{
	border-bottom:none;
}
div.also ul, div.toc ul{
	margin:0;
}
div.also ul.list li, div.toc ul.list li{
	padding-top:0;
	padding-bottom:0;
}
ul.links{
	list-style:none;
	padding-left:0;
	margin:0;	
}
ul.links{
	list-style:none;
	padding-left:0;
	margin:0;	
}
td#side ul.links{
	line-height:1.66em;
}
ul.links li{	
	margin:0;
	padding-left:0;
	background-image:none;
}
td#side ul.links li.active{
	font-weight:bold;
}
ul.links li span.date{
	padding-right:15px;
	color:#666666;
	font-size:90%;
}
ul.links li.more{
	padding-top:10px;
}
/* ----------------------- */
/* HTML Editor             */
/* ----------------------- */
.code, .previewCode{
	/*color:#5ea43a;*/
	background-color:#fffcd9;
	border:solid 1px #becbdd;
}
.code{
	padding:10px;
}
.previewH1, .previewH4, .previewH3, .previewH4 {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:1.25;
	color:#111111;
}
.previewH1 {
	font-size:1.8em;
	font-weight:lighter;
}
.previewH2 {
	font-size:1.33em;
	line-height:1.33;
	font-weight:bold;
}
.previewH3 {
	font-size:1.33em;
	line-height:1.33;
	font-weight:normal;
}
.previewH4 {
	font-size:1em;
	font-weight:bold;
}
.previewTop{
	background:url(img/top.gif) no-repeat left;
	padding-left:15px;
}
.note, .previewNote
{
	border:solid 1px #dedede;
	padding:2px 3px;
	font-size:90%;
	font-weight:bold;
}
.previewToc{
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
}
.previewAlso{
	border-top:solid 1px #dedede;
}

