img {
  /* Silly IE...  Doesn't use bicubic by default... */
  -ms-interpolation-mode: bicubic;
}
.link_main {
    font-size: 16px;
    color: #000000;
}
.footertext {
	font-size: 14px;
	color: #FFFFFF;
}
.footer {
	font-size: 14;
	color: #FFFFFF;
}
.link-bottom {
    font-size: 12px;
    color: #FFFFFF;
}
#noscript {
    float: left;
    width: 97%;
    background-color: #dfdfdf;
    font-size: 15px;
    color: red;
    border:red solid 1px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    display: none;
    margin-bottom: 5px;
}
.top-menu {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-stretch: condensed;
}
#sticky {
	padding: 8px 8px 8px 7px;
	background-color: #FFFFFF;
	height: 22px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left:#dedbdb solid 1px;
	border-right:#dedbdb solid 1px;
	border-top:#dedbdb solid 1px;
	border-bottom: #dedbdb solid 5px;
}
#sticky.stick {
    position: fixed;
    margin-top: 40px;
	left: 0;
	right: 0;
    top: 0;
    z-index: 100;
}
#sticky_holder {
	height: 0;
}
#sticky_holder.stick {
	height: 43px;
}
.gconmedia {color: #FF9933}
body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
A:link {
	COLOR: #001b4d; TEXT-DECORATION: none
}
A:active {
	COLOR: #001b4d;
}
A:visited {
	COLOR: #001b4d; TEXT-DECORATION: none
}
A:hover {
	COLOR: #001b4d; TEXT-DECORATION: underline
}
textarea,input[type="text"],input[type="password"] {
    font-family: Arial, san-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    padding: 2px 2px 2px 2px;
    background-color: #ffffff;
    background-color: #ffffff;
}
#container {
    width: 100%;
/*    border-left: #dddddd thin solid;
    border-right: #dddddd thin solid;*/
    margin-left: auto;
    margin-right: auto;
}
#main-top {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #dddddd;
    z-index: 100;
    top: 0;
    position: fixed;
    /*padding-top: 5px;*/
    -webkit-transform: translate3d(0,0,0);
}
#main-top-block {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
}
#logo {
    float: left;
    padding-left: 5px;
    margin-top: 5px;
    left:0px;
    top:0px;
    width: 118px;
    height: 32px;
    background-image: url('../../image/logo.jpg');
    background-size: 120px 33px;
    cursor: pointer; cursor: hand;
}
#mobile-menu {
    display: none;
}
#mobile-menu-list {
    display: none;
}
#main-menu-link {
    float: left;
    padding-top: 15px;
    font-size: 15px;
}
.main-menu-link-each {
    float: left;
    /*margin-right: 10px;*/
    cursor: pointer; cursor: hand;
    margin-right: 10px;
    padding: 3px 3px 3px 3px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.main-menu-link-each:hover {
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
}
.more-title {
    float: left;
    margin-right: 2px;
}
.more-cursor {
    float: left;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 2.5px 0 2.5px;
    border-color: #000000 transparent transparent transparent;    
}

/* forum menu */

#forummenu {
    display: none;
    float: left;
    width: 97%;
    /*height: 105px;*/
    /*margin-top: 13px;*/
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    /*height: 100px;*/
    z-index: 95;
    border-left:#dfdfdf solid 1px;
    border-right:#dfdfdf solid 1px;
    border-bottom:#dfdfdf solid 1px;
    box-shadow: 1px 1px 1px #DDDDDD;
}
#top-menu-category {
    float: left;
    display: inline;
}
.top-menu-category-each {
    float: left;
    font-size: 13px;
    /*border-left: dotted 1px #cccccc;*/
    padding: 25px 10px 5px 10px;
    /*margin-bottom: 10px;*/
    width: 65px;
    /*background-color: #ffffff;*/
    margin-right: 5px;
    height: 75px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.top-menu-category-each a:link, 
.top-menu-category-each a:visited, 
.top-menu-category-each a:hover { 
    text-decoration: none;
}
.top-menu-category-each:hover {
    background: #dfdfdf;
}
.top-menu-category-image {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}
.top-menu-category-image img {
    max-width: 40px;
    /*height: 20px;*/
}
.top-menu-category-name {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
}
#top-menu-category-all {
    float: left;
    font-size: 13px;
    /*border-left: dotted 1px #cccccc;*/
    padding: 25px 10px 5px 10px;
    margin-bottom: 10px;
    width: 65px;
}

