/* -------------------------*/
/* manage layout            */
/* -------------------------*/
#header h1{
    height:80px;
    line-height:80px;
    margin:0; 
    padding-left:10px;
}

div#wrapper{
    float:left;
    width:100%;
}
a.editlink {
    background: #333;
    color: #FFF;
    font-size: 10px;
}
#content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 200px;
    margin-left: 200px;
    padding-left: 5px;
}

div#navigation{
    float:left;
    width:200px;
    margin-left:-100%;
}
div#footer{
    clear: left;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    /*background-color: red;*/
}
/* -------------------------*/
/* manage themes and colors */
/* -------------------------*/
#header h1{
    background: #EEE;
    color: #79B30B;
}

div#errors_id {
    /*
    background:#FFEBE8 none repeat scroll 0 0;
    border:1px solid #DD3C10;
    margin:0 0 10px;
    padding:10px;
    */
    color: red;
    font-size: 20px;
}


div#login_error {
    background:#FFEBE8 none repeat scroll 0 0;
    border:1px solid #DD3C10;
    margin:0 0 10px;
    padding:10px;
    color: red;
}


div#messages_id {
    /*background: #ffffff;*/
    color: blue;
    font-size: 20px;
}

#content {
}

div#menu{
    background:#B9CAFF;
}

div#footer {
    background: #333;
    color: #FFF;
    font-size: 9px;
    text-align: center;
}
div#extra{
    float:left;
    width:200px;
    margin-left:-200px;
}

ol.answer_list {
    float:left;
    width:200px;
}
div.question_text {
    /*background-color: #cde883;*/
    margin:5px;
    padding:5px;
}

#statusbox {
    /*
    height: 50px;
    padding: 0.5em;
    font-size: 12px;
    margin: 0.5em;
    border: 1px dashed #41465f;
    */
    text-align: center;
}


.utility {
    background-color: #afd;
    padding: 0.5em;
    margin: 5;
}

.check {
    float:left;
}

.a_row {
    text-decoration:none;
    color:black;
}

.a_row:hover {
    display:block; 
    background-color: #cde883;
    color: red;
}

.row.even {
    background-color: #eceff6;
}

#contacts_block_id {
    background: white none repeat scroll 0 0;
    height: 300px;
    width: 220px;
    overflow-y:auto;
    overflow-x:hidden;
    border: 3px dashed #41465f;
    padding: 10px 10px 10px 10px;
    margin: 10px 20px 10px 10px;
}

#contact_list_id {
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
}

/* ====================== */
/* content related stuff */
/* ====================== */

div.linkbox {
    clear: both;
}

div.linkbox ul {
    list-style-type:none; /* turn off the stinking bullet's */
    display:inline;
    margin: 0;
}

div.linkbox li a {
    background: #afcad3;
    /*border-color: #afcaf3;*/
    border-style:solid;
    border-width:1px 1px 0;
    display:block;
    float:left;
    color:white;
    margin:0 1px 0 0;
    padding:6px 8px;
    text-decoration:none;
}


/*
div#contacts_wrapper {
    width: 100%;
}
*/
#contacts {
    float:left;
    margin-top: 0;
    /*background-color: red;*/
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 0px;
}

.contacts .input_pair{
    /*margin:0 0 8px;*/
    font-size: 10px;
    /*float:left;*/
}
.contacts .input_pair label {
    float:left;
    width:95px;
}
.contacts .input_pair input {
    width:132px;
}

.linkbox li.selected a{
    background-color: #78788f;
}

#file_name_id {
    float:left;
    background-color: #78788f;
}


/* from http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html */
#f1_upload_process{
    z-index:100;
    position:absolute;
    visibility:hidden;
    text-align:center;
    width:400px;
    margin:0px;
    padding:0px;
    background-color:#fff;
    border:1px solid #ccc;
}

/* from http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html */
.FOO form{
    text-align:center;
    width:390px;
    margin:0px;
    padding:5px;
    background-color:#fff;
    border:1px solid #ccc;
}

#search_box_id {
    width: 110px;
}

#add_contact_box input {
    width: 200;
}

/* from http://robertdenton.org/reference/css-tables-tutorial.html for tables */

table.evaluations_table
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }

table.evaluations_table thead
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }

table.evaluations_table tr
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

div.editorbox {
    width: 750;
}


