/*==============================================================//
//								//
//	  RTPAGE CSS DEFINITIONS FOR RELOTRACKER(tm)		//
//  		  (c) DeltaTrend 2005				//
//								//
//  CSS definitions file defining the style for all RTPages	//
//  by importing the relevant css files				//
//								//
//==============================================================*/

/*========================================================//
//   		      STYLESHEET IMPORTS		  //
//========================================================*/
@import url(main.css);

@import url(rtsidemenu.css);
@import url(rttopmenu.css);

@import url(printerfriendly.css);
@import url(MailingForm.css);
@import url(ExtTextbox.css);

body
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin:0px 0px 0px 0px;
}

.colorEXTCON
{
	background-color: rgb(204, 255, 255);
}
.colorCSTCT
{
	background-color: rgb(255, 255, 204);
}
.colorTRFREE
{
	background-color: rgb(255, 204, 204);
}
.colorINTERN
{
	background-color: rgb(255, 255, 255);
}
.colorSPLCT
{
	background-color: rgb(130, 255, 130);
}

.display_none
{
	display:none;
}
th 
{
	font-size: 12px;
	text-align: left;
	padding: 0px 4px;
}