body
{
    font-family: Verdana;
    font-size: 8pt;
    background-color: #cef3a7;
    background-image: url(../../core/game/layout/gel_green_blue/images/bg.png);
    background-repeat: repeat;
    margin-top: 50px;
    margin-bottom: 50px;
}

p
{
    text-align: justify;
    font-family: Verdana;
    font-size: 8pt;
}

hr
{
    border: 1px solid #99CC66;
}

/* Tabled: Layout Table (Full Div/CSS layout work too) */

table
{
    text-align: justify;
    font-family: Verdana;
    font-size: 8pt;
}

table.container
{
    border: 4px solid #FFFFFF;
    background-image: url(../../core/game/layout/gel_green_blue/images/header.png);
    background-repeat: repeat-x;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

td.header
{
    font-size: 30px;
    text-shadow: 0px 1px 3px #FFFFFF;
    text-align: center;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

td.footer
{
    background-image: url(../../core/game/layout/gel_green_blue/images/footer.png);
    background-repeat: repeat-x;
    text-shadow: 0px 1px 3px #FFFFFF;
    text-align: center;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

td.content
{
    background-color: #FFFFFF;
    padding: 15px;
}

td.bar
{
    background-image: url(../../core/game/layout/gel_green_blue/images/bar.png);
    background-repeat: repeat-x;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

td.barfooter
{
    background-image: url(../../core/game/layout/gel_green_blue/images/bar_footer.png);
    background-repeat: repeat-x;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 12px;
}

td.navigate
{
    background-color: #E2FFA8;
    border-left: 4px solid #75c01d;
    border-right: 4px solid #75c01d;
    padding: 15px;
}

/* Styled form elements */

button
{
    border: 1px solid #990000;
    background-image: url(../../core/game/layout/gel_green_blue/images/button.png);
    background-repeat: 0 0 repeat-x;
    height: 25px;
    max-height: 25px;
    min-height: 25px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button:hover
{
    background-image: url(../../core/game/layout/gel_green_blue/images/button_hover.png);
}

button.bbcode
{
    border: 1px solid #CCCC66;
    background-color: #E1E1A8;
    background-image: none;
    color: #009933;
    height: 18px;
    max-height: 18px;
    min-height: 18px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

button.bbcode:hover
{
    background-color: #EDEDCB;
    background-image: none;
}

input[type=text],input[type=password],textarea,select
{
    border: 2px solid #3399CC;
    background-color: #BED3E9;
    color: #0066CC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=text]:hover,input[type=password]:hover,textarea:hover,select:hover
{
    background-color: #DFEAF4;
    color: #000000;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus
{
    border: 2px solid #99CC66;
    background-color: #EEFFCA;
    color: #000000;
}

/* Styled Divs and Spans */

div.gelbar
{
    background-image: url(../../core/game/layout/gel_green_blue/images/mini_bar.png);
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #788e1d;
    text-shadow: 0px 1px 3px #000000;
    margin-bottom: 5px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

div.error
{
    padding: 10px;
    border: 2px solid #CC0000;
    background-color: #FF5353;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

div.success
{
    padding: 10px;
    border: 2px solid #009933;
    background-color: #99CC66;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

div.rounded /* Used around the Embed/Paste Codes and inboxes */
{
    padding: 15px;
    border: 0px;
    background-color: #D9E7AB;
    color: #669933;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

div.rounded_custom /* Used around the Embed/Paste Codes customize options and inboxes. */
{
    padding: 15px;
    border: 0px;
    background-color: #E6EFC7;
    color: #669933;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

span.captcha
{
    letter-spacing: 5px;
    color: #FF6633;
    border: 2px solid #FFBF80;
    background-color: #FFBC79;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

span.pagelist
{
    background-color: #E2FFA8;
    border: 1px solid #75c01d;
    padding: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

/* Styled Linkages! */

a:link,a:active,a:visited
{
    color: #009933;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 1px 3px #FFFFFF;
}

a:hover
{
    color: #999900;
}

a.currentpage
{
    border: 1px solid #75c01d;
    background-color: #EFEFD1;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

