table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	border:0px;
	cellspacing:2px;
	cellpadding:1px;
}

/* ---------------Collapsible Table Assets--------------------- */

#table-top {
	background-image: url(../images/table-body/table-topcap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
}

#table-body {
	background-image: url(../images/table-body/table-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#table-bottom {
	background-image: url(../images/table-body/table-botcap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
}

/* ------------INNER CONTENT TABLE---------------------- */
.top-cell {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
}
.cell-div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9dbae2;
	padding-top: 10px;
}

.cell-div-bot {
	padding-top: 10px;
}
.cell-top {
	padding-bottom: 1px;
}

.cell-div p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;	
}
.cell-div-bot p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;	
}
#table-list {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 425px;
	margin-left: 15px;
}

.11pt {
	font-size: 11px;
}

/*----------------------Table COLORED CELLS-----------------------*/

#header-day {
	background-color: #003366;
	font-weight: bold;
	padding: 5px;
}
#header-day p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Helvetica;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 8px;
}

.greybold {
	font-weight: bold;
	color: #666;
	font-family: Helvetica, sans-serif;
}

#cell-color01 {
	background-color: #e9e9e9;
	vertical-align: top;
}

#cell-color01t {
	background-color: #cccccc;
	vertical-align: top;
}
#cell-color01t p {
	font-family: Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
}
#cell-color01ta {
	background-color: #e1e1e1;
	vertical-align: top;
}
#cell-color01ta p {
	font-family: Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
}
#cell-color01ta p strong {
	font-family: Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
}

.bluebold {
	color: #003366;
	font-weight: bold;
	font-size: 12px;
}

/* My Comment */

#cell-color02 {
	background-color: #dfe5ea;
	vertical-align: top;
}

#cell-color02t {
	background-color: #50789F;
	vertical-align: top;
}
#cell-color02t p {
	font-family: Helvetica;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
}

#cell-color02 p {
	font-family: Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
}

#cell-color01 p {
	font-family: Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
}
#cell-color01 p.center {
	color: #003366;
	margin-left: 10px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
	font: bold 12px Helvetica;
}

.float {
	left: 10px;
	top: auto;
}