/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}




#box-table-dates
{
	font-size: 12px;
	margin: 10px; width:250px;
	text-align: left;
	border-collapse: collapse;
	color:#004b8c;
}
#box-table-dates th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: transparent;
	border-bottom: 1px solid #93a924;

	color: #004b8c;
}
#box-table-dates td
{
	padding: 8px;
	background: transparent;
	border-bottom: 1px solid #93a924;
	color: #004b8c;

}
#box-table-dates tr:hover td
{
	
	color: #93a924;
	border-bottom: 1px solid #93a924;
}


#box-table-agenda
{
	margin: 10px;
	width: 370px;
	border-collapse: collapse;
	border-top: 0px solid #9baff1;
	border-bottom: 0px solid #9baff1;
	color:#004b8c;
	text-align: left;
}
#box-table-agenda th
{
padding:8px;
	font-size: 13px;
	font-weight: normal;
	background: #ffffff;
	border-bottom: 1px solid #93a924;
	border-left: 0px solid #000000;
	color: #039;
}
#box-table-agenda td
{
padding:8px;
	background: #ffffff; 
	border-right: 1px solid #93a924;
	border-left: 0px solid #000000;
	border-bottom: 1px solid #93a924;
	color: #669;
}











#box-table-c
{
	font-size: 12px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-c th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-c td
{
	padding: 8px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#box-table-d
{
	font-size: 12px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-d th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-d td
{
	padding: 8px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#box-table-e
{
	float:left;
	font-size: 12px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-e th
{
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-e td
{
	padding: 8px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

