body {
    background: #fff url(../images/page_bg.png);
	font-family: "RobotoDraft", "Roboto", sans-serif;
    font-size: 15px;
	line-height: 24px;
	color: #333;
}

.body-bg {
    background: #fff url(../images/page_bg.png);
}



/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #1F1E1E;
    border-bottom: 1px dotted #005CFF;
}



a:hover {
	color: #1F2E86;
}
a.btn {
	color: #FFF !important;
}
a.btn:hover {
	color: #FC0 !important;
}

/* top
================================================== */
#topWrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	float: left;
	display: block;
}
.topContainer {
	float: left;
	width: 100%;
    background-color: #F3F3F3;
	border-bottom: 1px solid #DBDBDB;
	top: 0px;
}
.topInfo {
	color: #3B3B3B;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 20px;
	float: left;
	width: 100%;
	height: 30px;
    font-size: 14px;
}

#topTime {
	padding-top: 1px;
}


#topStats {
	text-align: right;
}

#topMarquee {
	padding-top: 1px;
	font-weight: normal !important;
}

#topMarquee a {
	color: #1152AA;
}
#topMarquee a:hover {
	color: #BC6E0B;
}

#topStats span {
	margin-right: 10px;
	display: inline;
}

/* logoWrapper
================================================== */


#logoWrapper {
	float: left;
	width: 100%;
	background: #E6E6E6 url(../images/logo_bg.png) ;
	height: 120px;
}

#mainLogo img {
	max-height: 90px;
}

#mainLogo {
	margin-top: 45px;
	padding-top: 2px;
	margin-left: -15px !important;
}


/* header
================================================== */


.header-container {
  width: 95%;
  margin: 0 auto;
}

.full-header {
    margin-top: 30px !important;
}

#headerWrapper {
 	background: #000 url(../images/header_bg.jpg) repeat-x bottom;
	float: left;
	width: 100%;
}
#headerWrapper.headerline {
	border-bottom: 1px solid #66F;
}
.headerStatic {
	width: 100%;
	position: static;
}
#soloContent {
	width: 100%;
	height: 100%;
}
#theframe {
	width: 100%;
	height: 100%;
}
/* bannerWrapper
================================================== */

#bannerWrapper {
   	background: #fff url(../images/banner_bg_1.jpg) repeat-x bottom;
	float: left;
	width: 100%;
	position: relative;
    background-size: 100% 100% !important;    
}

#mainBanner {
	width: 100%;
	height: 600px;
	position: relative;
	float: left;
}
/* topMenu
================================================== */
#topmenuWrapper {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../images/topmenu_bg.jpg);
}
#topMenu {
	width: 100%;
	margin-top: 4px;/*background: url(../images/topmenu_bg.jpg);*/
	/*float: left;*/
    text-align:  center;

}
/* title
================================================== */
#titleWrapper {	
	width: 100%;
    background:#2d426c url("../images/title_bg.jpg") ;
    float: left;
    height: 50px;
    border-bottom: #A7A7A7 2px solid;
}

#titleWrapper .titlebox {
	width: 100%;
	display: block;
    padding-top: 5px;
}
#titleWrapper a {
	color: #fff;
}
#titleWrapper a:hover {
	color: #333;
}
.pageTitle {
	background: url(../images/title.png) 10px 5px no-repeat;
	padding-left: 50px;
	float: left;
}
.pageTitle a {
	color: #333 !important;
}
.pageTitle h2 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
}
#titleWrapper .changeLanguage {
	padding-top: 5px;
	float: right;
	text-align: right;
}
#titleWrapper .postSaved {
	color: #FFFFFF;
	float: right;
	text-align: right;
	line-height: 25px;
	padding: 5px 25px 5px 22px;
	background: url(../images/icons/note_edit.png) 0 7px no-repeat;
}
/* Content
================================================== */
#contentWrapper {
	width: 100%;
	height: 100%;

}
.contentContainer {
	float: left;
	min-height: 150px;
	width: 100%;
    padding-top: 20px;
}
.contentContainer .colum {
	display: table-cell;
	vertical-align: top;
}
.contentContainer .contentLeft {
	width: 190px;
	margin-right: 7px;
}
.contentContainer .contentMain {
	width: 100%;
	display: table-cell;
}
.contentContainer .contentRight {
	width: 160px;
	margin-left: 5px;
}
.contentContainer .contentbox {
	background: #fdfdfd;
	border: #d1d1d1 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contentContainer .content {
	padding: 10px 10px 20px 10px;
	min-height: 200px;
}
.contentMain .social {
	height: 48px;
	position: relative;
}
.contentMain .socialbox {
	height: 48px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../images/social_bg.jpg) repeat-x top;
}
/* Footer
================================================== */
#footerJWrapper {
	background-color: #646464;
	width: 100%;
	height: 50px;
	color: #E4E4E4;
	margin-top: 20px;
}
#footerWrapper {
   border-top: 6px solid #3984f5;
    background: url(../images/footer_bg.png);
    width: 100%;
    color: #D3D5ED;
    margin-top: 20px;
}

