﻿.Portion
{
	border-right: #507cd1 1px solid;
	border-top: #507cd1 1px solid;
	border-left: #507cd1 1px solid;
	border-bottom: #507cd1 1px solid;
	background-color: red;/*#eff3fb;*/
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: top;
	text-align: left;
}

.TableCell
{
	vertical-align: top;
	text-align: left;
}
/* The Div that represent the form header*/
.FormHeader
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left:  1px solid;
	border-bottom: 1px solid;
	background-image: url(Images/ig_cal_light1.gif);
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: Arial;
	background-color: #666666;
	text-align: left;
	width: 100%;
}
/* The Table that represent a form */
.FormTable
{
	border-right: #e9e9e9 1px solid;
	border-top: #e9e9e9 1px solid;
	font-size: 11px;
	border-left: #e9e9e9 1px solid;
	width: 100%;
	border-bottom: #e9e9e9 1px solid;
	font-family: Arial;
	border-collapse: collapse;
	background-color: #ffffff;
}
/* ie. the ie. that contains the caption labels */
.FormText
{
	padding-right: 2px;
	text-align: right;
	width: 10%;
	font-family: Arial;
	font-size: 11px;
}
/* ie. the td that contains the TextBox*/
.FormInput
{
    PADDING-LEFT: 2px; 
    TEXT-ALIGN: left;
    direction:ltr;
    width:25%;
    font-family: Arial;
	font-size: 11px;
}
/* ie. Textboxes in the form */
.FormElement
{     
	PADDING-LEFT: 2px;	
	FONT-SIZE: 11px;	
	DIRECTION: ltr;	
	FONT-FAMILY: Arial;	
	TEXT-ALIGN: left
}
