/* CSS Document */


/**
* CHROME: HEADER, NAVBAR, BREADCRUMB, FOOTER
*/


/*************************************************/


/* HEADER */

.above_body {
    background: #b6001e url(/images/mt5/misc/mt5_bg_top.png) repeat-x;
    _background-image: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.doc_header {
    _background-image: none;
    border: ;
    color: #a9a9a9;
    font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
    position: relative;
    min-height: 35px;
    /*padding-bottom:5px;*/
    /*margin-bottom:52px;*/
}

.doc_header a {
    color: ;
}

.doc_header a:hover {
    color: ;
}

.doc_header hr {
    display: none;
}

.logo-image {
    float: left;
    clear: right;
    min-height: 2em;
    height: auto !important;
    height: 2em;
    padding: 0 0 0 0;
}

.toplinks {
    position: absolute;
    right: 20px;
    top: 0;
    color: #ffffff;
    font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
    text-align: right;
}

.toplinks ul.isuser li#fb_headerbox.hidden,
.toplinks ul.nouser li#fb_headerbox.hidden {
    display: none;
}

.toplinks ul.isuser li#fb_headerbox a,
.toplinks ul.nouser li#fb_headerbox a {
    padding-top: 0;
    background: none;
    cursor: pointer;
}

li#fb_headerbox a#fb_link {
    position: relative;
}

li#fb_headerbox a#fb_link #fb_squarepic {
    position: absolute;
    right: -6px;
    top: 5px;
    z-index: 1;
    border: 1px solid #B3CCE7;
    padding: 1px;
}

li#fb_headerbox a#fb_link #fb_icon {
    position: absolute;
    right: 10px;
    top: 1px;
    z-index: 2;
}

.toplinks ul.isuser,
.toplinks ul.nouser {
    display: block;
    float: right;
    clear: left;
    list-style: none;
}

.toplinks ul.isuser li {
    display: inline;
    position: relative;
    color: #a9a9a9;
    float: right;
    clear: left;
    padding-right: 10px;
    background: ;
}

.toplinks ul.isuser .popupbody li {
    display: block;
    float: none;
    clear: none;
    padding: 0;
    margin: 0;
}

.toplinks ul.isuser li.welcomelink {
    display: block;
    float: right;
    clear: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
}

.toplinks ul.isuser li.logoutlink {
    top: 0;
}

.toplinks ul.isuser li a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    color: #ffffff;
}

.toplinks ul.isuser li li a {
    float: none;
    margin-left: 0;
}

.toplinks ul.isuser li.welcomelink a {
    display: inline;
    float: none;
    clear: none;
    margin-left: 0;
}

.toplinks ul.isuser li a:hover {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    /*	background: #404040; */
    color: #ffeb90;
}

.toplinks ul.nouser li {
    display: inline;
}

.toplinks ul.nouser li a {
    float: left;
    clear: right;
    color: #ffffff;
}

.toplinks ul.nouser li a {
    display: block;
    float: right;
    clear: left;
    color: #ffffff;
    position: relative;
    padding: 6px 10px 0 10px;
    background: transparent;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}

.toplinks ul.nouser li a:hover {
    background: transparent;
    color: #ffffff;
}

.toplinks ul.isuser li.popupmenu,
.toplinks ul.isuser .notifications,
.toplinks ul.isuser .nonotifications {
    color: rgb(0, 0, 0);
    position: relative;
}

.toplinks ul.isuser li.popupmenu ul li {
    position: relative;
    top: 0;
    margin: 0;
    text-align: left;
}

.toplinks ul.isuser .notifications .popupbody {
    background: #404040;
    border: 1px solid #404040;
    /* makes it look consistent with the popup background */
}

.toplinks ul.isuser .notifications .popupbody li a {
    color: rgb(0, 0, 0);
    padding: 0 5px;
    font-weight: normal;
    background: rgb(255, 255, 255);
    border-top: 1px solid #404040;
    /* makes it look consistent with the popup background */
    /*position: relative;*/
    text-align: left;
    padding-left: 30px;
    line-height: 26px;
    white-space: pre;
}

