﻿.dc_address
{
    position: relative;
}
.dc_address .loading
{
    background-color: #FFFFFF;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
    z-index: 1100;
}
.dc_address .loading img
{
    width: 16px;
    height: 16px;
    left: 320px;
    top: 90px;
    position: absolute;
}

/* Member Community */
.community .quick-links h1
{
    color: #525252;
    float: left;
    margin-top: 0;
    font-size: 20px;
}
.community .tabs
{
    margin: 0 0px 0 150px;
    padding-top: 9px;
    text-align: center;
    font-family: 'Roboto Condensed' , Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.newIcon
{
    width: 32px !important;
    height: 14px !important;
}

/* Twitter Feed Style */
.home #twitter-widget-0 span.full-name
{
    display: none;
}

/* Header Administration Dropdown Section */
.header .modules .apps
{
    position: relative;
    float: right;
    margin-right: 0px;
}
.header .modules .apps > a
{
    display: inline-block;
    position: relative;
    z-index: 5;
    top:1px;
  /*  margin-right: 1px;
    margin-left: 3px;
    padding: 0px 24px 0 11px;
    background: url("../images/down.png") right center no-repeat; */
    color: #252525;
}
.header .modules .apps > a span
{
   /* height: 35px; */
    padding-left: 17px;
    /*background: url("../images/minilogo.png") no-repeat 0 50%;*/
    color: #FFFFFF;
}
.header .modules .apps > a:hover, .header .modules .apps:hover > a, .header .modules .apps > a.active
{
    margin-right: 0;
    padding: 0 24px 0 10px;
    border: 1px solid #a7a7a7;
    border-bottom: none;
    background-color: #fff;
    text-decoration: none;
}
.header .modules .apps .dropdown
{
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    width: 220px;
    padding: 10px 0 10px;
    border: 1px solid #a7a7a7;
    border-radius: 3px 0 3px 3px;
    background: #fff;
}
.header .modules .apps:hover .dropdown
{
    display: block;
}
.header .modules .apps:hover > a span
{
    /*height: 35px; 
    padding-left: 17px;
    /* background: url("../images/minilogo.png") no-repeat 0 50%; */
    color: #252525;
   /* font: normal 0.917em/35px "MetaOffc" ,sans-serif;*/
}
.header .modules .apps .dropdown h5
{
    float: left;
    width: 135px;
    margin-top: 10px;
    padding-left: 10px;
    color: #252525;
    font: 700 0.917em "MetaOffc" ,sans-serif;
}
.header .modules .apps .dropdown h5 + h5
{
    width: auto;
    padding-left: 5px;
}
.header .modules .apps .dropdown ul
{
    clear: both;
    list-style: none;
    margin: 0 0 5px;
    padding: 3px 0 0;
}
.header .modules .apps .dropdown ul li
{
    height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 0.833em;
    line-height: 25px;
}
.header .modules .apps .dropdown ul li:hover
{
    background: #e8e9e8;
}
.header .modules .apps .dropdown ul li.zebra
{
    background: #e8e9e8;
}
.header .modules .apps .dropdown ul li img
{
    vertical-align: middle;
    margin-right: 8px;
}
.header .modules .apps .dropdown ul li a
{
    display: inline-block;
    color: #363636;
    vertical-align: middle;
}
.header .modules .apps .dropdown ul li a:first-child
{
    width: 135px;
}

.home .slide .inner-bg {z-index:102;}
.home .inner-padding .slider-content {z-index:105;}

.cke_source {
    white-space: pre-wrap;
}