
/*	THIS SECTION WAS ADDED TO FORMAT DATAGRID 
   
	In essance, it adds only the td elements that corresponds 
	to th element in base.css and which format tables
*/

dgTable {
	width:98%;
	border:0px;
	padding:0px;
	margin:0px;
}

td.orangeTit {
	background : #fff;
	color : #645b4c;
	font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	border-bottom : 3px double #cc0000;
	padding : 2px 2px 2px 5px;
	text-align: center;
	line-height: 90%;
}

td.orangeTit1 {
	background : #fff;
	color : #645b4c;
	font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	border-bottom : 3px solid #cc0000;
	padding : 2px 2px 2px 5px;
	text-align: left;
	line-height: 90%;
}
td.orangeTit2 {
	background : #fff;
	color : #645b4c;
	font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	border-bottom : 3px solid #cc0000;
	padding : 2px 2px 2px 5px;
	line-height: 90%;
	text-align: center;

}

td.orangeTit3 {
	background : #fff;
	color : #645b4c;
	font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	border-bottom : 3px double #cc0000;
	padding : 2px 2px 2px 5px;
	line-height: 90%;
	text-align: left;
}
td.orangeTit a {
	color : #645b4c;
	font-weight: normal;
}

td.orangeTit a:hover {
	color : #cc0000;
	font-weight: normal;
}


td.orangeTit1 a {
	color : #645b4c;
	font-weight: normal;
}

td.orangeTit1 a:hover {
	color : #cc0000;
	font-weight: normal;
}


td.orangeTit2 a {
	color : #645b4c;
	font-weight: normal;
}

td.orangeTit2 a:hover {
	color : #cc0000;
	font-weight: normal;
}

td.orangeTit3 a {
	color : #645b4c;
	font-weight: normal;
}

td.orangeTit3 a:hover {
	color : #cc0000;
	font-weight: normal;
}
