@charset "UTF-8";
/* CSS Document */

.buynow {
   background: url(images/buynow.png) no-repeat scroll;
   position:absolute;
   width: 150px;
   height: 148px;
   top: 0px;
   right: 0px;
}
  

a {
   outline:none;
}

body.wysiwyg {
   color: rgb(204, 204, 204);
   background:rgb(40, 40, 40) none   ;
}

.wysiwyg_block .formcontrols .blockrow  {
       border: 1px solid #505050;
}

.editor_textbox textarea, .editor_textbox iframe {
   color: rgb(204, 204, 204);
}

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
   color: #101010;
}

.navtabs li.selected .popupbody li > a:hover {
   color:#FFFFFF;
}

.doc_bg {
   background: url(images/Tek-Blue/misc/doc_bg.png)  repeat-x top;
   width: 100%;
}

/*BEGIN FORUMHEAD*/


.forumhead_left {
   display: block;
   position: relative;
   background: url(images/Tek-Blue/misc/forumhead_left10px.png) no-repeat top left;
   -moz-border-radius-top-left: 7px;
   -webkit-border-top-left-radius: 7px;
}




.forumbit_nopost .subforumdescription {
   font:    13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
   padding-left: 33px;
}

/*END FORUMHEAD*/

legend {
   color: #888888;
}

.sticky_font {
    text-decoration: blink;
    font-weight: bold;
    color: #f1f40b;
}

/* -----FOOTER STUFF------*/
.footerBlock_R {
    background: #000000 url(images/Tek-Blue/misc/footerBlock_R.png) no-repeat right bottom;
    position: relative;
    display:block;
    float:right;
    width: 322px;
    /*padding: 20px;*/
    height: 200px;
    z-index: 2;
    border-top: 1px solid #505050;
    border-right: 1px solid #505050;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}

.footerBlock_L {
    background: #000000 url(images/Tek-Blue/misc/footerBlock_L.png) no-repeat left bottom;
    position: relative;
    display:block;
    float:left;
    width: 375px;
    /*padding: 20px;*/
    height: 200px;
    z-index: 2;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
}

.footerBlock {
    background: #000000 url(images/Tek-Blue/misc/footerBlock.png) repeat-x bottom;
    position: relative;
    display:block;
    /*padding: 20px;*/
    height: 200px;
    z-index: 1;
   min-height: 200px;
   border-top: 1px solid #505050;
   border-left: 1px solid #505050;
   -moz-border-radius-topleft: 7px;
   -webkit-border-top-left-radius: 7px;
   -moz-border-radius-topright: 7px;
   -webkit-border-top-right-radius: 7px;
}

.footerSelector {
    clear:left;
    display:inline;
    margin-left:5px;
    height:35px;
    position:relative;
    float:left;
    margin-left:33px;
    text-align:left;
    top:146px;
    /*IE Fix*/
    _margin-left:25px;
}

.footerLinks {
    position:relative;
    height:35px;
    text-align:center;
    margin-left:14px;
    top:135px;
}

.copyrightBlock {
    height:80px;
    position:relative;
    float:right;
    text-align:center;
    right: 35px;
    top:70px;
    width:250px;
}

/* USERCP----STUFF*/
.member_summary .block {
   border:1px solid #505050;
   -moz-box-shadow:-2px 2px 2px rgb(50, 50, 50);
   -moz-border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
}

/*BLOG----STUFF*/
.blogitems li a:hover {
	border-right:1px solid #505050;
	border-top:1px solid #505050;
	background:transparent url(images/Tek-Red/misc/blog/blog_nav_tab_blue.png) no-repeat center center;
	display:block;
	padding:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.blogentrybit {
   background:rgb(40, 40, 40) none   ;
   border:1px dashed #505050;
   padding:10px;
   -moz-border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
}

/* ASSET MANAGER */
.yui-skin-sam .yui-layout-unit .yui-resize-handle-r {
    background: transparent none   ;
} 