/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******************************************************************************/
body{
    font-family: 'Lucida Grande','DejaVu Sans',Tahoma,Arial,sans-serif;
    font-size: 12px;
    background: #98deff;
    color: #444444;
}
p{
    margin: 10px 0;
    line-height: 1.4em;
}
form {
    margin: 10px 0;
}
fieldset{
    margin: 10px;
}
legend{
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #025d88;
}

#container{
    margin: 0px auto;
    width:800px;
}
#head-tag{
    margin-top: 40px;
    padding: 20px;
    background: #3790BA;
    color: #FFF;
}
#head-tag h3{
    font-size: 2em;
    font-weight: normal;
}
#content{
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
    background: #fff;
}
#content h3,
#detail-report h3{
    padding: 10px;
    font-size:1.4em;
    font-weight: normal;
}
#question-list{
    margin-left: 10px;
}
.dl{
    clear: both;
    overflow:hidden;
    padding: 5px 0;
}
.dqa{
    clear: both;
    overflow: hidden;
}
.dt,.dd, .dn, .dq{
    float:left;
}
.dq {
    width: 640px;
    margin-bottom: 10px;
}
.dn {
    margin-top: 12px;
    width: 24px;
}
.dq p {
    margin-bottom: 0;
}
.dt{
    padding-left: 10px;
    width:180px;
}
.txt input{
    border:1px solid #AAA;
    padding: 2px;
}
.age{
    width: 30px;
}

.m20t{
    margin-top:20px;
}

label.error {
    margin-top: 3px;
    margin-bottom: 5px;
    display: block;
    color: #cf1b1b;
    font-size: 11px;
}

#survey-submit {
    margin-top: 20px;
}

#survey-submit input {
    padding: 4px 12px;
    font-size: 1em
}

h3.em {
    font-size: 1.2em;
    color: #025d88;
}

a,a:visited{
    color: #025d88;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
form label.hidden{
    display: none;
}

#start-survey {
    margin-top: 20px;
    display: block;
    width: 160px;
    font-size: 1.2em;
    padding: 8px;
    color: #FFF;
    background: #3790ba;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.chart {
    margin-bottom: 20px;
}
.hbar {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}
.fl {
    float: left;
    margin-left: 20px;
}
.clear{
    clear: both;
}

#table-report table{
    width: 100%;
}
#table-report th{
    background:#47a7d4;
    padding: 8px 4px;
    color:#FFF;
}
#table-report td{
    background: #edf9ff;
    padding: 6px 4px;
    border-bottom: 1px solid #FFF;
}

.selected {
    background:#dfff8a;
    border-bottom: 1px solid #78a400;
}

#respondent-profile{
    margin-left: 30px;
    margin-bottom: 30px;
}

#detail-report dt,
#detail-report dd{
    float: left;
    min-height: 2em;
}
#detail-report dt{
    clear: both;
    width: 140px;
}

#question-list ul {
    margin-left: 10px;
}

ol.number{
    list-style-type: decimal;
    margin-left:25px;
}

#userpanel {
    padding: 5px;
    text-align: right;
}

.req{
    font-weight: bold;
    color: #FF0000;
}

.bigger {
    font-size: 1.2em;
}