.top-menu-category-follow {
    float: right;
    margin-right: 10px;
    background: #FF9933;
    padding: 0 2px 0 2px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.top-menu-category-follow a:link, 
.top-menu-category-follow a:visited, 
.top-menu-category-follow a:hover { 
    color: #ffffff; 
    text-decoration: none; 
}

/* ------------ */

#search-box {
    float: left;
    padding-top: 17px;
    padding-left: 10px;
    width: 200px;
}
#search-box input {
	width: 200px;
}
#theme-choose {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}
#theme-white {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: white;
    float: left;
    cursor: pointer; cursor: hand;
}
#theme-black {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: black;
    float: right;
    cursor: pointer; cursor: hand;
}
#userlogin {
    float: right;
    margin-right: 15px;
}
#userlogin-name {
    float: left;
    margin-top: 15px;
    color: #0099CC;
    padding-right: 10px;
    border-right: #CCCCCC solid 1px;
}
#userlogin-avatar {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    cursor: hand; cursor: pointer;
}
#notification {
    float: right;
    margin-right: 6px;
}
#notification-detail {
	float: left;
	width: 23px;
	height: 50px;
	/*margin-top: 10px;*/
	text-align: center;
	background-image: url('../../image/icon-notification.png');
    background-size: 20px 20px;
	background-position: center;
	background-repeat:no-repeat;
}
#pm {
    float: right;
    margin-right: 9px;
    margin-top: 11px;
}
#pmtotal {
    float: right;
    background-color: #FF0000;
    color: white;
    font-size: 11px;
    padding-left: 1px;
    padding-right: 1px;
}
#notification-total {
    float: right;
    background-color: #FF0000;
    color: white;
    font-size: 11px;
    margin-top: 15px;
    padding-left: 1px;
    padding-right: 1px;
}
#pmnum {
	float: left;
	width: 23px;
	height: 19px;
	margin-top: 6px;
	text-align: center;
	background-image: url('../../image/icon-pm.png');
    background-size: 20px 20px;
	background-position: center;
	background-repeat:no-repeat;
    cursor: pointer; cursor: hand;
}
#pmnum2 {
	float: left;
	width: 23px;
	height: 19px;
	text-align: center;
	background-image: url('../../image/icon-pm.png');
    background-size: 20px 20px;
	background-position: center;
	background-repeat:no-repeat;
    margin-top: 6px;
}
#login-title {
	float: right;
	width: 28px;
	height: 50px;
    /*padding-right: 10px;*/
    margin-right: 11px;
	/*margin-top: 10px;*/
	text-align: center;
	background-image: url('../../image/icon-user.png');
    background-size: 20px 20px;
	background-position: center;
	background-repeat:no-repeat;
    cursor: pointer; cursor: hand;
}
#login-menu {
    margin-left: 812px;
    position: fixed;
    display: none;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    z-index: 101;
    margin-top: 50px;
    float: left;
    border-left:#dfdfdf solid 1px;
    border-right:#dfdfdf solid 1px;
    width: 200px;
    font-size: 14px;
    list-style: none;
    background-color: #e6e8e7;
    cursor: hand; cursor: pointer;
    box-shadow: 1px 1px 1px #DDDDDD;
}
.login-menu-option {
    /*position: fixed;*/
    padding: 20px 0px 7px 30px;
    /*border-bottom: #dfdfdf solid 1px;*/
    height: 30px;
    margin: 0px 0px 1px 0px;
    background-color: #ffffff;
}
.login-menu-option:hover {
    background-color: #e6e8e7;
    /*color: #000000;*/
    /*font-weight: bold;*/

}
#login-response {
    
}
#main-middle {
    width: 100%;
}
#main-middle-block {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#notification-menu {
    overflow: auto;
    float: left;
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 500px;
    margin-left: 580px;
    z-index: 101;
    border-left:#bbbbbb solid 1px;
    border-right:#bbbbbb solid 1px;
    border-bottom:#bbbbbb solid 1px;
    box-shadow: 1px 1px 1px #DDDDDD;
    -webkit-transform: translate3d(0,0,0);
    background-color: #e6e8e7;
}
#notification-menu-list {
    padding: 10px 0px 10px 0px;
    float: right;
    width: 100%;
    font-size: 13px;
    list-style: none;
    cursor: hand; cursor: pointer;
}

