* { margin: 0; 	padding: 0; }

html, body { height: 100%; }

body { 
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    color: black;	
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

#footer, #push {
     height: 2em;
}

p { margin: 0 0 2px 0; }

.clear { clear: both; }

label { cursor: pointer; }
.input-left { margin-left: 0.5em; }
.input-right { margin-right: 0.5em; }

.input_helper { font-size: 9px; }
.mt { margin-top: 1em; }
.mb { margin-bottom: 1em; }

a:visited { color: blue; }
button { -webkit-appearance: push-button; }
.hidden { display: none; }


.section-header {
    font-weight: bold;
    cursor: pointer;
    color: #78AD3E;
}

.headline {
    font-weight: bold;
}

.hr { border-top: 1px solid #cccccc; margin:6px 0; }

.generic-table {
    border-collapse: collapse; width: 100%;
}

.generic-table td { padding: 2px; vertical-align: middle; }
.generic-table tr { border: 1px solid #EDEDEE; }
.generic-table thead tr { background-color: #EDEDEE; }

.ho { background-color: #FFFFFF; }
.ho:hover { background-color: #FFFFCC; }

.error {
    padding: 4px 10px;
    background-color: #FFBFBF;
    border: 1px solid #FF0000;
}

.message {
    padding: 4px 10px;
    background-color: #BFBFFF;
    border: 1px solid #FF0000;
}

#raw-log, #results { margin-top: 1em; }

table.tablesorter thead tr .header {
    background-position:right center;
    background-repeat:no-repeat;
    cursor:pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}


#questions .normal { margin: 0.5em 0 0 0; }
#questions table, #answers table {
    border-collapse: collapse;
}

#answers table {
    width: 100%;
}

#questions td:first-child, #answers td:first-child { text-align: right; padding-right: 1em;}
#questions td, #answers td { padding: 4px 8px; }

#answers td:first-child { border-right: 1px solid #666; }
#answers td:first-child + td { border-right: 1px solid #666; }
.bbottom { border-bottom: 1px solid #666; }

#questions tr.selected {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);    
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);    
    color:#FFFFFF !important;
    text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #EF2233;
}

#questions tr.selected  td {
    padding: 8px;
}

#answers .summary {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:24px;
    line-height:24px;    
    color: #FFF;
    text-shadow:0 3px 6px rgba(0, 0, 0, 0.75);
    background-color: #47433E;
    border-color: #0F0F0F;
    border-style:solid;
    border-width:1px;
    margin-bottom: 18px;
    padding:18px;
}