* {
    margin: 0;
    padding: 0;
}

html, body {
    color: #000;
}

html > body dd label input {
    vertical-align: text-bottom;
}

html > body table.table1 {
    width: 100%;
}

html {
    font-size: 100%;
}

body {
    font-family: Roboto, Arial, "sans-serif";
    /*font-family: Roboto, "sans-serif";*/
    font-size: 14px;
    padding: 0;
    background-color: #456;
    margin: 0;
}

#dubai-canvas {
    padding: 0px;
    max-width: 1540px;
    min-width: 870px;
    margin: 5px auto;
    padding: 5px;
}

#wrap {
    background-color: #e2dfda;
    padding: 0;
    width: 90%;
    float: left;
    border-radius: 15px;
    min-height: 350px;
    position: relative;
}

#page-header {
    clear: both;
    background: #281f44 url("images/dubai_forums_header.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    border: 1px solid #e2dfda;
}

#page-header input[type=text] {
    border-color: #fff !important;
    box-shadow: inset 1px 1px 3px #777;
    height: 22px;
    padding: 0 !important;
}

#page-header input[type=submit] {
    box-shadow: 1px 1px 3px #000;
    border: none;
}

#site-description h1 span a {
    border-radius: 3px;
    border: 1px solid #000;
    margin-top: 7px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 2px 5px;
    text-shadow: none;
    display: inline-block;
}

h1 {
    margin-right: 200px;
    color: #FFFFFF;
    margin-top: 15px;
    font-weight: bold;
    font-size: 2em;
    text-shadow: 0.1em 0.1em 0.3em #000;
}

h2 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 0.8em 0 0.2em 0;
}

h2.solo {
    margin-bottom: 1em;
}

.subj {
    display: none;
}

h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-bottom: 2px;
    font-size: 1.05em;
    color: #115098;
    margin-top: 20px;
}

.forumDesc{
    font-size: 14px;
}

input {
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.headerspace {
    margin-top: 20px;
}

hr {
    border: 0 none #FFFFFF;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin: 5px 0;
    display: block;
    clear: both;
}

hr.dashed {
    border-top: 1px dashed #CCCCCC;
    margin: 10px 0;
}

hr.divider {
    display: none;
}

a:link, a:visited {
    color: #004477;
    text-decoration: none;
}

a:hover {
    color: #D31141;
    text-decoration: underline;
}

a:active {
    color: #368AD2;
    text-decoration: none;
}

a.down, a.down:link, a.down:active, a.down:visited {
    padding-right: 10px;
}

a.feed-icon-forum {
    float: right;
    margin: 3px;
}

a.forumtitle {
    font-size: 1.2em;
    font-weight: bold;
}

.topictitle {
    /*font-size: 1.1em;*/
    font-weight: bold;
    text-transform: capitalize;
}

.announce, .unreadpost {
    border-color: #33BB66;
}

/*andyba check this to see how it influences borders on unread topics*/
.attachbox {
    float: left;
    width: auto;
    margin: 5px 5px 5px 0;
    padding: 6px;
    background-color: #FFFFFF;
    border: 1px dashed #C9D2D8;
    clear: left;
}

.attachbox dd {
    margin-top: 4px;
    padding-top: 4px;
    clear: left;
    border-top: 1px solid #C9D2D8;
}

.attachbox dd dd {
    border: none;
}

.attachbox dl.thumbnail dd {
    font-size: 100%;
}

.attachbox dt {
    text-transform: uppercase;
}

.attachbox p, .attachbox p.stats {
    line-height: 110%;
    font-weight: normal;
    clear: left;
}

.attach-image {
    margin: 3px 0;
    width: 100%;
    max-height: 850px;
    overflow: auto;
}

.attach-image img {
    border: 1px solid #999999;
    cursor: default;
}

.autowidth {
    width: auto !important;
}

.avatar {
    border: none;
    margin-bottom: 3px;
}

.back2top {
    clear: both;
}

#msgBack {
    position: fixed;
    z-index: 9900;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#ruleContainer {
    background-color: #fff;
    max-width: 900px;
    margin: 5% auto;
    font-size: 15px;
    padding: 30px 30px 70px 30px;
    position: relative;
}

#learned {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #f00;
    border-radius: 0;
}

blockquote {
    background: #EBEADD url("./images/quote.gif") 6px 8px no-repeat;
    border: 1px solid #aaa;
    font-size: 0.95em;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}

blockquote blockquote {
    background-color: #EFEED9;
    font-size: 1em;
    margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
    background-color: #EBEADD;
}

blockquote cite {
    font-style: normal;
    font-weight: bold;
    margin-left: 20px;
    display: block;
    font-size: 0.9em;
}

blockquote dl.codebox {
    margin-left: 0;
}

blockquote.uncited {
    padding-top: 25px;
}

.buttons {
    float: left;
    width: auto;
    height: auto;
}

.clear {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    background: transparent;
}

.clearfix, #tabs, #minitabs, fieldset dl, dl.polls {
    height: 1%;
    overflow: hidden;
}

.column1 {
    float: left;
    clear: left;
    width: 49%;
}

.column2 {
    float: right;
    clear: right;
    width: 49%;
}

.content {
    min-height: 100px;
    overflow: hidden;
    padding: 5px;
    line-height: 150%;
    margin: 25px 0 30px 0;
}

.content h2, .panel h2 {
    color: #000;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.content ul, .content ol {
    margin-bottom: 1em;
    margin-left: 3em;
}

.content dl.faq {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.content li {
    list-style-type: inherit;
}

.content p {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.copyright {
    padding: 5px;
    text-align: center;
    color: #555555;
}

#cp-main .buttons {
    margin-left: 0;
}

#cp-main .content {
    padding: 0;
}

#cp-main {
    float: left;
    width: 90%;
}

#cp-main h2 {
    border-bottom: none;
    padding: 0;
    margin-left: 10px;
    color: #333333;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
    border-color: #A4B3BF;
}

#cp-main .pagination {
    float: right;
    width: auto;
    padding-top: 1px;
}

#cp-main .panel {
    background-color: #F9F9F9;
    min-height: 300px;
    padding: 15px;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
    color: #000000;
    margin-bottom: 2px;
}

#cp-main .panel li.row {
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #F9F9F9;
}

#cp-main .panel ol {
    margin-left: 2em;
    font-size: 1.1em;
}

#cp-main .panel p {
    font-size: 1.1em;
}

#cp-main .pm-message {
    border: 1px solid #DBDEE2;
    margin: 10px 0;
    background-color: #f9f9f9;
    width: auto;
    float: none;
}

#cp-main .pm-message-nav {
    margin: 0;
    padding: 2px 10px 5px 10px;
    border-bottom: 1px dashed #A4B3BF;
    clear: both;
    background-color: #f9f9f9;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
    margin-top: 0;
}

#cp-main .postbody p {
    font-size: 1.1em;
}

