.thLeft {
	font-size: 9px;
	background-image: url(images/thLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-color: #C4D0D0;
}
.thCenter {
	background-color: #C4D0D0;
	height: 20px;
}
.thRight {
	background-image: url(images/thRight.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 6px;
	background-position: top right;
	background-attachment: fixed;
	background-color: #C4D0D0;
}
.tfLeft {
	background-image: url(images/tfLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 6px;
	background-position: left bottom;
	background-attachment: fixed;
	background-color: #EAEEEE;
}
.tfCenter {
	background-color: #EAEEEE;
    height: 11px;
}
.tfRight {
	background-image: url(images/tfRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 6px;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #EAEEEE;
}
.draftItem {
	background-color: #EAEEEE;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #657D93;
}
.columnTitle {
	background-color: #99CCFF;
}
.draftTitle {
	background-color: #99CCFF;
}
.tableTitle {
	font-size: 13px;
	margin-left: 8px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.iconEdit {

	background-color: #99CCFF;
}
.filterRegion {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D0D0;
	padding-left: 8px;
	color: #FFFFFF;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 25px;
	background-color: #657D93;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