/* notification data - not sure if should move somewhere else */
.date {
    float: left;
    width: 100%;
    /*border-bottom: #DAD9D9 solid 1px;*/
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
}
.messages {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    /*color: #ffffff;*/
}
.message {
    float: left;
    width: 100%;
    padding-top: 5px;
    background-color: #ffffff;
    /*border-bottom: #dfdfdf solid 1px;*/
}
.message-notchecked {
    float: left;
    width: 98%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    background-color: #ffffff;
    margin: 1px 0px 0px 0px;
    /*border-bottom: #dfdfdf solid 1px;*/
    height: 50px;
}
.message-notchecked:hover {
    background-color: #efefef;
}
.notification-avatar {
    float: left;
    width: 13%;
    padding-top: 5px;
}
.notification-avatar img{
    max-width: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 5px;
}
.message-detail {
    float: left;
    width: 80%;
    padding-top: 5px;
}
.time {
    float: right;
    padding-left: 5px;
    font-size: 11px;
    padding-right: 20px;
    padding-bottom: 4px;
}
/* notification data - not sure if should move somewhere else */


#main-bottom {
    /*background-color: #ffffff;*/
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#content {
    float: left;
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
 /*   border-left: #dddddd thin solid;
    border-right: #dddddd thin solid;*/
}
#loginform {
    padding: 50px 0px 0px 100px;
    height: 106px;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #efefef;
}
.img-left {
float:left;
}
.img-right {
float:right;
}
#menuleft{
	list-style-type:none;
	margin:0 0 0 0;
}
#dotline{
	float: center;
	width:95%;
	height:5px;
	background-image:url('http://www.gconsole.com/image/dot.gif');
	margin:0 0 0 0
}
h1{
	font-size:25px;
}
h2{
	font-size:17px;
}
#newssearch {
	float:right;
	padding:0 10px 0 0;
}
.img-radius {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 5px;
}
.response {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
    height: 20px;
    padding-top: 10px;
}
#preview{
	padding: 4px 4px 4px 4px;
    font-size:13px;
    font-family: Arial, Helvetica, sans-serif;
}
.img-right {
    float: right;
}
#arrow-down {
    display: none;
    margin-top: 8px;
    margin-right: 8px;
    float: right;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ffffff;
    cursor: pointer; cursor: hand;
}
#arrow-up {
    display: none;
    margin-right: 8px;
    float: right;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
    cursor: pointer; cursor: hand;
}
.banner {
    float: left;
}
#banner1 {
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
    padding-left: 30px;
    /*border-bottom: #dddddd thin solid;*/
    padding-top: 65px;
    height: 85px;
}
#randomnews {
    float: right;
    width: 245px;
    height: 89px;
    margin-right: 10px;
    /* border: 1px solid #ff7d27; */
    overflow: hidden;
}
#randomnews img {
	max-width: 210px;
}
#randomnews-img {
    width: 160px;
}
#randomnews-img img {
    float: left;
    max-width: 160px;
}
#randomnews-header {
    background-color: black;
    width: 100%;
    height: 15px;
    color: white;
    font-size: 10px;
    font-style: italic;
    padding-left: 4px;
    padding-top: 2px;
}
#randomnews-topic a {
    color: white;
    text-decoration: none;
}
#randomnews-topic {
    float: right;
    width: 80px;
    height: 86px;
    font-size: 11px;
    overflow: hidden;
    background-color: #ff7d27;
    padding: 2px 2px 2px 2px;
    line-height: 131%;
}
#banner2 {
    margin-top: 100px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-top: 10px;
    border-top: #dddddd thin solid;
}
#padding-bottom {
    float: left;
    width: 100%;
    height: 40px;
}
#banner3 {
    margin-left: auto;
    margin-right: auto;
    width: 728px;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 85px;
}
#footer {
    float: left;
    width: 100%;
    background-color: #dddddd;