#cp-main table.table1 {
    margin-bottom: 1em;
}

#cp-main table.table1 tbody th {
    font-style: italic;
    background-color: transparent !important;
    border-bottom: none;
}

#cp-main table.table1 thead th {
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 5px;
}

#cp-main ul.linklist {
    margin: 0;
}

#cp-menu {
    float: left;
    width: 10%;
    margin-top: 1em;
    margin-bottom: 5px;
}

.cp-mini {
    background-color: #eef5f9;
    padding: 0 5px;
    margin: 10px 15px 10px 5px;
}

.current {
    color: #999999;
}

ul.topiclist {
    display: block;
    list-style-type: none;
    margin: 0;
}

ul.topiclist li {
    display: block;
    list-style-type: none;
    color: #4C5D77;
    margin: 0;
}

ul.topiclist dt {
    display: inline-block;
    /*float: left;*/
    width: 58%;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

ul.topiclist dd {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
}

ul.topiclist dl {
    position: relative;
}

ul.topiclist dd.searchextra {
    color: #333333;
}

ul.topiclist li.row dl {
    padding: 2px 0;
}

.subforum {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px;
    margin: 5px 5px 0 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 14px;
}

.subforum:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f60;
}

.youtubeEmbed {
    margin: 0 -20px 0 -25px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtubeEmbed iframe, .youtubeEmbed object, .youtubeEmbed embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

dd.extra {
    width: 12%;
    line-height: 200%;
    text-align: center;
    font-size: 1.1em;
}

dd.info {
    width: 30%;
}

dd input, dd textarea {
    margin-right: 3px;
}

dd label {
    white-space: nowrap;
    color: #333;
}

.lastpost, .topicAuthor {
    font-size: 13px;
    color: #717d89;
}

dd.lastpost {
    width: 32%;
}

dd.lastpost a {
    /*font-size: 1.2em;*/
    display: inline-block;
    color: #446789;
}

dd.lastpost span, ul.topiclist dd.info span, ul.topiclist dd.time span {
    display: block;
    padding-left: 10px;
}

dd.mark {
    float: right !important;
    width: 3%;
    text-align: center;
    line-height: 200%;
    font-size: 1.2em;
}

dd.option {
    width: 15%;
    line-height: 200%;
    text-align: center;
    font-size: 1.1em;
}

dd.posts, dd.topics, dd.views {
    width: 8%;
    text-align: left;
    line-height: 1.2em;
    font-size: 11px;
    color: #717d89;
}

dd select {
    width: auto;
}

dd textarea {
    width: 85%;
}

dd.time {
    width: auto;
    line-height: 200%;
    font-size: 1.1em;
}

div.buttons a {
    float: left;
    margin: 12px 2px 12px 0;
    display: block;
    border: 1px solid #333;
    padding: 3px 6px;
}

div.buttons a, input[type=submit], .buton {
    font-size: 1em;
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 1px 1px 12px -2px #000;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

input[type=submit], input[type=button], .buton {
    padding: 3px 6px;
}

.buton {
    display: inline-block;
    cursor: pointer;
}

.buton:hover {
    background-color: #fff876;
}

div.buttons a:hover, input[type=submit]:hover, input[type=button]:hover, ul.tact li a:hover, ul.tact li div:hover {
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
}

div[class].topic-actions {
    height: auto;
}

div#dubaitopmenu {
    width: 100px;
    position: fixed;
    top: 100px;
    background-color: #e2dfda;
    border-radius: 0 10px 10px 0;
    padding: 6px 10px 6px 0;
}

div#dubaitopmenu a:active {
    color: #060;
    background: #ccc;
}

div#dubaitopmenu a, #dubaitopmenu a:visited, #joinForum {
    color: #000;
}

div#dubaitopmenu a, #dubaitopmenu h2, #joinForum {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 8px 12px;
    font-size: 1.3em;
    background-color: #fff;
    text-decoration: none;
}

div#dubaitopmenu a:hover, #joinForum:hover {
    color: #fff;
    background: #f60;
}

div#dubaitopmenu h2 {
    color: #666;
}

div#dubaitopmenu h2:hover {
    background: #ccc;
}

div#dubaitopmenu ul {
    list-style: none;
    margin: 0;
    float: right;
    width: 100px;
}

div#dubaitopmenu ul ul a, #dubaitopmenu ul ul h2, #dubaitopmenu ul ul ul a, #dubaitopmenu ul ul ul h2 {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

div#dubaitopmenu ul ul {
    border: 1px solid #000;
    position: absolute;
    z-index: 500;
    top: 0;
    left: -17em;
    display: none;
    width: 17.7em;
    box-shadow: -2px 2px 5px #000;
    background-color: #fff;
}

div#dubaitopmenu ul ul ul {
    position: absolute;
    top: 0px;
    left: -25em;
    border: 1px solid #000;
    width: 25em;
    height: auto;
}

div#dubaitopmenu > ul > li > a, #dubaitopmenu > ul > li > h2, #joinForum {
    border-radius: 10px;
    border: 1px solid #e2dfda;
    margin: 0;
    background-color: #e2dfda;
}

div#dubaitopmenu > ul > li > a:hover, #dubaitopmenu > ul > li > h2:hover {
    border: 1px solid #000;
    box-shadow: -2px 2px 5px #000;
    background-color: #fff;
}

div#dubaitopmenu > ul > li > a:hover {
    color: #f30;
}

div#dubaitopmenu > ul > li > h2:hover {
    color: #666;
}

div#dubaitopmenu li:hover {
    cursor: pointer;
    z-index: 100;
}

div#dubaitopmenu li.navigation a {
    padding: 0px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #000;
    height: 25px;
    width: 25px;
    display: block;
    text-align: center;
    vertical-align: middle;
}

div#dubaitopmenu li {
    position: relative;
}

div#dubaitopmenu li:hover ul ul, div#dubaitopmenu li li:hover ul ul, div#dubaitopmenu li li li:hover ul ul, div#dubaitopmenu li li li li:hover ul ul {
    display: none;
}

div#dubaitopmenu li:hover ul, div#dubaitopmenu li li:hover ul, div#dubaitopmenu li li li:hover ul, div#dubaitopmenu li li li li:hover ul {
    display: block;
}

div#dubaitopmenu a.x, #dubaitopmenu a.x:visited {
    font-weight: normal;
    color: #000;
    background: #eee;
}

div#dubaitopmenu a.x:hover {
    color: #fff;
    background: #000;
}

div#dubaitopmenu a.x:active {
    color: #060;
    background: #ccc;
}

div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
    display: block;
    margin-bottom: 4px;
}

div.rules {
    background-color: #100;
    color: #f66;
    padding: 20px;
    margin: 10px 0;
    font-size: 1.7em;
    border-radius: 15px;
    border: 3px solid #f00;
}

div.rules a {
    color: #f00;
    text-decoration: underline;
}

