/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	CSS Classes for rendering UDFs (questionnaires) on the web

*/

.cqTable
{
	width: 100%;
}

.cqSection
{
}

.cqSectionsTable
{
	width: 100%;
	margin-bottom: 15px;
	border: #AAAAAA 1px solid;

}

.cqSectionHeader
{
	font-weight: bold;
	color: #333399;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
    font-size:small;
    font-weight:bold;
    background-color:#EEEEEE;
}

.cq
{
	width: 100%;
}

.cqTextVert
{
	color: black;
	border-top:1px solid #AAAAAA;
	padding-top:4px;
}

.cqTextHoriz
{
    padding-left: 10px;
    font-weight:normal;
    width:165px;
    vertical-align:top;
}

.cqAnswerViewOnly
{
	margin-left:50px;
	display:block;
}
