/* ------ Accordion styles --- START */
.vertical_container_header {
	display: block;
	height: 25px;
	width: 212px;
	border-bottom: solid #ffffff 2px;
	font-size: 10px;
	line-height: 25px;
	color: #000000;
	background-color: #a6cee8;
	background-image: url(http://www.nyls.edu/images/NYLS/leftnav_bg_blue.gif);
	padding: 0px 0px 0px 16px;
}

.vertical_container_footer {
	display: block;
	min-height: 100%;
	height: 100%;
	width: 218px;
	border-bottom: solid #cce3f1 1px;
	border-top: solid #b3d5ee 1px;
	font-size: 10px;
	line-height: 19px;
	color: #000000;
	background-color: #a6cee8;
	padding: 0px 0px 0px 10px;
	position: relative;
}

/* Static Accordion Levels */

.accordion_static_level1 {
	display: block;
	height: 25px;
	width: 213px;
	background: url(http://www.nyls.edu/images/NYLS/leftnav_bg_grey.gif);
	background-color: #c4c4c6;
	padding: 0px 0px 0px 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 10px;
	color: #000000;
	border-bottom: 2px solid #ffffff;
	margin: 0 0 0 0;
}

.accordion_static_level1 a {
	text-decoration: none;
	color: #000000;
}

.accordion_static_level1 a:hover {
	text-decoration: underline;
	color: #000000;
}

/* 	Vertical Accordions */

.accordion_toggle {
	display: block;
	height: 25px;
	width: 213px;
	background: url(http://www.nyls.edu/images/NYLS/leftnav_bg_grey.gif);
	background-color: #c4c4c6;
	padding: 0px 0px 0px 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 10px;
	color: #000000;
	border-bottom: 2px solid #ffffff;
	/*cursor: pointer;*/
	margin: 0 0 0 0;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 228px;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 25px;
	width: 223px;
	background: url(http://www.nyls.edu/images/NYLS/leftnav_bg_ltgrey.gif);
	background-color: #e9e9e9;
	padding: 0px 0px 0px 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 10px;
	color: #000000;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background-color: #ccc;
	color: #ffffff;
	border-bottom: 1px solid #fff;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

	.vertical_accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}

	
/* 	Horizontal Accordion */

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 100px;
	width: 30px;
	background: url(http://www.nyls.edu/images/NYLS/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: url(http://www.nyls.edu/images/NYLS/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}
		
.horizontal_accordion_content p {
	width: 228px;
	line-height: 150%;
}
				
				
/* Container styling*/
#horizontal_container {
  width: 228px;   
  height: 100px;    
}

#academicPrograms_nested_container, #summerProgramsAccordion_nested_container {
  width: 228px;
}

.vertical-container {
	width: 228px;
}

.accordion_toggler, .vertical_accordion_toggler {
	float: right;
	width: 11px;
	height: 22px;
	margin-top: -21px;
	margin-right: 4px;
	cursor: pointer;
}

.vertical_accordion_toggler {
	background-color: #ccc;
}

.vertical_accordion_toggler, .accordion_toggler {
	background: transparent url(http://www.nyls.edu/images/NYLS/leftnav_cross4_closed.gif) no-repeat 0 0;
}

.vertical_accordion_toggler_active, .accordion_toggler_active {
	background: transparent url(http://www.nyls.edu/images/NYLS/leftnav_cross4_opened.gif) no-repeat 0 0;
}

span vertical_accordion_toggler_level2 {
	background: transparent url(http://www.nyls.edu/images/NYLS/leftnav_cross2_closed.gif) no-repeat 0 0;
}

span vertical_accordion_toggler_active vertical_accordion_toggler_level2 {
	background: transparent url(http://www.nyls.edu/images/NYLS/leftnav_cross2_opened.gif) no-repeat 0 0;
}

.vertical_accordion_content li {
	padding: 4px 3px 0px 15px;
	min-height: 25px;
	line-height: 14px;
}

.accordion_toggle a, .vertical_accordion_toggle a {
	text-decoration: none;
	color: #000;
}

.accordion_toggle a:hover, .vertical_accordion_toggle a:hover {
	text-decoration: underline;	
}

.vertical_accordion_content ul li a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	padding-bottom: 5px;
}

.vertical_accordion_content ul li a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
	padding-bottom: 5px;
}

.vertical_accordion_content ul li a:active {
	text-decoration: underline;
	color: #000000;
}
/* ------ Accordion styles --- END */