dl.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 200px;
    white-space: normal;
    padding-top: 5px;
    font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, mono;
    line-height: 1.3em;
    color: #2E8B57;
    margin: 2px 0;
}

dl.codebox dt {
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
}

dl.codebox {
    padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid #C9D2D8;
    font-size: 1em;
}

dl.details dd {
    margin-left: 0;
    padding-left: 5px;
    margin-bottom: 5px;
    color: #000;
    float: left;
    width: 65%;
    font-weight: bold;
}

dl.details dt {
    float: left;
    clear: left;
    width: 30%;
    text-align: right;
    color: #333;
    display: block;
}

dl.details {
    font-size: 1.3em;
}

dl.faq dt {
    font-weight: bold;
    color: #333333;
}

dl.faq {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 2em;
    line-height: 1.4em;
}

dl.file dd {
    color: #666666;
    margin: 0;
    padding: 0;
}

dl.file dt {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.file {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
}

dl.icon {
    min-height: 35px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

li.row dl.icon dt {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 5px 95%;
}

dl.icon dt ol, dl.icon dt ul {
    list-style-position: inside;
    margin-left: 1em;
}

dl.icon dt li {
    display: list-item;
    list-style-type: inherit;
}

dl.mini dd {
    padding-top: 4px;
}

dl.mini dt {
    font-weight: bold;
    color: #425067;
}

dl.noicon dt {
    padding-left: 15px;
    /*width: 57%;*/
}

dl.noicon {
    min-height: 10px;
}

dl.pmlist dd {
    margin-left: 61% !important;
    margin-bottom: 2px;
}

dl.pmlist dt textarea {
    width: 95%;
}

dl.pmlist dt {
    width: 60% !important;
}

dl.thumbnail dd {
    color: #666666;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.thumbnail dt a:hover {
    background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
    border: 1px solid #368AD2;
}

dl.thumbnail img {
    padding: 3px;
    border: 1px solid #666666;
    background-color: #FFF;
}

dt label {
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error {
    color: #BC2A4D;
    font-weight: bold;
    font-size: 1em;
}

.fieldsbg {
    background-color: #E7E8EA;
}

fieldset {
    border-width: 0;
    font-size: 1.0em;
}

fieldset dd {
    margin-bottom: 3px;
    max-width: 640px;
    display: inline-block;
}

fieldset.display-actions label {
    white-space: nowrap;
    padding-right: 2px;
}

fieldset.display-actions {
    text-align: right;
    line-height: 2em;
    white-space: nowrap;
    padding-right: 1em;
}

fieldset.display-options {
    text-align: center;
    margin: 10px 0 5px 0;
    float: left;
    padding: 12px 0 5px 0;
}

fieldset.display-options a {
    margin-top: 3px;
}

fieldset.display-options label {
    white-space: nowrap;
    padding-right: 2px;
}

fieldset dl:hover dt label {
    color: #f00;
}

fieldset dl {
    padding: 4px 0;
}

fieldset dt {
    min-width: 140px;
    text-align: left;
    display: inline-block;
}

fieldset.fields1 {
    background-color: transparent;
}

fieldset.fields1 dd {
    border-left-width: 0;
}

fieldset.fields1 div {
    margin-bottom: 3px;
}

fieldset.fields1 dt {
    width: 15em;
    border-right-width: 0;
}

fieldset.fields2 dd {
    border-left-width: 0;
}

fieldset.fields2 dl:hover dt label {
    color: inherit;
}

fieldset.fields2 dt {
    width: 15em;
    border-right-width: 0;
}

fieldset.forum-selection2 {
    margin: 13px 0 3px 0;
    float: right;
}

fieldset.forum-selection {
    margin: 5px 0 3px 0;
    float: right;
}

fieldset.jumpbox {
    text-align: right;
    margin-top: 15px;
    height: 2.5em;
}

fieldset.polls dd div {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 2px;
    overflow: visible;
    min-width: 2%;
}

fieldset.polls dd {
    float: left;
    width: 10%;
    border-left: none;
    padding: 0 5px;
    margin-left: 0;
    font-size: 1.1em;
}

fieldset.polls dd input {
    margin: 2px 0;
}

fieldset.polls dd.resultbar {
    width: 50%;
}

fieldset.polls dl {
    margin-top: 5px;
    border-top: 1px solid #DCDEE2;
    padding: 5px 0 0 0;
    line-height: 120%;
    color: #666666;
}

fieldset.polls dl.voted {
    font-weight: bold;
    color: #000000;
}

fieldset.polls dt {
    text-align: left;
    float: left;
    display: block;
    width: 30%;
    border-right: none;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

fieldset.polls {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.quick-login input.inputbox {
    width: 15%;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #f2f3f3;
}

fieldset.quick-login input {
    width: auto;
}

fieldset.quick-login label {
    white-space: nowrap;
    padding-right: 2px;
}

fieldset.quick-login {
    margin-top: 5px;
}

fieldset.quickmod {
    width: 50%;
    float: right;
    text-align: right;
    height: 2.5em;
}

fieldset.sort-options {
    line-height: 2em;
}

fieldset.submit-buttons input {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

fieldset.submit-buttons {
    text-align: center;
    vertical-align: middle;
    margin: 5px 0;
}

*:first-child + html dl.details dd {
    margin-left: 30%;
    float: none;
}

.footer {
    width: 90%;
    float: left;
    margin: 20px 0;
    border-radius: 15px;
    background-color: #fdfdfd;
}

.forabg, .forumbg {
    background-color: #587280;
    margin-bottom: 4px;
    padding: 0 0 5px 0;
    clear: both;
    border-radius: 8px;
    border: 1px solid #444;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

#wrap {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.forumbg {
    background-color: #003366;
}

#format-buttons input, #format-buttons select {
    vertical-align: middle;
}

#format-buttons {
    margin: 15px 0 2px 0;
}

.forumbg table.table1 {
    margin: 0 -2px -1px -1px;
}

.friend-offline {
    font-style: italic;
}

.friend-online {
    font-weight: bold;
}

.full {
    width: 95%;
}

#gallery label:hover {
    background-color: #EEE;
}

#gallery label {
    position: relative;
    float: left;
    margin: 10px;
    padding: 5px;
    width: auto;
    background: #FFFFFF;
    border: 1px solid #CCC;
    text-align: center;
}

img {
    border-width: 0;
}

.inputbox {
    background-color: #f9f9f9;
    border: 1px solid #666;
    color: #666;
    padding: 5px;
    cursor: text;
    box-shadow: inset 1px 1px 3px #000;
}

.inputbox:focus {
    background-color: #FFFFFF;
    border: 1px solid #000;
    color: #000;
}

input.disabled {
    font-weight: normal;
    color: #666666;
}

input.inputbox {
    width: 85%;
}

input.medium {
    width: 50%;
}

input.narrow {
    width: 25%;
}

input.tiny {
    width: 140px;
}

label {
    cursor: default;
    padding-right: 5px;
    color: #000;
}

label img, label input {
    vertical-align: middle;
}

.left-box {
    float: left;
    width: auto;
    text-align: left;
}

li.header dd {
    margin-left: 1px;
}

li.header dl.icon dt {
    padding-left: 5px;
    padding-right: 40px;
}

li.header dl.icon, li.header dl.noicon {
    min-height: 0;
}

li.header dt {
    font-weight: bold;
}

li.header dt, li.header dd {
    line-height: 1.2em;
    border-left-width: 0;
    margin: 0;
    color: #e4e4e9;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: normal;
}

li.pagination {
    margin-top: 0;
}

li.reported:hover {
    background-color: #ECD5D8;
}

li.row {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin-bottom: 2px;
    padding: 15px 0;
}

li.row strong {
    font-weight: normal;
    color: #000000;
}

.mcp-main .postbody {
    width: 100%;
}

.medium {
    width: 50%;
}

#message-box {
    width: 80%;
}

#message-box textarea {
    width: 100%;
    font-size: 1.3em;
    color: #333333;
}

