/*

	/content/resources/template.css

*/

DIV.cmsContent {
	width: 610px;
	width: 637px;
	overflow-x: hidden;
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent A:hover {
	text-decoration: underline;
}

/* Menu Content */

DIV.cmsMenuContent DIV.cmsContent {
	width: 151px;
	font-style: italic;
}
DIV.cmsContent_Resources {
	color: #CC5B0E;
	background-color: #F8E8DD;
}

/* Resources */

DIV.tmpContentBox {
	padding-left: 0;
	padding-right: 0;
	padding-top: 17px;
}
DIV.tmpHtmlBox {
	padding-bottom: 17px;
	padding-left: 5px;
}
DIV.tmpResourceTop {
	width: 642px;
	height: 35px;
	overflow: hidden;
	background-image: url(/global/images/resources_top.gif);
}
DIV.tmpResourceBottom {
	width: 642px;
	height: 12px;
	overflow: hidden;
	background-image: url(/global/images/resources_bottom.gif);
}
DIV.tmpResourceList {
	border-right: 1px solid #F0A877;
	border-left: 1px solid #F0A877;
	background: #FEF8F4;
	padding-top: 10px;
}
DIV.tmpResourceList TABLE {
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
}
DIV.tmpResourceList TD {
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 3px;
}
DIV.tmpResourceList A {
	color: #5D5C4F;
}
DIV.tmpResourceList DIV.tmpTitle {
	font-size: 20px;
	line-height: normal;
	margin-left: 35px;
	width: 165px;
	margin-right: 20px;
}
DIV.tmpResourceList DIV.tmpTitle A {
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-left: 3px;
}
DIV.tmpResourceList DIV.tmpTitle A:hover {
	text-decoration: underline;
}
DIV.tmpResourceList DIV.tmpList {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 400px;
	overflow: hidden;
	margin-right: 20px;
}
DIV.tmpResourceList DIV.tmpList DIV {
	padding-bottom: 7px;
}
DIV.tmpResourceList TR.tmpDark {
	background-color: #FBE6D8;
}
DIV.cmsSelected {
	font-weight: bold;
}
DIV.cmsSelected A {
	/*
	font-style: italic;
	text-decoration: none;
	*/
}
DIV.cmsSelected A:hover {
	/*
	text-decoration: underline;
	*/
}