.toplinks ul.isuser .notifications .popupbody li a span {
    position: absolute;
    line-height: 26px;
    left: 5px;
}

.toplinks ul.isuser .notifications .popupbody li a:hover {
    background: #FFEB90;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.toplinks form {
    min-width: 220px;
    display: block;
    margin-right: 10px;
    text-align: left;
    float: right;
    clear: left;
    _width: 30%;
}

.toplinks .logindetails {
    padding: 0 10px;
    text-align: center;
    background: transparent;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    height: 26px;
}

.toplinks form input {
    margin: 3px 0 0;
    vertical-align: baseline;
    font-size: 11px;
    padding: 1px;
    border: 0;
}

.toplinks form input.textbox {
    color: #303030;
}

.toplinks form input.default-value {
    color: #828282;
}

.toplinks .remember {
    margin: 5px 0 0 20px;
    font-size: 10px;
    color: ;
}

.toplinks .remember input {
    vertical-align: baseline;
}

.cb_cookieuser_navbar {
    position: relative;
    top: 2px;
}

.notifications a.popupctrl:link,
.notifications a.popupctrl:visited,
.toplinks a:link,
.toplinks a:visited {
    color: #ffffff;
    text-decoration: none;
}

.notifications>a:link,
.notifications>a:visited {
    /* ie6 hack: broke this rule out on its own: the > selector makes ie6 ignore rule entirely. */
    color: #ffffff;
    text-decoration: none;
}

.notifications>a:hover,
.notifications a.popupctrl:hover {
    color: #ffffff;
}

.notifications {
    font-size: 11px;
    color: #ffffff;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.notifications a {
    text-decoration: none;
}

.notifications .popupbody {
    color: rgb(0, 0, 0);
}

.header hr,
.header h2 {
    display: none;
}


/*************************************************/


/* NAVBAR */

