table.Table
{
	width: 100%;
	text-align: left;
	background-image: url(/govedu/edu/curriculum/images/thead_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-collapse: collapse;
}
table.Table tr
{
	padding-top: 2px;
	padding-bottom: 2px;
}

table.Table thead tr
{
	line-height: 21px;
	color: white;
	font-weight: bold;
	border: none;
	background: none;
}
table.Table thead th
{
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 2px;
	white-space: nowrap;
}
table.Table thead th.c
{
	background: url(/govedu/edu/curriculum/images/thead_right_bg.gif) no-repeat right top;
	border-left: 1px #fff solid;
}
table.Table thead th.l
{
	border-right: 1px #fff solid;
}
table.Table tr
{
	border-width: 0 0px 1px 0;
	border-color: #999;
	border-style: solid;
	background-image: url(/govedu/edu/curriculum/images/pixel_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
table.Table td
{
	border-width: 0 0px 1px 0;
	border-color: #999;
	border-style: solid;
}
table.Table tr.even { background-color: #EFEFEF; }
table.Table td.r
{
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	text-align: right;
}

table.Table td { padding: 5px 20px 5px 10px; }
table.Table th.RowHeader
{
	padding: 5px 5px 5px 5px;
	background-image: url(/govedu/edu/curriculum/images/row_header_bg.gif);
	background-repeat: repeat-y;
	width: 21px;
	text-align: right;
	border-right: 1px #999 solid;
}

table.Table td a
{
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/icons/new_window.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

table.Table td a:hover { text-decoration: underline; }

#table_holder
{
	height: 300px;
	width: 95%;
	padding: 1px;
	overflow: hidden;
}
#table_holder.expanded { height: 100%; overflow: visible; }
#table_closer, #table_opener
{
	background-image: url(/govedu/edu/curriculum/images/closer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 95%;
	margin-left: 1px;
}
#table_closer span, #table_opener span
{
	display: block;
	background-image: url(/govedu/edu/curriculum/images/closer_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
}
#table_closer span p
{
	padding: 0 0 0 15px;
	margin: 0;
	background: url(/govedu/edu/curriculum/images/expand_up.gif) no-repeat left bottom;
	display: inline;
}
#table_closer span p a
{
	color: white;
	text-decoration: none;
	background: url(/govedu/edu/curriculum/images/expand_up.gif) no-repeat right bottom;
	padding: 0 15px 0 0;
}
#table_opener span p
{
	padding: 0 0 0 15px;
	margin: 0;
	background: url(/govedu/edu/curriculum/images/expand_down.gif) no-repeat left bottom;
	display: inline;
}
#table_opener span p a
{
	color: white;
	text-decoration: none;
	background: url(/govedu/edu/curriculum/images/expand_down.gif) no-repeat right bottom;
	padding: 0 15px 0 0;
}
#table_closer { display: none; }
#table_closer.expanded { display: block; }
#table_opener.expanded { display: none; }