#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	text-align: right;
}


#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-bottom: 1px none #C1DAD7;
	background: none;
}

#mytable th.nobgtopcap {
	border-top: 0;
	border-left: 0;
	background: none;
}

#mytable td {
	border-bottom: 1px solid #C1DAD7;
	padding: 3px 3px 3px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable td.yes{
	background-color: #73cf20;
	background-image: url(../-images/bg_header.yes.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		padding-left:20px;
	padding-right:20px;
}
#mytable td.maybe {
	background-color: #ffb400;
	background-image: url(../-images/bg_header.maybe.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		padding-left:20px;
	padding-right:20px;
}

#mytable td.no {
	background-color: #e13316;
	background-image: url(../-images/bg_header.no.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		padding-left:20px;
	padding-right:20px;
}


#mytable th {
font-size:   90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	width:100%;
	text-transform: uppercase;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	background:#ff9000;
	color:#fff;
		background-image: url(../images/th.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

#mytable th.subject {

	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/td.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mytable th.subject_required {

	border-bottom: 1px solid #ddd;
	border-top: 1px solid #C1DAD7;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/td.required.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mytable th.item {
background-image: url(../images/th_seperator.gif);
}

.item {
background-image: url(../images/th_seperator.gif);
}

#mytable th.yes {

	font-weight: bold;
		background:#777;
	color:#fff;

}
	
#mytable th.maybe {

	font-weight: bold;
		background:#777;
	color:#fff;

}
	
#mytable th.no {

	font-weight: bold;
		background:#777;
	color:#fff;

}
	
#mytable th.spec {

	border-top: 0;
	font-weight: bold;
	color: #797268;
	background-color: #EBEBEC;
	background-image: url(../images/td.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#mytable th.specalt {

	border-top: 0;
	font-weight: bold;
	color: #797268;
	background-color: #f5fafa;
	background-image: url(../images/td.required.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#mytable th.specdisabled  {

	border-top: 0;
	background: #fff 
	font-weight: bold;
	color: #797268;
	background-color: #FFFBCC;
	background-image: url(../images/td.required.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

#mytable th.specaltdisabled  {

	border-top: 0;
	background: #f5fafa 
	font-weight: bold;
	color: #CCCCCC;
	background-color: #f5fafa;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: -10px;
	
}

#mytable .blanktable td {
	border: none;
	padding: 1px 1px 1px 1px;

}

#mytable .blanktable th {
	border: none;
	padding: 1px 1px 1px 1px;
	text-align: right;
	font-weight: bold;
	background-image: url(null);
	background-repeat: no-repeat;
}
