/***********************************************************************************************************************/
/******************* CONTENT TABLE *************************************************************************************/
/***********************************************************************************************************************/

.FullWidthContentTable
{
	/*width: 100%;*/
	background-color: #ffffff;
	text-align: justify;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ContentTable
{
	/*width: 100%;*/
	background-color: #ffffff;
	text-align: justify;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ContentTable_TitleCell
{
	
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 2px;
}

.ContentTable_SubTitleCell
{
	
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 2px;
}

.ContentTable_SectionCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #c7d7e2;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ContentTable_TextHeaderCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #ebebeb;
	padding: 2px;
}

.ContentTable_TextValueCell
{
	
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.ContentTable_TextValue2Cell
{
	
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #eeeeee;
	padding: 2px;
}

/***********************************************************************************************************************/
/******************* CONTENT GRID **************************************************************************************/
/***********************************************************************************************************************/

.ContentGrid
{
	background-color: #ffffff;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.FullWidthContentGrid
{
	/*width: 100%;*/
	background-color: #ffffff;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.ContentGrid_TitleCell
{
	
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 2px;
}

.ContentGrid_SubTitleCell
{
	
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 2px;
}

.ContentGrid_SectionCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #c7d7e2;
	padding: 2px;
}

.ContentGrid_TextHeaderCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	padding: 2px;
	margin: 0px;
	background-color: #ebebeb;
	padding: 2px;
}

.ContentGrid_TextValueCell
{
	
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 2px;
}

.ContentGrid_TextValue2Cell
{
	
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #eeeeee;
	padding: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 2px;
}

/***********************************************************************************************************************/
/******************* INNER CONTENT GRID ********************************************************************************/
/***********************************************************************************************************************/

.InnerContentGrid
{
	/*width: 100%;*/
	background-color: #ffffff;
	text-align: justify;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: solid 1px gainsboro;
	border-top: solid 1px gainsboro;
	border-left: solid 1px gainsboro;
	border-bottom: solid 1px gainsboro;
}

.InnerContentGrid_TitleCell
{
	
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #ffffff;
}

.InnerContentGrid_SubTitleCell
{
	
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
}

.InnerContentGrid_SectionCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #c7d7e2;
}

.InnerContentGrid_TextHeaderCell
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
}

.InnerContentGrid_TextValueCell
{
	
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
}


/***********************************************************************************************************************/
/******************* Decorated BOX *******************************************************************************************/
/***********************************************************************************************************************/
.DecoratedBox
{
	border-collapse: collapse;
	width: 400px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	z-index: 200;
}


.DecoratedBoxTitle
{
	border-collapse: collapse;
	width: 360px;
	height: 37px;
	background-image: url(Images/DecoratedBoxTitle.jpg);
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.DecoratedBoxTitle_SX
{
	border-collapse: collapse;
	width: 20px;
	height: 37px;
	background-image: url(Images/DecoratedBoxTitle_SX.jpg);
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.DecoratedBoxTitle_DX
{
	border-collapse: collapse;
	width: 20px;
	height: 37px;
	background-image: url(Images/DecoratedBoxTitle_DX.jpg);
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}


.DecoratedBoxBody
{
	border-collapse: collapse;
	width: 360px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #ffffff;
	z-index: 100;
}

.DecoratedBoxBody_DX
{
	border-collapse: collapse;
	width: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(Images/DecoratedBoxBody_DX.jpg);
	z-index: 100;
}

.DecoratedBoxBody_SX
{
	border-collapse: collapse;
	width: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(Images/DecoratedBoxBody_SX.jpg);
	z-index: 100;
}

.DecoratedBoxInnerBody
{
	/*width: 100%;*/
	height: 100%;
	
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: justify;
}

.DecoratedBoxFooter
{
	border-collapse: collapse;
	width: 160px;
	height: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: url(Images/DecoratedBoxFooter.jpg);
}

.DecoratedBoxFooter_SX
{
	border-collapse: collapse;
	width: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(Images/DecoratedBoxFooter_SX.jpg);
	z-index: 100;
}

.DecoratedBoxFooter_DX
{
	border-collapse: collapse;
	width: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(Images/DecoratedBoxFooter_DX.jpg);
	z-index: 100;
}




/***********************************************************************************************************************/
/******************* TOOLBOX *******************************************************************************************/
/***********************************************************************************************************************/
.ToolBox
{
	/*width: 100%;*/
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	font-size: 12px;
}

.ToolBoxTitle
{
    font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	font-weight: bold;
	color: #c90f0f;
	text-align: center;
	padding: 1px;
}

.ToolBoxBody
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	color: black;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	line-height: 20px;

}

.ToolBoxInnerBody
{
	width: 300px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: center;
}

.ToolBoxFooter
{
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



/***********************************************************************************************************************/
/******************* WarningBOX *******************************************************************************************/
/***********************************************************************************************************************/
.WarningBox
{
	/*width: 100%;*/
	background-color: #ffffff;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-collapse: collapse;
}

.WarningBoxTitle
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: #c7d7e2;
	padding: 3px;
	border-bottom: solid 1px #c7d7e2;
}

.WarningBoxBody
{
	
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.WarningBoxInnerBody
{
	text-align: center;
	width: 100%;
	height: 100%;
	
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
}

.WarningBoxFooter
{
	
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/***********************************************************************************************************************/
/******************* HEADERBOX *****************************************************************************************/
/***********************************************************************************************************************/
.HeaderBox
{
	/*width: 100%;*/
	background-color: #FFF;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;

}


.HeaderBoxTitle
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #c7d7e2;
	padding: 5px;
	border-bottom: solid 1px #bcc7bc;
}

.HeaderBoxBody
{
	
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: justify;
	padding: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.HeaderBoxInnerBody
{
	text-align: justify; /*width: 100%;*/
	height: 100%;
	
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: justify;
}

.HeaderBoxFooter
{
	
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: justify;
	padding: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


/***********************************************************************************************************************/
/******************* RadioButtonList ***********************************************************************************************/
/***********************************************************************************************************************/

.FullWidthRadioButtonList
{
	font-size: 13px;
	vertical-align: top;
	color: black;
	
	text-align: justify;
	margin: 0px auto;
	width: 98%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #c7d7e2;

}

.FullWidthRadioButtonListContainer
{
	border: 0px;
	border-collapse: separate;
	font-size: 13px;
	vertical-align: top;
	color: black;
	
	text-align: justify;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

.FullWidthRadioButtonListDescription
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/***********************************************************************************************************************/
/******************* GRID **********************************************************************************************/
/***********************************************************************************************************************/

.Grid
{
	background-color: #ffffff;
	text-align: justify;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.Grid_Header
{
	
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #c7d7e2;
	padding: 2px;
}


.Grid_Header TH
{	 
	text-align: center;  
}

.Grid_Row
{
	
	font-size: 12px;
	font-weight: normal;	
	background-color: #ffffff;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Grid_Row TD
{
	padding: 4px;  
}

.Grid_Row:hover
{
	background-color: #EFEFFF;
}


.Grid_EditRow
{  	
	
	font-size: 12px;
	font-weight: normal;	
	background-color: #e4f1fa;	
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
}

.Grid_EditRow  TD
{  	
 padding: 4px;  
}

.Grid_AlternatingRow
{  	
	
	font-size: 12px;
	font-weight: normal;	
	background-color: #e4f1fa;	
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Grid_AlternatingRow TD
{  	
	padding: 4px;  
}

.Grid_AlternatingRow:hover
{  	
	background-color: #EFEFFF;	
}

.Grid_SelectedRow
{  	
	background-color: #e4f1fa;	
}