#minitabs {
    line-height: normal;
    margin: -20px 7px 0 0;
}

#minitabs a:hover {
    text-decoration: none;
}

#minitabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minitabs li {
    display: block;
    float: right;
    padding: 0 10px 4px 10px;
    font-size: 1em;
    font-weight: bold;
    background-color: #E1EBF2;
    margin-left: 2px;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
    color: #333333;
}

#minitabs li.activetab {
    background-color: #F9F9F9;
}

.narrow {
    width: 25%;
}

.navbar {
    padding: 0 10px;
    margin: 1px 30px;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#navigation a {
    display: block;
    padding: 5px;
    margin: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    background-color: #eee;
    border-radius: 8px 0 0 8px;
    border: 1px solid #333;
    min-height: 25px;
    border-right: #eee;
}

#navigation a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f00;
}

#navigation #active-subsection a {
    display: block;
    color: #D31141;
    background-color: #f9f9f9;
    margin-right: -1px;
    position: relative;
}

#navigation li {
    margin: 1px 0;
    padding: 0;
    font-weight: bold;
    display: inline;
}

#navigation ul {
    list-style: none;
}

#navigation {
    width: 100%;
    padding-top: 40px;
}

.notice {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    width: auto;
    margin: 1.5em;
    padding: 0.2em;
    font-size: 1em;
    border-top: 1px dashed #CCCCCC;
    clear: left;
    line-height: 130%;
}

ol.def-rules li {
    line-height: 180%;
    padding: 1px;
}

ol.def-rules {
    padding-left: 0;
}

.online {
    background-image: url("../imageset/en/icon_user_online.gif");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

option.disabled-option {
    color: graytext;
}

option {
    padding-right: 1em;
}

#page-body {
    margin: 0px 10px;
    clear: both;
}

#page-footer {
    clear: both;
}

.pagination {
    height: 1%;
    width: auto;
    text-align: right;
    margin-top: 12px;
    float: right;
    font-size: 1.3em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin: 0 4px;
    padding: 0 6px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    line-height: 1.8em;
}

.pagination span a:hover {
    border-color: #000;
    background-color: #ff6600;
    color: #FFF;
    text-decoration: none;
}

.pagination span.page-sep {
    display: none;
}

.pagination span strong {
    padding: 4px;
    margin: 0 4px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000;
    border: none;
    border-radius: 16px;
}

.pagination strong, .pagination b {
    font-weight: normal;
}

.panel {
    margin-bottom: 4px;
    padding: 6px 10px;
    background-color: #ECF1F3;
    color: #28313F;
    border-radius: 15px;
    border: 1px solid #333;
    position: relative;
}

.panel h3 {
    margin: 0.5em 0;
}

.panel p {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

p.author {
    margin: 0 15em 0.6em 0;
    padding: 0 0 5px 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

p {
    line-height: 1.3em;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

.pm-legend {
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    margin-bottom: 3px;
    padding-left: 3px;
}

.pmlist li.bg1 {
    border: solid 3px transparent;
    border-width: 0 3px;
}

.pmlist li.bg2 {
    border: solid 3px transparent;
    border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
    border: solid 3px #000000;
    border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
    border: solid 3px #5D8FBD;
    border-width: 0 3px;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
    border: solid 3px #FF6600;
    border-width: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
    border-left-color: #BC2A4D;
    border-right-color: #BC2A4D;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
    border: solid 3px #A9B8C2;
    border-width: 0 3px;
}

#pm-menu {
    line-height: 2.5em;
}

.pm-message .attachbox {
    background-color: #F2F3F3;
}

.pm-message h2 {
    padding-bottom: 5px;
}

.pm-panel-header {
    margin: 0;
    padding-bottom: 2px;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

#cp-main .pm-panel-header {
    min-height: 15px;
}

.pm-panel-message {
    padding-top: 10px;
    border-radius: 0 0 15px 15px;
    border-top: none;
}

.pm .postprofile {
    border-left-color: #DDDDDD;
}

.pm-return-to {
    padding-top: 23px;
}

.pollbar1 {
    background-color: #AA2346;
    border-bottom: 1px solid #74162C;
    border-right: 1px solid #74162C;
}

.pollbar2 {
    background-color: #BE1E4A;
    border-bottom: 1px solid #8C1C38;
    border-right: 1px solid #8C1C38;
}

.pollbar3 {
    background-color: #D11A4E;
    border-bottom: 1px solid #AA2346;
    border-right: 1px solid #AA2346;
}

.pollbar4 {
    background-color: #E41653;
    border-bottom: 1px solid #BE1E4A;
    border-right: 1px solid #BE1E4A;
}

.pollbar5 {
    background-color: #F81157;
    border-bottom: 1px solid #D11A4E;
    border-right: 1px solid #D11A4E;
}

.postbody {
    padding: 0;
    width: 80%;
    float: right;
    clear: both;
    position: relative;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

#postingbox {
    position: relative;
}

#showPreviewButon {
    border: 1px solid #000;
    position: absolute;
    top: 5px;
    right: 5px;
}

#livePreview {
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

#livePreview:before {
    content: 'Live Preview (click to hide)';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #090;
}

.postbody .content, #livePreview {
    font-size: 1.3em;
    color: #111;
    padding: 20px 25px;
}

.postbody .content img, #livePreview img {
    max-width: 100%;
    height: auto;
}

.postbody h3 {
    font-size: 1.5em;
    padding: 5px;
    margin: 0 0 0.3em 0 !important;
    text-transform: none;
    border: none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    line-height: 125%;
}

.postbody h3.first {
    font-size: 1.7em;
}

.postbody .ignore {
    font-size: 1.1em;
}

.postbody ul.profile-icons {
    float: right;
    width: auto;
    padding: 0;
}

