
BODY
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}


FORM.crm
{
	behavior:			url(/_forms/styles/FORM.crm.htc);
}

TEXTAREA
{
	font-family:		Tahoma, Verdana, Arial;
	font-size:			8pt;
	width:				100%;
	height:				99%;
	border:				1px solid #7b9ebd;
	font-weight:bold;
}

INPUT, div.inp, .form
{
	font-size:			8pt;
	font-family:		Tahoma, Verdana, Arial;
	width:				100%;
	height:				19px;
	border:				1px solid #7b9ebd;
	vertical-align:middle;
	font-weight:bold;
}

INPUT.TextRight 
{
	text-align:right;
}

div.inp 
{
	background-color:White;
}


div.inp:link, div.inp:visited 
{
	color:Black;
}


.chkbox
{
	width:20;
	border: none 1px black;
	color:Black;
	font-size:11px;
	font-weight:normal;
}

INPUT.SUBMIT
{
	background-color:Black;
	font-size:			18pt;
}


INPUT.ro,TEXTAREA.ro,DIV.ro,SPAN.ro
{
	background-color:	#fffbff;
	border-color:		#cccccc;
}

INPUT.rad
{
	width:				15px;
	border:				0px;
	cursor:				hand;
	behavior:			url(/_forms/styles/INPUT.rad.htc);
}

INPUT.eml
{
	behavior:			url(/_forms/styles/INPUT.eml.htc);
}

INPUT.tkr
{
	color:				#0000ff;
	text-decoration:	underline;
	behavior:			url(/_forms/styles/INPUT.tkr.htc);
}

INPUT.url
{
	color:				#0000ff;
	text-decoration:	underline;
	behavior:			url(/_forms/styles/INPUT.url.htc);
}

INPUT.num
{
	behavior:			url(/_forms/styles/INPUT.num.htc);
}

INPUT.dtm
{
	behavior:			url(/_forms/styles/INPUT.dtm.htc);
}

DIV.tab
{
	padding:			10px;
}

SPAN.lui
{
	color:				#0000ff;
	text-decoration:	underline;
	cursor:				hand;
}

IMG.lui
{
	height:				16px;
	width:				16px;
	vertical-align:		middle; 
	margin-left:		2px;
	margin-right:		5px;
}

DIV.lu
{
	overflow-y:			auto;
	overflow-x:         hidden;
	height:				19px;
	background:			window;
	width:				100%;
	border:				1px solid #7b9ebd;
}

DIV.ro
{
	overflow-y:			auto;
	height:				19px;
	width:				100%;
	background-color:	#fffbff;
	border-color:		#cccccc;
}

DIV.lud
{
	background:			#efefeb;
}

IMG.lu
{
	cursor:				hand;
	behavior:			url(/_forms/styles/IMG.lu.htc);
}

IMG.lud
{
	cursor:	            default;
}

IMG.dtm
{
	cursor:				hand;
	behavior:			url(/_forms/styles/IMG.dtm.htc);
}

INPUT.duration
{
	behavior:			url(/_common/styles/duration.htc);
}

IMG.icon
{
	margin-left:		2px;
	margin-right:		5px;
}

TD.sec
{
	width:				100%;
	color:				#606050;
	font-weight:		bold;
	padding-left:		0px;
	padding-bottom:		2px;
}


TD.bar 
{
	border-bottom:		1px solid #838574;
}

TD.req 
{
	font-weight:		bold;
	color:				#990000;	
	overflow:		hidden;
	text-overflow:	ellipsis;
	behavior:		url(/_forms/styles/mouseover.htc);
}

TD.rec 
{
	font-weight:		bold;
	color:				#000099;	
	overflow:		hidden;
	text-overflow:	ellipsis;
	behavior:		url(/_forms/styles/mouseover.htc);
}

TD.n
{
	overflow:		hidden;
	text-overflow:	ellipsis;
	behavior:		url(/_forms/styles/mouseover.htc);
}

TD.statusBar
{
	background-color:	#365484;
	color:				#ffffff;
	padding-left:		5px;
	height:				23px;
}

LABEL
{
	cursor:				hand;
}

TD.radioLabel 
{
	padding-left:		2px;
	padding-right:		10px;
}

TD.leftBar
{
	width:				140px;
	text-align:			right;
	vertical-align:		top;
	padding-top:		20px;
}

TABLE.error
{
	background-color:	#ffffcc;
	border:				1px solid #919276;
	width:				100%;
	table-layout:		fixed;
	padding-top:		20px;
	padding-bottom:		20px;
}

TD.areas
{
	padding:			10px;
}

DIV.area
{
	padding:			10px;
	overflow-y:			auto;
	width:				100%;
	height:				100%;
}

TABLE.layout
{
	table-layout:		fixed;
	width:				100%;
	height:				100%;
}

DIV.timeedit
{
		behavior:			url(/_controls/datetime/timeedit.htc);
}

.comboboxItems
{
	background-color: #ffffff;
	border:1px solid #000000;
	zIndex: 9999;
	height: 70px;
	cursor: hand;
	overflow-y: auto;
	position: absolute;
}


input.selectBox
{
	width: 100%;
	height: 19px;
	border: 1px solid #7b9ebd;
	border-right: 0px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	cursor: default;
}

span.selectBox
{
	height: 21px;
	behavior: url(../../includes/select.htc);
}

.select
{
	
	font-size:			8pt;
	width:				100%;
	height:				14px;
	border:				1px solid #7b9ebd;
	font-weight:		bold;
}

.listbox
{
	font-size:			8pt;
	width:				100%;
	border:				1px solid #7b9ebd;
	font-weight:		bold;
}




