html {
    overflow-y: scroll;
}

* {
}

body {
	background: none repeat scroll 0 0 #090909;
	color: #FFFFFF;
	line-height: 1.4;
	margin: 0;
	padding: 0px 0;
	text-align: center;
	
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 13px;
}

a {
    color: #00CFFE;
    text-decoration: none;
}

a:hover {
    color: #008CE5;
    text-decoration: none;
}

.fileupload {
    color: #FFFFFF;
}

.warning_bar {
    background: url(../../../images/dark/ice/style/thead2_main.jpg) repeat-x scroll 0 100% #101010;
    border: 1px solid #212121;
    border-radius: 4px 4px 4px 4px;
    width: 100px;
}

.warning_level {
    background: none repeat scroll 0 0 #980000;
    border: 1px solid #D80D0D;
    border-radius: 3px 3px 3px 3px;
    height: 10px;
    margin: 1px;
}

.warning_level a {
    display: block;
    height: 10px;
}

.warning_level a:hover {
    background: none repeat scroll 0 0 #B70000;
}

#main {
	overflow: hidden;
}

#sidebar {
	width: 198px;
	float: right;
}

.stats_content {
    margin-left: 36px;
    overflow: hidden;
}

.stats_icon {
    float: left;
    height: 30px;
    margin-top: 4px;
    width: 30px;
}

.white {
    color: #FFFFFF;
}

#header {
    background: url(../../../images/dark/ice/style/header_main2.jpg) repeat-x scroll 0 0 #003e82;
    height: 204px;
    overflow: hidden;
}

#header .logo {
    float: left;
}

body.page_index #breadcrumb {
    display: none;
}

#nav {
    background: url(../../../images/dark/ice/style/nav_main.jpg) repeat-x scroll 0 100% #202020;
    border-left: 1px solid #1C1C1C;
    border-right: 1px solid #1C1C1C;
}

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

#nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#nav ul li a {
    background: url(../../../images/dark/ice/style/nav_sep.jpg) no-repeat scroll 100% 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 16px 18px 16px 16px;
}

#nav ul li a:hover {
    color: #D5D5D5;
}

#nav ul li.active a {
    background: url(../../../images/dark/ice/style/nav_active_main.jpg) repeat-x scroll 0 0 #050505;
    color: #00CFFE;
}

#search {
    background: url(../../../images/dark/ice/style/search_main.jpg) no-repeat scroll 0 0 transparent;
    float: right;
    height: 29px;
    position: relative;
    right: 16px;
    top: 10px;
    width: 248px;
}

#search input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}

#search input.search_input {
    color: #404040;
    left: 32px;
    outline: medium none;
    padding: 2px;
    position: absolute;
    top: 5px;
    width: 160px;
}

#search input.search_button {
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
}

#container {
	width: 960px;
	margin: auto;
	text-align: left;
}

#content {
	background: none repeat scroll 0 0 #050505;
	width: auto !important;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #1C1C1C #1C1C1C;
	border-left-color: #1C1C1C;
	border-bottom-color: #1C1C1C;
	border-right: 1px solid #1C1C1C;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 6px;
}

#panel {
    float: right;
    margin: 18px 16px 0 0;
    position: relative;
}

#panel .member_panel {
    background: url(../../../images/dark/ice/style/userbar_main.jpg) repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    height: 32px;
}

#panel a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    outline: medium none;
}

#panel .panel_wrap {
    padding: 7px;
}

#panel .panel_main {
    float: left;
    overflow: hidden;
    padding: 0 45px 0 30px;
    position: relative;
}

#panel .panel_icons {
    position: absolute;
    right: 4px;
    top: 6px;
}

#panel .panel_left {
    background: url(../../../images/dark/ice/style/userbar_left.jpg) no-repeat scroll 0 0 transparent;
    height: 32px;
}

#panel .panel_left_hover {
    background-position: 0 -32px !important;
}

#panel .panel_left_exp {
    background-position: 0 -64px;
}

#panel .panel_left_exp_hover {
    background-position: 0 -96px;
}

#panel .panel_right {
    background: url(../../../images/dark/ice/style/userbar_right.jpg) no-repeat scroll 100% 0 transparent;
    height: 32px;
}

#panel a#userbar_toggle {
    border: 0 none;
    display: block;
    height: 32px;
    left: 0;
    margin-right: 6px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 2;
}

#panel .remember_me input {
    margin-top: -1px;
    vertical-align: middle;
}

