/* Resource Library styles */

.resourcetable {
	background-color: #F1F6FA;
	width: 100%;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.resourcetabletop {
	height: 9px;
	background-image: url(/GRAPHICS/resources/resource_box_top_bgd.jpg);
	background-repeat: repeat-x;
}
.resourcetableright {
	width: 6px;
	background-image: url(/GRAPHICS/resources/resource_box_right_bgd.jpg);
	background-repeat: repeat-y;
}
.resourcetableleft {
	width: 55px;
	background-image: url(/GRAPHICS/resources/resource_box_left_bgd.jpg);
	background-repeat: repeat-y;
}
.resourcetablebottom {
	height: 20px;
	background-image: url(/GRAPHICS/resources/resource_box_bottom_bgd.jpg);
	background-repeat: repeat-x;
}
.resourcetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}
.resourcedescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	vertical-align: top;
}
.resourcebuttonsspacer {
	width: 10px;
}
.resourcebutton {
	width: 80px;
}
.resourcerelatedcats {
	background-color: #F1F6FA;
	width: 100%;
	margin:0;
	border:1px solid #409CC1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.resourcecrumbs:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}


.resourcecrumbs:hover {
	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

.resourcecrumbs:active {
	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}

.resourcecrumbs:visited {
	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}