﻿
/* =SectionPanel
----------------------------------------------- 
*/

.sectionpanel
{
	width: 411px;
}

.fullwidth
{
	width: 100%;
}

.sectionpanel .head
{
	background-color: #D3E8ED;
	border-left:  1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-top:  1px solid #a6a6a6;
	color: #3f3f3f;
	font-family: Arial;
	font-size: 1.45em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.sectionpanel .body
{
	border-right:  1px solid #a6a6a6;
	border-left:   1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	font-family: Arial;
	font-size: 1.2em;
	padding: 15px 15px 15px 15px;
	text-align: left;
}

.sectionpanel .addTopBorder
{
	border-top:  1px solid #a6a6a6;
}

.sectionpanel .body p
{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0px;
    text-align: center;
}

.sectionpanel .body h2
{
    font-size: 1.1em;
    margin-top: 0px;
}

.sectionpanel .body div.addTopMargin
{
    margin-top: 12px;
}

.sectionpanel .body table
{
    margin-left: auto;
    margin-right: auto;
}

.sectionpanel .body table td
{
    text-align: right;
}

.sectionpanel .body table td.center
{
    text-align: center;
}

.sectionpanel .body table td.left
{
    text-align: left;
}

.sectionpanel .body table td.comment
{
	font-size:.85em;
	color: Gray;
}

.sectionpanel .body .error
{
    color: Red;
    margin-bottom: 0px;
    margin-top: 5px;
}

.sectionpanel .body .errortop
{
    color: Red;
    margin-bottom: 10px;
    margin-top: 0px;
}

.sectionpanel .body label
{
    margin-left: 4px;
}

.sectionpanel .body table.view th
{
    font-weight:bold;
    text-align: right;
}

.sectionpanel .body table.view td
{
    padding-left: 10px;
    text-align: left;
}

.sectionpanel .body table.view td.actions
{
    text-align: right;
}

/* =Survey
----------------------------------------------- 
*/

.sectionpanel .body table.survey
{
    margin-left: 0px;
    margin-right: auto;
}

.sectionpanel .body table.survey td
{
    text-align: left;
}

.sectionpanel .body table.survey .title
{
	color:#608DBF;
	font-size:10pt;
	font-weight:bold;
	padding-left:28px;
}

.sectionpanel .body table.survey .choice
{
	padding-left:45px;
}

.sectionpanel .body table.survey .choice table
{    
    margin-left: 0px;
    margin-right: auto;
}

.sectionpanel .body .skiptext
{
	padding-left:30px;
}