#panel a.userbar_pms {
    background: url(../../../images/dark/ice/style/userbar_icons.gif) no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 12px;
    margin: 4px;
    width: 17px;
}

#panel a.userbar_pms:hover {
    background: url(../../../images/dark/ice/style/userbar_icons.gif) no-repeat scroll 0 -12px transparent;
}

#panel a.userbar_logout {
    background: url(../../../images/dark/ice/style/userbar_icons.gif) no-repeat scroll -17px 0 transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 14px;
    margin: 3px 4px;
    width: 14px;
}

#panel a.userbar_logout:hover {
    background: url(../../../images/dark/ice/style/userbar_icons.gif) no-repeat scroll -17px -14px transparent;
}

#panel .panel_links {
    float: left;
    font-size: 11px;
    height: 28px;
    overflow: hidden;
    padding: 2px 0 0 4px;
    white-space: nowrap;
}

#panel .panel_links a {
    border: 0 none;
    color: #1AE3FE;
}

#panel .panel_links a:hover {
    color: #C8F8FF;
}

#panel .guest_panel {
    position: relative;
    top: -6px;
}

#panel .guest_panel input.textbox {
    background: none repeat scroll 0 0 #002550;
    border-color: #227DE4;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px;
}

#panel .guest_panel input.button {
    font-size: 14px;
    padding: 6px;
}

#panel .guest_panel input.button:hover {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000;
    color: #227DE4;
}

#panel .guest_login_options, #panel .guest_login_register {
    bottom: -18px;
    font-size: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

#panel .guest_login_options {
    display: none;
}

#breadcrumb {
	background: url(../../../images/dark/ice/style/breadcrumb_bg.gif) repeat-x scroll 0 0 transparent;
	clear: both;
	height: 35px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #000000;
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#breadcrumb .breadcrumb_left {
    background: url(../../../images/dark/ice/style/breadcrumb_left.gif) no-repeat scroll 0 0 transparent;
    height: 35px;
}

#breadcrumb .breadcrumb_right {
    background: url(../../../images/dark/ice/style/breadcrumb_right.gif) no-repeat scroll 100% 0 transparent;
    height: 35px;
}

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

#breadcrumb li {
    color: #353535;
    float: left;
    height: 35px;
    margin: 0;
    padding: 0;
}

#breadcrumb a {
    color: #FFFFFF;
    outline: medium none;
    text-decoration: none;
}

#breadcrumb li a {
    background: url(../../../images/dark/ice/style/breadcrumb_main.gif) no-repeat scroll 0 0 transparent;
    color: #959595;
    display: block;
    margin-left: -8px;
    padding-left: 16px;
    text-decoration: none;
}

#breadcrumb li.bread_home {
    margin: 0;
    padding: 0;
}

#breadcrumb li.bread_home a {
    background: url(../../../images/dark/ice/style/breadcrumb_main.gif) no-repeat scroll 0 -70px transparent;
    height: 35px;
    margin-left: 0;
    padding-left: 0;
    width: 31px;
}

#breadcrumb li.bread_home a:hover {
    background: url(../../../images/dark/ice/style/breadcrumb_main.gif) no-repeat scroll -31px -70px transparent;
    margin-left: 0;
    padding-left: 0;
}

#breadcrumb li.bread_home a span {
    background: none repeat scroll 0 50% transparent;
    padding: 10px 15px 9px 1px;
}

#breadcrumb li span {
    display: block;
    line-height: 16px;
    padding: 10px 20px 9px 6px;
}

#breadcrumb li a span {
    background: url(../../../images/dark/ice/style/breadcrumb_main.gif) no-repeat scroll 100% 0 transparent;
    display: block;
    padding-left: 5px;
    padding-right: 20px;
}

#breadcrumb li a:hover {
    background-position: 0 -35px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #00244C;
}

#breadcrumb li a:hover span {
    background-position: 100% -35px;
}

#breadcrumb li span.active {
    color: #3293FF;
}

table {
    color: #828282;
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 13px;
}

.forum_wrap {
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #161616;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 16px;
	padding: 4px;
}

.forum_wrap .trow1 {
    background: none repeat scroll 0 0 #090909;
    border-bottom: 1px solid #161616;
}

.forum_wrap .trow2 {
    border-bottom: 1px solid #161616;
    border-left: 1px solid #161616;
}

.forum_wrap .tborder {
    background: none repeat scroll 0 0 #000000;
    margin-top: 4px;
}

.tborder {
    background: none repeat scroll 0 0 #161616;
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto;
    width: 100%;
}

