.TxField
{
}

.TrexGrid
{
	font-family: Trebuchet MS, Serif;
	font-size:	1em;
	color: #333333;
	border: 1px inset;
}

button
{
	font-family: Tahoma, Sans-Serif;
	font-size: 1em;
	height: 16px;
}

.TableDescription
{
	font-family: Trebuchet MS, Serif;
	font-size: 1em;
	color: black;
	letter-spacing: 1px;
}

Input
{
	color: #000000;
	font-family: Trebuchet MS, Serif;
}

textarea
{
	color: #000000;
	font-family: Trebuchet MS, Serif;
}

.FieldName
{
	font-family: Tahoma, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.FieldHelpText
{
	font-family: Trebuchet MS, Serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #444444;
}

.AdminMenuItem
{
	font-weight: normal;
	font-family: Tahoma, Sans-Serif !important;
	font-size: 11px !important;
	line-height: normal;
	border: 0px;
	clear:both;
	color: Black !important;
	margin: 6px !important;
}

.AdminMenuItem IMG
{
	margin-right: 5px;
}

.AdminMenuItem A
{
	color: Black !important;
	text-decoration: none !important;
	font-weight: normal !important;
	white-space: nowrap;
}

.AdminMenuItem A:hover
{
	background-color: #eeeeee;
}
.imageText
{
    margin-bottom:8px;
    font-size:0.85em;
    font-style: italic;
}
.AdminMenu
{
    float:left;
	cursor: default;
	width: 200px;
	font-size: 11px;
	padding: 5px;
	background: #f3f3f3;
	text-align: left;
	border: 1px outset;
	white-space:normal;
}

.AdminMenuHeader
{
	margin: 5px;
}

.fieldGroup
{
	/*position: relative; */
}

.groupIcon
{
	position: absolute;
	right: 50px;
	width: 100px;
	top: 170px;
	filter: Alpha(opacity=10); -moz-opacity:0.1;
}

IFRAME.ieOverlay /* fix for IE when placing divs above SELECT controls */
{
	position: absolute;
	left: -1;
	top: -1;
	z-index: -10;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


.part
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #eeeeee;
}


/*button, */
.button
{
	height: 25px;
	border: 1px outset;
	background-color: #0D84B3;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
}

.editableTable
 {
	padding:8px;
	border:solid 1px #d5d5d5;
	background-color: #E6E6E6;
	background-image:url(../images/trex/table_background.png);
	background-repeat:repeat-x;
 }
 
 .tableEditorMenuNormal
 {
	background-color:#757495; 
	background-image: url(~/Images/Trex/top_groupBg.gif); 
	text-align:center; 
	font-size : 11px; 
	font-weight: bold; 
	color : white; 
	text-decoration: none; 
	font-family: Tahoma;
	height: 24px;
 }
 .tableEditorMenuSelected
 {
	background-color: silver; 
	font-family: tahoma; 
	color: #333333; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px solid #807F9A; 
	border-right-color: #FFFFFF; 
	border-bottom-width: 0px; 
	text-align:center; 
	background-image: url(~/Images/Trex/top_item_selected_bg.gif);	
 } 
select
{
    min-width:80px;
}

p
{
    margin-bottom:1em;
    margin-top:0.5em;
}

.element li
{
    margin-left:14px;
    margin-top:0.1em;
    margin-bottom:0.1em;
}