body
{
    margin: 0px 0px 0px 0px;
}

td
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#333333;
}

input
{
   	font-family: Verdana, Arial;
	font-size: 11px;
}

select
{
   	font-family: Verdana, Arial;
	font-size: 11px;
}


a
{
    color: #006169;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.smaller
{
    font-size: 10px;
}

.title
{
    background-color: #66a0a5;
    font-family: Century Gothic, Arial;
    font-size: 16px;
    font-weight: bold;
    color: White;
}


.channel td 
{
    FONT-SIZE: 10px;	
	padding-top: 1px;
	padding-left: 1px;
	border-top: 1px solid #f45531;
	border-bottom: 1px solid #7e9fa2;
	background-color: #006169;
}

.channel th 
{
	font-size: 10px;
    font-weight: normal;    
	border-top: 4px solid #f45531;
}

.channel td a {
	border-top: 1px solid #1b8c95;
	border-right: 1px solid #033f44;
	border-bottom: 1px solid #033f44;
	border-left: 1px solid #1b8c95;
	text-align: center;
	display: block;
	color: White;
	text-decoration: none;
}

.channel td a:hover {
	color: yellow;
	text-decoration: none;
}

.channel th a 
{
	border-top: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	text-decoration:none;
	color: black;
}
.channel th a:hover {
	text-decoration: none;
}

.SubChannel table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}

.SubChannel table td{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.SubChannel table td table {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: auto;
	padding-left: auto;
	border: 0px;
}


.dttable
{
    color: #333333;
    border-collapse: collapse;
}

.header
{
    background-color: #006169;
    font-weight: bold;
    font-size: 10px;
}

.subheader
{
    background-color: #66a0a5;
    font-size: 10px;
}

.headercell
{
    color: White;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

.dtitemheader
{
    background-color: #EFF3FB;
}

.dtitemheader2
{
    background-color: whitesmoke;
}

.dtitemheaderclickable
{
    background-color: #EFF3FB;
    cursor: hand;
}

.dttotal
{
    background-color: #f5f5f5;
}


.dttotalclickable
{
    background-color: #f5f5f5;
    cursor: hand;
}

.inputtext
{
    width: 50px;
}

.headercellclickable
{
    background-color: whitesmoke;
    color: White;
    vertical-align: text-bottom;
    cursor: hand;  
    
}

.enclosed
{
    border-style: dotted;
    border-color: Silver;
    border-width: 1px;
}

.errormsg
{
    color: Red;
}

.editlink a
{
    color: whitesmoke;
}

.hideit
{
    display: none;
}