/* 
    Document   : global
    Created on : 19-Jun-2009, 10:39:46
    Author     : baggy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #333333;
}

h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.25em;
}

p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: justify;
    font-size: 0.9em;
}

td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}

input, select, textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.help {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-style: italic;
}

.button {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #000066;
    border-top-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-style: outset;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width:200px;
    background-color: #dddddd;
    overflow:hidden;
}

.sectiontitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 5px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-bottom-width: 1px;
    color: #ffffff;
    background-color: #006699;
}

.pagetitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 1em;
}

.label {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: #666666;
}

.description {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}

.bodytext {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-align: justify;
}

.error {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: red;
    font-weight: bold;
}

.form {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #aaddff;
}

.highlight {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    background-color: #ffffcc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffff99;
    border-bottom-color: #ffff99;
    border-left-color: #ffff99;
    border-right-color: #ffff99;
}

.title {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

.detail {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}

.error {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #ff0000;
}

.action {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

.smalltext {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

.pager {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

.profileimage {
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.private {
    background-color: #ffffcc;
}

.asis {}

.copyright {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    text-align: center;
}