.postbody ul.profile-icons li {
    margin: 0 3px;
}

.posthilit {
    background-color: #F3BFCC;
    color: #BC2A4D;
    padding: 0 2px 1px 2px;
}

.post-ignore .postbody {
    display: none;
}

.postlink {
    text-decoration: none;
    color: #368AD2;
    border-bottom: 1px solid #368AD2;
    padding-bottom: 0;
}

.postlink:active {
    color: #368AD2;
}

.postlink:hover {
    background-color: #D0E4F6;
    color: #0D4473;
    text-decoration: none;
}

.postlink:visited {
    color: #5D8FBD;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
}

.post {
    padding: 5px 0;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 15px;
    border: 1px solid #333;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.postprofile {
    margin: 5px 0 10px 0;
    min-height: 60px;
    color: #666666;
    width: 15%;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.postprofile a, .postprofile dt.author a {
    font-weight: bold;
}

.postprofile dd, .postprofile dt {
    line-height: 1.2em;
    margin-left: 8px;
    font-size: 12px;
}

.postprofile dt a {
    font-size: 1.3em;
}

.postprofile strong {
    font-weight: normal;
    color: #000000;
}

.post:target .content {
    color: #000000;
}

.post:target h3 a {
    color: #000000;
}

.reply-all {
    display: block;
    padding-top: 4px;
    clear: both;
    float: left;
}

#review {
    margin-top: 2em;
}

.right-box {
    float: right;
    width: auto;
    text-align: right;
}

.row .noicon dd.posts, .row .noicon dd.topics, .row .noicon dd.views {
    width: 8%;
    text-align: center;
    line-height: 1.2em;
}

.row .pagination {
    display: block;
    float: right;
    width: auto;
    padding: 4px 0 0 15px;
    margin: 0 2px;
    font-size: 1em;
}

.row .pagination span a:hover, li.pagination span a:hover {
    background-color: #ff6600;
}

.row .pagination span a, li.pagination span a {
    background-color: #FFFFFF;
    margin: 2px;
    padding: 0 5px;
}

.search-box {
    margin: 12px;
    float: left;
}

.search .postbody {
    width: 68%
}

.search .postprofile {
    width: 30%;
}

.search .postprofile a {
    color: #105289;
    text-decoration: none;
    font-weight: normal;
}

.search .postprofile a:hover {
    color: #D31141;
    text-decoration: underline;
}

select {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #666666;
    padding: 1px;
    background-color: #FAFAFA;
    color: #000;
}

.sep {
    color: #1198D9;
}

.signature {
    margin: 20px 10px 40px 10px;
    padding-top: 0.2em;
    font-size: 1.1em;
    border-top: 1px solid #CCCCCC;
    clear: left;
    line-height: 140%;
    overflow: hidden;
    width: 100%;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
    border: none;
    text-decoration: underline;
    background-color: transparent;
}

#simple-wrap {
    padding: 6px 10px;
}

#site-description {
    padding: 10px;
}

#site-description h1, #site-description h1 a, #site-description h1 span {
    margin: 0;
    color: #fff;
    display: inline-block;
}

#site-description h1 span a:hover {
    text-decoration: none;
    background-color: #f60;
    color: #fff;
}

.skiplink {
    position: absolute;
    left: -999px;
    width: 990px;
}

.small {
    font-size: 0.9em !important;
}

#smiley-box {
    width: 18%;
    float: right;
}

#smiley-box img {
    margin: 3px;
}

li.sticky, li.announce {
    background-color: #fffbf7;
}

/*Later add background colors to stycky and anounce topics*/
.syntaxbg {
    color: #FFFFFF;
}

.syntaxcomment {
    color: #FF8000;
}

.syntaxdefault {
    color: #0000BB;
}

.syntaxhtml {
    color: #000000;
}

.syntaxkeyword {
    color: #007700;
}

.syntaxstring {
    color: #DD0000;
}

table.info tbody th {
    color: #000000;
}

table.table1 {
    width: 99%;
}

table.table1 .active {
    text-align: left;
    width: 15%;
}

table.table1 .info div {
    width: 100%;
    white-space: normal;
    overflow: hidden;
}

table.table1 .info {
    text-align: left;
    width: 30%;
}

table.table1 .joined {
    text-align: left;
    width: 15%;
}

table.table1 .name {
    text-align: left;
}

table.table1 .posts {
    text-align: center !important;
    width: 7%;
}

table.table1 span.rank-img {
    float: right;
    width: auto;
}

table.table1 tbody td {
    padding: 5px;
    border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
    border-bottom-color: #000000;
    color: #333333;
    background-color: #FFFFFF;
}

table.table1 tbody tr {
    border: 1px solid #BFC1CF;
}

table.table1 tbody tr:hover {
    background-color: #CFE1F6;
    color: #000;
}

table.table1 td {
    color: #536482;
    font-size: 1.1em;
}

table.table1 thead th {
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 1em;
    padding: 0 0 4px 3px;
}

table.table1 thead th span {
    padding-left: 7px;
}

#tabs {
    line-height: normal;
    margin: 20px 0 -1px 20px;
    min-width: 570px;
}

#tabs a {
    display: block;
    float: left;
    background-color: #f2f2f2;
    margin: 0 1px 0 0;
    padding: 6px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 8px 8px 0 0;
    color: #536482;
    white-space: nowrap;
}

#tabs a:hover {
    background-color: #fff;
    color: #BC2A4D;
}

#tabs .activetab a {
    border-bottom: 1px solid #d7dbdd;
    padding: 5px 8px 7px 8px;
    color: #000;
    background-color: #d7dbdd;
}

#tabs li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea, .qreply {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    padding: 10px;
    line-height: 1.4em;
    box-shadow: inset 1px 1px 5px #000;
    border: 1px solid #000;
    border-radius: 8px;
}

textarea {
    width: 60%;
}

.qreply:focus {
    outline: none;
}

textarea.inputbox {
    width: 85%;
}

#timezone {
    width: 95%;
}

.tiny {
    width: 10%;
}

.titlespace {
    margin-bottom: 15px;
}

.topic-actions {
    margin-bottom: 3px;
    font-size: 1.1em;
    height: 28px;
    min-height: 28px;
    clear: both;
}

#topicreview {
    padding-right: 5px;
    overflow: auto;
    height: 300px;
}

#topicreview h2 {
    border-bottom-width: 0;
}

#topicreview .postbody {
    width: auto;
    float: none;
    margin: 0;
    height: auto;
}

#topicreview .post {
    height: auto;
}

#top {
    position: absolute;
    top: -20px;
}

.ucprowbg {
    background-color: #DCDEE2;
}

ul.cplist {
    margin-bottom: 5px;
    border-top: 1px solid #B5C1CB;
}

ul.forums {
    padding: 3px 0;
}

ul.linklist {
    display: block;
    margin: 0;
    min-height: 30px;
}

