/***************************************************************/
/*  content_area.css - Setting up SRP pages' main content area */
/*  Revision: 2009 A - 12 Jan 2009 by Jon Abolins              */
/***************************************************************/

/* Related Items Colums styles */

/* Use this style in the cell left of the Related cell  */
/* to ensure ample spacing                              */

#colLeftOfRelated {  
/* Apply to TD tag */
	padding-right: 20px;
	margin-right: 20px;
}

#colRelated {
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 20px;
}

#colRelated img#imgRelated {
	display: block;
	margin-left: -20px;
}

#colRelated H2 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	display: block;
	font-weight: bold;
}

#colRelated H2.subtitle {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	display: block;
	font-weight: lighter;
}

#colRelated H3 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	display: block;
	font-weight: bold;
}

#colRelated A.relLink {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	color: #006600;
	text-decoration: underline;
}

#colRelated A.relLink:visited { color: #333399; }
#colRelated A.relLink:hover {
	color: #f6830c;
    text-decoration: none;
}

#colRelated UL.relList, #colRelated OL.relList {
	padding-bottom: 2px;
}

#colRelated UL.relList {
	list-style-image: url(../images/arrows/arrow12ra.gif);
	margin-left: 12px;
	padding-left: 12px;
	padding-right: 5px;
	margin-right: 10px;
}

#colRelated OL.relList {
	margin-left: 20px;
	padding-left: 20px;
}

#colRelated .relList A {
	color: #006600;
	text-decoration: none;
}

#colRelated .relList A:hover {
	color: #0033CC;
    text-decoration: underline;
}

#colRelated LI.current {
	color: #006600;
	font-weight: normal;
	background-color: #eeeedd;
	display: block;
	border-top: 1px solid #CCCCCC;
	border-right: 5px solid #eeeedd;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #eeeedd;
}
