/*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: #CC0033;
	background-color: #FFDAE9;
}

a{
	color: #0166FF;
	text-decoration: underline;
}
a:hover{
	background-color: #E5FAFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #9D0000;
}

h1.sectionTitle a {
	  color: #9D0000;
}

h2.sectionTitle a {
	  color: #9D0000;
}
hr{
	color: #CD0067;
}

/*these are the ID styles*/
#title{
	font-size: 18pt;
	font-weight: bold;
	color: #9D0000;
	padding-left: 1px;
	padding-right: 0px;
	border-bottom: 1px solid #CC0066;
	margin: 0px;
}

#footer{
	font-size: x-small;	
	margin: 30px 0px 0px 0px;
}

#boxcontent 
{
	padding: 0px 10px 10px 10px;
	background-image: url(cutebg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	}

#content{
  	padding-left: 10px;
	padding-right: 10px;
}

/*these are the class styles */
.item
{
	margin: 10px 0px 0px 0px;
}

.itemName
{
	color: #0166FF;
}
.itemComment
{
	color: #012796;
}
.sectionTitle {
	color: #9D0000;
  	font-weight: bold;
  	font-size: 17;
	padding-bottom:1px;
  	border-bottom: 1px solid #CC0033;
}

#boxtop div  { 
	background: url(tl_cnr.gif) no-repeat top left; 
}
#boxtop      { 
background: url(tr_cnr.gif) no-repeat top right;	
background-color: #FFFFFF; 
}
#boxbot div  { 
background: url(bl_cnr.gif) no-repeat bottom left;	

 }
#boxbot      { 
background: url(br_cnr.gif) no-repeat bottom right;	
background-color: #FFFFFF;
 }

#boxtop div, #boxtop, #boxbot div, #boxbot {
	height: 20px;
	font-size: 1px;
}
#boxcontent      {
	margin-left: 0px;
	margin-right: 0px;
}

/* Define the document's text color palette */
.color-dark {
	color: #FE3DCE;
}
.color-medium {
	color: #FE6ADA;
}
.color-mediumlight {
	color: #FFDAE9;
}
.color-light {
	color: #F7DEFE;
}
.color-dark2 {
	color: #9D0000;
}
.color-medium2 {
	color: #CC0066;
}
.color-mediumlight2 {
	color: #CC0033;
}
.color-light2 {
	color: #CD0067;
}
.color-dark3 {
	color: #012796;
}
.color-medium3 {
	color: #0166FF;
}
.color-mediumlight3 {
	color: #00CCFF;
}
.color-light3 {
	color: #FF6634;
}
