/*
Title:		Twenty12.com - News Stylesheet
Updated:	02.28.10
*/


/* news elements */

.AccordionContainer, .AccordionTitle, .AccordionContent {
	position: relative;
	width: 590px;
}

.AccordionContainer {
	height: 580px;
	padding: 0;
	margin: 0 0 0 20px;
}

.AccordionTitle {
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	-moz-user-select: none;
	padding: 0;
	margin: 14px 0 0 0;
	border: 1px solid #0077be;
	background: url('http://www.teamtwenty12.com/images/arrow_dwn.png') no-repeat right;
}
.AccordionTitle p {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 0 8px !important;
	margin: 0;
}

.AccordionContent {
	height: 0px;
	width: 578px;
	overflow: auto;
	display: none;
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	padding: 8px 12px 8px 0;
	margin: 0 0 20px 0;
	background: #c3d4e9;
	border-left: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
	border-right: 1px solid #0077be;
}