.navbar {
    position: relative;
    height: 53px;
    background: #b6001e none;
    margin: 0px 0px 0px 0px;
    color: rgb(0, 0, 0);
    font: 11px Arial, Calibri, Verdana, Geneva, sans-serif;
    border: 0px solid rgb(102, 102, 102);
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.navbar a {
    color: rgb(255, 255, 255);
}

.navbar a:hover {
    color: rgb(255, 255, 255);
}

.navtabs {
    background: #404040 none repeat-x;
    padding: 0px 0px 0px 20px;
    height: 26px;
    _background-image: none;
    /* overflow:hidden; */
}

.navtabs li:first-child {
    border-left: 1px solid #404040;
}

.navtabs ul {
    /*	background: #b6001e; */
    position: absolute;
    top: 26px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #404040;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    margin-right: -80px;
    /* This is to fix RTL menu issue under Opera */
    direction: ltr;
}

.navtabs li {
    float: left;
    border-right: 1px solid #404040;
}

.navtabs ul li:first-child {
    text-indent: 20px;
    border-left: 0;
}

.navtabs ul li {
    border-right: 0;
    position: relative;
}

.navtabs li a {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.navtabs li a.navtab {
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
    display: block;
    background: #404040 none repeat-x;
    _background-image: none;
    min-width: 60px;
    width: auto !important;
    width: 60px;
    _min-width: 75px;
    _width: auto !important;
    _width: 75px;
    text-align: center;
    color: rgb(255, 255, 255);
    font: bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
    text-decoration: none;
    line-height: 26px;
}

.navtabs li a.navtab:hover {
    background: #cccccc url(/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x 0 -4px;
    _background-image: none;
    /*color:#CF0000;*/
    color: rgb(0, 0, 0);
}

.navtabs li.selected {
    height: 26px;
    color: rgb(0, 0, 0);
}

.navtabs li.selected a.navtab {
    color: rgb(0, 0, 0);
    background: #cccccc url(/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x;
    _background-image: none;
    position: relative;
    top: -4px;
    padding-top: 4px;
    z-index: 10;
}

.navtabs li.selected li a,
.navbar_advanced_search li a {
    text-decoration: none;
    font: 11px Arial, Calibri, Verdana, Geneva, sans-serif;
    line-height: 26px;
}

.navtabs li.selected li a {
    color: rgb(255, 255, 255);
    padding: 2px 5px;
}

.navbar_advanced_search li {
    height: 26px;
    display: block;
    clear: both;
}

.navbar_advanced_search li a {
    color: rgb(255, 255, 255);
}

.navbar_advanced_search li a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.navtabs li.selected li a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.navtabs li.selected .popupbody li>a {
    padding: 0px 10px;
    text-indent: 0;
    color: rgb(0, 0, 0);
}

.navtabs li.selected li a.popupctrl {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px transparent;
    _border: none;
    background: transparent url(/images/mt5/misc/arrow.png) no-repeat right center;
    padding-right: 15px;
    _background-image: url('/images/mt5/misc/arrow.gif');
    color: rgb(255, 255, 255);
}

.toplinks .notifications a.popupctrl {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    /* padding-right: 15px; */
    background: #404040 url(/images/mt5/misc/arrow.png) right center no-repeat;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    _background-image: url('/images/mt5/misc/arrow.gif');
}

.toplinks .nonotifications a.popupctrl {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 15px;
    background: transparent url(/images/mt5/misc/arrow.png) no-repeat right center;
    _background-image: url('/images/mt5/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover,
.toplinks .nonotifications a.popupctrl:hover,
.toplinks .nonotifications a.popupctrl.active,
.toplinks .notifications a.popupctrl.active {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    /* padding-right: 15px; */
    background: #404040 url(/images/mt5/misc/arrow.png) no-repeat right center;
    _background-image: url('/images/mt5/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover {
    padding-top: 3px;
}

.navtabs li.selected li:hover a.popupctrl {
    /*border-color:#b6001e;*/
    background-color: #404040;
    text-decoration: none;
}

.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
    border-color: #404040;
    background-color: #404040;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.navtabs .popupbody {
    border: 1px solid #404040;
    background: #404040;
    width: auto;
}

.navtabs .popupbody li {
    float: none;
    border-top: 1px solid #404040;
}

.navtabs .popupbody li a:hover {
    background-color: #FFEB90;
}

.nonotifications div.popupbody {
    min-width: 170px;
    width: auto !important;
    width: 170px;
    background: #404040;
    border: 1px solid #404040;
}

.nonotifications .popupbody p {
    color: rgb(0, 0, 0);
    text-align: left;
    background: rgb(255, 255, 255);
    border-top: 1px solid #404040;
    padding: 0;
    text-indent: 5px;
    line-height: 26px;
    display: block;
}

.toplinks .nonotifications .popupbody a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    float: none;
    clear: none;
    padding: 0 5px;
    margin-left: 0;
    text-align: left;
    line-height: 26px;
}

.toplinks .nonotifications .popupbody a:hover {
    background: #FFEB90;
    color: rgb(0, 0, 0);
    text-decoration: underline;
    padding: 0 5px;
}

.globalsearch {
    position: absolute;
    width: 180px;
    right: 20px;
    top: 0px;
    float: right;
    clear: left;
    text-align: right;
    line-height: 1.0em;
    display: block;
}

.navbar_search {
    position: relative;
    width: 180px;
    right: -20px;
    display: block;
}

.navbar_search input {
    font-size: 11px;
    vertical-align: middle;
    padding: 1px;
    border: 1px solid #404040;
}

.globalsearch .textboxcontainer {
    height: 26px;
    border-left: 1px solid #404040;
    display: inline-block;
    float: left;
    text-align: center;
}

.globalsearch .textboxcontainer span {
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
    display: inline-block;
    height: 22px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    margin-bottom: 1px;
    width: 147px;
    _width: 140px;
    /* ie6 hack */
}

.globalsearch input.textbox {
    width: 120px;
}

.toplinks form input.loginbutton {
    font-size: 11px;
    padding: 0 6px;
    background-color: ;
    border: solid 1px rgb(42, 42, 42);
    line-height: 26px;
    border: 0;
    background: #43A6DF;
    color: #fff;
}

.globalsearch .buttoncontainer {
    height: 26px;
    border-left: 1px solid #404040;
    display: inline-block;
    border-right: 1px solid #404040;
    width: 25px;
    overflow: hidden;
    float: right;
}

.globalsearch .buttoncontainer span {
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
    height: 23px;
    padding-left: 4px;
    padding-top: 2.5px;
    display: inline-block;
}

.globalsearch .searchbutton {
    border: 0;
    padding: 0;
    width: 22px;
    margin-top: -2px;
    margin-left: -2px;
}


/*************************************************/


/* BREADCRUMB */

.breadcrumb>ul {
    background: transparent url(/images/mt5/misc/navbit-home.png) left top no-repeat;
    border: none;
}

.breadcrumb .navbit {
    float: left;
    background-image: url(/images/mt5/misc/navbit-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
    padding-left: 3px;
}

.breadcrumb .navbit:first-child {
    padding-left: 0;
}

.breadcrumb .navbit.lastnavbit {
    background: transparent;
}

.breadcrumb .navbit.lastnavbit span {
    float: left;
    background: transparent;
    padding-right: 10px;
    padding-left: 3px;
}

.breadcrumb .navbit>a,
.breadcrumb .lastnavbit>span {
    display: block;
    padding: 2px 4px;
    float: left;
    background-color: transparent;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.breadcrumb .navbit a:hover {
    border-color: rgb(234, 234, 234);
    background-color: rgb(246, 248, 249);
}

.breadcrumb .navbit a {
    text-decoration: none;
}

.breadcrumb .navbit a.popupctrl {
    background-image: url(/images/mt5/misc/navbit-arrow-right.png);
    background-position: center center;
    padding: 2px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.breadcrumb .navbit a.popupctrl:hover {
    background-color: #FFEB90;
    color: #CF0000;
}

.breadcrumb hr {
    display: none;
}


/*************************************************/


/* PAGE TITLE */

#pagetitle {
    padding: 0px 0px 0px 0px;
    clear: both;
    padding-top: 5px;
    background: none;
    border: ;
}

#pagetitle a {
    color: ;
}

#pagetitle a:hover {
    color: ;
}

#pagetitle h1 {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
}

#pagetitle .description {
    color: inherit;
    font-size: 11.05px;
}


/*************************************************/


/* NEW CONTENT LINK */

.newcontent_textcontrol {
    background: #CF0000 url(/images/buttons/newbtn_middle.png) repeat-x left top;
    _background-image: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 3px 8px #e1e1e1;
    -webkit-box-shadow: 0 3px 8px #e1e1e1;
    font: normal 14px Arial, sans-serif;
    color: rgb(255, 255, 255);
    padding: 4px 15px 4px 15px;
    border: 0;
    display: block;
    float: left;
    clear: right;
}

.newcontent_textcontrol span {
    font-size: 15px;
    font-weight: bold;
    display: inline;
}

.newcontent_textcontrol:hover {
    background: rgb(146, 146, 146) url(/images/buttons/newbtn_middle.png) repeat-x left top;
    _background-image: none;
    color: rgb(255, 255, 255);
    text-decoration: none;
}


/*************************************************/


/* FOOTER */

.footer {
    clear: both;
    margin-top: 15px;
    text-align: right;
    display: block;
    width: 100%;
    -moz-box-shadow: -2px 2px 2px #c8c8c8;
    -webkit-box-shadow: -2px 2px 2px #c8c8c8;
    background: #404040 none;
    padding: 5px 0px 5px 0px;
    border: 1px solid #525252;
    color: rgb(255, 255, 255);
    font: normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

.footer a {
    color: rgb(255, 255, 255);
}

.footer a:hover {
    color: rgb(255, 255, 255);
}

.footer_copyright,
.footer_morecopyright {
    padding-bottom: 5px;
    color: rgb(102, 102, 102);
    font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.footer_time {
    color: rgb(102, 102, 102);
    font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
    padding-top: 10px;
    text-align: center;
}

.footer_select {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-top: 0;
}

.footer_links {
    margin-right: 10px;
    margin-top: 2px;
}

.footer_links li {
    display: inline;
    margin-left: 5px;
}

.below_body .time {
    color: rgb(53, 53, 53);
}

.notices {
    background: rgb(255, 255, 255);
    margin: 5px 0;
}

.notices li {
    background: #ffeb90 none;
    font-size: 12px;
    color: #4e4e4e;
    padding: 5px 10px;
    margin-bottom: 5px;
    -moz-box-shadow: -2px 2px 2px;
    -webkit-box-shadow: -2px 2px 2px;
    text-align: left;
    clear: both;
}

#navbar_notice_13 {
    background-color: #d42120;
}


/* from components.css */


/* start styles for template: navbar */


/*doesn't seem to be used anywhere
.popup_inline_break {
	color:#262626;
	margin-left:5px;
	font-weight:bold;
	padding:4px 0px;
}*/

.breadcrumb>ul {
    background-image: none;
    padding-left: 0px;
}

.breadcrumb .navbithome {
    float: left;
    padding: 3.5px 0;
}


/* end styles for template: navbar */


/*************************************************/


/* ADS GLOBAL */

.ad_global_header {}

#ad_global_header1 {
    float: left;
    clear: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#ad_global_header2 {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#ad_global_below_navbar {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#ad_global_above_footer {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    clear: both;
}

#ad_board_below_whats_going_on {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
}