.thead2 {
	background: #026CB1 url(../../../images/dark/ice/style/thead2_main.jpg) top left repeat-x;
	color: #ffffff;
border: 0px   ;
}

.sbhead {
	background: #026CB1 url(../../../images/dark/ice/style/thead2_main.jpg) top left repeat-x;
	color: #ffffff;
border: 0px   ;
}

.thead_main {
    height: 39px;
}

.round_top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.thead_left {
    background: url(../../../images/dark/ice/style/thead_left.jpg) no-repeat scroll 0 0 transparent;
    height: 39px;
}

.thead_right {
    background: url(../../../images/dark/ice/style/thead_right.jpg) no-repeat scroll 100% 0 transparent;
    height: 39px;
}

.thead_wrap .expcolimage {
    padding: 6px;
}

.thead_wrap .float_left {
    padding: 10px;
}

.thead, .thead_main {
    background: url(../../../images/dark/ice/style/thead_main.jpg) repeat-x scroll 0 100% #006DEC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
}

.thead a, .thead_main a {
    color: #FFFFFF;
    text-decoration: none;
}

.thead a:hover, .thead_main a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.tcat_main, .sidebar_block_tcat {
    background: url(../../../images/dark/ice/style/tcat_main.jpg) repeat-x scroll 0 0 #0B0B0B;
    border: 1px solid #1A1A1A;
    border-radius: 4px 4px 4px 4px;
}

a.rss_button {
    background: url(../../../images/dark/ice/style/rss_button.gif) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 45px;
    left: 0;
    margin-bottom: 11px;
    position: relative;
    top: -5px;
    width: 198px;
}

a.rss_button:hover {
    background-position: 0 -45px;
    color: #3293FF;
}

a.rss_button div {
    font-weight: bold;
    padding: 16px 12px;
}

.sidebar_block_tcat {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar_block_tcat strong {
    color: #FFFFFF;
    display: block;
    padding: 8px;
}

.sidebar_block_main {
    background: none repeat scroll 0 0 #090909;
    border: 1px solid #161616;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 16px;
}

.sidebar_block_pad {
    padding: 8px;
}

.sidebar_block_main ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.sidebar_block_main ul li {
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar_block_main ul li a {
    border-top: 1px solid #161616;
    color: #828282;
    display: block;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
    width: 190px;
}

.sidebar_block_main ul li:first-child a {
    border-top: 0 none;
}

.sidebar_block_main ul li a:hover {
    color: #FFFFFF;
}

.tcat {
    background: none repeat scroll 0 0 #000000;
    color: #B3B3B3;
    font-size: 12px;
}

.tcat a {
    color: #FFFFFF;
}

.tcat a:hover {
    color: #00CFFE;
}

.trow1 {
    background: none repeat scroll 0 0 #090909;
}

.trow2 {
    background: none repeat scroll 0 0 #000000;
}

.trow_shaded {
    background: none repeat scroll 0 0 #450606;
    color: #DC5151;
}

.trow_shaded a, .trow_selected a {
    color: #FFFFFF;
}

.trow_shaded a:hover, .trow_selected a:hover {
    text-decoration: underline;
}

.trow_selected td {
    background: none repeat scroll 0 0 #010F20;
    color: #5784B7;
}

.trow_sep {
    background: url(../../../images/dark/ice/style/thead2_main.jpg) repeat-x scroll 0 100% #101010;
    color: #B3B3B3;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: url(../../../images/dark/ice/style/thead2_main.jpg) repeat-x scroll 0 100% #101010;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
}

.tfoot a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.tfoot a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #1D1D1D;
    border-radius: 3px 3px 3px 3px;
    color: #CCCCCC;
    outline: medium none;
    padding: 2px;
}

input.button {
    background: url(../../../images/dark/ice/style/tcat_main.jpg) repeat-x scroll 0 0 #0B0B0B;
    border: 1px solid #1A1A1A;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    outline: medium none;
    padding: 3px 4px;
    text-transform: uppercase;
}

input.button:hover, input.button_hover {
    background: url(../../../images/dark/ice/style/thead_main.jpg) repeat-x scroll 0 0 #006DEC;
    border-color: #006DEC;
    color: #FFFFFF;
}

.thead input.textbox {
    background: none repeat scroll 0 0 #03264F;
    border: 1px solid #3489EC;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 2px;
}

.thead input.button {
    background: none repeat scroll 0 0 #1B4980;
    border: 1px solid #0E223A;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    text-transform: uppercase;
}

.thead input.button:hover, input.button_hover {
    background: url(../../../images/dark/ice/style/tcat_main.jpg) repeat-x scroll 0 0 #0B0B0B;
    border-color: #1A1A1A;
    color: #FFFFFF;
}

textarea {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #1D1D1D;
    border-radius: 3px 3px 3px 3px;
    color: #CCCCCC;
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 13px;
    line-height: 1.4;
    outline: medium none;
    padding: 2px;
}

select {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #1D1D1D;
    color: #CCCCCC;
    outline: medium none;
}

.editor {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #282828;
}

.editor_control_bar {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #282828;
}

.autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    color: black;
}

