@charset "UTF-8";

/* testing announcement panels - first to use with CTE  -- ED
 */


/*  Begin Nested Accordion Style with Round CSS3 Corners */


.accordion_announce_container {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion_announce_container li {
	padding: 0;
	margin: 0;
}
/*  BEGIN Main Panel style */

.panel_announce {
	border-radius: 15px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-image: url(/Scripts/accordion_announce/img/arrow-closed.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	box-shadow: 2px 1px 1px #888888;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.panel_announce.news{
	background-color: #EEF1F7;

}
.panel_announce.pd{
	background-color: #F2F9F2;


}
.panel_announce:hover{
	background-repeat: no-repeat;
	background-position: 8px 7px;
	background-image: url(/Scripts/accordion_announce/img/arrow-closed.png);
}
.panel_announce.news:hover{
	background-color: #DAE1EC;
}
.panel_announce.pd:hover{
	background-color: #DBEBDB;
}
.panel_announce.news.active{
	background-color: #DAE1EC;
}
.panel_announce.pd.active{
	background-color: #DBEBDB;
}

.panel_announce.active {
	background-image: url(/Scripts/accordion_announce/img/arrow-open.png);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	box-shadow: 2px 0px 1px #888888;
	margin-bottom: 0px;
	overflow: hidden;
}
.panel cite {
	color: #000;
}
.panel_announce_body.news {
	background-color: #EEF1F7;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 1px 1px #888888;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 10px;
	
}
.panel_announce_body.pd {
	background-color: #F2F9F2;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 1px 1px #888888;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 10px;
	
}
/* END Main Panel style */

/* BEGIN Nested Panel style */
.panel_announce_nested {
	border-radius: 15px;
	background-color: #ECF8DF;
	background-image: url(/Scripts/accordion_announce/img/plus_nested.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	cursor: pointer;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	padding-right: 0px;
	padding-left: 19px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.panel_announce_nested:hover {
	background-color: #C2E797;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-image: url(/Scripts/accordion_announce/img/plus_nested.png);
}
.panel_announce_nested.active {
	background-color: #C2E797;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-image: url(/Scripts/accordion_announce/img/minus_nested.png);
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	margin-bottom: 0px;
	overflow: hidden;
	
}
.panel_announce_nested_body {
	border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
}
/* END Nested Panel style */

/* BEGIN Show and Collapse button style */
.collapse_announce_buttons {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: right;
	font-size: 10px;
}
.collapse_announce_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_announce_panel {
	padding-right: 12px;
	background-image: url(/Scripts/accordion_announce/img/down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.expand_announce_all {
	background-image: url(/Scripts/accordion_announce/img/down.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	padding-right: 15px;
}
.collapse_announce_all {
	color: #666666;
	background-image: url(/Scripts/accordion_announce/img/up.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
/* END Show and Collapse button style */
/* End Nested Accordion Style with Round CSS3 Corners */