@charset "utf-8";
/* CSS Document */

.expandCollapse {
  /*margin:1.5em 0;

  border:1px solid #ccc;*/
  padding:0em 0em 0.75em 0px;
  position:relative;
  overflow:hidden
}
h3{margin:20px; padding:0px; font-size:1em; line-height:20px; color:#06C}
.containerInside{ width:97%; height:auto; overflow:hidden;margin-bottom:15px; margin-left:15px; margin-right:15px; }
.collapse{background:url(../images/middleBoxBg.jpg) repeat-x top #c9def9; border:1px solid #cfd2d2;  padding:10px; margin-bottom: 8px;}

.switch {position:relative; top:0; right:3px; padding:3px 3px 7px;text-align:right;
}

.switch a:link{
	color:#1c94c4 !important;
}


.expandItem{
	padding:0;
	padding-bottom:.75e;
	margin:0px !important;
	/*background:#fff;*/ color:#1c94c4;
	border:#cccccc;
	border-style:solid;
	border-width:thin !important;
	border-spacing:1px;
}


a:link, a:visited {
	border-width:0;
	text-decoration:none;
	color:#000;
}
a:hover, a:active, a:focus {
	color:#000 !important;
	text-decoration:none;

}
a:active, a:focus {
	color:#1c94c4;
}


.expandItem a {
	display:block;
	padding:3px 10px;
}
.expandItem a {
	border-width:1px;
	background-image:url(../images/arrow-down.gif)!important;;
	background-repeat:no-repeat!important;;
	background-position:5px 50%!important;;padding-left:20px;background-color: #f6f7f7;}
/*.expandItem a:hover, .expandItem a:active, .expandItem a:focus {
		color:#202020 !important;
		background-color: #b2e2f6!important;
		
}*/
.expandActive {background-color: #b2e2f6!important;}
.expandDeactive {background-color: #f6f7f7!important;}
.expandItem a.open, .expandItem a.open:visited {
	background:#b2e2f6 url(../images/arrow-up.gif) no-repeat 3px 50%!important;padding-left:20px!important;
}

/*single links*/
.expandItem1{
	padding:0;
	padding-bottom:.75e;
	margin:0px !important;
	/*background:#fff;*/ color:#1c94c4;
	border:#cccccc;
	border-style:solid;
	border-width:thin !important;
	border-spacing:1px;
}

.expandActive1 {background-color: #b2e2f6!important;}
.expandDeactive1 {background-color: #f6f7f7!important;}
.expandItem1 a.open, .expandItem a.open:visited {
	background:#b2e2f6 url(../images/arrow-up.gif) no-repeat 3px 50%!important;padding-left:20px!important;
}

.expandItem1 a {
	display:block;
	padding:3px 10px;
}
.expandItem1 a {
	border-width:1px;
	background-image:url(../images/arrow-down.gif)!important;;
	background-repeat:no-repeat!important;;
	background-position:5px 50%!important;;padding-left:20px;background-color: #f6f7f7;}