#ad_thread_first_post_content {
    float: right;
    margin: 0 0 0 0;
}

#ad_thread_last_post_content {
    float: right;
    margin: 0 0 0 0;
    z-index: 1000;
}

.google_adsense_footer {
    clear: both;
}


/* CSS Document */


/* Use border box for form elements */

.formcontrols input,
select,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.formcontrols input.textbox {
    height: 25px;
    *height: 12px;
}

.formcontrols .blocksubhead {
    font-weight: bold;
}

.vbform .blockhead {
    margin-top: 2em;
}

.vbform .blockhead:first-child {
    margin-top: 0;
}

.settings_form_top_border {
    border-top: 1px solid #7B7B7B;
}

.blockbody.settings_form_border {
    border-right: 1px solid #7B7B7B;
    border-left: 1px solid #7B7B7B;
    border-bottom: 1px solid #7B7B7B;
}

.vbform {
    clear: both;
    width: auto;
    max-width: 750px;
    _width: 750px;
    margin: 0 auto 2em;
}

.formcontrols {
    border-right: 1px solid #7B7B7B;
    border-left: 1px solid #7B7B7B;
    border-bottom: 1px solid #7B7B7B;
}

.formcontrols .blockrow {
    background: rgb(255, 255, 255) bottom repeat-x;
    border-top: solid 1px Rgb(204, 204, 204);
    padding: 10px 5px;
}


