/* Cascading Style Sheet (CSS) Document */
/*===============================================================================*/
/*HEADER START*/

#myImage
{
    display: none;
}

#myImageTablet
{
    display: block !important;
}

div#header
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 106px;
    background-color: #4584a8;
}


div#logo
{
    position: absolute;
    float: left;
}

div#navbar
{
    background-color: #EFF5F7 !important;
    color: #000;
    height: 42px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    margin-top: -10px;
}

div#newsTitle
{
    padding-top: 35px;
}


div#searcharea
{
    background-color: #EFF5F7;
    color: #000;
    height: 33px;
    text-align: left;
    margin: 0;
    padding: 9px 0px 0 22px; /*position: absolute; */
    top: 106px;
    right: 0;
    z-index: 1;
    float: left;
}

#SearchInput
{
    width: 66% !important;
}

/* MAIN MENU STYLES */
#mainMenu
{
    background-color: #EFF5F7 !important;
    width: 100%;
    clear: both;
    font-size: 105%;
    font-family: Arial, Helvetica, Sans-serif;
    color: #084588; /* position: absolute; top: 105px; left: 0px; z-index: 3; text-align: left; width: 74%; */
    white-space: nowrap;
    border: 0px;
    margin: 0px 0 0 0;
    padding: 0px;
    float: left;
}

#menuList ul
{
    margin: 0px;
    padding: 7px 0 5px 9px;
}
/* default "off" style */
#menuList li
{
    display: inline;
    white-space: nowrap;
    list-style: none;
    padding: 10px 0 5px 9px;
    margin: 0;
    background-image: url(/resources/public/home/images/interface/mainmenu_left_off.gif);
    background-repeat: no-repeat;
    background-position: left;
}

    #menuList li a, #menuList li a:link, #menuList li a:visited
    {
        padding: 4px 10px 5px 0;
        margin: 1px 0 0 0;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 125%;
        background-image: url(/resources/public/home/images/interface/mainmenu_right_off.gif);
        background-repeat: no-repeat;
        background-position: top right;
    }

        #menuList li a:hover
        {
            padding: 4px 10px 5px 0;
            margin: 1px 0 0 0;
            color: #FFFF99;
            text-decoration: none;
            font-weight: bold;
            font-size: 125%;
            background-image: url(/resources/public/home/images/interface/mainmenu_right_off.gif);
            background-repeat: no-repeat;
            background-position: top right;
        }

    #menuList li#mainMenuHome
    {
        background-image: url(/resources/public/home/images/interface/mainmenu_left_on.gif);
    }

        #menuList li#mainMenuHome a, #menuList li#mainMenuHome a:link, #menuList li#mainMenuHome a:visited
        {
            background-image: url(/resources/public/home/images/interface/mainmenu_right_on.gif);
            background-repeat: no-repeat;
            background-position: right top;
        }


/* ACCESSIBILITY STYLES */
/* The class below hides the links added to the top of the page for accessibility purposes only. 
Screen readers will still read these links. */
div.accessibilitylinks
{
    display: none;
    visibility: hidden;
}


/* ****************End style-contentarea.css**************** */
/******************Google suggestion Box ***************************/
/* Classes for suggestion box */
.ss-gac-m-others
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin-left: 72px;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-m-ie1
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin: 1;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-m-ie2
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin-left: 128px;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-b
{
    background: #36c;
    color: white;
}