ul.linklist li {
    display: block;
    list-style-type: none;
    float: left;
    width: auto;
    margin-right: 5px;
    font-size: 1.1em;
    line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    text-align: right;
}

ul.navlinks {
    border-bottom-color: #FFFFFF;
}

ul.tact {
    position: absolute;
    bottom: 10px;
    left: 10px;
    list-style: none;
    display: none;
}

ul.tact li {
    float: left;
    margin-right: 10px;
}

ul.tact li a, ul.tact li div {
    display: block;
    padding: 5px 8px;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #000;
    font-weight: bold;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

ul.profile-icons {
    padding-top: 10px;
    list-style: none;
}

ul.profile-icons li {
    float: left;
    margin: 0 6px 3px 0;
    background-position: 0 100%;
}

ul.profile-icons li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}

ul.profile-icons li a:hover {
    background: none;
}

ul.profile-icons li.pm-icon {
    width: 28px;
    height: 20px;
}

ul.profile-icons li span {
    display: none;
}

ul.searchresults {
    list-style: none;
    text-align: right;
    clear: both;
}

.bg1 {
    background-color: #f6f9ff;
}

.bg2 {
    background-color: #fff;
}

.bg3 {
    background-color: #d7dbdd;
}

.username-coloured {
    font-weight: bold;
    display: inline !important;
    padding: 0 !important;
}

.navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
    color: #FFFFFF;
}

.navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
    color: #FFFFFF;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #A8D8FF;
}

.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
    color: #C8E6FF;
}

#postingbox .panel {
    min-height: 15px;
}

ul.profile-icons li.email-icon, ul.profile-icons li.aim-icon, ul.profile-icons li.yahoo-icon, ul.profile-icons li.web-icon, ul.profile-icons li.msnm-icon, ul.profile-icons li.icq-icon, ul.profile-icons li.jabber-icon {
    width: 20px;
    height: 20px;
}

.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 0 17px;
}

.email-icon, .email-icon a, .aim-icon, .aim-icon a, .yahoo-icon, .yahoo-icon a, .web-icon, .web-icon a, .msnm-icon, .msnm-icon a, .icq-icon, .icq-icon a, .jabber-icon, .jabber-icon a, .pm-icon, .pm-icon a {
    background: none top left no-repeat;
}

.icon-bookmark {
    background-image: url("./images/icon_bookmark.gif");
}

.icon-bump {
    background-image: url("./images/icon_bump.gif");
}

.icon-subscribe {
    background-image: url("./images/icon_subscribe.gif");
}

.icon-unsubscribe {
    background-image: url("./images/icon_unsubscribe.gif");
}

.icq-icon, .icq-icon a {
    background-image: url("../imageset/icon_contact_icq.gif");
}

.msnm-icon, .msnm-icon a {
    background-image: url("../imageset/icon_contact_msnm.gif");
}

.aim-icon, .aim-icon a {
    background-image: url("../imageset/icon_contact_aim.gif");
}

.jabber-icon, .jabber-icon a {
    background-image: url("../imageset/icon_contact_jabber.gif");
}

.email-icon, .email-icon a {
    background-image: url("../imageset/icon_contact_email.gif");
}

.pm-icon, .pm-icon a {
    background-image: url("../imageset/en/icon_contact_pm.gif");
}

.web-icon, .web-icon a {
    background-image: url("../imageset/icon_contact_www.gif");
}

.yahoo-icon, .yahoo-icon a {
    background-image: url("../imageset/icon_contact_yahoo.gif");
}

.qr {
    font-size: 1.5em;
    font-weight: bold;
    color: #f30;
    cursor: pointer;
    padding-right: 5px;
}

.qr:hover {
    color: #000;
}

.qreply {
    overflow: auto;
    background-color: #fff;
    font-size: 1.2em;
    min-height: 50px;
    margin: 20px 5px 5px 0;
}

.qreply img {
    max-width: 90%;
    height: auto;
}

#qr_ns_editor_div.qrpanel {
    position: fixed;
    bottom: 0px;
    z-index: 9500;
    box-shadow: 1px 1px 10px #000;
    margin: 0 0 0 -10px;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    background-color: #f60;
}

.qrpanel .qreply {
    font-size: 1.2em;
}

.qrpanel > b {
    color: #fff;
}

#welcome {
    font-size: 1.4em;
    padding: 10px;
    background-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#welcome ol {
    padding-left: 25px;
}

#welcome li {
    padding-top: 5px;
    font-weight: bold;
}

#welcome li span {
    font-weight: normal;
}

.gsearch {
    padding: 12px 15px 0 0;
    float: right;
}

.reported {
    background-color: #F7AAAA;
    border-color: #c00;
}

#message {
    font-size: 1.5em;
}

textarea:focus, input:focus {
    outline: none;
}

li.gbg {
    background-color: #fff;
}


div#dubaitopmenu a.dubaijobs, a.dubaijobs {
    display: inline-block;
    float: right;
    width: 130px;
    min-height: 70px;
    font: bold 18px/140% Verdana,Arial;
    color: #000;
    background: #fff;
    text-align: center;
     margin: 10px -5px 0 0;
    padding: 10px 5px;
    border-radius: 10px;
    white-space: normal;
    box-shadow: 2px 2px 7px #000;
}

a.dubaijobs.profile {
    width: 48%;
    box-sizing: border-box;
    font-size: 1.8em;
    font-size: 3.6vw;
    margin: 5px 0;
    float: none;
    height: 10vw;
    max-height: 155px;
    vertical-align: middle;
}

a.dubaijobs.profile span{
    font-size: 2.2vw;
}

div#dubaitopmenu a.dubaijobs:hover, a.dubaijobs:hover {
    border: 1px solid #c00;
    text-decoration: none;
}

div#dubaitopmenu a.dubaijobs span, a.dubaijobs span {
    display: block;
    font: normal 12px/130% Arial
}

div#dubaitopmenu a.dubaijobs b, a.dubaijobs b {
    color: #c00;
}

div#dubaitopmenu a.dubaijobs:hover b, a.dubaijobs:hover b {
    color: #f00;
}

.highlight {
    background-color: #fff876;
}

#readForumRules {
    float: right;
    border: 1px solid #666;
    color: #000;
}

.date {
    padding: 0 10px;
    color: #d60;
}

#mainfields {
    position: relative;
    min-height: 300px;
}

#mainfields .inputbox, #mainfields #submit {
    font-size: 20px;
    font-weight: bold;
    font-variant: normal;
}

#qr_ns_editor_div {
    position: relative;
}

#mainfields span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
}

#mainfields label {
    font-size: 20px;
}

.valid {
    border-color: #070;
    color: #070;
}

#imagebox {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;

}

#imagebox img {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}

.pointer {
    cursor: pointer;
}

#welcomeName {
    font-size: 13px;
    margin-top: -48px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
    font-family: Arial;
}