/* div.section is needed to resolve IE7 percentage width bug */

.formcontrols .section {
    padding: 0 15px;
}

.formcontrols>*:first-child,
.formcontrols .blocksubhead+.blockrow,
.formcontrols .section .blockrow:first-child {
    border-top: none;
}


/* BASIC CONTROL STYLING */

input,
textarea,
select,
button {
    font: bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

.button {
    padding: 2px 2px;
}

.button:hover {
    color: rgb(255, 255, 255);
}

.button[type="reset"]:hover {
    color: rgb(255, 255, 255);
}

.textbox,
textarea,
select {
    background: rgb(255, 255, 255) none;
    border: solid 1px rgb(153, 153, 153);
    padding: 4px 5px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.textbox[disabled],
textarea[disabled] {
    font-style: italic;
    color: #777777;
}

.formcontrols .blockrow input.textbox:focus,
.formcontrols .blockrow textarea:focus {
    background: rgb(255, 255, 200) none;
}


/* INPUT / SELECT / TEXTAREA / GROUP */

form .rightcol {
    display: block;
    margin-left: 212px;
    max-width: 496px;
    *margin-left: 0;
    float: none;
}

.blockbody.formcontrols .blockrow .rightcol * {
    margin-left: 0;
    width: auto;
}

.blockbody.formcontrols .blockrow .rightcol .primary {
    width: 50%;
}

.blockbody.formcontrols .blockrow .rightcol textarea.primary {
    width: 70%;
}

.blockbody.formcontrols .blockrow .rightcol .description {
    width: auto;
}

.formcontrols .blockrow .primary {
    width: 248px;
}

.formcontrols .blockrow .primary.full {
    width: 496px;
    float: left;
}

.formcontrols .blockrow .group {
    width: 100%;
}

.formcontrols .blockrow .group li {
    margin-top: 5px;
}

.formcontrols .blockrow .group li:first-child {
    margin-top: 0;
}

.formcontrols .blockrow .group .textbox {
    width: 248px;
}

.formcontrols .blockrow .primary.center {}

.formcontrols .blockrow .primary.center img.icon {
    border: 1px solid rgb(42, 42, 42);
}

.formcontrols .blockrow .titleprefix {
    float: left;
    margin-right: 0.5em;
}

.formcontrols .blockrow * .group {
    width: auto;
    float: none;
}

.formcontrols .blockrow input.textbox[size] {
    width: auto;
}

.formcontrols .blockrow.texteditor textarea {
    width: 500px;
    max-width: 98%;
    min-width: 98%;
    min-height: 200px !important;
    float: none;
}

.formcontrols .blockrow.texteditor textarea,
#ie8#fix {
    width: 98%;
}

.formcontrols .blockrow input.numeric,
.formcontrols .blockrow select.numeric {
    text-align: right;
}


/* LABELS */

.formcontrols .blockrow label,
.formcontrols .blockrow .group.multifield label,
.formcontrols .blockrow .groupoption label {
    display: block;
    margin-bottom: 2px;
}

.formcontrols .blockrow label {
    width: 212px;
    float: left;
    font-size: 13px;
}

.formcontrols .blockrow label.full {
    width: auto;
    float: none;
    font-weight: bold;
}

.formcontrols .blockrow label.floatlabel {
    margin-left: 10px;
}

.formcontrols .blockrow * label {
    /* undoes the above two rules */
    display: block;
    margin-bottom: auto;
    width: auto;
    float: none;
}

.formcontrols .blockrow .group li label,
.formcontrols .blockrow .group dt label {
    width: 212px;
    float: left;
}

.formcontrols .blockrow .group.full li label,
.formcontrols .blockrow .group.full dt label {
    width: auto;
}

.formcontrols .blockrow .label {
    margin-bottom: 8px;
}

.formcontrols .blockrow.singlecheck label {
    float: left;
}

.formcontrols fieldset.blockrow legend {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px\9;
    /*IE Hack*/
}


/* DESCRIPTIONS */

.formcontrols .blockrow .description {
    color: #777777;
    font-size: 11px;
    max-width: 496px;
    margin-left: 212px;
    overflow: hidden;
    line-height: 150%;
    margin-bottom: 5px;
}

.formcontrols .blockrow .group.multifield+.description {
    padding-top: 1.3em;
}

.formcontrols .blockrow.texteditor .description {
    float: none;
    width: auto;
    margin-top: 2px;
}

.formcontrols .blockrow .group.numeric+.description {
    /* descriptions to the right of numeric groups */
}

.formcontrols .blockrow .singledescription {
    display: block;
    clear: left;
    margin-bottom: 10px;
}


/* CHECKBOX / RADIO EXCLUSIVE GROUPS */

.formcontrols .blockrow .group.checkradio {
    width: auto;
}

.formcontrols .blockrow .group.checkradio li label {
    float: none;
}

.formcontrols .blockrow .group.checkradio.full {
    width: 100%;
}

.formcontrols .blockrow .group.checkradio.partial {
    width: 212px;
}

.formcontrols .blockrow .group.checkradio.horizontal {
    height: 30px;
}

.formcontrols .blockrow .group.checkradio.horizontal li label {
    float: left;
    padding-right: 10px;
}

.formcontrols .blockrow .group.checkradio>li {
    margin-bottom: 0.5em;
    /* maybe questionable */
}


/* MULTI-FIELD GROUPS (dd, mm, yyyy fields etc.) */

.formcontrols .blockrow .group.multifield li {
    float: left;
    margin-right: 1em;
    margin-top: 0;
}


/* Display multi-field controls vertically */

.formcontrols .blockrow .group.multifield.stacked li {
    float: none;
    margin-top: 2px;
}

.formcontrols .blockrow .group.multifield label {
    margin-bottom: 2px;
    display: block;
    float: none;
    width: auto;
}

.formcontrols .blockrow .group.multifield select,
.formcontrols .blockrow .group.multifield input.textbox {
    float: none;
}


/* NUMERIC GROUP (rgb color etc.) */

.formcontrols .blockrow .group.numeric {
    width: auto;
    *width: 24%;
    max-width: 212px;
    margin-right: 2%;
}

.formcontrols .blockrow .group.numeric li {
    clear: both;
}

.formcontrols .blockrow .group.numeric label {
    float: left;
    margin-top: 1px;
}

.formcontrols .blockrow .group.numeric input.textbox {
    float: right;
    text-align: right;
    margin-left: 20px;
    margin-bottom: 2px;
}

.formcontrols .blockrow .group.numeric .description {
    clear: both;
    text-align: right;
    margin: auto;
    margin-bottom: 0.2em;
}


/* NUMERIC INPUT */

.formcontrols .blockrow input.textbox.numeric {
    text-align: right;
}


/* ACTION BUTTONS */

.formcontrols input.button,
.actionbuttons {
    max-width: 100%;
}

.blockfoot.actionbuttons.redirect_button {
    background-color: transparent;
    padding-top: 5px;
}

.blockfoot.actionbuttons.redirect_button .group {
    padding-right: 0px;
}

.actionbuttons .group {
    float: none;
    text-align: right;
    padding-right: 10px;
}

.vbform .actionbuttons .group {
    margin: 0 auto;
    width: auto;
    max-width: 750px;
}

.actionbuttons .small_text_buttons,
.actionbuttons .small_text_buttons input.button {
    padding-left: 10px;
    padding-right: 10px;
}

.actionbuttons .group .button {
    cursor: pointer;
    padding: 2.5px 5px;
    font: bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: #CF0000 none repeat-x top left;
}

.actionbuttons .group .button:hover {
    background: rgb(147, 147, 147) none repeat-x;
    color: rgb(255, 255, 255);
}


/* *** SPECIAL ITEMS *** */


/* POST ICONS */

.formcontrols .blockrow #posticon_preview {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.formcontrols .blockrow.posticons table {
    width: 496px;
}

