
/*********************************************************
* Used for form items rendereng
**********************************************************/

/* 
Applies to the form main table 
.KSFORM-MAIN-TABLE
*/
.bgGeneralTbl
{
	background-image:url(../../images/CimatronE/he/General/bg.gif);
	background-repeat:repeat-y;
	width:603px;
}
.KSFORM-TABLE-MAIN
{
	border:solid 0 #000000;
	font-family:Arial;
	font-size: 12px;
	width:500;
}
.KSFORM-DATA-TR
{
}
.KSFORM-DATA-TD
{
}
.KSFORM-PANEL
{
	width:100%;
	height:100%;
	/*overflow:auto;*/
}
/* 
Applies to the form group table 
*/
.KSFORM-GROUP-TABLE
{
}
.KSFORM-ROWS
{
	
}
.KSFORM-BLOCK-ROWS
{
}
.KSFORM-BLOCK-LABEL
{
	width:100%;
	font-family:Arial;
	color:#910101;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1 solid #920505;
	height:17px;
}
/* 
Applies to a form item (can be used also as .KSFORM-FIELD-INPUT SELECT for specific elements )
*/
.KSFORM-FIELD-INPUT
{
	width : 250px;
	border : 1px solid #D0D0D0;
	height : 19px;
	color : #555555;
}
.KSFORM-FIELD-BOOLEAN-INPUT
{
	border:solid 1 #920505;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}


TEXTAREA.KSFORM-FIELD-INPUT
{
	width:250px;
	height:100%;
	border : 1px solid #D0D0D0;
	border-bottom: 2px solid #D0D0D0;
	overflow-y:auto;
}
/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL
{
	padding:0 10 0 10;
	width:40%;
}
.KSFORM-FIELD-CELL-REQUIRED
{
	padding:0 10 0 10;
	width:40%;
}

.KSFORM-FIELD-CELL-REQUIRED_EN,
.KSFORM-FIELD-CELL-REQUIRED_FR,
.KSFORM-FIELD-CELL-REQUIRED_IT,
.KSFORM-FIELD-CELL-REQUIRED_DE,
.KSFORM-FIELD-CELL-REQUIRED_JA,
.KSFORM-FIELD-CELL-REQUIRED_ZH
{
	padding:0 10 0 10;
	width:40%;
}
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL
{
	padding:2 10 2 10;
	background-position:left center;
	background-repeat:no-repeat;
	width:10%;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_EN,
.KSFORM-LABEL-CELL-REQUIRED_FR,
.KSFORM-LABEL-CELL-REQUIRED_IT,
.KSFORM-LABEL-CELL-REQUIRED_DE,
.KSFORM-LABEL-CELL-REQUIRED_JA,
.KSFORM-LABEL-CELL-REQUIRED_ZH
{
	padding:2 10 2 10;
	background-image:url(../../images/CimatronE/red_sqare.gif);	
	background-position:left 7px;
	background-repeat:no-repeat;
	width:10%;
	color:#555555;
}
/* 
Applies to a form thml cell
*/
.KSFORM-HTML-CELL
{
}

/* 
Applies to a form label span that sorounds the text
*/
.KSFORM-LABEL-SPAN
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555555;
	width:100%;
	height:100%;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555555;
	width:100%;
	height:100%;
}

/*********************************************************
* Used for tabs styling
**********************************************************/
.KSFORM-TAB-TR
{
	height:20;
}
.KSFORM-TAB-TD
{
}


.KSFORM-TAB-NON-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#00585e;
	padding:2 10 2 10;
	cursor:hand;
	background-color:#ffffff;
}

.KSFORM-TAB-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#00585e;
	padding:2 10 2 10;
}

/* */
.formDescription
{
	padding:20 30 10 30;
}
.formComments
{
	padding:5 100 20 100;
}

.generalText
{
	color:#454242;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
.generalTextIn
{
	color:#454242;
	font-family:Arial (Hebrew);
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}
.overline_f0dddf
{
	border-top:solid 1 #f0dddf;
}
.formsPrint,a.formsPrint:link,a.formsPrint:visited
{
	color:#424242;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsPrint:hover
{
	color:#de4f53;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.formsSend,a.formsSend:link,a.formsSend:visited
{
	color:#D60812;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsSend:hover
{
	color:#910101;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.shipment_title
{
	font-weight:bold;
}
