/* CSS Document */


div#meeting {
	width: 257px;
	height: auto;
	background-color: #C2CDE2;
	background-image:url(/images/meeting1.png);
	background-repeat: no-repeat;
	background-position: top;	
	margin: 7px 0 7px 2px;
	font-size: 12px;
	color: #414590;
	padding: 8px;
	padding-top: 34px;
}

div#meeting table td {
	font-size: 12px;
	color: #414590;
	line-height: 17px;
}
.style1 {font-size: 12px}
.style2 {font-size: 14px}

td.news {
	font-size: 13px;
	background: #eee;
	padding: 8px;
	border-bottom: 8px #5270AC solid;
}

td.news2 { border-bottom: 8px #5270AC solid; }



td.news-header, td.news-header2 { 
	background: #5270AC;
	color: #eee;
	font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif;
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	line-height: 26px;
	border-right:2px dotted #5270AC;
}

td.news-header2 { background:#666666; }

ul.meetings {
	list-style: none;
	margin-left: -20px;

	list-style-image: url(/images/bullet-blue2.png);
	
}

ul.meetings li {
	margin-bottom: 5px;
	/*border-left: 3px #5270AC solid;*/
	padding: 2px
	/*background-color: #6580B7;
	color: white;*/
}

span.date { background-color:#739D38; color:white; text-transform:uppercase; font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif; padding: 0 3px; font-size: 11px;  } 
a.title { color:#567A23; color:#333333; font-weight:bold; font-size:13px; font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif; text-decoration:none; margin: 1px 0 1px 1px;  line-height:20px; padding: 0 4px; }
a.title:hover {   background-color:#637BAA; color:white;  }
div.meeting-info { background-color:#CBD5E7; color:#2D477A; font-size:11.5px; padding: 7px; margin: 10px 0; font-weight:normal; margin-bottom: 20px; }

div#news-scroller, div#news-scroller-ticop {
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 5px;
	height: 300px;
	font-weight: bold;
	color:#999999;
	font-size: 12px;
}

div#news-no-scroller {
	padding: 0 5px;
	font-weight: bold;
	color:#999999;
	font-size: 12px;
}

a.readmore {background-color:#637BAA; color:white; text-decoration:none; padding:0 4px; font-size:10px; text-transform:uppercase; line-height:20px; font-weight:bold; }
a.readmore:hover { background-color:black; }

#photo { font-size:10px;  margin-top:5px; }
#photo img { width:250px; height:188px; border:6px #D9D9D9 solid; margin:0; }

table.ticop td.news-header { background-color:#94B23C; border-color:#94B23C }
table.ticop td.news { border-color:#94B23C !important;  }
div#news-scroller-ticop { color:#4B4B4B; font-weight:normal; }
div#news-scroller-ticop img { margin:-4px 6px 0 -6px; }