#footerTop {
	background:#666 url(../images/footer_top.png) repeat-x;
	width: 100%;
	height: 34px;
}

#footerWrapper a {
    color: #D3D5ED !important
}

#footerWrapper a:hover {
    color: #A34608 !important;
}

#footerWrapper .footerInfo {
    margin-bottom: 40px;
	width: 100%;
	display: table;
/*    height: 570px;*/
    
}


#footerWrapper .colum {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;

}

#footerWrapper .padding-left {
	padding-left: 15px;

}
#footerWrapper .padding-right {
	padding-right:  15px;
}

#footerWrapper h4 {
	font-weight: 700;
	color: #DBDCDD;
	letter-spacing: 1px;
	display: block;
	border-bottom: 1px dashed #0C8FFB;
	background: url(../images/ffinfo.png) no-repeat 0px 7px;
	padding-left: 20px;
	margin: 40px 0 20px 0;
    text-align: left;
}

#footerWrapper .contact {
	text-align: left;
	width: 220px;
}

#footerWrapper .contactPhone {
	font-weight: bold;
	color: #fff;
	background: url(../images/icons/rss-small.png) 0px 0px no-repeat;
	padding-left: 16px;
}


#footerWrapper .contactWrapper {
	width: 220px;
    padding-bottom: 30px;
}


#footerWrapper .footerNews {
	height: 480px;
    
}


#footerWrapper .footer-news {
	height: 480px;
    overflow-y: scroll;
    padding: 7px;
    scrollbar-color: #434242 #1c1c1c;
}


.footer-news::-webkit-scrollbar {
    width: 16px;
}
 
.footer-news::-webkit-scrollbar-track {
    background-color: #434242;
    border-radius: 100px;
}
 
.footer-news::-webkit-scrollbar-thumb {
    background-color: #434242;
    border-radius: 100px;
}


#footerWrapper .footerNewsList {
	padding-bottom: 45px;
}

#footerWrapper .footerNewsList .body {
	margin-top: 5px;
	line-height: 23px;
     text-align: justify;
}

#footerWrapper .footerNewsList .subject {
	font-weight: bold;
	color: #fff;
	background: url(../images/icons/rss-small.png) 0px 2px no-repeat;
	padding-left: 16px;
}

#footerWrapper span.more {
	display: inline-block;
	height: 12px;
	width: 44px;
	background: url(../images/more.png) no-repeat bottom;
	margin-left: 5px;
	cursor: pointer;
}


#footerWrapper .testimonialWrapper {
	width: 250px;
}

#footerWrapper .testimonial {
	height: 450px;
}

#footerWrapper .testimonial .subject {
    color: #fff;
}
#footerWrapper .testimonial .body {
    padding-top: 15px;
	line-height: 20px;
    text-align: justify;
    
}
#footerWrapper .testimonial .name {
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/icons/user_green.png) 0px 3px no-repeat;
}


#footerWrapper .lastmembersWrapper {
	width: 230px;
}


#footerWrapper .lastmembers {
	height: 280px;
}


#footerWrapper .quickaccess {
/*	height: 300px;*/
}




#footerWrapper .totalmembers {
	background: url(../images/elist.png) 0px 6px no-repeat;
	padding-left: 12px;
	float: left;
}
#footerWrapper .lastmembers li {
	list-style: none;
	float: left;
	padding: 1px;
	padding-right: 10px;
}
#footerWrapper .lastmembers li img {
	cursor: pointer;
	border: #999 solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footerWrapper .socialicons {
/*	margin-top: 30px;*/
    width: 100%;

}

#footerWrapper .socialicons li {
	list-style: none;
	float: left;
	padding-right: 10px;
    margin-top: 10px;

}

#footerWrapper .socialicons li a {
	position: relative;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	border-bottom: none !important;
}

