@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*Added by rn 01.09*/
 
#right_content a:link {
	color: #006c8a;
	text-decoration: underline;
}

#right_content a:visited {
	color: #006c8a;
	text-decoration: underline;
	
}
#right_content a:hover {
	color: #333;
	text-decoration: underline;
}

#right_content a:active {
	color: #006c8a;
	text-decoration: underline;
}

#right_content .Accordion {
	overflow: hidden;
	width: 231px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #145838;
	border-bottom-color: #145838;
	border-left-color: #145838;
	border-top-style: none;
	background-color: 145838;
	border-top-color: #145838;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#right_content .AccordionPanel {
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #145838;
	border-bottom-color: #145838;
}

#right_content .AccordionPanelTab {
	background-color: #c7d7c8;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	color: #006c8a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(http://www.dartmouth-hitchcock.org/dh-internet-upload/file_collection/triangle6.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
}

#right_content .AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	background-color: #c7d7c8;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
#right_content .AccordionPanelContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #333;
	font-size: 0.8em;
	line-height: 1.3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#right_content .AccordionPanelContent p img {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #000;
	padding: 0px;
}

#right_content .AccordionPanelOpen .AccordionPanelTab {
	background-color: #c7d7c8;
	color: #000;
	text-decoration: none;
	background-image: url(http://www.dartmouth-hitchcock.org/dh-internet-upload/file_collection/triangle5.jpg);
}

#right_content .AccordionPanelTabHover {
	color: #000;
	background-color: #c7d7c8;
}
