﻿/***********************************************************************************************************************/
/******************* CONTENT TABLE *************************************************************************************/
/***********************************************************************************************************************/

.FullWidthContentTable
{
	width: 100%;
	background-color: #ffffff;
	border-collapse:collapse;
	text-align: left;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ContentTable
{
	width: 100%;
	background-color: #ffffff;
	border-collapse:collapse;
	text-align: left;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ContentTable_TitleCell
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #ffffff;
	padding:2px;
}

.ContentTable_SubTitleCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #ffffff;	
	padding:2px;
}

.ContentTable_SectionCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #BBBBBB;
	padding:2px;
}

.ContentTable_TextHeaderCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #ebebeb;
	padding:2px;
}

.ContentTable_TextValueCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #ffffff;
	padding:2px;
	line-height:160%;
}

.ContentTable_TextValue2Cell
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #eeeeee;
	padding:2px;
}

/***********************************************************************************************************************/
/******************* CONTENT GRID **************************************************************************************/
/***********************************************************************************************************************/

.ContentGrid
{
	background-color: #ffffff;
	text-align: left;
	border-collapse:collapse;
	padding: 0px;
	margin-top: 0px;
	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;
	border-collapse:collapse;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	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-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #ffffff;
	padding:2px;
}

.ContentGrid_SubTitleCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #ffffff;
	padding:2px;
}

.ContentGrid_SectionCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #BBBBBB;
	padding:2px;
}

.ContentGrid_TextHeaderCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 2px;
	margin: 0px;
	background-color: #ebebeb;
	padding:2px;
}

.ContentGrid_TextValueCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	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-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
	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: left;
	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-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #ffffff;
}

.InnerContentGrid_SubTitleCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #ffffff;
}

.InnerContentGrid_SectionCell
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #BBBBBB;
}

.InnerContentGrid_TextHeaderCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
}

.InnerContentGrid_TextValueCell
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	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-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.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%;
	background-color: #ffffff;
	text-align: left;
	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;
}


.ToolBoxTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #be0000;
	padding: 3px;
	border-bottom: solid 1px #bcc7bc;
}

.ToolBoxBody
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ToolBoxInnerBody
{
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #ffffff;
}

.ToolBoxFooter
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
	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: #ffffdd;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	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;
}


.HeaderBoxTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #be0000;
	padding: 5px;
	border-bottom: solid 1px #bcc7bc;
}

.HeaderBoxBody
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.HeaderBoxInnerBody
{
	text-align: left;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
}

.HeaderBoxFooter
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}