@CHARSET "UTF-8";

#resourceHeader {
	height: 22px;
	margin-left: 30px;
}

#resourceHeader p {
	width: 426px;
}

#resourceHeader h4 {
	color: #FFCC33;
	padding-top: 5px;
}

#resourceItem {
	padding-bottom: 5px;
}

#resourceItem p {
	width: 390px;
	margin-left: 30px;
}

#fileDownload {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
}

a, a:visited, a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#plusImg, #minusImg {
	float: right;
	padding-right: 10px;
	cursor: pointer;
}

#description {
	padding-bottom: 10px;
}

/*************/
/** Classes **/
/*************/

.showItem {
	width: 426px;
	height: 22px;
	background: url(/templates/public/wireframe/images/moduleImages/rowBg.jpg) no-repeat;;
}

.hideItem {
	width: 426px;
	background: url(/templates/public/wireframe/images/moduleImages/rowRepeat.jpg) repeat-y;
	display: none;
}