@import "/site/designs/shared/css/baseNew.css";

@import "/site/designs/shared/css/sidebar.css";


/* Content area */

DIV#container {
	background-image: url(/site/designs/shared/images/backgrounds/container.gif);
}

DIV#containerInner {
	background-image: url(/site/designs/shared/images/backgrounds/containerInner.gif);
}


/* Details box */

TD#sidebar2 {
	padding: 7px 8px 24px 4px;
	color: rgb(23, 38, 88);
	font-size: 11px;
}

TD#sidebar2 H2 {
	margin: 0;
	padding: 0;
}

TD#sidebar2 P {
	margin: 0;
	padding: 15px;
	background-color: white;
}

TABLE#details2 {
	width: 280px;
	margin: 0 5px 0 3px;
	background-color: rgb(202, 215, 245);
}

TABLE#details2 TD {
	border-right: 1px solid rgb(233, 233, 233);
	border-bottom: 1px solid rgb(233, 233, 233);
}

TABLE#details2 TD H3 {
	margin: 15px 8px;
	padding: 0;
	
	color: rgb(23, 38, 88);
	font-size: 12px;
	font-weight: bold;
}

TABLE#details2 TD P {
	margin: 15px 8px;
	padding: 0;
	background-color: rgb(202, 215, 245);
	color: rgb(23, 38, 88);
	font-size: 11px;
	line-height: 120%;
}