.gMaps {
    margin-left: -20px;
    z-index: 900;
}

#facebookLikeBtn, #googleLikeBtn, #twitterBtn {
    margin: 15px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;

}

#facebookLikeBtn {
    background-image: url("images/social/Facebook.png");
}

#googleLikeBtn {
    background-image: url("images/social/Google-Plus.png");
}

#twitterBtn {
    background-image: url("images/social/Twitter.png");
}

.social {
    padding: 8px;
    width: 120px;
    float: left;
    position: absolute;
    bottom: -370px;
}

.spm {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-right: 12%;
    background-color: #f00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.cancel {
    display: block;
    position: absolute;
    background-color: #fff;
    top: -15px;
    right: -10px;
    border-radius: 20px;
    padding: 7px 10px;
    border: 1px solid #900;
    cursor: pointer;
    color: #a00;
}

.cancel:hover {
    color: #fff;
    background: #a00;
}

.post:hover .spm, .post:hover .tact {
    display: block;
}

.spm:hover {
    background-color: #f82;
}

.spm:active {
    background-color: #c00;
}

.spm:before {
    content: 'Report';
    display: block;
    font-style: normal;
    font-weight: bold;
}

.avatarImg {
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.messageContainer {
    display: block;
    min-height: 50px;
    z-index: 500;
    padding: 10px 20px 10px 10px;
    color: #000;
    background-color: #f00;
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin-right: 12%;
    border-radius: 15px;
}

.messageContainer div {
    display: block;
    margin: 10px auto;
    padding: 10px;
}

/*.responsiveGads{width: 980px; height: 120px; overflow: hidden;}*/
/*.responsiveGads{width: 100%; height: 120px; overflow: hidden;}*/
/*.responsiveGads{width: 100%;}*/
.responsiveGads {
    width: 90%;
    margin: 25px 15px;
}

.Gads300 {
    margin: 15px auto 65px auto;
    width: 336px;
    padding: 10px 0
}

#verydoge {
    position: fixed;
    display: block;
    top: 10px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    background-image: url("https://www.dubaiforums.com/images/verydoge120df.png");
    background-size: 100%;
    background-repeat: no-repeat;
}


.gamead{
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #555;
    overflow: hidden;
    vertical-align: middle;
    margin: 5px 1%;
    background-color: #772437;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.gamead img{
    display: block;
}

.gamead:hover{
    filter: contrast(140%) brightness(140%);
}

.header .lastpost{
    text-align: right;
    padding-right: 15px;
}

@media only screen
and (max-width: 1130px) {
    #site-description h1 span strong {
        display: none;
    }

    /*.responsiveGads{width: 728px; height: 90px;}*/
    /*.responsiveGads{height: 90px;}*/
}

@media only screen
and (max-width: 880px) {

    .postbody h3 {
        padding-top: 80px;
    }

    #verydoge {
        display: none;
    }

    div#dubaitopmenu a.dubaijobs, .signature, #page-body .header .posts {
        display: none;
    }

    #dubai-canvas {
        width: 100%;
        padding: 0;
        margin: 0;
        min-width: 240px;
    }

    #page-header, .forabg, .forumbg, .panel, .post {
        border-radius: 0;
        border: none;
    }

    .post {
        border-bottom: 1px solid #999;
    }

    .forabg, .forumbg, .post, #wrap {
        box-shadow: none;
    }

    #page-body {
        margin: 0;
    }

    .topic-actions, #page-body h2, .forumdDescription {
        padding: 3px;
    }

.forumdDescription{
    color: #555;
    font-size: 14px;
    line-height: 120%;
}

    #wrap {
        width: 100%;
        border-radius: 0;
        margin: 34px 0 0 0;
        padding: 0;
    }

    #facebookLikeBtn, #googleLikeBtn, #twitterBtn {
        margin: 0 0 0 5px;
        float: left;
        width: 46px;
        height: 46px;
    }

    .social {
        padding: 2px;
        width: 125px;
        float: left;
        position: relative;
        bottom: auto;
        margin-top: -5px;
    }

    div#dubaitopmenu {
        width: 100%;
        height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 0;
        padding: 0;
        border-bottom: 1px solid #000;
    }

    div#dubaitopmenu a:active {
        color: #060;
        background: #fff;
    }

    div#dubaitopmenu a, #dubaitopmenu a:visited, #joinForum {
        color: #000;
    }

    div#dubaitopmenu a, #dubaitopmenu h2, #joinForum {
        margin: 0;
        padding: 8px;
        font-size: 1.3em;
        background-color: #fff;
        text-decoration: none;
    }

    div#dubaitopmenu a:hover, #joinForum:hover {
        color: #fff;
        background: #f60;
    }

    div#dubaitopmenu h2 {
        color: #666;
    }

    div#dubaitopmenu h2:hover {
        background: #ccc;
    }

    div#dubaitopmenu ul {
        list-style: none;
        margin: 0;
        float: right;
        width: 70px;
        position: relative;
    }

    div#dubaitopmenu ul ul a, #dubaitopmenu ul ul h2, #dubaitopmenu ul ul ul a, #dubaitopmenu ul ul ul h2 {
        padding: 8px;
        border-bottom: 1px solid #ccc;
        white-space: normal;
    }

    div#dubaitopmenu ul ul {
        border: 1px solid #000;
        position: fixed;
        z-index: 500;
        top: 33px;
        right: 0;
        left: auto;
        display: none;
        width: 150px;
        box-shadow: -2px 2px 5px #000;
        background-color: #fff;
    }

    div#dubaitopmenu ul ul ul {
        position: absolute;
        top: 0;
        left: -150px;
        right: auto;
        border: 1px solid #000;
        width: 150px;
        height: auto;
    }

    div#dubaitopmenu > ul > li > a, #dubaitopmenu > ul > li > h2, #joinForum {
        border-radius: 0;
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #ccc;
        margin: 0;
        background-color: #fff;
    }

    div#dubaitopmenu > ul > li > a:hover, #dubaitopmenu > ul > li > h2:hover {
        border: 1px solid #000;
        box-shadow: -2px 2px 5px #000;
        background-color: #fff;
    }

    div#dubaitopmenu > ul > li > a:hover {
        color: #f30;
    }

    div#dubaitopmenu > ul > li > h2:hover {
        color: #666;
    }

    div#dubaitopmenu li:hover {
        cursor: pointer;
        z-index: 100;
    }

    div#dubaitopmenu li.navigation a {
        display: none;
    }

    div#dubaitopmenu li {
        position: relative;
    }

    div#dubaitopmenu li:hover ul ul, div#dubaitopmenu li li:hover ul ul, div#dubaitopmenu li li li:hover ul ul, div#dubaitopmenu li li li li:hover ul ul {
        display: none;
    }

    div#dubaitopmenu li:hover ul, div#dubaitopmenu li li:hover ul, div#dubaitopmenu li li li:hover ul, div#dubaitopmenu li li li li:hover ul {
        display: block;
    }

    div#dubaitopmenu a.x, #dubaitopmenu a.x:visited {
        font-weight: normal;
        color: #000;
        background: #eee;
    }

    div#dubaitopmenu a.x:hover {
        color: #fff;
        background: #000;
    }

    div#dubaitopmenu a.x:active {
        color: #060;
        background: #ccc;
    }

    #site-description p {
        display: none;
    }

    .notice {
        display: none;
    }

    .date {
        float: right;
    }

    #site-description {
        padding: 5px;
    }

    #page-body {
        margin-top: 20px;
    }

    #page-body p {
        margin: 5px;
    }

    #site-description h1 span {
        display: block;
    }

    .qreply {
        width: 93%;
        border-radius: 3px;
    }

    .footer {
        border-radius: 0;
        width: 100%;
        margin: 5px 0;
    }

    #welcomeName {
        margin: 0;
        color: #000;
        float: left;
        width: 60px;
        font-size: 11px;
        padding: 3px;
    }

    .topicIconsNah {
        display: none;
    }

    .gsearch {
        padding: 5px;
    }

    .search .postbody, .search .postprofile {
        width: 100%;
    }

    .search .postbody {
        margin-top: 50px;
    }

    .search .postbody .content {
        margin-top: 0;
    }

    .search .postprofile dd, .search .postprofile dt {
        display: inline-block;
        margin: 3px;
    }

}

