/*----------------------------------------------------------------------------*/
/*  Isidorus                                                                  */
/*  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff             */
/*                                                                            */
/*  Isidorus is freely distributable under the LLGPL license.                 */
/*  This ajax module uses the frameworks PrototypeJs and Scriptaculous, both  */
/*  are distributed under the MIT license.                                    */
/*  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt,      */
/*  trunk/docs/LGPL-LICENSE.txt and in                                        */
/*  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                      */
/*----------------------------------------------------------------------------*/

body {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#subPage {
    color: #333377;
    min-height: 800px;
    border-left: 1px solid #d1d1d3;
    border-right: 1px solid #d1d1d3;
    border-bottom: 1px solid #d1d1d3;
    margin-top: -21px;
    padding-bottom: 60px;
}

h1 {
    clear: left;
    margin-left: 10px;
    padding-top: 20px;
}

.clickable {
    cursor: pointer;
}

.clickable:hover{
    color: #ff7f00;
}

.deselect {
    cursor: pointer;
}

.deselect:hover{
    color: #ff7f00;
}

.errorMessage {
    margin: 0.5em;
    color: red;
    font-size: 0.85em;
}

div.loadFrame {
    padding: 2em;
    color: #ff7f00;
    text-align: center;
}

img.ajaxLoader {
    display: none;
    margin-left: 412px; /* the image has a width of 100px --> 1024/2 - 100 = 412*/
}