/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}




#box-table-agenda-am
{
	float:left;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	width: 410px;
	text-align: left;
	border-collapse: collapse;
	margin-right:20px;
}
#box-table-agenda-am th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #F0F0F0;
	border-bottom: 1px solid #fff;
}
#box-table-agenda-am td
{
	padding: 8px;
	background: #E5E5E5;
	border-bottom: 1px solid #fff;
}
#box-table-agenda-am tr:hover td
{
	background: #CCCCCC;
	color: #339;
}

#box-table-agenda-am tr:hover th
{
	background: #CCCCCC;
	color: #339;
}
/* ------------------------------------------------------------------------- */


#box-table-agenda-pm
{
	float:left;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	width: 410px;
	text-align: right;
	border-collapse: collapse;
	margin-right:20px;
}
#box-table-agenda-pm th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #F0F0F0;
	border-bottom: 1px solid #fff;
}
#box-table-agenda-pm td
{
	padding: 8px;
	background: #E5E5E5;
	border-bottom: 1px solid #fff;
}
#box-table-agenda-pm tr:hover td
{
	background: #CCCCCC;
	color: #339;
}

#box-table-agenda-pm tr:hover th
{
	background: #CCCCCC;
	color: #339;
}
/* ------------------------------------------------------------------------- */

#box-table-b
{	margin: 20px 0px 10px 0px;
	font-size: 12px;
	width: 530px;
	border-collapse: collapse;
	
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 12px;
	background: #F0F0F0;
	
	color:#333333;
}
#box-table-b td
{
	padding: 12px;
	background: #F0F0F0; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color:#333333;
}

/*---------------------------------------------------------------------------------*/

#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: 540px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom:20px;
}
#box-table-e th
{ float:left;
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}
#box-table-e td
{
	padding: 8px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}

