/******************************************************************************* 
 * Copyright (c) 2011 Pablo Hess. All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *******************************************************************************/

* {
	margin: 0px;
	padding: 0px;
}
body {
    background: #ffffff url('../images/background.png') repeat-x;
    font-family: Courier;
}
textarea {
	min-height: 300px;
	min-width: 920px;
	max-width: 920px;
}
h3 {
	padding-top: 4px;
	padding-bottom: 4px;
}
li {
	padding: 5px;
	margin-left: 30px;
}
#title {
	padding-top: 30px;
	padding-bottom: 30px;
}
div.container {
            width: 992px;
            height: 800px;
            margin-left: auto;
            margin-right: auto;
            margin-top: -10px;
            margin-bottom: 0px;
            padding: 16px 16px 16px 16px;
            background: #ffffff;
            border: 0px;
            position: relative;
}
input.text {
    margin-bottom:12px;
    width: 82%;
    padding: .4em;
    font-size: large;
    font-family: Courier;
}
textarea.text {
    font-size: large;
    font-family: Courier;
}
div.tab {
    width: 980px;
}
span.selection {
    font-weight: bold;
    background: #2779AA;
    color: white;
}
span.selectionOverlapped {
    font-weight: bold;
    background: #AA00AA;
    color: white;
}