.formcontrols .blockrow.posticons td {
    padding: 2px;
}


/* RATING SELECT */

.formcontrols .blockrow select.rating option {
    background-image: url(/images/rating/rating-15_3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 85px
}


/* DEP GROUPS */

.formcontrols .blockrow dl.dep_group dd,
.formcontrols .blockrow .dep_group .deps {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

.formcontrols .blockrow dl.dep_group dd dl.dep_group {
    /*margin-top:1em;*/
    /* Handles the margin above sub-dependent controls, remove? */
}

input[type="submit"][disabled]#blog_deletebtn:active,
input[type="submit"][disabled]#blog_deletebtn {
    color: graytext;
}


/* ATTACH FILES */

.formcontrols .blockrow .group.attachments li {
    margin-bottom: 0.5em;
}

.formcontrols .blockrow .group.attachments li img {
    vertical-align: middle;
}

.formcontrols .blockrow .group.attachments li:last-child {
    margin-top: 1em;
}


/* Upper / Lower comparison and IM FIELDS (AIM, Skype...) */

.formcontrols .group.upperlower li,
.formcontrols .group.imfields li {
    width: 45%;
    padding-bottom: 0.3em;
}

.formcontrols .group.upperlower li input.textbox,
.formcontrols .group.imfields li input.textbox,
.formcontrols .group.imfields li select {
    width: 100%;
}

.formcontrols .group.imfields li select {
    margin-bottom: -0.3em;
}


/* Group of text controls */

.groupcontrols {
    text-align: right;
    clear: both;
}

.groupcontrols .textcontrol {
    margin-left: 10px;
    margin-top: 0;
}


/* Single Button */

.formcontrols .blockrow.singlebutton .button {}


/* IE7 Float Fix */

.formcontrols .groupoption {
    display: block;
    clear: left;
}


/* DEBUG */

.group.radio,
.group.checkbox {
    background: rgb(255, 255, 200) none;
}


/* NEWEVENT.php TEMP */

.formcontrols .blockrow .group.checkradio .daycheckboxes li {
    float: left;
    padding-right: 1em;
    padding-top: 0.5em;
}


/*For the search, not worth creating a new css file*/

.savepreferences {
    float: left;
    text-align: left;
    width: 49.5%;
}


/* Facebook Stuff */

.formcontrols #fbregbox.blockrow.hidden {
    visibility: hidden;
}