.ss-gac-c
{
    overflow: hidden;
    padding-left: 1px;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

.ss-gac-d
{
    color: #084588;
    font-size: 10px;
    overflow: hidden;
    padding: 0 1px;
    text-align: right;
    white-space: nowrap;
    width: 100px;
}

.ss-gac-b td
{
    color: white;
}

.ss-gac-e td
{
    font-size: 10px;
    line-height: 15px;
    padding: 0 3px 2px;
    text-align: right;
}

.ss-gac-e span
{
    color: #084588;
    cursor: pointer;
    text-decoration: underline;
}
/* Debug console */ div#ss_debug_console
{
    background: #ffefef;
    border: 1px solid #cf7f7f;
    bottom: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 83%;
    height: 60%;
    left: 5%;
    opacity: 0.95;
    overflow: auto;
    padding: 0.5em;
    position: absolute;
    width: 90%;
    z-index: 5000;
}

    div#ss_debug_console.expanded
    {
        height: 60%;
    }

    div#ss_debug_console.contracted
    {
        height: 8%;
    }

    div#ss_debug_console h1
    {
        color: #af0000;
        display: inline;
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    div#ss_debug_console button
    {
        margin: 0em 0.5em;
    }

    div#ss_debug_console table
    {
        border-collapse: collapse;
        font-size: 90%;
        line-height: 120%;
        margin-top: 1em;
    }

        div#ss_debug_console table th
        {
            padding: 0.2em 1em;
            text-align: left;
        }

        div#ss_debug_console table td
        {
            border-top: 1px solid #cf7f7f;
            padding: 0.2em 1em;
        }

            div#ss_debug_console table td.no
            {
                text-align: right;
            }

/*HEADER END*/
/*======================================================================================*/

input.button-topsearch, input.button-topsearchgo
{
    border: none 0px;
}


/* MAIN LAYOUT STYLES -- VERY IMPORTANT -- DO NOT EDIT.
These classes define the layout of the pages. */
div#pagecontent
{
    width: 100%;
    margin: auto;
    padding: 0;
    border: 0;
    background-color: #7F7F7F;
    margin-top: -10px;
}

div#content
{
    background-color: #FFFFFF;
    max-width: 100%;
    margin: auto;
}

/* PARAGRAPH STYLE 
The class below defines the paragraph style in the content area; 
currently the only special style for this item is an indent on the first line of each paragraph. 
To remove the indent, delete "text-indent: 2em;" below. */
#content p
{
    text-indent: 0em;
}

/* LINE "hr" STYLE */
hr
{
    margin: 5px 0;
    padding: 0;
    border: none;
    border-top: 1px solid #999999;
    color: #FFFFFF;
}

/* Changed the class below from #77431C darkbrown to #82020b dark olive to fit better with new design */
.darkbrown
{
    color: #82020b;
}

.lightbrown
{
    color: #e7f0f8;
}



#footer
{
    color: #000;
    margin: auto;
    padding: 0 px;
    font-size: 105%;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    overflow: auto;
    background-color: #FFFFFF;
    max-width: 100%;
}

#contenareabg
{
    background-color: #7F7F7F;
}


div#contenttop
{
    background: #fff url(/resources/public/home/images/background-1004.png) no-repeat bottom center;
    color: #000;
    margin: 0;
    padding: 0 px;
    font-size: 100%;
    width: 100%;
    min-height: 1220px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    height: auto;
    position: relative;
}

#topimage, div#findpayreport, div#trending
{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}


div#findpayreport
{
    clear: both;
    width: 100%;
    height: 160px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#findpayreport
{
    z-index: 10;
}

.fprBox
{
    opacity: 0.800000011920929;
    height: 100%;
    display: inline;
    background-color: White;
    margin-left: 1%;
    width: 30%;
    float: left;
    padding: 1%;
    font-size: 13px;
}

#trending
{
    position: relative !important;
    background: url(/resources/public/home/images/connect-dropshadow-slash.png) no-repeat top right;
    width: 511px !important;
    height: 70px;
    left: auto !important;
}


    .pointer, #trending img
    {
        cursor: pointer !important;
    }


#alertplaceholder
{
    position: static;
    float: none;
    height: 202px;
    width: 489px;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block;
}

#trending a
{
    text-decoration: none;
}

#trending span
{
    padding-bottom: -5px;
    font-size: 12px;
    font-weight: bold;
}

#topimage img
{
    max-width: 100%;
}

div#aboutthisphotoL
{
    display: none;
}

#aboutthisphotoT a, #aboutthisphotoT a:hover
{
    color: #141313;
    text-decoration: none;
    /*text-shadow: 1px 1px #666666;*/
}

#aboutthisphotoT:hover
{
    opacity:1;
}

#aboutthisphotoT
{
     
    display: block !important;
    



    background: #FFFFFF;
border: 1px solid #A3A1A1;
padding: 2px 2px 2px 2px;
position: relative;
clear: both;
float: right;
top: 60px;
opacity: 0.7;
right: 20px;
-moz-border-radius: 14px;
border-radius: 14px;

}

div#aboutThisPhotoTInner
{
    background-image: url('/resources/public/home/images/info.png');
    background-repeat: no-repeat;
    /*background-size: 25px;*/
    padding:6px 4px 0px 28px;
    height:20px;
    border: 0px ;
}

#aboutthisphotoL a
{
    color: White;
    text-decoration: none;
    text-shadow: 2px 2px #666666;
}

#topimage .imgM
{
    display: none !important;
}


div#topics
{
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-top: 10px;
    position: static;
    font-size: 13px;
    top: auto;
    left: auto;
}

div#trendtopics
{
    padding-top: 30px;
}

.topicstable
{
    margin-left: 5px;
    width: 100%;
}

    .topicstable ul li
    {
        list-style: none;
    }


div#contectnews
{
    width: 48%;
    position: static;
    margin-left: 1%;
    margin-top: 10px;
    float: left;
    font-size: 13px;
}

div#imagerotator
{
    position: relative;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    float: left;
}



ul.topic, ul.topic ul
{
    list-style-type: none;
}

.bx-wrapper /*IMAGE ROTATOR AT BOTTOM*/
{
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 88% !important;
}

div#mobile
{
    display: none !important;
}

.ui-body-c, .ui-overlay-c
{
    /*text-shadow: 0 0 0 !important;*/
    text-shadow:none;
}

div#m_shadow
{
    z-index: 12;
    position: relative;
    top: 0;
    width: 100%;
    height: 10px;
    background-image: url(/resources/public/home/images/m/bg-contents.png);
}

    div#m_shadow.shadow_top
    {
        border-top: 3px solid #000;
    }

div#dvHeaderInitiative
{
    padding-left: 5px;
}
