.calender-header .grid-title {
	height: 25px;
}

.show_events_list {
	position: absolute;
	width: 390px;
	padding: 5px;
	height: 20px;
	right: 0px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	top: 2px;
	font-family: "Arial", "Helvetica", sans-serif;
}

.grid-item-title,.grid-item-title a {
	color: #54301A;
	font-size: 12px;
	font-weight: bold;
	word-wrap: break-word;
}

.grid-item-title a {
	text-decoration: none;
}

.clr {
	clear: both;
	float: none;
}

.dropdown {
	border: 1px solid #999;
	padding: 2px;
	cursor: pointer;
	background: #f4f3eb;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	height: 15px;
}

.dropdown .text {
	font-size: 11px;
	height: 22px;
	overflow: hidden;
	width: 190px;
	float: left;
}

.dropdown .arrow_down { /*width: 8px; height:4px;*/
	width: 15px;
	height: 24px;
	float: left;
	background: url("../images/aero_mer_down.gif") no-repeat
		center;
	position: absolute;
	right: 0;
	top: 0;
	/*right:3px; top:7px;*/
}

.dropdown .arrow_up {
	background: url("../images/aero_mer_up.gif") no-repeat
		center;
}

.dropdown .dropdown_content {
	position: absolute;
	z-index: 99999;
	display: none;
	right: -1px;
	top: 23px;
	background: #FFFCEF;
	border: 1px solid #999;
	width: 510px;
	height: auto;
}

.dropdown_content .lists {
	padding: 5px;
	clear: both;
}

.dropdown_content .break {
	height: 1px;
	width: auto;
	background: #999;
	clear: both;
	overflow: hidden;
}

.dropdown_content .lists li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 15px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	padding: 2px;
}

.dropdown_content .lists input {
	
}

.dropdown_content .lists label {
	margin-left: 7px;
}

.grid-item-date {
	color: #AF5E3B;
	font-size: 10px;
	font-weight: bold;
}

.publication-date-recent {
	color: #c88a12;
}

.publication-date {
	color: #817f74;
}

.teamname {
	color: #817f74 !important;
	font-size: 12px;
	font-weight: bold;
	padding: 15x 5x;
}

.grid-item-abstract {
	color: #716F63;
	font-size: 11px;
}

.grid-item-author,.grid-item-author a {
	color: #6A8AB0;
	font-size: 9px;
	font-weight: bold;
}

.grid-item-author a {
	text-decoration: none;
}

#chart_div {
	height: 240px;
	width: 295px;
}

.page-header {
	font-family: Georgia;
	font-size: 24px;
	color: #54301A;
	padding: 10px 0 3px 0;
}

.grid-title>a {
	color: #50301A;
	text-decoration: none;
}

/* Only worksd with FF, IE6 seems to ignore these
.grid-title > span > a:link,a:visited,a:active,a:hover {
	text-decoration: none;
}

.grid-title > span > a {
	text-decoration: none;
}
*/
.calender-header .grid-title,.cfp-data-release .grid-title {
	border-bottom: none;
}

.grid-title a {
	color: #311B0E;
}

.grid-title a {
	_text-decoration: none !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}