/* @override http://g5pw.homelinux.org/Textbooks/styles/default/screen.css */

body{
    background-color: #fff67d;
    color: #644100;
}

div#menu{
	position: fixed;
	top: 9em;
	left: 1em;
    width: 17%;
    min-width: 13em;
    max-width: 15em;
    z-index: 1;
}

div#header{
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0px;
    top: 0px;
    background-color: inherit;
    padding-bottom: 1em;
    z-index: 1;
    text-align: center;
}

div#header div#header_left{
    float: left;
    background-image: url(../../images/default/header_left.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: inherit;
    width: 20%;
    height: 100%;
}

div#header div#header_right{
    float: right;
    background-image: url(../../images/default/header_right.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: inherit;
    width: 20%;
    height: 100%;
}

div#header div#header_center{
    background-image: url(../../images/default/header_center.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 100%;
}

div#header div#header_center h1 {
    margin: 0;
    padding-top: 0.3em;
}

div#page{
    min-width:	20em;
    margin-left: 14em;
	margin-top: 6em;
    margin-right: 5em;
	padding-left: 5%;
    z-index: 0;
}

div#page div#content {
    padding-top: 1em;
}

div#page div#content p{
	text-align: justify;
}

div#errorDialog{
    display: none;
    font-weight: bold;
    font-size: 1.2em;
	z-index: 0;
}

ul#errors {
	margin: 0px;
    padding-top: 0.5em;
    list-style-image: url(../../images/default/exclamation.png);
    vertical-align: middle;
}

ul#errors li{
    margin-top: 0.5em;
}

div#loading{
    position: fixed;
    top: 10%;
    right: 10%;
    display:none;
    z-index: 3;
}

div#logout{
    display: none;
}

p.annotation{
    font-size: 10px;
    color: gray;
}

.small{
    font-size: 0.8em;
}

.inactive{
   	background-color: red !important;
	text-decoration: line-through;
}

.center{
    text-align: center;
}

div#pager {
    text-align: center;
    clear: both;
    padding-top: 2em;
}

a img{
    border-style: none;
}

form#registrationForm table img {
    vertical-align: middle;
    float: left;
}

div#content table tr td{
	padding: 0.5em;
}

tr.evenRow {
    background-color: #dadada;
}

tr.oddRow{
    background-color: inherit;
}

div#menu a img{
    width: 80px;
    height: 15px;
}

div#menu ul {
    list-style: none;
    padding-left: 1em;
}

div.buttons{
    margin: 1em;
}

a {
    color: #493000;
    text-decoration: none;
}

a:hover {
    color: #936000;
}

fieldset{
	display:inline;
	border-color: #c58202;
	border-style: dotted;
}

.text{
	text-align: left;
}

.number{
	text-align: right;
}

.other{
	text-align: center;
}

/*******************************************************
 ***********       AutoSuggestControl       ************
 *******************************************************/

div.suggestions {
    background-color: #ffffb8;
    border: 1px solid #ccc;
    position: absolute;
    text-align: left;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
