/* Standard Table */
TABLE.default {
	 background-color : #ffffff;
	 border-width : 1px; 
	 border-style : solid; 
	 border-color : #999999;
}

/* Header of Table (centered) */
TD.header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	color : #333333;
	vertical-align : top;
	text-align : center;
	background-color : #f2f2f2;
	padding-bottom: 2px;
	border-bottom-color: #333333; 
	border-bottom-style: solid; 
	border-bottom-width: 2px;
}

/* Header of Table (left, default) */
TD.headerleft {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	padding-left : 4px;
	vertical-align : top;
	color : #333333;
	background-color : #f2f2f2;
	padding-bottom: 2px;
	border-bottom-color: #333333; 
	border-bottom-style: solid; 
	border-bottom-width: 2px;
}

/* Default Table Cell (left) */
TD.left {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}

/* Default Table cell (left) with bottom line */
TD.leftb {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #999999; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

/* Default Table cell (left) with background color */
TD.leftbg {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color : #ccccff;
}

/* Default Table cell (left) with background color and bottom line */
TD.leftbgb {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #999999; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	background-color : #ccccff;
}

/* Default Table cell */
TD.text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right : 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}

/* Default Table cell with bottom line */
TD.textb {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right : 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-bottom-color: #999999; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

/* Default Table cell (center) for numbers */
TD.center {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	text-align : center;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}

/* Default Table cell (center) for numbers with botom line */
TD.centerb {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	text-align : center;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-bottom-color: #999999; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

/* Table cell for comments */
TD.expl {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right : 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-bottom-color: #999999; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

/* Table cell (center) for numbers with background color */
TD.total {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	text-align : center;
	background-color : #999999;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}

/* Shows Login Info In Partner Area */
TABLE.logbox {
	 background-color : #ffffff;
	 border-width : 1px; 
	 border-style : solid; 
	 border-color : #333333;
}

/* Header of Login Box in Partner Area */
TD.logboxheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	padding-left : 4px;
	vertical-align : top;
	color : #333333;
	background-color : #ccff99;
	padding-bottom: 2px;
	border-bottom-color: #333333; 
	border-bottom-style: solid; 
	border-bottom-width: 2px;
}

/* Table Cell of Login Box in Partner Area */
TD.logbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	vertical-align : top;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color : #f2f2f2;
	color : #999999;
}

TD.dgrey {
	background-color : #333333;
}

TR.faded {
	color : #666666;
}

TR.fadedi {
	color : #666666;
	font-style : italic;
}