/***********************************/
/* Container CSS Styles            */
/***********************************/
/***********************************/
/* Wrapper for div container       */
#container01
{
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
/* Main container table            */
#cnt_tbl01
{
	width: 100%;
}
/***********************************/
/* Begin Title Row                 */
/***********************************/
#cnt_tbl02
{
	width: 100%;
}
/* Default Cell Style */
#cnt_tbl02 td
{
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
/* Top Left Rounded Corner */
.cnt_t02r01c01
{
	width: 10px;
	background: #0f67ab url("box_top_lf.gif") top left no-repeat;
}
/* Title Cell */
.cnt_t02r01c02
{
	background: #0f67ab;
	text-align: left;
}
/* Visibility Cell */
.cnt_t02r01c03
{
	background: #0f67ab;
	text-align: right;
}
/* Top Right Rounded Corner */
.cnt_t02r01c04
{
	width: 10px;
	background: #0f67ab url("box_top_rt.gif") top left no-repeat;
}
/* Green/White/Blue Seperator Row */
.cnt_t02r02c01
{
	width: 10px;
	background: #0f67ab url("box_sep_lf.gif") top left no-repeat;
}
/* Green/White/Blue Seperator Row */
.cnt_t02r02c02
{
	background: #0f67ab url("box_sep_mdl.gif") top left repeat-x;
}
/* Green/White/Blue Seperator Row */
.cnt_t02r02c03
{
	background: #0f67ab url("box_sep_mdl.gif") top left repeat-x;
}
/* Green/White/Blue Seperator Row */
.cnt_t02r02c04
{
	width: 10px;
	background: #0f67ab url("box_sep_rt.gif") top left no-repeat;
}
/* End Title Row                   */
/***********************************/
/***********************************/
/* Begin Content Row               */
/***********************************/
#cnt_tbl03
{
	width: 100%;
}
/* Default Cell Style */
#cnt_tbl03 td
{
	vertical-align: top;
}
/* Left Container Border */
.cnt_t03r01c01
{
	width: 10px;
	background: #dae3f2 url("box_side.gif") top left repeat-y;
}
/* Content */
.cnt_t03r01c02
{
	padding-top: 2px;
	padding-bottom: 2px;
	background: #dae3f2;
	text-align: left;
}
/** Right Container Border */
.cnt_t03r01c03
{
	width: 10px;
	background: #dae3f2 url("box_side.gif") top right repeat-y;
}
/* End Content Row                 */
/***********************************/
/***********************************/
/* Begin Container Action Row      */
/***********************************/
#cnt_tbl04
{
	width: 100%;	
}
/* Default Cell Style */
#cnt_tbl04 td
{
	vertical-align: bottom;
}
/* Left Container Border */
.cnt_t04r01c01
{
	width: 10px;
	background: #dae3f2 url("box_side.gif") top left repeat-y;
}
/* Actions */
.cnt_t04r01c02
{
	background: #dae3f2;
	text-align: left;
}
/* Actions */
.cnt_t04r01c03
{
	background: #dae3f2;
	text-align: right;
}
/* Right Container Border */
.cnt_t04r01c04
{
	width: 10px;
	background: #dae3f2 url("box_side.gif") top right repeat-y;
}
/* End Content Row                 */
/***********************************/
/***********************************/
/* Begin Container Footer Row      */
/***********************************/
#cnt_tbl05
{
	width: 100%;
}
/* Left Rounded Corner */
.cnt_t05r01c01
{
	width: 15px;
	height: 11px;
	background: #dae3f2 url("box_solid_bl.gif") bottom left no-repeat;
}
/* Center */
.cnt_t05r01c02
{
	height: 11px;
	background: url("box_solid_b.gif") top left repeat-x;
}
/* Right Rounded Corner */
.cnt_t05r01c03
{
	width: 15px;
	height: 11px;
	background: #dae3f2 url("box_solid_br.gif") bottom right no-repeat;
}
/* End Content Row                 */
/***********************************/
/***********************************/
/* Container Title Style           */
/***********************************/
.ModTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