.autocomplete_selected {
    background: none repeat scroll 0 0 #ADCEE7;
    color: #000000;
}

.popup_menu {
    background: none repeat scroll 0 0 #212121;
    border: 1px solid #000000;
}

.popup_menu .popup_item {
    background: none repeat scroll 0 0 #090909;
    color: #CCCCCC;
}

.popup_menu .popup_item:hover {
    background: none repeat scroll 0 0 #121212;
    color: #FFFFFF;
}

.repbox {
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
}

._neutral {
    background-color: #444444;
    color: #DDDDDD;
}

._minus {
    background-color: #FF6060;
    color: #000000;
}

._plus {
    background-color: #90CD4E;
    color: #000000;
}

.trow_reputation_positive {
    border: 1px solid #90CD4E;
}

.trow_reputation_negative {
    border: 1px solid #FF6060;
}

.trow_reputation_negative a, .trow_reputation_positive a {
    color: #FFFFFF;
}

.trow_reputation_negative a:hover, .trow_reputation_positive a:hover {
    text-decoration: underline;
}

.reputation_positive {
    color: #90CD4E;
}

.reputation_neutral {
    color: #444444;
}

.reputation_negative {
    color: #FF6060;
}

.invalid_field {
    border: 1px solid #FF3300;
    color: #FF3300;
}

.valid_field {
    border: 1px solid #00CC00;
}

.validation_error {
    background: url(../../../images/invalid.gif) no-repeat scroll left center transparent;
    color: #FF3300;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 5px 5px 22px;
}

.validation_success {
    background: url(../../../images/valid.gif) no-repeat scroll left center transparent;
    color: #00B200;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 5px 5px 22px;
}

.validation_loading {
    background: url(../../../images/spinner.gif) no-repeat scroll left center transparent;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 5px 5px 22px;
}

img {
    border: medium none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu ul {
    list-style: none outside none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    float: right;
    margin: 0;
}

.expcolimage {
    float: right;
    margin-top: 3px;
    vertical-align: middle;
    width: auto;
}

img.attachment {
    border: 1px solid #212121;
    border-radius: 4px 4px 4px 4px;
    padding: 2px;
}

fieldset {
    border: 1px solid #212121;
    border-radius: 4px 4px 4px 4px;
}

hr {
    background-color: #212121;
    border: 0 none;
    color: #212121;
    height: 1px;
}

#copyright {
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 16px 0;
}

#copyright div {
    text-align: left;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

#debug_link {
    height: 24px;
    left: 50%;
    position: absolute;
    width: 24px;
}

blockquote {
    background: url(../../../images/dark/ice/style/thead2_main.jpg) repeat-x scroll 0 0 #060606;
    border: 1px solid #25333F;
    border-radius: 4px 4px 4px 4px;
    color: #4FA0FF;
    margin: 10px 0 10px 20px;
    padding: 2px 8px 8px;
}

blockquote blockquote {
    background: none repeat scroll 0 0 #060606;
    color: #565656;
}

blockquote cite {
    border-bottom: 1px solid #212121;
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px 0;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: url(../../../images/dark/ice/style/code_main.gif) no-repeat scroll 98% 18px #090909;
    border: 1px solid #25333F;
    border-radius: 4px 4px 4px 4px;
    margin: 10px 0;
    padding: 2px 8px 8px;
}

.codeblock .title {
    border-bottom: 1px solid #212121;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px 0;
}

.codeblock code {
    color: #FFFFFF;
    display: block;
    font-family: Monaco,Consolas,Courier,monospace;
    font-size: 13px;
    height: auto;
    max-height: 200px;
    overflow: auto;
}

.subforumicon {
    border: 0 none;
    vertical-align: middle;
}

.separator {
    font-size: 1px;
    height: 0;
    list-style-type: none;
    margin: 5px;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: none repeat scroll 0 0 #FFFFCC;
    padding-bottom: 3px;
    padding-top: 3px;
}

