BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FFFFE0;
	font-size : 10pt;
}

.THyellow {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FFFFE0;
	font-size : 10pt;
}

.THgreen {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #F0FFF0;
	font-size : 10pt;
}

.THblue {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #F0FFFF;
	font-size : 10pt;
}

.THred {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FFF5EE;
	font-size : 10pt;
}

.THpurple {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	font-size : 10pt;
}

.THdarkpurple {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #E6E6FA;
	font-size : 10pt;
}

.linkOverWhite {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.linkOverWhiteSmall {
	text-decoration: none;
	font-size: 8pt;
	color: red;
}

.linkOverRed {
	color: white;
	font-weight: bold;
}

.linkOverRedSmall {
	text-decoration: none;
	font-size: 8pt;
	color: white;
}


A {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


.cplRowHeader {
	background-color: #F0F8FF;
	font-weight: bold;
}

.cplRow  {
	background-color: #FFFFF0;
}

.sectionTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	padding-bottom: 5px;
	filter:progid:DXImageTransform.Microsoft.Gradient( GradientType=1,StartColorStr=#000000, EndColorStr=#FFFFFF);
	-moz-border-radius-topLeft:6px;
	_width:100%;
	/*hack for IE*/
	display:block;
	margin:0;
	padding:0;
	padding:3px 6px;
	background: #BB0000;
	color:white;
	border-left:solid 1px #cccccc;
	border-top:solid 1px #f0f0f0;
	border-right:solid 1px #222222;
	border-bottom:solid 1px #222222;
}

.sectionSubTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	padding-bottom: 5px;
}

.sectionSubTitleCPL {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	padding-bottom: 5px;
}

.subsectionSelector {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.alertMsg {
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
	color: red;
}

.smallalertMsg {
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	color: red;
}

.textHighlight {
	text-decoration: blink;
	font-weight: bold;
	color: red;
}

.smallText {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
	background-color: #FFFFF0;
}

#tabcontentcontainer{
/* width: 400px;*/
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}

/* Sortable tables */
table.sortable a.sortheader {
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
