body {
    font-family:"Trebuchet MS","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    font-size: 11px;
    padding: 0px 4px 4px 4px;
    margin: 4px;
    color: #333;
}

img{border:none}

/* Tables
{{{ */
table{
    border-top: 1px solid #b7c6d6;
    margin: 6px 0px;
    border-spacing: 0px 0px;
}
/* table within a table: don't show borders */
table table {
    border:none;
}
td,th{
    padding:2px;
    border-bottom:1px #ddd solid;
}
th{
    text-align:left;
    vertical-align: top;
    padding:6px 6px 0px 4px;
}

thead th{
    background: #EEE url(../icons/nav-bg.gif) repeat-x scroll left bottom;
    white-space:nowrap;
}

tbody th {
    color: #666;
}
tr.altrow td {
    background-color:#eee;
}
tr.selectedRow td{
    font-weight:bold;
}
tr.tableTitle th, th.tableTitle {
    color: #666;
    background-color: #eee;
}
div.inTable{
    margin:auto;
    margin-top: 50px;
    border: 6px solid #cccccc;
    width:40%;
    padding:10px;
}
div.terms{
    margin:auto;
    margin-top: 30px;
    width:80%;
    padding:10px;
}
/*
End of tables }}}

Headings
{{{
*/

h1,h2,h3,h4,h5{
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-weight:bold;
}
h1{
    margin:10px 5px 5px 5px;
    font-size:160%;
}
h2{
    font-size:140%;
    margin:10px 5px 5px 5px;
    font-weight:normal;
}
h3{
    background-color:#444;
    color:#eee;
    font-size:120%;
    padding:7px;
    text-align:left;
    border-width:0px 1px 1px 0px;
}
h3 a{ color:#bbf }
p{font-size:12px;margin:4px;}
li{font-size:12px;line-height:18px;}

/*
End of headings }}}
/* Form Elements */
select{font-size:11px}
input{font-size:11px}
textarea{font-size:11px}
legend{font-weight:bold}
/*
Error messages in forms
*/

.error{
    font-weight:bold;
    color:red;	
}

.weightingError{
    font-weight:bold;
    color:red;
    background-color: #FFFFCC;	
}
/*
a tags
*/
a {
    color: #294969;
    font-weight: bold;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
table.horizontal td a{
    font-weight:normal;
}
/* tables used for positioning elements, so no spacing/margin etc */
.layout{
    border:0px;
    margin: 0px;
    border-spacing: 0px;
}
.layout td {
    background-color:white;
    border:0px;
}

/*
Inline information to users
*/
.infoBox{
    margin:20px;
    border:solid 1px #ddd;
    font-size:13px;
    background: #fafdfa;
    padding: 20px 35px;
    background-image: url("../icons/status.png");
    background-repeat: no-repeat;
    background-position: 4px 8px;
}
.infoBox p{
    font-size:110%;
}

/*
* Questions
*/

div.singleQuestionContainer{
    margin: 6px 10px 20px 10px;
    padding: 0px;
    border: 1px solid #444;
}

div.singleQuestionContainer table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border:none;
    color: black;
}

div.singleQuestionContainer tr {
}

div.singleQuestionContainer td{
    background-color: #fff;
    padding: 2px 6px 2px 2px;
    margin: 0px;
    vertical-align: top;
    color: inherit;
}
div.singleQuestionContainer caption{
    padding: 4px 6px 4px 6px;
    line-height: 15px;
    text-align: left;
    background-color: #eee;
    color:black;
    font-size:103%;
}
div.singleQuestionContainer td.editInProgress {
	background-color:#FFF380;
}
.saveNotifier {
    font-size:90%;
    border:1px solid black;
    padding:0px;
	background-color:#FFF380;
}
.saveNotifierTiny {
	width:1px;
	height:1px;
    line-height:1px;
}
.saveNotifier button {
    font-size:120%;
}

.insertedText {
    font-size: 10px;
    background-color: #E6FFE6;
    text-decoration: underline;
}

.deletedText {
    font-size: 10px;
    background-color: #FFE6E6;
    text-decoration: line-through;
}
.unchangedText {
}

.diffHeader {
    font-weight: bold;
}

.links{
    margin: 40px 10px 10px 60px;
    border:0px;
}

.links td{
    padding:4px;
}

.expander {
    display: inline;
    margin-bottom: -2px;
}

ul#sideMenu {
    margin-bottom: 3px;
}
ul#questionnaireTree {
    margin-top: 3px;
}

