body{
    margin:0;
    padding:0;

    background: rgb(252,252,252);

    color:#333;
    font-size:13px;
    font-family:Verdana;
}

h1,h2,h3,h4,h5,h6,p,body,img{margin:0;}

/** Default Styles */
::selection{
    background:rgba(150,150,150,0.4);
}

::-moz-selection{
    background:rgba(150,150,150,0.4);
}

.no-select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.right{float:right;}
.mask{overflow:hidden;}

ul.reset{margin:0;padding:0;}
ul.reset li{list-style:none;}
ul.inline li{display:inline;}

.border-radius-10{
    border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

.border-radius-8{
	border-radius:8px;
		-moz-border-radius:8px;
        -webkit-border-radius:8px;

    background-clip:padding-box;
        -moz-background-clip:padding-box;
        -webkit-background-clip:padding-box;
}

.border-radius-4{
    border-radius:4px;
		-moz-border-radius:4px;
        -webkit-border-radius:4px;
}

.box-shadow-8, #banner-container #banner-body, #content-container, #footer-body{
    box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
}

.box-shadow-2, embed{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.post-info{
        border-right:1px solid #ededed;
        width:140px;
        min-width:140px;
        max-width:140px;
}

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

.post-body{
	padding:8px 0px;
}

.post-tools{
	border-top:1px solid #ededed;
}

.button
{
    padding:4px;
    margin:0px 4px;

    border:1px solid #888;

    background-color:#fdfdfd;  
    color:#383838; 
    
    box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
      -moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
      -webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);	

    border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        -o-border-radius:4px;

    font-size:0.75em;
    font-weight:bold;
    height:24px;
    line-height:30px;
}

.button:hover{
	text-decoration:none;

 border:1px solid #244442;}

#banner-container {
    width:100%;
    background-color:rgb(20, 90, 140);
    padding:16px 0px;
    display:inline-block;
    position:relative;
    top:17px;
    margin-top:-17px;
    border-bottom:1px solid #bbb;
}

 #banner-container #banner-body{
        border-top-left-radius:6px;
        border-top-right-radius:6px;
            -moz-border-top-left-radius:6px;
            -moz-border-top-right-radius:6px;
            -webkit-border-top-left-radius:6px;
            -webkit-border-top-right-radius:6px;
        padding:8px 8px 4px;
        position:relative;
        z-index:1;
        background-color:rgb(247,247,247);
        border:1px solid #ededed;
        border-bottom:none;
    }
    #banner-container #banner-right{float:right;}
    #banner-container #banner-left{width:290px;}
    #banner-container #banner-center{float:right;margin-right:256px;}
        #banner-container #banner-center a{
            text-decoration:none;
        }
        #banner-container #banner-center li{
            /*box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1) inset;*/
        }
            #banner-container #banner-center li{
                padding:8px;
                border-left:1px solid #ededed;
                border-right:1px solid #ededed;
                border-bottom:1px solid #ededed;
            }
    #banner-container img#avatar{
        width:auto;
        height:50px;
        opacity:0.7;
        filter:alpha(opacity=70);
    }
    #banner-container #banner-body h2{
        font-size:2.0em;
        text-shadow: 1px 1px 1px gray;
        margin-top:-6px;
        padding:0;
        padding-bottom:7px;
    }
        #banner-container #banner-body h2 a{
            color:#444;
        }
        #banner-container #banner-body #headlinks li a{
            text-decoration:none;
            font-size:11px;
            position:relative;
            color:#666;
        }
        #banner-container #banner-body #headlinks li a:hover{color:black;}
        #banner-container #banner-body #headlinks{
            display:block;
        }
    #banner-container .socials{margin-top:10px;}.socials a{margin:0px 5px;}
    #banner-container .socials span{
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
            -moz-bbox-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    }
    #banner-container #nav-mask{
        margin:0px -18px;
    }

    #banner-container #nav-bar{
        height:36px;
        border:1px solid #ededed;
        background-color: rgb(250,250,250);
        position:relative;
        z-index:3;
    }
        #banner-container #nav li{
            float:left;
            display:inline;
            padding:4px 12px;
            border-right:1px solid #ededed;
        }
        #banner-container #nav a{
            font-size:22px;
            text-decoration:none;
            text-shadow:0px 1px 1px black;
        }
    #banner-container #nav a.navLinkSelected{
        color:black;
    }

#content-container{
    position:relative;
    z-index:2;
    padding:8px;
    margin:0px -8px;
    background-color:white;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
}
        #content-body{
            min-height:454px;
        }

 
tbody{
	border-top:1px solid #AAAAAA;
}
 
td{
border:0;
}
 
td.tcat strong{
 font-size:1.34em;
}
 
table.tborder{
    border: 1px solid #ededed;
    padding:4px;
    border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        -o-border-radius:8px;
 
    -moz-box-shadow:0pt 0pt 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0pt 0pt 1px rgba(0, 0, 0, 0.1);
    box-shadow:0pt 0pt 1px rgba(0, 0, 0, 0.1);
    margin-top:4px;
    margin-bottom:8px;
background-color:#fafafa;
 }
 
