﻿/* #region Main Panels */

body
{
    margin:0px;
    padding:0px;
    border:0px;
    font-family: Arial, tahoma, Verdana, Sans-Serif;
    font-size:14px;
    background-color:#e6e6e6;
}

#container
{
    position:relative;
    width:980px;
    margin: 0 auto;
    background-color:#ffffff;
}

#header
{
    position:relative;
    width:980px;
    height:490px;
    float:left;
    background:url('/images/login_header_background.png');
}

#footer {
    position: relative;
    width: 980px;
    height: 15px;
    clear: both;
    text-align: center;
    /*top: -176px;
    left: -144px;*/
}

    #footer li {
        display: inline-block;
        list-style-type: none;
        line-height: 9px;
        border-right: 1px solid #354052;
        padding: 0 10px;
    }

        #footer li:last-child {
            border-right: none;
        }

#errorPanel
{
    position:absolute;
    top:80px;
    left:110px;
    width:200px;
    height:30px;
    color:#ff0000;
    font-size:20px;
    line-height:30px;
}

#messagePanel
{
    position:absolute;
    top:330px;
    left:90px;
    width:300px;
    height:100px;
    color:#929497;
    font-size:20px;
    line-height:30px;
    font-style:italic;
}

#messagePanel2
{
    position:relative;
    float:left;
    left:90px;
    width:700px;
    height:100px;
    color:#0070bb;
    font-size:24px;
    line-height:30px;
    font-style:italic;
}

/* #endregion */

/* #region Labels and Inputs */

.checkBoxOff
{
    position:absolute;
    width:20px;
    height:24px;
    background:url('/images/check_off.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.checkBoxOn
{
    position:absolute;
    width:20px;
    height:24px;
    background:url('/images/check_on.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.loginInput {
    position: absolute;
    width: 280px;
    height: 30px;
    border: 0;
    padding: 0;
    color: #000000;
    line-height: 30px;
    font-size: 20px;
    margin: 10px 10px 0px 0px;
    text-indent: 5px;
    background-color: transparent;
}

#logmeinButton
{
    position:absolute;
    width:150px;
    height:59px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/login_button.png');
    opacity:0.7;
    filter:alpha(opacity=70);
    cursor:pointer;
    background-color:transparent;
}

#logmeinButton:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

#createAccount
{
    position:absolute;
    width:150px;
    height:62px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/register_button.png');
    opacity:0.7;
    filter:alpha(opacity=70);
    cursor:pointer;
    background-color:transparent;
}

#createAccount:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.greenLabel
{
    position:relative;
    float:left;
    color:#0cada2;
    height:24px;
    line-height:24px;
    margin:10px 0px 0px 0px;
}

/* #endregion */

/* #region modal region */

#modalPanel
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(/images/trans_80.png);
    overflow:hidden;
    visibility:hidden;
    z-index:30000;
}

#defaultEditPanelWrapper
{
    position:relative;
    width:0px;
    height:0px;
    overflow:hidden;
}

#defaultEditPanel
{
    position:relative;
    float:left;
}

#defaultEditPanelMid
{
    position:relative;
    float:left;
    background-color:#ffffff;
}

#modalBorderPanel
{
    position:relative;
    float:left;
    background-color:#ffffff;
    border:2px solid #0cada2;
}

#modalMainPanel
{
    position:relative;
    float:left;
    margin:10px 20px 10px 20px;
}

.modalHalfPanel
{
    position:relative;
    float:left;
}

/* #endregion */

/* #region message modal region */

#messageModalPanel
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(/images/trans_95.png);
    visibility:hidden;
    z-index:50000;
}

#messageModalMessagePanel
{
    position:absolute;
    border:2px solid #01a99d;
    background-color:#e1e1e1;
}

#messageModalText
{
    position:relative;
    float:left;
    line-height:16px;
    font-size:14px;
    color:#0070bb;
    margin:20px 20px 0 20px;
}

#messageModalButtons
{
    position:relative;
    float:left;
    height:47px;
    margin-top:10px;
}

/* #endregion */

/* #region Black Modal */

.blackBorderPanel
{
    position:relative;
    float:left;
    border:2px solid #0cada2;
    background-color:#ffffff;
}

.blackInnerPanel
{
    position:relative;
    float:left;
    margin:10px 20px 10px 20px;
}

.blackItemsWrapperPanel
{
    position:relative;
    float:left;
    width:100%;
    overflow:hidden;
    margin:10px 0px 0px 0px;
}

.blackItemsInnerPanel
{
    position:relative;
    float:left;
    width:100%;
}

.blackItemsPanel
{
    position:relative;
    float:left;
    width:100%;
    margin:10px 0px 0px 0px;
}

.blackTitleText
{
    position:relative;
    color:#0070bb;
    font-size:24px;
    line-height:32px;
}

.blackGreyLabelFull
{
    position:relative;
    color: #0070bb;
    font-size:13px;
    line-height:24px;
}

.blackRemoveLink
{
    position:relative;
    float:right;
    color: #0070bb;
    font-size:12px;
    line-height:24px;
    margin-right:20px;
    cursor:pointer;
    visibility:hidden;
}

.blackRemoveLink:hover
{
    color:#3bbab0;
}

.blackGreyLabel 
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:13px;
    line-height:24px;
}

.blackGreyLabel14
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:14px;
    line-height:24px;
}

.blackGreyLabel16
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:16px;
    line-height:24px;
}

.blackInput150
{
    position:relative;
    float:left;
    width:150px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_150.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackInput200
{
    position:relative;
    float:left;
    width:200px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_200.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackInput250
{
    position:relative;
    float:left;
    width:250px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_250.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackTextArea
{
    position:relative;
    float:left;
    font-family:Arial;
    font-size:14px;
    line-height:16px;
    overflow:auto;
}

.blackDropDownPanel
{
    position:relative;
    float:left;
    height:20px;
    width:150px;
    margin-left:10px;
}

/* #endregion */

/* #region Buttons */
.button60
{
    position:relative;
    float:right;
    width:60px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_60.png');
    opacity:0.7;
    filter:alpha(opacity=70);
    cursor:pointer;
    background-color:transparent;
}

.button60:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button100
{
    position:relative;
    float:right;
    width:100px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_100.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button100:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);  
}

.button150
{
    position:relative;
    float:right;
    width:150px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_150.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button150:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button200
{
    position:relative;
    float:right;
    width:200px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_200.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button200:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button220
{
    position:relative;
    float:right;
    width:220px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_220.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button220:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button250
{
    position:relative;
    float:right;
    width:250px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_250.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button250:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button300
{
    position:relative;
    float:right;
    width:300px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_300.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button300:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}
/* #endregion */