/* Fix for item 37360 */

#tag_list_cell .formcontrols .blockrow .group li label,
#tag_list_cell .formcontrols .blockrow .group dt label {
    width: auto;
}

#tag_edit_list li {
    clear: right;
    width: auto;
    margin-right: 10px;
}

#tag_list_cell .formcontrols .blockrow .group li {
    margin-top: 0;
}

.config_customize {
    background-color: transparent;
    padding: 0px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 5px;
}

.config_customize_header {
    width: 100%;
    clear: both;
    display: block;
    text-align: left;
    background-color: #666666;
    height: 31px;
}

.config_editlink {
    padding: 0px 20px 3px 20px;
    background-color: #444444;
    border: 1px solid #444444;
    font-weight: bold;
    font-size: 110%;
    color: #C0C0C0;
    height: 25px;
    margin: 3px 10px 3px 0px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    text-shadow: 2px 2px 2px #000000;
}

.config_editlink:hover {
    background-color: #666666;
}

.config_save {
    padding: 0px 20px 3px 20px;
    background-color: #77AA11;
    border: 1px solid #77AA11;
    font-weight: bold;
    font-size: 110%;
    color: #ffffff;
    height: 25px;
    margin: 3px 10px 3px 10px;
    margin: 3px 10px 3px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    text-shadow: 3px 3px 3px #333333;
}

