
TD.Text
{
    FONT-SIZE: xx-small;
    COLOR: #000000;
    FONT-FAMILY: Trebuchet MS;
}

.trailclass {
	text-decoration: none;
	FONT-FAMILY: Verdana;
    FONT-SIZE: xx-small;
    COLOR: #D46B04;
}

.DataButtonText {
	text-decoration: none;
	FONT-FAMILY: Verdana;
    FONT-SIZE: xx-small;
    COLOR: #443333;
}

.DataButtonTextBold {
	text-decoration: none;
	font-weight: bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: xx-small;
    COLOR: #443333;
}

body
{
	font-family : Trebuchet MS;
	font-size   : x-small;
	color		: black;
}

.text 
{
	font-family : Trebuchet MS;
	font-size   : xx-small;
	color		: black;
}

.TrexGrid
{
	font-family : Trebuchet MS;
	font-size   : x-small;
	color		: #333333;
	background	: #ffffff;
	border		: #ffffff 1px inset;
}


.menuitem
{
	font-family : Verdana;
	font-size   : x-small;
	text-decoration : none;
	color		: #333333;
}

button
{
	font-family : Tahoma;
	font-size	: medium;
	height		: 16px;
}

.ActiveDataButton 
{
	font-weight: bold;
}

.TableLabel
{
	font-family : Trebuchet MS;
	font-size	: large;
	color		: black;
	letter-spacing : 1px;
}

H1
{
	font-family : Trebuchet MS;
	font-size	: large;
	color		: black;
	letter-spacing : 1px;
}
H2
{
	font-family : Trebuchet MS;
	font-size   : small;
	color		: black;
	letter-spacing : 1px;
}

.TableDescription
{
	font-family : Trebuchet MS;
	font-size   : x-small;
	color		: black;
	letter-spacing : 1px;
}

Input
{
	color		: #000000;
	font-family : Trebuchet MS;
}

.tabbutton
{
	color		: #000000;
	background	: #e3e3e3;
	border		: 1px raised;
	font-family : Verdana;
	font-size   : small;
	width		: 120px;
}

.systembutton
{
	color		: #000000;
	background	: #e3e3e3;
	border		: 1px raised;
	font-family : Verdana;
	font-size   : small;
	width		: 120px;
}

.SystemTextBox
{
	font-family : Trebuchet MS;
	font-size	: small;
	width		: 250px;
}

textarea
{
	color		: #000000;
	font-family : Trebuchet MS;
}

.GroupName
{
	font-family : Trebuchet MS;
	font-size	: 9px;
	color		: black;	
	font-weight : bold;
	writing-mode: tb-rl;
}

.FieldName
{
	font-family : Trebuchet MS;
	font-size   : x-small;
	text-decoration : none;
	color		: Black;	
}

.FieldHelpText
{
	font-family		: Trebuchet MS;
	font-size		: xx-small;
	text-decoration : none;
	color			: Black;	
}

.TxField
{
	border		: 1px inset;
}

.editor {

	background-color: #ffffff;
	height:300px;
	widht:200px;
	word-wrap: normal;
	overflow-y : scroll;

}

.TrexGrid .gridItem
{
	cursor: pointer;
}

.TrexGrid .gridAlternateItem
{
	cursor: pointer;
	background: #f6f6f6
}
