
/* body */

body {
    font-family: "Arial", sans-serif;
    font-size: 11pt;
    color: #000000;
    background-color: #208070;
    margin: 0;
    padding: 3em 0;
}

#wrapper_outter {
    min-width: 780px;
    margin: 0 auto;
}

#wrapper {
    width: 92%;
    max-width: 984px;
    background-color: #000000;
    margin: 0 auto;
    border: 4px double #208070;
    border-radius: 14px; /* + */
}


/* header */

#header {
    color: #a0a0a0;
    font-size: 110%;
    position: relative;
}

#header p {
    font-size: 1px;
    margin: 0;
    padding: 0;
}

#headmenutop {
    line-height: 140%;
}

#headmenubottom {
    clear: both;
    line-height: 140%;
}

.headmenu_left {
    float: left;
}

.headmenu_right {
    float: right;
}

.headmenu_middle {
    text-align: center;
}

.headmenu_left ul, .headmenu_right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 12px; /* + */
}

.headmenu_left ul li, .headmenu_right ul li {
    display: block;
    border-radius: 12px; /* + */
}

.headmenu_left > ul > li {
    background-color: transparent;
    transition: background-color 0.6s; /* + */
    float: left;
}

.headmenu_right > ul > li {
    background-color: transparent;
    transition: background-color 0.6s; /* + */
    float: right;
}

.headmenu_left > ul > li:hover,
.headmenu_right > ul > li:hover {
    background-color: #404040;
}

.headmenu_left a:link, .headmenu_left a:visited,
.headmenu_right a:link, .headmenu_right a:visited {
    color: #10b040;
    text-shadow: 2px 2px 4px #219021; /* + */
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 12px; /* + */
    transition: color 0.6s; /* + */
}

.headmenu_left a:hover, .headmenu_left a:focus, .headmenu_left a:active,
.headmenu_right a:hover, .headmenu_right a:focus, .headmenu_right a:active {
    color: #30d0a0;
    border-radius: 12px; /* + */
}

.headmenu_left > ul > li > a:visited, .headmenu_left > ul > li > a:link,
.headmenu_right > ul > li > a:visited, .headmenu_right > ul > li > a:link {
    border: 1px solid transparent; /* + */
    transition: border-color 0.6s, background-color 0.6s; /* + */
}

.headmenu_left > ul > li > a:hover, .headmenu_left > ul > li > a:focus,
.headmenu_left > ul > li > a:active,
.headmenu_right > ul > li > a:hover, .headmenu_right > ul > li > a:focus,
.headmenu_right > ul > li > a:active {
    background-color: #404040;	
    border-color: #202020;
}

.headmenu_left > ul > li:hover > ul > li,
.headmenu_right > ul > li:hover > ul > li {
    border: 1px solid #202020;
    background-color: #404040;
    transition: background-color 0.6s, border-color 0.6s; /* + */
}

.headmenu_left > ul > li:hover > ul > li:hover,
.headmenu_right > ul > li:hover > ul > li:hover {
    border-color: #202020;
    background-color: #282828;
}

.headmenu_left > ul > li:hover, .headmenu_right > ul > li:hover {
    position: relative;
}

.headmenu_left > ul > li ul, .headmenu_right > ul > li ul {
    min-width: 10em;
    font-size: 77%;
    display: none;
}

.headmenu_left > ul > li:hover ul, .headmenu_right > ul > li:hover ul {
    position: absolute;
    display: block;
}

#headbrand {
    clear: both;
    color: #00c000;
    background-color: #404040;
    border-radius: 6px; /* + */
}

.headbrand_left {
    float: left;
    padding: 0 0 0 0.8em;
}

.headbrand_right {
    float: right;
    padding: 0 0.8em 0 0;
}

.headbrand_middle {
    text-align: center;
}

.headbrand_left h1, .headbrand_right h1 {
    font-family: serif;
    font-size: 175%;
    font-style: italic;
    margin: 0;
    padding: 0.1em;
}

.headbrand_left a.all, .headbrand_right a.all {
    color: #2bbd88;
    text-shadow: 2px 2px 4px #129068; /* + */
    text-decoration: none;
}

#headlogo {
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0 -30px;
}


/* loginpanel */

.loginpanel {
    font-size: 80%;
    font-weight: bold;
    color: #e0e0e0;
    background-color: #404040;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 4px 0;
}

.loginpanel p {
    font-size: 1px;
    margin: 0;
    padding: 0;
}

/*
  commented out, generated dynamically as in-line style depending
  on the value of the configuration option $basedir

.loginpanel {
    background-image: url("$basedir/module/main/gradual-login-panel.png");
}
*/

.loginpanel_left {
    float: left;
}

.loginpanel_right {
    float: right;
}

.loginpanel_middle {
    text-align: center;
}

.loginpanel_left ul, .loginpanel_right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.loginpanel_left ul > li, .loginpanel_right ul > li {
    display: inline;
    padding: 0 1.4em;
}

