/**
 *
 * Version 3.3
 *
 * Provides CSS for the main page layout areas
 *
 */
 
/* *********************************************** */
/* WHOLE PAGE LAYOUT                               */
/* *********************************************** */
 
    body {
	    font-family          : Arial, Helvetica, sans-serif;
	    margin               : 0px;
	    padding              : 0px;
	    background           : #FFF;
     }
     
     .login_box_outer {
        width                : 405px;
        border               : 3px solid #CCCCCC;
        padding              : 0px;
        margin-top           : 20px
     }
     
     .login_box_inner {
        border               : 1px solid #111111;
        padding              : 0px;
        background           : #DDDDDD;
        overflow             : hidden;
        position             : relative;
     }
 
/* *********************************************** */
/* TITLE AREA                                      */
/* *********************************************** */
     
     .title_area {
        position             : relative;
        height               : 129px;
        background           : #FFFFFF;
        margin-bottom        : 24px;
        background-image     : url('../images/headerBack-right.jpg');
        background-repeat    : repeat-y;
        background-position  : right;
        border-bottom        : 5px solid #9999FF;
     }
     
     .logo {
        background           : url('../images/gecko.png');
        position             : absolute;
        top                  : -12px;
        left                 : -12px;
        width                : 249px;
        height               : 189px;
     }
     
     .title_area h2 {
        position             : absolute;
        top                  : 46px;
        right                : 15px;
        margin               : 0px;
        font-size            : 46px;
        background           : url('../images/header_logo.png');
        background-position  : -0px -20px;
        background-repeat    : no-repeat;
        height               : 85px;
        width                : 156px;
     }
     
     .title_area h2 span {
        visibility           : hidden;
     }
     
     .version {
        position             : absolute;
        top                  : 14px;
        left                 : 6px;
        font-size            : 22px;
        font-weight          : bold;
     }