.StandardPopupMainDiv
{
	border: solid 1px #000055;
	padding: 0px;
	background-color: #f2f2f2;
	vertical-align: top;
}
.StandardPopupTable
{
	width: 100%;	
}
.StandardPopupTable td
{
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
}
.StandardPopupHeader
{
	font-size: 9pt;
	background-color: #000055;
	color: #f2f2f2;
	width: 100%;
	padding: 0px;
}



/****************  EDIT FORM  *****************/

.StandardEditFormTable
{
	padding: 0px;
	font-size: 8pt;
	width: 95%;
	border: solid 1px 000055;
	background-color: #f2f2f2;
	border: solid 1px #c9c9cb;
}

.StandardEditFormTable .HeaderRow
{
	text-align: center;
	font-weight:bold;
	
	font-size: 12px;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #52557c;
}

.StandardEditFormTable .FormValidationCell
{
}

.StandardEditFormTable .FormLabelCell
{
	
	width: 150px;
	
	text-align: right;
	white-space: nowrap;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.StandardEditFormTable .FormValueCell
{
}

.StandardEditFormTable .FormHelpCell
{
}


.StandardEditFormTable td
{
	border: solid 1px #c9c9cb;
	
	padding: 3px;
}

StandardEditFormTable .FooterRow
{
	text-align: left;
}

/****************  REVIEW FORM  *****************/

.StandardReviewFormTable
{
}

.StandardReviewFormTable .FormLabelCell
{	
}

.StandardReviewFormTable .FormValueCell
{
}

.StandardReviewFormTable .FormHelpCell
{
}

/************** List Form **********************/
/************** by SY **************************/
.StandardListFormTable
{
	padding: 0px;
	font-size: 8pt;
	width: 500px;
	/*border: solid 1px 000055;*/
	background-color: #f2f2f2;
	
	border-top: 1px solid #000055;
	border-right: 1px solid #000055;
	border-left: 1px solid #000055;
	border-bottom: 1px solid #000055;
}


.StandardListFormTable td
{
	border-top: 1px solid #000055;
	border-right: 1px solid #000055;
	border-left: 1px solid #000055;
	border-bottom: 1px solid #000055;
	
	padding: 3px;
}

.StandardListFormTable_InputTitle
{
	background-color: #BFBFD4;
	text-align: right;
	width: 150px;
	font-weight:bold;
	vertical-align:top;
}

.StandardListFormTable_InputCell td
{
	width: 350px;
	vertical-align: top;
}

.StandardListFormTable_InputBody
{
	vertical-align: top;
	
	border-top: 1px solid #000055;
	border-right: 1px solid #000055;
	border-left: 1px solid #000055;
	border-bottom: 1px solid #000055;
	background-color: #BFBFD4;
	padding: 3px;
}

.StandardListFormTable_Header
{
	text-align: center;
	font-weight:bold;
	height: 20px;
   
	border-top: 1px solid 000055;
	border-right: 1px solid 000055;
	border-left: 1px solid 000055;
	border-bottom: 1px solid 000055;
	
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #52557c;
}

.StandardListFormTable_Footer
{
   text-align: right;
}

.StandardListFormTable_ITEM
{
	font-size: 8pt;
	/*background-color: #f0f0f0;*/
}

.StandardListFormTable_ALT_ITEM
{
	font-size: 8pt;
	background-color: White;
}

.StandardListFormTable_SELECTED_ITEM
{
	background-color: #BFBFD4;
}

table
{
	border-collapse: collapse;
}