.loginpanel a:link, .loginpanel a:visited {
    color: #30d0a0;
    text-decoration: none;
    padding: 0 0.2em;
}

.loginpanel a:hover, .loginpanel a:focus, .loginpanel a:active {
    text-decoration: underline;
}


/* footer */

#footer {
    font-size: 75%;
    color: #a0a0a0;
    background-color: #000000;
    padding: 0.4em 1em;
    border-radius: 14px; /* + */
}

#footer p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer_left {
    width: 46%;
    float: left;
}

.footer_right {
    width: 46%;
    float: right;
}

#footer a:link, #footer a:visited {
    color: #00c000;
    text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
    color: #30d0a0;
    text-decoration: underline;
}

/* block (of rich text) */

.block {
    margin: 1em;
}

.center_block {
    margin: 0 auto;
}

.block td, .block th {
    text-align: left;
    vertical-align: top;
    padding: 0 0.4em;
}

.block .picture_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.block .picture_box {
    text-align: center;
}

.block .picture_box td, .block .picture_box th {
    padding: 0;
}

.block .picture_box img.picture {
    width: 100%;
    border-radius: 6px; /* + */
}

h5.block {
    color: #228d64;
    font-weight: bold;
    margin: 2em 0 1em 0;
    padding: 0;
}

h6.block {
    color: #228d64;
    font-weight: bold;
    margin: 1.8em 0 1em 0;
    padding: 0;
}

.block .list {
    margin: 0;
    padding: 0.3em;
}

.block .list ul, .block .list ol {
    list-style-position: outside;
    margin: 0 0 0 1.5em;
    padding: 0;
}

.block .commands {
    font-family: monospace;
    font-size: 90%;
    background-color: #d0d0d0;
    border: 1px dotted #000000;
    border-radius: 6px; /* + */
    margin: 0;
    padding: 0.3em;
}

.block .commands ul {
    list-style-position: outside;
    margin: 0 0 0 1.5em;
    padding: 0;
}

.block .contents {
    font-family: monospace;
    font-size: 90%;
    background-color: #deffde;
    border: 1px dotted #80c0a0;
    border-radius: 6px; /* + */
    margin: 0;
    padding: 0.3em;
}

.block .contents ul {
    list-style-position: outside;
    margin: 0 0 0 1.5em;
    padding: 0;
}


/* (general) */

.cleaner {
    clear: both;
    font-size: 1px;
    height: 1px;
}

h2, h3, h4, h5, h6 {
    color: #228d64;
    font-weight: bold;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 162%;
}

h4 {
    font-size: 136%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 100%;
}

p {
    text-align: justify;
}

a:link {
    color: #228d64;
    text-decoration: underline;
}

a:visited {
    color: #62bd18;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a.all {
    color: #228d64;
}

img {
    border: 0;
}

input, textarea {
    font-family: monospace;
    background-color: #dddddd;
    border-radius: 8px; /* + */
}

input[type="submit"] {
    background-color: #96d2bb;
    transition: border-color 0.6s, background-color 0.6s; /* + */
}

select {
    background-color: #d8d8d8;
    border-radius: 8px; /* + */
}

input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus { 
    border-color: #20b28d;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #62a292;
}

code {
    font-family: monospace;
    white-space: pre-wrap;
}

.input_desc {
    font-size: 90%;
    font-weight: bold;
}

.input_text {
    width: 460px;
}

.input_text_half {
    width: 220px;
}

.input_text_quarter {
    width: 106px;
}

.input_text_twothirds {
    width: 300px;
}

.input_text_third {
    width: 150px;
}

.textarea {
    width: 460px;
}

.mottotextarea {
    width: 460px;
}

.footertextarea {
    width: 460px;
}

.figure, .figure p {
    font-style: italic;
    text-align: center;
}

.info {
    font-size: 90%;
    color: #909090;
}

.messages {
    font-size: 90%;
}

.warning {
    color: #ff2222;
}

.message {
    color: #228d64;
}

.note {
    color: #909090;
}

.link, .link a.all {
    color: #a0c0b0;
}

.trace {
    color: #8080c0;
}

.query {
    color: #a0a0a0;
}

.query_error {
    color: #a0a0a0;
}

.important {
    color: #ff0000;
}

.minor {
    color: #909090;
}

.code {
    font-family: monospace;
    font-size: 90%;
    color: #606060;
}

.file {
    color: #228d64;
}

.par, a.par {
    color: #000000;
}

.rich, a.rich {
    color: #228d64;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.normal {
    font-weight: normal;
    font-style: normal;
}

.underline {
    text-decoration: underline;
}

.strikethrough {
    text-decoration: line-through;
}

.monospace {
    font-family: monospace;
}

.fontplus {
    font-size: 120%;
}

.fontminus {
    font-size: 80%;
}

.font_halfsize {
    font-size: 50%;
}

.font_thqrsize {
    font-size: 75%;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.indent {
    padding: 0 0 0 1em;
}

.vspace {
    height: 1em;
}

.vspace_half {
    height: 0.5em;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.small {
    font-size: 0.75em;
}
