@charset "utf-8";
/* CSS Document */
#mytable {
	border-collapse: collapse;
	width: 570px; 
	font-size: 1em;
/*	font-size: 0.9em; */
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1em;
	text-align: left;
}

#mytable th {
	background: #d9d9d9;
/*	background: #172194; 
	color: #fff;*/
	height: 35px;
	color: #000000;
	font-weight: bold;
	padding: 2px 8px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1;
}

#mytable td {
	padding: 6px 8px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

#mytable td * {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#mytable tr.alt td {
	background: #ecece7;
}

#mytable tr.over td, tr:hover td {
	background: #bcd4ec;
}
#mytable tr.alt2 {
	background: #ecece7;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

/**************************/
/* CSS for table2  650px  */
/**************************/
#mytable2 {
	border-collapse: collapse;
	width: 700px;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1em;
	text-align: left;
}

#mytable2 th {
	background: #d9d9d9;
	color: #000000;
	font-weight: bold;
	padding: 2px 8px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1;
}

#mytable2 td {
	padding: 6px 8px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

#mytable2 td * {
	padding: 6px 8px;
}

#mytable2 tr.alt td {
	background: #ecece7;
}

#mytable2 tr.over td, tr:hover td {
	background: #bcd4ec;
}
#mytable2 tr.alt2 {
	background: #ecece7;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

/*---------------------------------------------*/
/* ruling_container                            */
/*---------------------------------------------*/

#ruling_container  {
	overflow-y:scroll;
	overflow-x:hidden;
	line-height:2px;
	width: 575px;
	height: 400px;
}


/*---------------------------------------------*/
/* list_container                            */
/*---------------------------------------------*/

#list_container  {
	overflow-y:scroll;
	overflow-x:hidden;
	line-height:17px;
	width: 575px;
	height: 400px;
}


#list_container2  {  /* used for double lists with only 200px height - meeting agendas & packages */
	overflow-y:scroll;
	overflow-x:hidden;
	line-height:17px;
	width: 575px;
	height: 200px;
}

.h3_bar h3 {
	background: #d9d9d9;
	color: #000000;
	width: 575px;
	font-size:1.5em;
    margin-bottom:6px;
}

