﻿body 
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 13px;
}

form 
{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0;
}

Table, Div
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 13px;
}

A 
{
    color: Gray;
}

A:hover {
    color: #0078ff;
}

.Button {
    
}

.sub-message {
    margin: 10px 0 30px 0; 
    color: #555; 
    font-size: 12px;
}

.qtip {
    font-size: 12px;
    color: #888;
}

.qtip:hover {
    cursor: pointer;
    background-color: #F8EAC6;
}

.MoreStats {
    float: left; 
    padding: 3px 8px; 
    margin-left: 10px; 
    background-color: #efefef; 
    font-size: 9px; 
    cursor: pointer;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

.noscript 
{
    font-size: 14px;
    font-weight: bold;
    width: 700px;
    margin: 0 auto 20px auto;
    padding: 15px;
    background-color: #ffeda6;
    background-image: url('/images/small_warning.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 45px;
    border: 2px solid orange;
}

#ajaxError 
{
    color: #f20000;
    border: 8px solid #ff8282;
    background-color: #ffebeb;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 650px;
    text-align: center;
    margin-left: -325px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#tdUserInfo.a 
{
    font-size: 10px;
}

input[type=text] {
    font-size: 14px;
    padding: 4px;
}

input[type=password] {
    font-size: 14px;
    padding: 4px;
}

input[type=email] {
    font-size: 14px;
    padding: 4px;
}

.watermark 
{
    color: #9b9b9b;
}

#appsSelector 
{
     display: none; position: absolute; overflow: hidden; width: 300px; border: 1px solid #bebebe;
     z-index: 10;
}

#appsList 
{
     height: 200px; overflow: auto; border-bottom: solid 1px #b8b8b8; border-top: solid 1px #b8b8b8; background-color: #fff;
}

#sbc 
{
    background-image: url('/images/searchbox_bg.png');
    background-repeat: repeat-x;
    height: 22px;
}
     
#quicksearch 
{
     background: none;
     border: none;
     height: 15px;
     padding: 3px;
     font-size: 12px;
     outline: none;
}

#sbleft
{
    float: left;
    right: 0px;
}

#sbright 
{
    float: right;
    right: 0px;
}

.DataRow 
{
}

.AltDataRow
{
    background-color: #f4f4f4;
}

.AppName 
{
    font-size: 18px;
}

.ListItem 
{
    text-decoration: none;
    color: #0072ff;
    padding: 2px 0 2px 2px;
}

.ListItem:hover
{
    background-color: #0072ff;
    color: White;
    padding: 2px 0 2px 2px;
}

.ListItemOff
{
    text-decoration: none;
}

.TableRow 
{
    border-bottom: 2px dashed #cfcfcf;
}

.AccHeader 
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: White;
    background-color: #ff5400;
    padding: 10px;
    text-decoration: underline;
}

.AccHeaderSelected 
{
    font-size: 18px;
    padding: 5px;
    color: Gray;
}

.AccContent
{
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.modalBackground 
{
	background-color: White;
	filter: alpha(opacity=75);
	opacity:0.75;
}

.modalBackgroundBlack
{
	background-color: #000;
	filter: alpha(opacity=50);
	opacity:0.5;
}

.SmallError
{
    color: #f20000;
    border: 2px solid #ff8282;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    display: inline-block;
    /*
    background-image: url('/images/css_error.gif');
    background-repeat: no-repeat;
    padding-left: 34px;
    margin-bottom: 10px;
    */
    background-color: #ffebeb;
    text-align: center;
    margin-bottom: 10px auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.Error
{
    color: #f20000;
    border: 2px solid #ff8282;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    display: inline-block;
    background-image: url('/images/css_error.gif');
    background-repeat: no-repeat;
    background-color: #ffebeb;
    padding-left: 34px;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.Success
{
    color: #499d0c;
    border: 2px solid #75df6d;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    display: inline-block;
    background-image: url('/images/css_success.gif');
    background-repeat: no-repeat;
    background-color: #e6ffd2;
    padding-left: 34px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.BigButton 
{
    font-size: 16px;
    padding: 8px;
}

.UnitHeader
{
    font-size: 23px;
    font-weight: bold; 
    padding: 5px 5px 5px 0;
    margin: 0 0 20px 0;
    color: #000;
    text-align: left;
}

.sub-header {
     border-bottom: 1px solid #cbcbcb;
     font-size: 18px;
     color: #555;
     margin: 10px 0;
     font-weight: bold;
}

.sub-content {
    padding-left: 15px;
    padding-right: 15px;
}

.MemberLink 
{
    color: #333; 
    font-size: 12px; 
}

.LoginInput
{
    border: 1px solid #c54202;
    font-size: 11px;
    color: Gray;
    padding: 2px;
    width: 160px;
}

.StatsTinyText
{
    font-size: 11px;
    border-right: 1px solid #cfcfcf;
    width: 17%;
}

.StatsSmallText
{
    font-size: 10px; 
    color: #afafaf; 
    font-weight: normal;
}

.StatsMediumText
{
    font-size: 13px; 
    color: #333; 
    font-weight: bold;
    border-right: 1px solid #cfcfcf;
}

.StatsLargeText
{
    font-size: 15px;
    font-weight: bold;
    border-right: 1px solid #cfcfcf;
    /*width: 17%;*/
    width: 147px;
    letter-spacing: -1px;
}

.Tab 
{
    padding: 5px;
    background-color: #ececec;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    text-align: center;
}

.Tab:hover
{
    background-color: #dfecff;
}

.TabSelected
{
    padding: 5px;
    color: #000;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid white;
    cursor: pointer;
    text-align: center;
}

.AppsList td
{
    border-bottom: 1px solid #e6e6e6;
    padding: 6px;
    vertical-align: middle;
}

.PrivacyTitle 
{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}

.PrivacyContent
{
    font-size: 12px;
    text-align: justify;
    padding-bottom: 20px;
}

/*
    Log table row color coding
*/

.logRow
{
    border-bottom: 1px solid #cfcfcf;
}

.logAltRow
{
    background-color: #efefef;
    border-bottom: 1px solid #cfcfcf;
}

.on {
  filter: alpha(opacity=100); 
  opacity: 1;
}

.off {
  filter: alpha(opacity=25); 
  opacity: 0.25;
}

/*
    Messages
*/

.Message_Container
{

}

.Message_Warning
{
    border: 1px solid #e60d0d;
    background-color: #fff0f0;
    width: 100%;
}

.Message_Feature
{
    border: 1px solid #006cff;
    background-color: #e0edff;
    width: 100%;
}

.Message_General
{
    border: 1px solid #ff850d;
    background-color: #fff5c7;
    width: 100%;
}

/*
    Tooltip styles

*/
a.info span 
{
    display: none;
}
/*
a.info:hover 
{
}

a.info:hover span 
{
    display: block;
    position: absolute;
    border: 1px solid #fff;
    padding: 3px;
    background-color: #0078ff;
    font-weight: bold;
    color: #fff;
    margin-top: -25px;
}
*/
/*
    App selection dropdown
*/

.TinyText 
{
    font-size: 10px; 
    color: #888888;
}

.appRow
{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: bold;    
    cursor: pointer;
    border-bottom: 1px solid #b8b8b8;
}

.appRow a
{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: bold;    
}

.appRow:hover
{
    background-color: #cbebf8;
    background-position: 270px 50%;
    background-repeat: no-repeat;
    /*background-image: url('/images/cb_empty_white.gif');*/
}

.appRowSelected
{
    background-color: #ff8a00;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #b8b8b8;
}

.appRowSelected a
{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.appRowSelected:hover
{
    background-position: 270px 50%;
    background-repeat: no-repeat;
    /*background-image: url('/images/cb_checked.gif');*/
}

.appSubHeader 
{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #0072ff;
    text-align: left;
    padding: 4px;
    cursor: default;
}

.appSubHeader a
{
    padding-left: 5px;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
    text-align: right;
}

/*
    Used to style list of countries in
    reviews page
*/

.CountryRow 
{
    font-size: 13px;
    font-weight: normal;
    color: #666;
}

.CountryRow:hover
{
    background-color: #cbebf8;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.CountryRowSelected
{
    background-color: #ff8a00;
    font-weight: normal;
    color: #fff;
}

/*
    Features Page
*/

.FeaturesTabSelected
    {
        font-size: 14px;
        font-weight: bold;
        border-top: 1px solid #b6b6b6;
        border-left: 1px solid #b6b6b6;
        border-right: 1px solid #b6b6b6;
        border-bottom: 1px solid #d8eaff;
        text-align: center;
        padding: 5px;
        width: 120px;
        background-color: #d8eaff;
        cursor: pointer;
    }
    
    .FeaturesTab
    {
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #b6b6b6;
        text-align: center;
        padding: 5px;
        width: 120px;
        cursor: pointer;
    }
    
    .FeatursSpacer
    {
        border-bottom: 1px solid #b6b6b6;
    }
    
/*
    General custom drop down menus
*/

.CustomDD
{
    border: 1px solid #e6e6e6; 
    width: 260px; 
    cursor: pointer;
}

.CustomDD:hover
{
    border: 1px solid #b8b8b8;
}

.GrayHeader 
{
    background-image: url('/images/menu_header_bg.gif');
    height: 28px;
    cursor: pointer;
    text-align: left;
}

.headerASCCell
{
    background-image: url('/images/small_down_arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
}

.headerDESCCell
{
    background-image: url('/images/small_up_arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
}

/* Loading */

.LoadingBG
{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    background-color: #fff; 
    filter: alpha(opacity=70); 
    opacity:0.70;
}

.Loader
{
    position: fixed; 
    vertical-align: middle; 
    text-align: center; 
    background-color: White; 
    width: 180px; 
    height: 70px; 
    left: 43%; 
    top: 47%; 
    padding: 10px; 
    border: 1px solid #000; 
    font-size: 14px; 
    font-weight: bold; 
    color: #333;
}

.GroupHeader
    {
        color: #9c9e9c;
        font-size: 14px;
        font-weight: bold;
        padding-top: 20px;
    }
    
    .InvalidInput
    {
        border: 2px solid #ffaeae;
    }
    
    .ajax__validatorcallout_popup_table 
    {
        position: absolute;
        margin-left: 10px;
        z-index: 100;
    }
    
.PayButton
{
    font-size: 10px;
    color: red;
    font-weight: bold;
}

/* main options button */

            div.ChartOptions 
            {
                background-image: url('/images/small_down_arrow.png');
                background-position: right;
                background-repeat: no-repeat;
            }
            
            div.ChartOptions:hover, div.ChartOptionsSelected:hover
            {
                text-decoration: underline;
            }
            
            div.ChartOptionsSelected
            {
                background-image: url('/images/small_up_arrow.png');
                background-position: right;
                background-repeat: no-repeat;
            }
            
/* option buttons */
            
.chtOption 
{
    border: 1px solid #808080;
    color: #808080;
    padding: 4px;
    font-size: 10px;
    display: inline;
    background-color: #fff;
    cursor: pointer;
}

.roundCorners 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.roundLeft
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.contentMain 
{
    background-color: #fff; 
    padding: 10px 20px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    /*
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    */
}

.chtOptionCB 
{
    border: 1px solid #808080;
    color: #808080;
    padding: 4px 4px 4px 20px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
    background-color: #fff;
    background-image: url('/images/option_empty.png');
    background-position: 6px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.chtOptionSelected 
{
    border: 1px solid #0090ff;
    color: #0090ff;
    padding: 4px;
    font-size: 10px;
    display: inline;
    background-color: #fff;
}

.chtOptionDisabled
{
    border: 1px solid #999;
    background-color: #efefef;
    color: #999;
    cursor: default;
}

.roundRight
{
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    margin-left: -5px;
}

.roundLeft
{
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.chtOptionCBSelected 
{
    border: 1px solid #0090ff;
    color: #0090ff;
    padding: 4px 4px 4px 20px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
    background-color: #fff;
    background-image: url('/images/option_full.png');
    background-repeat: no-repeat;
    background-position: 6px center;
}


            
.chtOption:hover
{
    background-color: #eef8ff;
    cursor: pointer;
}

.chtOptionCB:hover
{
    background-color: #eef8ff;
    cursor: pointer;
}
            
.chtOptionSelected:hover
{
    background-color: #eef8ff;
    cursor: pointer;
}

.chtOptionDisabled:hover 
{
    background-color: #efefef;
    cursor: default;
}

td.selectableTableHeader
{
    
}

td.selectableTableHeader_selected
{
    background-color: #edf5ff;
    background-image: url('/images/small_down_arrow.png');
    background-repeat: no-repeat;
    background-position: right;
}

td.selectableTableHeader:hover
{
    background-color: #fff6ee;
}

.quickSelect
{
    color: #666;
    cursor: pointer;
}

.quickSelect:hover
{
    color: #0078ff;
    text-decoration: underline;
}

.modalBox 
{
    padding: 8px; background-color: White; border: 6px solid #b6d8ff; display: none;
}

#graceMessage 
{
    display: none; 
    font-size: 15px; 
    position: fixed; 
    width: 100%;
    padding: 15px; 
    background-color: #ed9696; 
    text-align: center; 
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 3px solid #e07070;
}

.noborder {
    border: none;
}

.roundborder {
    padding: 2px;
    border: 1px solid #a0b2bd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