ul#sideMenu li{
    margin-left: 0px;
    font-size:11px;
}

li#projectHome li, li#analysis li{
    margin-left: 20px;
}
ul#adv li,ul#scoreDiff li {
    margin-left: 8px;
}
ul#sideMenu li.folder{
    margin-left: 12px;
}

ul#questionnaireTree li{
    margin-left: 0px;
    font-size:11px;
}
ul#questionnaireTree li li{
    margin-left: 10px;
}


ul.options li {
    list-style-position: inside;
    list-style-image: url("../icons/bullet.gif?33");
    list-style-type: disc;
}

ul.options li.folder {
    list-style-image: none;
    list-style-type: none;
    margin-left: 17px;
}

li.editable img{
    cursor:pointer;
}

ul.options li a{
    margin-left: -7px;
    padding-left: 3px;
}
ul.options li.folder a {
    margin-left: -7px;	
    padding-left: 3px;
}


/*** Combining the follwing 2 rules makes IE6 to ignore it*/

/* This rule should only work in IE7, 
the previous rule makes text to overlap the bullet image */
*:first-child+html ul.options li a{
    margin-left: 3px;
}	
*:first-child+html ul.options li.folder> a{
    margin-left: -7px;
}	
/* This rule should only work in IE6, 
the previous rule makes text to overlap the bullet image */
* html ul.options li a{
    margin-left: 3px;
}
* html ul.options li.folder> a{
    margin-left: -7px;
}

.scoreSetSelectionForm {
    display: inline;
}

#auditEvents tr {
    cursor:pointer;
    cursor:hand;
}
div#eventDetails table table td{
    width:150px;
}

table.details {
    margin-left:5px;
    border: 1px solid black;
}

.pLink{
    margin:3px 2px 2px 3px; 
    padding:5px; 
    font-size:110%;
    cursor:hand;
    cursor:pointer;
    color:#396592;
    font-weight:bold;
}
#messageZone {
    position:absolute;
    padding:5px;
    padding-left:30px;
    background-image: url("../icons/loading.gif");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.answerText{
    color:#555;
    font-style:normal;
}
div.singleQuestionContainer table td{
    border: 1px solid #ccc;
}
div.singleQuestionContainer table{
    font-style:italic;
}
div.singleQuestionContainer 
#popup_warning{
    position:absolute;
    top:100px;
    display:none;
    left:100px;
    border-width:3px;
}
div.workflowOptions button {
    font-size: 10px;
    margin: 2px 1px 2px 1px;
}
div.workflowOptions{
    text-align:right;
}
.deadlineSoon {
    color:orange;
}
.deadlineVerySoon {
    color:red;
}

.hidden {
    display:none;
}

.folded-instructions {
    background: #F8F8F8;
    border: solid 1px #B7C6D6;
    padding: 10px;
    text-align: left;
}

#tabbedLinks {
    border-bottom:solid 1px #aaa;
    overflow:normal;
    text-align:center;
    margin-top:2px;
}
#tabbedLinks span {
    margin-top:4px;
    padding-left:6px;
    padding-right:6px;
    margin-left: 2px;
    border:solid 1px #aaa;
    background-color:#eee;
    font-size:110%;
    cursor:pointer;
    cursor:hand;
}
#tabbedLinks span.current {
    background-color:white;
    border-bottom-color:white;
    cursor:default;
    font-weight:bold;
}

a.toggle-link {
    border-bottom: dashed 1px #294969;
    cursor: pointer;
}

a.toggle-link:active, a.toggle-link:focus, a.toggle-link:hover {
    text-decoration: none;    
}
/* Fix for IE < 7 which doesn't do position:fixed */
div#poweredBy { position: absolute; bottom:15px;right:25px }
body > div#poweredBy { position: fixed; bottom:15px;right:25px }

table.spaced td{ padding: 3px 16px}
