
#html,body {margin:0;padding:0;font:arial; font-family: sans-serif; font-size: small;}

h2 {
        font-size: 1.3em;
        padding: 0.5em;
        padding-top: 1em;
        color: #336;
}
h3 {
        font-size: 1.1em;
        color: #336;
        padding: 0.5em;
}
#top {
display: block;
}

#logo {
float: left;
width: 300px; height: 127px;
background-image: url(../images/logo.png);
margin: 5px 0px 0px 20px;
}

#titel {
float: right;
text-align: right;
font-size: 1.8em;
margin: 0px 10px 0px 0px;
width: 400px;
}

#loginform {
        clear: both;
}

#loginform label, #loginform input {
        float: left;
        margin: 0 0.2em;
}

#menu {
    clear: left;
}

#menu ul {
        float: left;
        padding-left: 0.3em;
        padding-bottom: 1em;
    display:block;
    margin: auto;

}

#menu_items li {
        float: left;
    display:block;
    padding: 0.5em 0.5em 0.5em 0;
    color: #99c;
}

#menu_items li.active {
    color: #336;
    font-weight: bold;
}

#main {
        display: block;
        width: 780px;
        margin: auto;
	clear:both;

}

#questions {
        float: left;
        width: 68%;
        padding-left: 0.3em;
        }
#questions h2 {
	padding-top: 3em;
}

/*additions for score forms*/
#kind_of_papers {
                clear: both;
}

#kind_of_papers ul li, #other_actions ul li  {
                position: relative;
                float: left;
                margin: 0 .5em;
                padding: .5em;
                width: 10em;

                text-align: center;
                list-style-type: none;
                background: #ccc;
}
#kind_of_papers ul li a, #other_actions ul li a {
                font-size: 1.2em;
                text-decoration: none;

                color: #336;
}

#logged_in_user {
                position: relative;
                float: right;
}

#other_actions {
                clear: both;
                position: relative;
                float: right;
}

#other_actions ul li {
                float: right;
                background: #eee;
}

h1, h2, h3 {
                clear: both;
}

th, th a {
                background: #336;
                color: #fff;
                text-decoration: none;
                text-align: center;
}

tr {
                height: 3em;
}

tr.uneven {
                background: #ddd;
}
.span10 {
        color: #808080;
}

.span30_xtra {
                margin: 0;
                padding: 0;
}

/* end additions*/

#explanation {
    float: right;
    width: 27%;
    height: 100%;

    background-color: #ccc;
}

#navigation {
    clear: left;
    padding-left: 3em;
    width: 300px;

}

#submit {
	font-size: 130%;
}


.newline {
        padding: 1em;
        margin: 0.5em 0;
        position: relative;
        height: auto;
}

.newline2 {
        padding: 1em;
        margin: 2em 0;
        position: relative;
        height: auto;
}

.span10 {
        position: absolute;
        left: 0%;
        width: 20%;
}

.span10_xtra {
        position: absolute;
        left: 0%;
        width: 70%;
}

.span30 {
        position: absolute;
        left: 20%;
}

.span30_xtra {
        position: relative;
        left: 20%;
}

.span35 {
        position: absolute;
        left: 25%;
}

.span80 {
        position: absolute;
        left: 70%;
}

#navigation li {

    display:block;

    float: left;

    padding: 1.2em 0.5em 0.5em 0;

}

#bottom {
        clear: left;
        display: block;
        padding: 0.3em;
}

pre.span30_xtra {
     white-space: pre-wrap;
     white-space: -moz-pre-wrap;
     white-space: -pre-wrap;
     white-space: -o-pre-wrap;
     word-wrap: break-word;
     width: 80%;
}

span.error{

    /* skin */

    color: red;
    font-weight: bold;

}


textarea, input, pre {
    font:arial;
    font-family: sans-serif;
    font-size: small;
}

textarea {
    position: relative;
    right: 7px;
}
input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}

input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}


.errorfound {
    color: red;
    font-size: 110%;
    padding-bottom: 20px;
}

/* list view add button, show view edit link */

.add a {
    color: #000;
    background: #fff url(../images/add.png) no-repeat scroll 3px 0.3em;
    padding:0.2em 0pt 0.2em 22px;
}

.add a:hover, .edit a:hover {
    color: green;
    background-color:#fff;
}

.edit a {
    color: #000;
    background: #fff url(../images/edit.png) no-repeat scroll 3px 0.3em;
    padding:0.35em 0pt 0.35em 22px;
}

/* show actions */
#show dl, #forms dl {
   overflow:auto;
}

#show dt, #forms dt {
    float: left;
    clear: both;
    width: 15.5em;
    font-weight: bold;
}

#show dd, #forms dd {
    float: left;
}

h3 {
    font-weight: bold;
    font-size: 105%;
    margin: 1em 0;
}

/* tables */
/* there's javascript behaviour attached to the striped id */
#striped {
    border: 1px solid #808080;
    margin: 1.5em 0;
    width: 98%;
}

#striped th{
    background-color: #336;
    color: white;
}

td, th {
    padding: 1em;
}

.required:after {
    content: " *";
    color: orange;
}

.required_message {
    color: orange;
}

.oneslide {
    text-align: center;
}
