body
{
	background-color:white;
	font-family:Times New Roman;
	font-weight:normal;
	font-size:12px;
}


/* Table borders */

.tableborder{border : 1px solid #CCCCCC;}
.tableborder_dark{border : 1px solid #000000;}
.tableborderleft{border-left : 1px solid #CCCCCC;}
.tableborderright{border-right : 1px solid #CCCCCC;}

.tdclassleft{border-left : 1px solid #FFFFFF;background-color:#EEEEEE;}
.tdclassright{border-right : 1px solid #cccccc;}
.tdclassleftUp{border-left : 1px solid #cccccc;}
.tdclassodd{background-color:#EEEEEE}
.tdclasseven{background-color:#FFFFFF}
.tableheader{ background-color:#99CCFF;font-weight: 600;color:#000000;font-size:12px; border-top : 1px solid #cccccc;border-bottom : 1px solid #cccccc; }
.tblrowdiv{background:#CCCCCC;}

/*link styles will follow the Unselected Color*/
/* Defines the colors for all the links on the page eg: subcategory link on the planning2 layout */
a:link {font-weight: normal; text-decoration: none; color:#ff6600;}
a:visited {font-weight: normal; text-decoration: none; color:#ff6600;}
a:active {font-weight: normal; text-decoration: none; color:ff6600;}
a:hover {font-weight: normal; text-decoration: underline; color:#ff6600;}

.buttonstyle
{
	border : 2px outset #999999;
	background-color : #666666;
	color:white;
}