﻿/* $Id: default.css,v 1.5 2005/03/28 18:35:53 greggmc Exp $ */
#content.regular #main_content .container .reqQuestion {
	font-size: 11px;
	color: #000000;
}
/* main table (bordering the question boxes) - white */
.mainTable {
    background-color: #FFFFFF;
    /*	background-image: url(); */
    /* background-repeat: repeat-y; */
    cell-spacing: 0;
    width: 100%;
    border: 1;
}
#content.regular #main_content .container .surveyTitle {
    height: none;
    border-bottom: none;
    background: none;
    color: black;
    font-size: 15px;
    font-weigth: bold;
}
#content.regular #main_content .container .qnA{
	text-decoration: none;
	color:black;
}
#content.regular #main_content .container .text_input{
	/*margin-top: 5px; */
	/*margin-left:5px; */
	height: 14px;
	font-size: 11px;
}
#content.regular #main_content .container .text_input_textarea{
	font-size: 11px;
	font-family: Helvetica, Arial, helvetica, sans-serif;
}
/* inner borders - surrounding boxes inside question boxes - burgundy, thick */
.qnInnerTable {
    cell-spacing: 1;
    background-color: #FFFFFF ;
}
/* outer borders, surrounding each question and answer */
.qnOuterTable {
    background-color: #FFFFFF ;
}
.qnInnerTd {
	/*padding-right: 10px;*/
    background-color: none;
    font-family: default;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    width:30px;
    vertical-align:text-top;
}
.qnInner {
	/*text-indent: 5px;*/
	margin-left:5px; 
    font-size: 11px;
    height: 15px;
    vertical-align:text-top;
}
.qnType {
    height: 10px;
    /* vertical-align: text-top; */
}
.surv_submit_button{
    border: none;
    font-size: 11px;
    color: white;
    background: #b71820;
    height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
}