/**
* @version              $Id: style1.css v.1.0.2 2010-03-12 22:15:53 diksi $
* @package              SimpleQDB
* @copyright            Copyright (C) 2009 - 2010 Diksi <diksi@kvirc.info>
* @license              GNU/AGPLv3, see LICENSE

* This file is part of SimpleQDB.

* SimpleQDB 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.

* SimpleQDB 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 SimpleQDB.  If not, see <http://www.gnu.org/licenses/>
*/

html, body
{
margin: 0; padding: 0;
background-color: #FAF8ED;
}

table
{
border-collapse: collapse;
}

table td
{
font-family: 'Lucida Grande', 'Tahoma', sans-serif; font-size: 10pt;
padding: 0;
}

h1
{
color: #841B0E;
}

img {
border: 0;
}

textarea {
width: 100%;
background-color: #FFFFFF;
color: #000000;
border: 1px solid #D6D7C8;
}

.input {
background-color: #FFFFFF;
color: #000000;
border: 1px solid #D6D7C8;
}

#container
{
width: 100%; height: 100%;
}

#main
{
margin-top: 15px;
}


.info
{
padding: 3px 10px 3px 10px;
border: 1px solid #D6D7C8;
background-color: #F0ECD4;
color: #52493E;
}

.info td
{
padding: 3px 10px 3px 10px;
}


a {
color: #841B0E;
}

a:hover
{
color: #B70000;
}

a:visited
{
color: #52493E;
}

.quote
{
margin: 8px 0px 8px 0px;
}

.quote_title, .quote_adm
{
background-color: #DDC7A6;
border: 5px solid #DDC7A6;
}


.quote_body
{
padding: 10px;
background-color: #F0ECD4;
border: 5px solid #DDC7A6;
color: #52493E;
}

.quote_title a
{
text-decoration:none;
}

table .tbl td {
border: 1px solid #D6D7C8;
}

.tbl td {
padding: 5px;
}
