@charset "UTF-8";

/* links */

a:link { color: #1e5193; text-decoration: none; }
a:visited { color: #1e5193; text-decoration: none; }
a:hover { color: #1e5193; text-decoration: underline; }
a:active { color: #1e5193; text-decoration: underline; }

/* borders */

.CollapsiblePanel {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	font-weight: none;
	color: #000000;
	text-align: left;
	overflow: solid 0px #ffffff;
}

/* tabs */

.CollapsiblePanelTab {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	font-weight: none;
	color: #1e5193;
	text-align: left;
	
	background-color: #ffffff;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* tabs */

.CollapsiblePanelContent {
	padding: 30px 0px 0px 0px;
	overflow: auto;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-color: #ffffff;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #ffffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #1e5193;
	font-size: 1em;
}

.CollapsiblePanelTabHover {
	background-color: #ffffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #1e5193;
	font-size: 1em;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ffffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #1e5193;
	font-size: 1em;
}

.CollapsiblePanelTab a {
	background-color: #ffffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #1e5193;
	font-size: 1em;
}

/* red=#d84029  blue=#1e5193 */
/* d.grey=#000000  m.grey=#c5c5c5  l.grey=#eaeaea */