/*this is the basic Onfolio report CSS */

/*these are the basic HTML styles*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #242424;
}
p, h1, h2, h3, h4, h5, h6, blockquote, pre{
	padding-top: 1px;
}

h1 {
	font-size: 18pt;
	margin: 25px 0px 5px 0px;
}
h2 {
	font-size: 15pt;
	margin: 25px 0px 5px 0px;
}

h3 {
	font-size: 12pt;
	margin: 25px 0px 5px 0px;
}
h4 {
	font-size: 11pt;
	margin: 25px 0px 5px 0px;
}
h5 {
	font-size: 10pt;
	margin: 25px 0px 5px 0px;
}
h6 {
	font-size: 9pt;
	margin: 25px 0px 5px 0px;
}

img{
	margin: 3px;
	border: none;
}
hr{
	border: 0;
	width: 98%;
	height: 1px;
}
strong, b{
		padding: 1px;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
}

ol,ul
{
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* styles for bullets */
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }
ol ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol ol { list-style-type: lower-roman; }
ol ol ol ol ol ol ol { list-style-type: decimal; }
ol ol ol ol ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol ol ol ol ol { list-style-type: lower-roman; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type:square; }
ul ul ul ul { list-style-type: disc; }
ul ul ul ul ul { list-style-type: circle; }
ul ul ul ul ul ul { list-style-type: square; }
ul ul ul ul ul ul ul { list-style-type: disc; }
ul ul ul ul ul ul ul ul { list-style-type: circle; }
ul ul ul ul ul ul ul ul ul { list-style-type: square; }


li{
	margin-bottom: 5px;
}

blockquote
{
	margin-left: 30px;
	margin-right: 30px;	
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
	font-size: small;
}

img
{
	margin: 0px;
	border: none;
}


/*these are the ID styles*/

#main{
}

#boxcontent 
{
	margin-left: 5px;
	margin-right: 5px;
}

#title{
	font-size: 18pt;
	font-weight: bold;
}

#footer{
	font-size: x-small;	
	margin: 30px 0px 0px 0px;
}

#rss{
	padding-top: 5px;
	font-size: 8pt;
	float: right;
}

/*these are the class styles */
.item
{
	margin: 10px 0px 0px 0px;
}

.itemName
{
	font-weight: normal;
	margin: 0px;
	display: block;
}
.itemComment
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
	display: block;
}
.sectionTitle {
  	font-weight: bold;
  	font-size: 17;
	padding-bottom:1px;
  	display: block;
}

.indent
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

.thumbnail{
	margin-top: 15px;	
}