strong{color:#434343;}
a{color:rgb(20, 90, 180);text-decoration:none;}
    a:visited{text-decoration:inherit;}
    a:hover{color:#844;}
    a:active, a:focus{color:black;}
 
.container {
    width: 964px;
    margin:0px auto;
}
 
#nav{
    z-index:3;
    position:relative;
}

 
#panel {
	font-size: 11px;
	padding: 8px 8px 24px;
        margin:0px -8px -8px;
}
 
#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}
 
table {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
 
.tborder {
	width: 100%;
	margin: auto auto;
}
 
 
.thead a:hover, .thead a:active {
	text-decoration: underline;
}
 
.tcat {
	font-size: 14px;
}
 
.trow1 {
}
 
.trow2 {
}
 
.trow_shaded {
	background: #ffdde0;
}
 
.trow_selected td {
	background: #FFFBD9;
}
 
.trow_sep {
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
}
 
.tfoot a:hover, .tfoot a:active {
	text-decoration: underline;
}
 
.bottommenu {
	background: #efefef;
	border: 1px solid #4874a3;
	padding: 10px;
}
 
.navigation {
	font-size: 1.3em;
	font-weight: bold;
        margin:-10px -8px;
        padding:2px 8px;
        border-top:1px solid #ededed;
}
 
 
.smalltext {
	font-size: 0.85em;
        color:#555;
}
 
.largetext {
	font-size: 18px;
	font-weight: bold;
}
 
input.textbox {
	background: #ffffff;
	border: 1px solid #0f5c8e;
	padding: 1px;
}
 
textarea {
	background: #ffffff;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
 
select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}
 
.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
 
.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}
 
.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}
 
.autocomplete_selected {
	background: #adcee7;
}
 
.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}
 
.popup_menu .popup_item {
	background: #fff;
}
 
.popup_menu .popup_item:hover {
	background: #C7DBEE;
}
 
.trow_reputation_positive {
	background: #ccffcc;
}
 
.trow_reputation_negative {
	background: #ffcccc;
}
 
.reputation_positive {
	color: green;
}
 
.reputation_neutral {
	color: #444;
}
 
.reputation_negative {
	color: red;
}
 
.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}
 
.valid_field {
	border: 1px solid #0c0;
}
 
.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}
 
.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}
 
.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}
 
/* Additional CSS (Master) */
img {
	border: 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 img {
	padding-right: 5px;
}
 
#panel .links {
	margin: 0;
	float: right;
}
 
.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}
 
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}
 
hr {
	background-color: #000000;
	height: 1px;
	border: 0px;
}
 
#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
}
 
#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}
 
blockquote {
	border: 1px dashed #ccc;
	margin: 0;
	background: #fff;
	padding: 8px;
color:#282828;


    border-radius:6px;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}
 
blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}
 
blockquote cite span {
	float: right;
	font-weight: normal;
}
 
blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}
 
.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}
 
.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}
 
.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}
 
.subforumicon {
	border: 0;
	vertical-align: middle;
}
 
.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}
 
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: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
 
.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
 
.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
 
.high_warning {
	color: #CC0000;
}
 
.moderate_warning {
	color: #F3611B;
}
 
.low_warning {
	color: #AE5700;
}
 
div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}
 
div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}
 
div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}
 
div.error.ul {
	margin-left: 24px;
}
 
.online {
	color: #15A018;
}
 
.offline {
	color: #C7C7C7;
}
 
.pagination {
	font-size: 11px;
	padding:10px 0px;
}
 
.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
 
.pagination .pages {
	font-weight: bold;
}
 
.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}
 
.pagination a {
	border: 1px solid #81A2C4;
background-color:#adadad;
}
 
.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}
 
.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}
 
.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}
 
.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}
 
.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 {
	margin-right: 10px;
	float: left;
}
 
.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
 
.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
 
.post_body {
	padding:0px 0px;
}
 
.post_content {
	padding:0px 8px;
}
 
.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}
 
.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}
 
._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}
 
._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}
 
._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}
 
.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}
 
.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_tools a{
	color:white;
}

.author a{	
color:gray;
}
 

#footer-container{
    background-color:rgb(20, 90, 140);
    padding-top:16px;
    padding-bottom:32px;
    margin-bottom:-32px;
    margin-top:-17px;
    width:100%;
    display:inline-block;
    border-top:1px solid #bbb;
}
    #footer-body{
        border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;
            -moz-border-bottom-left-radius:6px;
            -moz-border-bottom-right-radius:6px;
            -webkit-border-bottom-left-radius:6px;
            -webkit-border-bottom-right-radius:6px;

        padding-top:17px;
        padding-left:16px;

        background-color:rgb(247,247,247);
        border:1px solid #ededed;
    }
        #footer-bottom{
            padding:8px 0px;
            margin:0px 8px 0px -8px;
        }

        #footer-top{
            margin-right:8px;
            margin-left:-8px;
            padding-bottom:8px;
            height:160px;
        }
            #footer-top ul{
                list-style:none;
                margin:0;
                padding:0;
            }
                #footer-top li{
                    float:left;
                }
                    #footer-top ul ul{
                        margin:0;
                    }
                        #footer-top ul ul li{
                            display:block;
                            float:none;
                        }

            #footer-top li p{
                font-size:1.5em;
                font-weight:bold;
                text-transform:uppercase;
                border-bottom:3px solid #111199;
                display:inline-block;
                margin:4px 150px 4px 0px;
            }
                #footer-top li li a{
                    border-bottom:none;
                }

ul.nopadding{margin:0;padding:0;}
