/* 

'+-----------------------------------------------------------------------------+
'|This file is part of ASP Xtreme Evolution.                                   |
'|Copyright © 2007, 2008 Fabio Zendhi Nagao                                    |
'|                                                                             |
'|ASP Xtreme Evolution is free software: you can redistribute it and/or modify |
'|it under the terms of the GNU Lesser General Public License as published by  |
'|the Free Software Foundation, either version 3 of the License, or            |
'|(at your option) any later version.                                          |
'|                                                                             |
'|ASP Xtreme Evolution 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 Lesser General Public License for more details.                          |
'|                                                                             |
'|You should have received a copy of the GNU Lesser General Public License     |
'|along with ASP Xtreme Evolution.  If not, see <http://www.gnu.org/licenses/>.|
'+-----------------------------------------------------------------------------+

' File: asp-xtreme-evolution.css
' 
' This stylesheet defines shared properties for the framework views.
' 
' About:
' 
'   Written by Fabio Zendhi Nagao <http://zend.lojcomm.com.br/> @ December 2007

 */

body {
    padding: 10px;
    background-color: #2E3436;
    color: #EEEEEC;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 20px;
    padding-bottom: 10px;
}

p {
    padding-bottom: 20px;
}

a {
    color: #EEEEEC;
    text-decoration: none;
}

a:hover {
    color: #729FCF;
    text-decoration: underline;
}



h1 {
    font-size: 138.5%;
    letter-spacing: -1px;
    color: #FCE94F;
}

h2 {
    font-size: 131%;
    letter-spacing: -1px;
    color: #EDD400;
}

h3 {
    font-size: 123.1%;
    letter-spacing: -1px;
    color: #EDD400;
}

div#container-ft {
    text-align: right;
}

div#container-ft li {
    display: inline;
}

body#inspect div#container-hd li {
    display: inline;
    padding-right: 10px;
}

body#inspect div#container-bd table,
body#errors div#container-bd table {
    width: 100%;
}

body#inspect div#container-bd th,
body#inspect div#container-bd td,
body#errors div#container-bd th,
body#errors div#container-bd td {
    padding: 5px;
    font-size: 93%;
}

body#inspect div#container-bd tr.even,
body#errors div#container-bd tr.even {
    background-color: #292F31;
}

body#inspect div#inspect-xml-container,
body#inspect div#inspect-xslt-container,
body#inspect div#inspect-output-container {
    display: none;
}
