/* ContentPane Container */

.contentpane_container_table
{
	margin-bottom: 6px;
	padding-right: 14px;
}

.contentpane_container_ModuleTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6d0409;
	text-align: center;
	text-decoration: none;
}

.contentpane_container_content
{
	font-size: 13px;
	color: #575757;
	line-height: 18px;
	padding: 4px 15px 15px 15px;
}
.contentpane_container_tl {
	background: url(top-left.gif) no-repeat top left;
	height: 68px;
	width: 399px;
	vertical-align: middle;
	padding-left: 40px;
}
.contentpane_container_tr {
	background: url(top-right.gif) no-repeat top right;
	height: 68px;
	width: 66px;
}
.contentpane_container_tb {
	background: url(top-bg.gif) repeat-x top;
	height: 68px;
}

#contentpane .Normal
{
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #E3E3E3;
	line-height: 18px;
}

#contentpane .SubHead    {
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #E3E3E3;
	line-height: 18px;
}


/* RightPane Container */

.RightPane_container_table
{
	padding-right: 8px;
}

.RightPane_container_ModuleTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6d0409;
	text-align: center;
	text-decoration: none;
}

.rightpane_container_left {
	background: url(left-bg2.gif) left repeat-y;
	width: 16px;
}

.rightpane_container_right {
	background: url(right-bg2.gif) right repeat-y;
	width: 13px;
}

.RightPane_container_content
{
	font-size: 13px;
	color: #E3E3E3;
	background: #6e6e6e;
	line-height: 18px;
	padding: 4px 10px;
}
.RightPane_container_tl {
	background: url(top-left2.gif) no-repeat top left;
	height: 57px;
	width: 16px;
	vertical-align: middle;
}
.RightPane_container_tr {
	background: url(top-right2.gif) no-repeat top right;
	height: 57px;
	width: 44px;
}
.RightPane_container_tb {
	background: url(top-bg2.gif) repeat-x top;
	height: 57x;
}

.rightpane_container_bl {
	background: url(btm-left2.gif) top left no-repeat;
	width: 21px;
	height: 20px;
}

.rightpane_container_bb {
	background: url(btm-bg2.gif) top left repeat-x;
	height: 20px;
}

.rightpane_container_br {
	background: url(btm-right2.gif) top right no-repeat;
	width: 13px;
	height: 20px;
}

#RightPane .Normal
{
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #E3E3E3;
	line-height: 18px;
}

#RightPane .SubHead    {
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #E3E3E3;
	line-height: 18px;
}