/*    height: 50px;*/
    /*color: white;*/
    padding-top: 10px;
    font-size: 12px;
    /*padding-left: 20px;*/
    margin-top: 20px;
    height: 150px;
    padding-bottom: 20px;
}
#footer-menu {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #efefef;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
}
.footer-menu {
    margin-bottom: 5px;
}
#footer-block {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#footer-block-left {
    float: left;
    width: 50%;
}
#footer-block-right {
    float: left;
    width: 50%;
}
#message {
    width: 700px;
}
#company {
    float: left;
    padding-top: 4px;
}
#stat {
    float: left;
    margin-right: 5px;
}
#aboutus {
    float: right;
    width: 20%;
}
#followus {
    float: right;
    width: 20%;
}
#fb-like {
    float: right;
    padding-top: 1px;
    padding-right: 20px;
}
#choose-theme {
    padding-left: 30%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#addthis {
    float: right;
    padding-right: 10px;
}

/* universal */
.but-click {
    font-size: 13px;
    padding: 5px 8px 5px 8px;
    /*margin-right: 10px;*/
    margin-top: 5px;
    margin-bottom: 5px;
    /*background-color: #f52d45;*/
    border-radius: 4px;
    /*border: #f52d45 1px solid;*/
    border: #000000 1px solid;
    cursor: pointer;
    cursor: hand;
    color: #000000;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.but-click:hover {
    background-image: url('');
    background-color: #000000;
    color: #ffffff;
}
.menu-text {
    float: left;
    margin-left: 7px;
}
.menu-img {
    float: left;
}
.menu-img img {
    max-width: 20px;
}

.tag {
    float: left;
    margin-top: 2px;
    /*background-color: #666666;*/
    margin-left: 2px;
    padding: 0 4px 0 4px;
    /*border-radius: 5px;*/
    cursor: pointer; cursor: hand;
    color: #000000;
    font-size: 11px;
    font-style: italic;
}
.tag a {
	color: #555555;
}
#category-tag {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.new {
    background-color: red;
    color: white;
    font-size: 9px;
    z-index: 10;
    position: absolute;
    margin-left: 40px;
    padding: 1px 1px 1px 1px;
    border-radius: 3px;
    border: #ffffff 1px solid;
}


/* pagelist */
#page {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}
#page:hover {
    background-color: #bbbbbb;
}
#pagenum {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}
#pagenum:hover {
    background-color: #bbbbbb;
}
#page-dotted {
    display: none;
}
#page-current {
    color: white;
    text-align:center;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #333333;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}

/* shared (should be used by every page) */
#main-block {
	float: left;
	width: 100%;
	border-top: 1px #7a7a7a solid;
	border-bottom: 1px #7a7a7a solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	float: left;
}
.wrapper-left {
	float: left;
	width: 30%;
}
.wrapper-right {
	float: left;
	width: 70%;
}
.header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.header2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.header5 {
    font-size: 11px;
}

/* online user */
#onlineuser-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 99%;
	border-top: 1px grey solid;
	padding: 4px 4px 4px 8px;
	font-size: 11px;
	color: #555555;
}

/* input */
.input-long {
	width: 400px;
}
.input-medium {
	width: 250px;
}
.input-small {
	width: 50px;
}

/* block */
.block-header {
	font-weight: bold;
	margin-bottom: 7px;
}
.block-wrap {
	width: 100%;
	float: left;
}
.block-row {
	float: left;
	width: 100%;
}
.block-column {
	float: left;
	padding: 3px 6px 3px 6px;
	font-size: 14px;
}

/* line */
.line1 {
	float: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	border-top: 1px grey solid;
	font-size: 13px;
}

/* alert */
.alert {
    color: red;
}
