/*

	/content/resources/template.css

*/

DIV.cmsContent {
	width: 649px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #565447;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
	line-height: 18px;
}
DIV.cmsContent_Sidebar {
	width: 222px;
}

/* Layout */

DIV.tmpContentBox1 {
	padding-bottom: 30px;
}
TABLE.tmpMain TD.tmpLeft {
	padding-bottom: 41px;
}

/* Resources */

DIV.tmpResourceList {
	width: 649px;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1C4DA6;
}
DIV.tmpResourceList A {
	color: #1C4DA6;
}
DIV.tmpResourceList A.tmpPDF {
	display: -moz-inline-box;
	_display: inline-block;
	padding-right: 20px;
	background-image: url(/global/images/pdficon.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}
DIV.tmpResourceList A.tmpHTML {
	display: -moz-inline-box;
	_display: inline-block;
	padding-right: 20px;
	background-image: url(/global/images/htmlicon.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}
DIV.tmpResourceList DIV.tmpTitle {
	background: #023C6A;
	color: White;
	text-transform: uppercase;
	letter-spacing: 4px;
	word-spacing: 4px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
}
DIV.tmpResourceList DIV.tmpDark, DIV.tmpResourceList DIV.tmpLight {
	background: #CFE1FC;
	padding: 14px;
	padding-left: 33px;
	padding-right: 33px;
}
DIV.tmpResourceList DIV.tmpLight {
	background: #E8F1FE;
}
DIV.tmpResourceList DIV.tmpDark DIV, DIV.tmpResourceList DIV.tmpLight DIV {
	padding-top: 7px;
	padding-bottom: 7px;
}
DIV.tmpResourceList DIV.cmsSelected {
	font-weight: bold;
}
DIV.tmpResourceList DIV.tmpMore {
	font-size: 11px;
	text-align: right;
	/*
	float: right;
	color: White;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 25px;
	padding: 0;
	
}
DIV.tmpResourceList DIV.tmpMore A {
	color: White;
	*/
}
DIV.tmpResourceList DIV.tmpNotFound {
	width: 649px;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	color: Red;
	font-weight: bold;
}

