/* CSS Document */

/* these styles are for basic portal content */

div#item_container {
	margin: 10px 0px;
	border: 1px solid #CC9900;
	padding:10px;
	width: 100%;
	
}
div#item_container a {
	text-decoration:none;
	font-weight:bold;
	color:#000099;
	margin: 1px 0px 0px 0px;
	
}
div#item_container a:hover{
	
	/*background-color:#DBE1EB;
	border: 1px solid #6699CC;*/
	color:#CC9900;
	
}
.item_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#993300;
	border-bottom:1px solid #993300;
	margin-bottom: 10px;
	padding: 5px 3px;
	
}
.item_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#CC9900;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 3px;
	border-bottom:1px solid #CC9900;
	width:50%;
	text-align:left;
}
.item_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

.item_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #cccccc;
	padding:1px 10px;
	width:80%;
	margin: 2px 0px 10px 10px;
	display: block;
}
.item_description a {
	text-decoration:none;
	color:#003399;
	padding: 0px 10px 0px 0px;
}
.item_description a:hover{
	color:#FF9900;
}
div#item_instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	
	margin-left:40px;
	border: 1px dotted #993300;
	padding:3px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 80%;
}
div#item_instruction a {
	display:inline;

}