.config_save:hover {
    background-color: #AADD11;
}

.config_customize_pages {
    background-color: transparent;
    color: #222222;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.config_customize_page {
    background-color: transparent;
    color: #222222;
    display: block;
    padding: 15px;
    width: 100%;
    clear: right;
    float: left;
    font-weight: bold;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.picker-holder {
    display: block;
    text-align: center;
    margin: auto;
    top: 20px;
    background-color: #ffffff;
}

.picker {
    background-color: #aaaaaa;
    background: -moz-linear-gradient(#eeeeee, #999999);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(white), to(#aaaaaa));
    display: block;
}

.lightgraybackground {
    background-color: #ffffff;
    background: -moz-linear-gradient(#ffffff, #cccccc);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
}

.centerbar {
    position: absolute;
    width: 2px;
    left: 50%;
}

.hbar {
    height: 2px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.alert_box {
    text-align: center;
    display: block;
    position: absolute;
    color: #222222;
    background-color: #aaaaaa;
    background: -moz-linear-gradient(#ffffff, #888888);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#888888));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: #000000 2px solid;
    z-index: 10;
}

.alert_box .hd {
    text-align: center;
    display: none;
    color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.alert_box .bd {
    color: #222222;
    background: -moz-linear-gradient(#ffffff, #888888);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#888888));
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
}

.alert_box .ft {
    text-align: right;
    background: -moz-linear-gradient(#888888, #000000);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000));
}

.alert_box .ft input.btn {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    margin: 4px 10px 4px 10px;
    color: #ffffff;
    background: -moz-linear-gradient(#888888, #000000);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000));
    border: 1px #ffffff solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    font-weight: bold;
}

.ok_button {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width: 80px;
    margin: 4px 10px 4px 10px;
    color: #ffffff;
    background: -moz-linear-gradient(#888888, #000000);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000));
    border: 1px #ffffff solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    font-weight: bold;
}

.attach_popup {
    display: none;
    border: 1px #000000 solid;
    margin: 0px;
    padding: 0px;
    background-color: #aaaaaa;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.assetpicker_body {
    display: block;
    width: 100%;
    background-color: #bbbbbb;
    background: -moz-linear-gradient(#ffffff, #999999);
    background: -webkit-gradient( linear, 0 0, 0 100%, from(white), to(#aaaaaa));
    padding: 5px;
}

.transparent {
    background-color: transparent;
}

.grey_select_item {
    background-color: #eeeeee;
}

.tall_select {
    height: 30px;
}