﻿/* File Created: March 11, 2014 */
.rankingTable td{padding: 0px;}
.divRanking {padding-top: 15px;}
.ranking{padding-left: 20px; font-weight: bold; text-transform: capitalize;}
.no-links{padding-left: 35px;}
.links{padding-left: 35px;}
.links a{color: #3B86AD; font-weight: bold; text-decoration: underline;}

.inputBox{padding: 5px 0 5px 2px; color: #7d7d7d; line-height: 15px; border: 1px solid #a5a5a5; border-radius: 3px; margin: 4px 0; width: 100%;}

/*margin: 0px 0px 15px;     padding: 0px 0px 2px;*/
.region h2{margin: 5px 0px 0px 0px; padding: 0px 5px 0 5px; line-height: 200%; font-size: 1.8em; font-family: Knowledge Bold,Arial; font-weight: bold;}
.region{background-color: #DEDEDE; border-bottom: 1px outset #EDEDED; background-position: right; display: block; cursor: pointer; background-image: url("collapse.png"); background-repeat: no-repeat;}

.Expand{background-image: url("expand.png");}

/*border-bottom-color: rgb(187, 187, 187);     border-bottom-width: 5px;     border-bottom-style: solid;*/

/*
h2.region
{
    cursor: pointer;
}
h2.region:hover
{
    opacity: 0.9;
}
h2.region
{
    background-position:right 5px center;
    display: block;
    cursor: pointer;
    background-image: url("collapse.png");
    background-repeat: no-repeat;
}
*/
h3.Expand
{
    background-position: right top;
    display: block;
    cursor: pointer;
    background-image: url("exp.png");
    background-repeat: no-repeat;
}
.listingtype
{
    font-family: Knowledge Bold,Arial;
    margin: 2px 0 0 0;
    padding: 0 0 0 5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #EDEDED;
    border-bottom: 2px outset ##FFFFFF; /*border-bottom-color: rgb(187, 187, 187);     border-bottom-width: 5px;     border-bottom-style: solid;     text-transform:uppercase; line-height: 120%;*/
}
h3.listingtype
{
    cursor: pointer;
}
h3.listingtype:hover
{
    opacity: 0.9;
}
h3.listingtype
{
    background-position: right center;
    display: block;
    cursor: pointer;
    background-image: url("exp.png");
    background-repeat: no-repeat;
}

/*show more */
.hideContent {overflow: hidden; height: 3.2em;}
.showContent {height: auto;}
.show-more {text-align: left;}

.prButton{height:100%; padding-top:5px;}
.lfloat {float:left;}
.rankingWrapper{background: rgb(206, 209, 213); color: #FFFFFF; padding: 5px 5px; margin: 0 0 10px 0;}
.searchLF-search{margin-top:5px; background-image: url('search-box.png'); background-repeat: no-repeat; display: inline-block; width: 100px; height: 32px; overflow:hidden;}
.searchLF-search:hover{opacity: 0.8; filter: alpha(opacity=80);}
.errorMSG{padding-left:120px; padding-top:10px;}