#footerWrapper .socialicons ul.icons {
	margin: 5px 0px 0px 0px;
}
#footerWrapper .socialicons ul.icons li.icon-facebook {
	background: url("../images/social/facebook.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-facebook:hover {
	background: url("../images/social/facebook.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-twitter {
	background: url("../images/social/twitter.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-twitter:hover {
	background: url("../images/social/twitter.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus {
	background: url("../images/social/googleplus.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus:hover {
	background: url("../images/social/googleplus.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-youtube {
	background: url("../images/social/youtube.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-youtube:hover {
	background: url("../images/social/youtube.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin {
	background: url("../images/social/linkedin.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin:hover {
	background: url("../images/social/linkedin.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-blog {
	background: url("../images/social/blog.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-blog:hover {
	background: url("../images/social/blog.png") no-repeat bottom;
}



/* Copyrigh
================================================== */
#copyrightWrapper {
	background: url(../images/copyright_bg.png);
	width: 100%;
	min-height: 110px;
	color: #9C9A9A !important;
	padding-top: 30px;
}

#copyrightWrapper a {
	color: #9C9A9A !important;
}

#copyrightWrapper a:hover {
	color: #0C8FFB !important;
}

#copyrightWrapper .software {
    text-align: center
}

#copyrightWrapper .copyright {
    text-align: left;
}
#copyrightWrapper .software-info a {
	color: #333 !important;
}
#copyrightWrapper .terms {
	text-align: right;
	float: right;

}




/* Sidebar
================================================== */
.widget {
	margin-bottom: 2em;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 3px grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.widget-head {
	background: url(../images/widget-head.png);
	border-bottom: 1px solid #666;
	color: #fff;
	height: 35px;
}
.widget-head h3 {
	float: left;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.widget-head h3.widget-why {
	padding-left: 25px;
	background: url(../images/icons/favourite.png) 5px 7px no-repeat;
}
.widget-head h3.widget-sponsor {
	padding-left: 25px;
	background: url(../images/icons/user_green.png) 5px 7px no-repeat;
}
.sponsorPhoto {
	padding: 10px;
	text-align: center;
}
.widget .widget-p p {
	background: url(../images/icons/small-arrow.png) 7px 19px no-repeat;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
}
.widget-body {
	padding: 5px;
}
/* News
================================================== */

.newsList {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.newsList .date {
	display: block;
}
.newsList .subject {
	background: url(../images/elist.png) 0px 10px no-repeat;
	padding-left: 12px;
	line-height: 200%;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
.newsList .body {
	padding: 5px 0 5px 0;
}
.etooltip {
	background: #FC9 url(../images/tip_bg.png);
	border: 1px solid #fff;
	margin-top: 10px;
	padding: 0px 5px;
	display: none;
	color: #333;
	text-align: left;
	font-size: 12px;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Config
================================================== */
table.config {
	width: 100%;
}

table.config td {
	padding: 3px;
	vertical-align: top;
    padding-bottom: 10px;
    padding-top: 5px;
}

.confighead {
	padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dashed #666;
	vertical-align: middle !important;
	text-align: left;
	font-weight: bold;
	background: url(../images/icons/config_edit.png) 0 20px no-repeat;
}

.confighead .command {
    display: inline-block;
    float: right;
}

.confighead .command .undo{
  background: url(../images/icons/undo.png) 0 6px no-repeat;
  padding: 2px;
  padding-left: 13px;
}

.configbutton {
	background-color: #E5E5E5;
	font-weight: bold;
	vertical-align: middle !important;
}
/* Tables
================================================== */
table.tablist {
	width: 100%;
	text-align: left;
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 35px;
	margin-top: 5px;
}
table.tablist .tablisthead {
	color: #454545;
	border-bottom: 1px solid #CCC;
	background: #e6EEEE url(../images/td_bg.jpg) repeat-x bottom !important;
	font-variant: small-caps;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
table.tablist td {
	padding: 4px;
	vertical-align: top;
}
table.tablist tr {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
}
table.tablist tr:hover {
	color: #333;
	font-weight: bold;
}
table.tablist a:link, a:visited {
	text-decoration: none;
}
table.tablist .list {
	cursor: pointer;
}
table.tablist span.space {
	background: url(../images/icons/small-arrow.png) 0 6px no-repeat;
	padding-left: 7px;
	cursor: pointer;
}
.tablist .tablistbutton {
	background-color: #F1F1F1 !important;
}
.tablistbutton .pagenum {
	padding: 5px 0px 0px 10px;
	float: left;
	text-align: left;
}
.tablistbutton .tbutton {
	float: right;
	text-align: right;
	padding-right: 10px;
}
/* Downloads
================================================== */
.dlList {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlName {
	color: #666;
	padding: 5px;
	display: block;
	font-weight: bold;
	background-color: #F8F9FA;
	border: 1px solid #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.dlList .dlBody {
	padding: 5px;
	display: block;
	background-color: #F7F8F9;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.dlList .dlImg {
	width: 120px;
	vertical-align: top;
}
.dlList .dlDesc {
	text-align: left;
	vertical-align: top;
}
.dlList img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlInfo {
	padding: 5px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* Paging
================================================== */
.pagenum {
	text-align: center;
}
.pagenum span {
	border: 1px solid #999;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 3px 0 3px;
}
.pagenum .current-num {
	font-weight: bold;
	color: #231C1C;
}
/*====================
====== Menus =====
======================*/


.navbar-center {
    text-align: center !important;
    margin:0 auto;
    left: 50%;
}

.navbar-toggle {
	margin-top: 0;
	background-color: #333;
}
.nav li a:hover {
	color: #085CAB;
	border-bottom: 1px solid #085CAB;
}

.nav li li {
    font-size: 15px;
    padding: 3px;
}

.nav a {
	color: #2A2828;
	text-shadow: none;
}