@media only screen
and (max-width: 599px) {
    #simpleList, #numList, #listItem, #daLink, #fontSizeNah, #bbpalette, #smiley-box, #welcomeName {
        display: none;
    }

    #message-box {
        width: 95%;
    }

    .responsiveGads {
        width: 100%;
        margin: 30px 0;
    }

    #facebookLikeBtn, #googleLikeBtn, #twitterBtn {
        margin-left: 5px;
        float: left;
        width: 30px;
        height: 30px;
    }

}

@media only screen
and (max-width: 568px) {

    .column1, .column2{
        float: none;
        width: 100%;
        display: inline-block;
    }
    dl.details dd {
        float: none;
        width: 100%;
        display: inline-block;
        padding: 0 0 10px 0;
    }

    dl.details dt {
        float: none;
        width: 100%;
        text-align: left;
        display: inline-block;
        margin-top: 10px;
    }

    .gamead, a.dubaijobs.profile{
        /*width: 95%;*/
        /*display: inline-block;*/
    }

    a.dubaijobs.profile{
        height: 20vw;
        font-size: 7.6vw;
    }

    a.dubaijobs.profile span{
        font-size: 4.6vw;
    }

    .spm, .post .tact {
        display: block;
    }

    #ruleContainer {
        margin: 0;
        padding: 10px 10px 70px 10px;
    }

    #ruleContainer h2 {
        font-size: 1.3em;
    }

    .youtubeEmbed {
        margin: 0 -25px;
    }

    .spm {
        margin-right: 0;
    }

    .moreInfo, #page-body .posts, ul.topiclist dd.topics, .faq {
        display: none;
    }

    .moreInfo dd {
        display: inline-block;
        padding: 5px;
    }

    .postprofile:active .moreInfo {
        display: block;
        background-color: #fff;
        z-index: 500;
        border: 1px solid #369;
    }

    .content {
        margin: 40px 0;
    }

    .postbody .content, #livePreview {
        font-size: 1.1em;
        color: #000;
        padding: 15px;
    }

    .post {
        position: relative;
    }

    .postprofile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 30px;
    }

    .postprofile img {
        position: absolute;
        top: 0;
        left: 130px;
        width: 35px;
        height: auto;
        margin-top: -3px;
    }

    .postprofile br {
        display: none;
    }

    div#dubaitopmenu ul {
        list-style: none;
        margin: 0;
        float: right;
        width: auto;
        position: relative;
    }

    ul.tact {
        position: absolute;
        bottom: 10px;
    }

    .social {
        padding: 2px 0 0 2px;
        width: 110px;
    }

    fieldset.fields1 dt, fieldset.fields2 dt {
        width: 100px;
    }

    dl.icon, dl.icon dt {
        background-image: none !important;
    }

    li.row dl.icon dt, dl.noicon dt {
        padding-left: 7px;
    }

    .postbody {
        width: 100%
    }

    #qr_ns_editor_div {
        box-shadow: none;
        padding: 0 10px;
        font-size: 1em;
    }

    .qreply {
        border-radius: 0;
        box-shadow: none;
        min-height: 30px;
        margin-top: 2px;
        padding: 2px;
        font-size: 1.1em;
    }

    #readForumRules {
        float: none;
        position: absolute;
        right: 15px;
        bottom: 0;
        border: none;
    }

    .messageContainer {
        margin-right: 10px;
        right: 10px;
        padding: 5px 10px 0 5px;
        border-radius: 10px;
        margin-left: 2px;
    }

    #page-body .lastpost b > a {
        font-size: 1em;
    }

    dl.noicon dd.lastpost, dd.lastpost {
        width: 43%;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media only screen
and (max-width: 467px) {
    /*.responsiveGads{width: 320px; height: 50px;}*/
    div#dubaitopmenu{
        height: auto;
    }
    div#dubaitopmenu ul ul {
        position: fixed;
        top: 33px;
        right: 0;
        left: auto;
        display: none;
        width: 100px;
    }

    div#dubaitopmenu ul ul ul {
        width: 100px;
        left: -100px;

    }

    div#dubaitopmenu a, #dubaitopmenu h2, #joinForum {
        padding: 5px;
        font-size: 11px;
        height: 22px
    }

    .topicAuthor {
        display: none;
    }

    dl.noicon dt, ul.topiclist dt {
        width: 100%;
        box-sizing: border-box;
        /*padding: 8px 3px 8px 8px;*/
    }


    .social {
        width: 100px;
    }

    #twitterBtn {
        display: none;
    }

    ul.topiclist dt img {
        display: none;
    }

    .forums li.row {
        padding: 5px 0;
    }

    dl.icon {
        min-height: 20px;
    }

    #page-body .posts, ul.topiclist dd.topics {
        display: block;
        position: absolute;
        right: 5px;
        bottom: -8px;
        width: 65px;
        float: none;
        text-align: right;
    }

    ul.topiclist dd.topics{
        top: -8px;
        bottom: auto;
    }

    #page-body .lastpost {
        position: relative;
        width: 80%;
        margin-left: 7px;
    }

    #page-body .forums .lastpost, .header .lastpost {
        display: none;
    }
}

@media only screen
and (max-width: 320px) {
    .Gads300 {
        width: 300px;
    }
}


@media only screen and (min-width: 1550px){
    a.dubaijobs.profile {
        font-size: 3.4em;
    }

    a.dubaijobs.profile span{
        font-size: 0.605em;
    }


}