.yellow_alert a, .red_alert a, .green_alert a, .blue_alert a {
    text-decoration: underline;
}

.yellow_alert a:hover, .red_alert a:hover, .green_alert a:hover, .blue_alert a:hover {
    text-decoration: none;
}

.yellow_alert {
    background: url(../../../images/dark/alerts/ylw_alert_icon.gif) no-repeat scroll 8px 8px #000000;
    border: 1px solid #FFE087;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 80px;
}

.pm_alert a, .red_alert a, .green_alert a, .blue_alert a {
    text-decoration: underline;
}

.pm_alert a:hover, .red_alert a:hover, .green_alert a:hover, .blue_alert a:hover {
    text-decoration: none;
}

.pm_alert {
    background: url(../../../images/dark/alerts/ylw_alert_icon2.gif) no-repeat scroll 8px 8px #000000;
    border: 1px solid #FFE087;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 80px;
}

.red_alert {
    background: url(../../../images/dark/alerts/red_close_icon.gif) no-repeat scroll 8px 8px #FF8D77;
    border: 1px solid #FFBBAF;
    border-radius: 6px 6px 6px 6px;
    color: #420900;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 40px;
}

.green_alert {
    background: url(../../../images/dark/alerts/grn_check_icon.gif) no-repeat scroll 8px 8px #8AE24D;
    border: 1px solid #B7FF84;
    border-radius: 6px 6px 6px 6px;
    color: #153300;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 40px;
}

.blue_alert {
    background: url(../../../images/dark/alerts/blu_arrow_icon.gif) no-repeat scroll 8px 8px #67CEFF;
    border: 1px solid #77D4FF;
    border-radius: 6px 6px 6px 6px;
    color: #001823;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 40px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 10px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 3px;
    padding: 4px 8px;
}

.pagination a {
    background: url(../../../images/dark/ice/style/nav_main.jpg) repeat-x scroll 0 -1px #202020;
    border: 1px solid #1C1C1C;
    color: #CCCCCC;
}

.pagination .pagination_current {
    background: url(../../../images/dark/ice/style/thead_main.jpg) repeat-x scroll 0 100% #006DEC;
    color: #FFFFFF;
    font-weight: bold;
}

.pagination a:hover {
    background: url(../../../images/dark/ice/style/thead2_main.jpg) repeat-x scroll 0 100% #101010;
    color: #006DEC;
    text-decoration: none;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    margin-right: 15px;
    padding-bottom: 4px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    float: left;
    margin-right: 10px;
}

.success_message {
    color: #00B200;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.error_message {
    color: #CC0000;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(../../../images/dark/ice/jump.gif) no-repeat scroll 0 50% transparent;
    border: medium none;
    height: 16px;
    padding-left: 13px;
    vertical-align: middle;
    width: 16px;
}

.pagination_breadcrumb {
    background-color: #F5F5F5;
    border: 1px solid #FFFFFF;
    font-weight: normal;
    margin-top: 5px;
    outline: 1px solid #CCCCCC;
    padding: 5px;
}

.pagination_breadcrumb_link {
    cursor: pointer;
    vertical-align: middle;
}

#tiptip_holder {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    background-color: rgba(25, 25, 25, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 4px 8px;
    text-shadow: 0 0 2px #000000;
}

#tiptip_arrow, #tiptip_arrow_inner {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    position: absolute;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(25, 25, 25, 0.92);
    margin-left: -6px;
    margin-top: -7px;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(25, 25, 25, 0.92);
    margin-left: -6px;
    margin-top: -5px;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    border-right-color: rgba(25, 25, 25, 0.92);
    margin-left: -5px;
    margin-top: -6px;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    border-left-color: rgba(25, 25, 25, 0.92);
    margin-left: -7px;
    margin-top: -6px;
}

.messageEditor {
    width: 500px !important;
}

#message_new {
    width: 492px !important;
}

.columns {
list-style: none;
margin: 0;
padding: 0;
}

.columns li {
width: 100%;
float: left;
}

.adv1 { display: none; }


.postbar {
border: 1px solid #e0e0e0;
background-color: #F5F5F5;
font-size: 8px;
color: #E0E0E0;
font-weight: bold;
width: 500px;
height: 30px;
background-image:url(../../../images/bg_countbar.gif);
overflow:hidden;
background-repeat:no-repeat;
text-align:left;
}

.innerbar {
font-size: 12px;
height: 27px;
padding:5px 15px 0px 5px;
background-color: #555555;
background-image:url(../../../images/countbar.gif);
background-repeat:no-repeat;
overflow:hidden;
}