  
  /* Link Style */
  .ui-link {
    text-decoration: none;
  }
  
  .ui-link:hover {
    text-decoration: underline;
  }  
  
  #header {
    padding: 7px 5px 3px 5px; 
    height: 60px;   
  }
  
  /* Black Bars */
  .ui-bar-a,
  .ui-bar-c,   
  #header,
  #page-aboutme .ui-bar-d, 
  #searchtypes .ui-bar-d, 
  #searchform .ui-bar-d, 
 .pmlist .ui-bar-b {
    border:  none; 
    background: #1b1b1b; 
    color: #fff; 
    text-shadow: none; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #1b1b1b ), to( #202020 )); 
    background-image: -webkit-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -moz-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -ms-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -o-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  linear-gradient( #1b1b1b , #202020 );
  }
  
  /*
  .ui-body-a, 
  .ui-overlay-a {
    border: 1px solid #c4c4c4; 
    color: #333333; 
    text-shadow: 0  1px  0  #fff; 
    background: #f9f9f9; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #d9d9d9 ), to( #e9e9e9 )); 
    background-image: -webkit-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -moz-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -ms-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -o-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  linear-gradient( #d9d9d9 , #e9e9e9 );
  }  */
  
  .ui-overlay-a {
    background-image: none; 
    border-width: 0;
  }
  
  .ui-body-a .ui-link-inherit{
    color: #333333; 
  }
  
  .ui-body-a .ui-link{
    color: #D58200; 
  }
  
  .ui-body-a .ui-link:visited{
    color: #D58200; 
  }
  
  .ui-body-a .ui-link:hover{
    color: #D58200;
  }
  
  .ui-body-a .ui-link:active{
    color: #D58200; 
  }
  
  .ui-btn-up-a{
    border: 1px solid #c4c4c4; 
    background: #1b1b1b; 
    color: #fff; 
    text-shadow: none; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #1b1b1b ), to( #202020 )); 
    background-image: -webkit-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -moz-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -ms-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -o-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  linear-gradient( #1b1b1b , #202020 );
  }
  
  .ui-btn-hover-a,
  .ui-btn-hover-a:visited, 
  .ui-btn-hover-a:hover, 
  .ui-btn-hover-a a.ui-link-inherit{
    border: 1px solid #c4c4c4; 
    background: #4a4a4a; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #414141 ), to( #525252 )); 
    background-image: -webkit-linear-gradient( #414141 , #525252 ); 
    background-image:  -moz-linear-gradient( #414141 , #525252 ); 
    background-image:  -ms-linear-gradient( #414141 , #525252 ); 
    background-image:  -o-linear-gradient( #414141 , #525252 ); 
    background-image:  linear-gradient( #414141 , #525252 );
  }
  
  .ui-btn-down-a{
    border: 1px solid #c4c4c4; 
    background: #525252; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #525252 ), to( #525252 )); 
    background-image: -webkit-linear-gradient( #525252 , #525252 ); 
    background-image:  -moz-linear-gradient( #525252 , #525252 ); 
    background-image:  -ms-linear-gradient( #525252 , #525252 ); 
    background-image:  -o-linear-gradient( #525252 , #525252 ); 
    background-image:  linear-gradient( #525252 , #525252 );
  }          
    
  
  .stickies .ui-bar-b, 
  .threads .ui-bar-b{
    border: none; 
    background: #1b1b1b; 
    text-shadow: none; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #1b1b1b ), to( #202020 )); 
    background-image: -webkit-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -moz-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -ms-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  -o-linear-gradient( #1b1b1b , #202020 ); 
    background-image:  linear-gradient( #1b1b1b , #202020 );
  }
  
  .ui-bar-b a.ui-link{
    color: #7cc4e7; 
  }
  
  .ui-bar-b a.ui-link:visited{
    color: #2489CE; 
  }
  
  .ui-bar-b a.ui-link:hover{
    color: #2489CE; 
  }
  
  .ui-bar-b a.ui-link:active{
    color: #2489CE; 
  }

  .ui-body-b, 
  .ui-overlay-b{
    border: 1px solid #c4c4c4; 
    color: #333333; 
    text-shadow: 0  1px  0  #fff; 
    background: #e0e0e0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #d9d9d9 ), to( #e9e9e9 )); 
    background-image: -webkit-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -moz-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -ms-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -o-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  linear-gradient( #d9d9d9 , #e9e9e9 );
  }
  
  .ui-overlay-b{
    background-image: none; 
    border-width: 0;
  }

  .ui-body-b .ui-link-inherit{
    color: #333333; 
  }
  
  .ui-body-b .ui-link{
    color: #D58200; 
  }
  
  .ui-body-b .ui-link:visited{
    color: #D58200; 
  }
  
  .ui-body-b .ui-link:hover{
    color: #D58200; 
  }
  
  .ui-body-b .ui-link:active{
    color: #D58200; 
  }
  
  .ui-btn-up-b{
    border: 1px solid #ccc; 
    background: #ffffff;
    color: #2F3E46; 
    text-shadow: 0  1px  0  #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f0f0f0 )); 
    background-image: -webkit-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -moz-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -ms-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -o-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  linear-gradient( #ffffff , #f0f0f0 );
  }
  
  .ui-btn-up-b:visited, 
  .ui-btn-up-b a.ui-link-inherit{
    color: #2F3E46; 
  }
  
  .ui-btn-hover-b{
    border: 1px solid #bbb; 
    background: #dfdfdf; 
    color: #2F3E46; 
    text-shadow: 0  1px  0  #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 )); 
    background-image: -webkit-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -moz-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -ms-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -o-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  linear-gradient( #f6f6f6 , #e0e0e0 );
  }
  
  .ui-btn-hover-b:visited, 
  .ui-btn-hover-b:hover, 
  .ui-btn-hover-b a.ui-link-inherit{
    color: #2F3E46; 
  }
  
  .ui-btn-down-b{
    border: 1px solid #bbb; 
    background: #d6d6d6; 
    color: #2F3E46; 
    text-shadow: 0  1px  0  #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 ), to( #dfdfdf )); 
    background-image: -webkit-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -moz-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -ms-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -o-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  linear-gradient( #d0d0d0 , #dfdfdf );
  }
  
  .ui-btn-down-b:visited, 
  .ui-btn-down-b:hover, 
  .ui-btn-down-b a.ui-link-inherit{
    color: #2F3E46; 
  }
                
  .ui-body-c{
    background: #fff;
  }
  

  
  .ui-bar-d a.ui-link{
    color: #7cc4e7; 
  }
  
  .ui-bar-d a.ui-link:visited{
    color: #2489CE; 
  }
  
  .ui-bar-d a.ui-link:hover{
    color: #2489CE; 
  }
  
  .ui-bar-d a.ui-link:active{
    color: #2489CE; 
  }
  
  .ui-body-d, 
  .ui-overlay-d{
    border: 1px solid #c4c4c4; 
    color: #333333; 
    text-shadow: 0  1px  0  #fff; 
    background: #e0e0e0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #d9d9d9 ), to( #e9e9e9 )); 
    background-image: -webkit-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -moz-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -ms-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  -o-linear-gradient( #d9d9d9 , #e9e9e9 ); 
    background-image:  linear-gradient( #d9d9d9 , #e9e9e9 );
  }
  
  .ui-overlay-d{
    background-image: none; 
    border-width: 0;
  }
  
  .ui-body-d .ui-link-inherit{
    color: #333333; 
  }
  
  .ui-body-d .ui-link{
    color: #D58200; 
  }
  
  .ui-body-d .ui-link:visited{
    color: #D58200; 
  }
  
  .ui-body-d .ui-link:hover{
    color: #D58200; 
  }
  
  .ui-body-d .ui-link:active{
    color: #D58200; 
  }
  
  .ui-btn-up-d{
    background: #ffffff; 
    color: #2F3E46; 
    text-shadow: 0  1px  0  #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f0f0f0 )); 
    background-image: -webkit-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -moz-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -ms-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  -o-linear-gradient( #ffffff , #f0f0f0 ); 
    background-image:  linear-gradient( #ffffff , #f0f0f0 );
  }
  
  .ui-btn-up-d:visited, 
  .ui-btn-up-d a.ui-link-inherit{
    color: #2F3E46; 
  }
  
  .subforum.ui-btn-up-d{
    background: #e9e9e9 !important; 
    color: #2F3E46;  
  }

  
  .ui-btn-hover-d{
    border-top: 1px solid #bbb; 
    background: #dfdfdf;
    color: #2F3E46; 
    text-shadow: 0  1px  0  #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 )); 
    background-image: -webkit-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -moz-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -ms-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  -o-linear-gradient( #f6f6f6 , #e0e0e0 ); 
    background-image:  linear-gradient( #f6f6f6 , #e0e0e0 );
  }
  
  .ui-btn-hover-d:visited, 
  .ui-btn-hover-d:hover, 
  .ui-btn-hover-d a.ui-link-inherit{
    color: #2F3E46; 
  }                        
  
  .ui-btn-up-e a.ui-link{
    color: #fff !important; 
    text-decoration: underline !important;
  }
  
  .ui-btn-hover-e{
    border-color: #bbb !important; 
    background: #fea71e; 
    color: #fff; 
    text-shadow: none; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #feb84a ), to( #fea71e )); 
    background-image: -webkit-linear-gradient( #feb84a , #fea71e ); 
    background-image:  -moz-linear-gradient( #feb84a , #fea71e ); 
    background-image:  -ms-linear-gradient( #feb84a , #fea71e ); 
    background-image:  -o-linear-gradient( #feb84a , #fea71e ); 
    background-image:  linear-gradient( #feb84a , #fea71e );
  }
  
  .ui-btn-hover-e a.ui-link {
    color: #fff !important;
  }

  .ui-btn-up-f{
    border: 1px solid #c4c4c4; 
    background: #d10000; 
    color: #fff; 
    text-shadow: 0   0; 
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #e50000 ), to( #bc0000 )); 
    background-image: -webkit-linear-gradient( #e50000 , #bc0000 ); 
    background-image:  -moz-linear-gradient( #e50000 , #bc0000 ); 
    background-image:  -ms-linear-gradient( #e50000 , #bc0000 ); 
    background-image:  -o-linear-gradient( #e50000 , #bc0000 ); 
    background-image:  linear-gradient( #e50000 , #bc0000 );
  }
  

  .ui-btn-hover-f{
    border: 1px solid #c4c4c4; 
    background: #bd0000; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #bd0000 ), to( #bd0000 )); 
    background-image: -webkit-linear-gradient( #bd0000 , #bd0000 ); 
    background-image:  -moz-linear-gradient( #bd0000 , #bd0000 ); 
    background-image:  -ms-linear-gradient( #bd0000 , #bd0000 ); 
    background-image:  -o-linear-gradient( #bd0000 , #bd0000 ); 
    background-image:  linear-gradient( #bd0000 , #bd0000 );
  }     
  
  .ui-btn-down-f{
    border: 1px solid #bd0000; 
    background: #d6d6d6; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 ), to( #dfdfdf )); 
    background-image: -webkit-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -moz-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -ms-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  -o-linear-gradient( #d0d0d0 , #dfdfdf ); 
    background-image:  linear-gradient( #d0d0d0 , #dfdfdf );
  }

  .ui-btn-up-g{
    border: 1px solid #c4c4c4; 
    background: #008f25; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #009b28 ), to( #008221 )); 
    background-image: -webkit-linear-gradient( #009b28 , #008221 ); 
    background-image:  -moz-linear-gradient( #009b28 , #008221 ); 
    background-image:  -ms-linear-gradient( #009b28 , #008221 ); 
    background-image:  -o-linear-gradient( #009b28 , #008221 ); 
    background-image:  linear-gradient( #009b28 , #008221 );
  } 
  
  .ui-btn-hover-g{
    border: 1px solid #c4c4c4; 
    background: #007a20; 
    color: #fff; 
    text-shadow: 0   0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #007a20 ), to( #007a20 )); 
    background-image: -webkit-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -moz-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -ms-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -o-linear-gradient( #007a20 , #007a20 ); 
    background-image:  linear-gradient( #007a20 , #007a20 );
  }   
  
  .ui-btn-down-g{
    border: 1px solid #c4c4c4; 
    background: #007a20; 
    color: #fff; 
    text-shadow: 0 0; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #007a20 ), to( #007a20 )); 
    background-image: -webkit-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -moz-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -ms-linear-gradient( #007a20 , #007a20 ); 
    background-image:  -o-linear-gradient( #007a20 , #007a20 ); 
    background-image:  linear-gradient( #007a20 , #007a20 );
  }   
  
  /* Orange Bars */ 
  .ui-bar-b,
  .ui-bar-d,  
  #pollinfo h2,
  .ui-btn-up-e,
  .ui-btn-active {
    border: 1px solid #ee8e00; 
    background: #ffaf31; 
    color: #ffffff; 
    text-shadow: 1px  1px  2px  #454545; 
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ffaf31 ), to( #ff9d03 )); 
    background-image: -webkit-linear-gradient( #ffaf31 , #ff9d03 ); 
    background-image:  -moz-linear-gradient( #ffaf31 , #ff9d03 ); 
    background-image:  -ms-linear-gradient( #ffaf31 , #ff9d03 ); 
    background-image:  -o-linear-gradient( #ffaf31 , #ff9d03 ); 
    background-image:  linear-gradient( #ffaf31 , #ff9d03 );
  }   
  
  .ui-bar-b a.ui-link,
  .ui-bar-d a.ui-link,  
  #pollinfo h2 a.ui-link,
  .ui-btn-up-e a.ui-link,
  .ui-btn-active a.ui-link {
    color: #fff !important;
  }
             
  .ui-btn-up-e,
  .ui-btn-hover-e,
  .ui-btn-down-e {
    border: none !important;
    text-shadow: none !important;
  }   

  
 /* Link colors white */ 
  
  .ui-bar-a .ui-link-inherit,
  .ui-btn-up-a:visited, 
  .ui-btn-up-a a.ui-link-inherit,
  .ui-btn-down-a:visited, 
  .ui-btn-down-a:hover, 
  .ui-btn-down-a a.ui-link-inherit,
  .ui-btn-up-f:visited, 
  .ui-btn-up-f a.ui-link-inherit,
  .ui-btn-hover-g:visited, 
  .ui-btn-hover-g:hover, 
  .ui-btn-hover-g a.ui-link-inherit,
  .ui-btn-active:visited, 
  .ui-btn-active:hover, 
  .ui-btn-active a.ui-link-inherit,
  .ui-btn-down-g:visited, 
  .ui-btn-down-g:hover, 
  .ui-btn-down-g a.ui-link-inherit,
  .ui-btn-up-g:visited, 
  .ui-btn-up-g a.ui-link-inherit,
  .ui-btn-down-f:visited, 
  .ui-btn-down-f:hover, 
  .ui-btn-down-f a.ui-link-inherit,
  .ui-btn-hover-f:visited, 
  .ui-btn-hover-f:hover, 
  .ui-btn-hover-f a.ui-link-inherit{
    color: #fff; 
  }    
  
  
  .ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon{
    background-color: #ffaf31;
  }
  
  .ui-li-divider{
    padding: 7px 7px 5px 7px;
  }
  
  .ui-vbpagenav-pagenumbers .ui-btn-icon-notext .ui-btn-inner{
    padding: 1px 1px 2px 1px;
  }
  
  li.ui-li .ui-btn-inner{
    border-top: none !important;
  }    
  
  .posts{
    background: #fff;
  }
  
  .postfoot{
    background: #e9e9e9;
  }
  
  ol#posts li div.posthead.post-date{
    height: auto; 
    padding: 5px 5px 3px 5px; 
    overflow: hidden;
  }
  
  ol#posts li div.posthead.post-date .postdate{
    float: left; 
    color: #fff;
  }
  
  ol#posts li div.posthead.post-date .date{ 
    margin-left: 17px;
  }
  
  ol#posts li div.posthead.post-date .postdate, ol#posts li div.posthead.post-date .postdate *{
    color: #fff !important;
  }
  
  ol#posts li div.posthead.post-date .nodecontrols{
    float: right;
  }
  
  ol#posts li div.posthead.post-date .nodecontrols a{
    color: #fff;
  }
  
  .posthead.user-info{
    border-bottom: 1px solid #c4c4c4;
  }
  
  ol#posts li div.posthead.user-info {
    min-height: 44px;
    height: auto;
  }
  
  .postbit .xsaid a{
    color: #fff !important;
  }
  
  .postbit{
    margin-bottom: 10px !important; 
    border: 1px solid #c4c4c4;
  }
  
  .postbit .postcontrols a {
    margin: 0 4px;
  }
  
  #footer{
    padding: 0; 
    overflow: hidden;
  }
  
  #footer .ui-footer{
    border: none !important;
  }
  
  #footer .ui-select .ui-btn, 
  #footer .ui-select .ui-btn-inner{
    border-radius: 0;
  }
  
  #footer_upper li{
    width: 50% !important;
  }
  
  *+html #footer_upper li{
    width: 49.9% !important;
  }
  
  .footer_select li .ui-btn-inner {
    padding-top: 1.2em !important;
    padding-bottom: 1.2em !important;
  }
  
  ul.forumbits .ui-li-desc, ul.forumbits .ui-li-heading{
    white-space: nowrap;
  }
  
  ul.forumbits .ui-li-divider h3{
    background-image: url('/styles/mobilemediaxis/img/icons/collapse_40b.png'); 
    background-repeat: no-repeat; 
    background-position: right 2px !important;
  }
     
  ul.forumbits .ui-li-divider.collapsed h3{
    background-image: url('/styles/mobilemediaxis/img/icons/collapse_40b_collapsed.png');
  }
  
  ul.forumbits p.ui-li-desc{
    display: none;
  }
  
  .ui-vbpagenav-pagenumbers .ui-btn-up-e{
    color: #fff !important; 
    text-shadow: none;
  }
  
  .xsaid a.ui-link, 
  .xsaid a.ui-link:focus, 
  .xsaid a.ui-link:visited, 
  .xsaid a.ui-link:hover{
    color: #000 !important;
  }
  
  .stars_admin a.ui-link, 
  .stars_admin a.ui-link:focus, 
  .stars_admin a.ui-link:visited, 
  .stars_admin a.ui-link:hover{
    color: #0099ff !important;
  }
  
  .stars_mod a.ui-link, 
  .stars_mod a.ui-link:focus, 
  .stars_mod a.ui-link:visited, 
  .stars_mod a.ui-link:hover{
    color: #ffa500 !important;
  }
  
  .stars_supermod a.ui-link, 
  .stars_supermod a.ui-link:focus, 
  .stars_supermod a.ui-link:visited, 
  .stars_supermod a.ui-link:hover{
    color: #ff0000 !important;
  }
  
  .stars_webmaster a.ui-link, 
  .stars_webmaster a.ui-link:focus, 
  .stars_webmaster a.ui-link:visited, 
  .stars_webmaster a.ui-link:hover{
    color: #1c8600 !important;
  }
                       
  .stars_gf a.ui-link, 
  .stars_gf a.ui-link:focus, 
  .stars_gf a.ui-link:visited, 
  .stars_gf a.ui-link:hover{
    color: #555555 !important;
  }
  
  input.ui-input-text, 
  textarea{
    background: #fff !important;
  }
  
 /* 
  @media only screen and (orientation: landscape){
    .postbit{
      margin: 0 6px 10px 6px !important;
    }
  } */
  
  .ui-mobile fieldset.quotefieldset{
    margin: 8px 0 !important;
  }
  
  .quotefieldset legend{
    width: 100%;
  } 
  .quotefieldset .ui-btn, 
  .quotefieldset .ui-btn *{
    border-radius: 0; 
    margin: 0;
  }
  
  .quotefieldset >div{
    background: #e9e9e9; 
    border: 1px solid #c4c4c4; 
    padding: 7px;
  }
  
  .quote_container{
    border: none; 
    background: none; 
    padding: 0; 
    margin: 0;
  }
  
  .quote_container .message{ 
    border-left: 2px solid #c4c4c4; 
    padding-left: 6px; 
    margin-left: 23px;
  }
  
  .bbcode_postedby{
    font-size: small; 
    padding-bottom: 3px;
  }
  
  hr{
    background: #c4c4c4; 
    height: 1px; 
    border: none;
  }
  
  #pagetitle .description{
    display: none;
  }
 /* 
  #pollinfo .blockhead a.blockhead_info{
    display: none;
  }
  
  #pollinfo .blockfoot .group{
    text-align: center;
  }
  
  #pollinfo .blockfoot .group .textcontrol{
    display: block; 
    margin: 20px 0 10px 0;
  }
  
  #polloptions ul{
    margin: 0 5px; 
    padding: 0;
  }
  
  #pollinfo h2{
    margin: 0 0 15px 0; 
    font-size: 18px; 
    padding: 5px 5px;
  }
  
  #show-results-without-voting .pollresultsblock h2{
    margin-left: -15px; 
    margin-right: -15px;
  }
  
  #pollinfo .numvotes{
    position: absolute; 
    top: 32px; 
    font-size: small;
  }
  
  #pollresults .ui-li-has-count .ui-btn-text{
    padding-right: 45px;
  }
  
  #pollresults .ui-li >.ui-btn-inner{
    padding-left: 0;
  }
  
  .ui-li-count a{
    margin: 0; 
    padding: 0 !important;
  }
  
  .pollbar1, 
  .pollbar2, 
  .pollbar3, 
  .pollbar4, 
  .pollbar5, 
  .pollbar6{
    height: 15px; 
    border: 0px transparent; 
    display: inline-block; 
    margin: 5px 0 13px 0;
  }
  
  .pollbar1{
    background: rgb(156,255,198) none;
  }
  
  .pollbar2{
    background: rgb(255,132,132) none;
  }
  
  .pollbar3{
    background: rgb(132,132,255) none;
  }
  
  .pollbar4{
    background: rgb(255,231,132) none;
  }
  
  .pollbar5{
    background: rgb(255,132,255) none;
  }
  
  .pollbar6{
    background: rgb(132,255,255) none;
  }
  
  #pollinfo .stats{
    overflow: hidden; 
    margin: 5px 0 10px 0; 
    min-height: 33px; 
    padding: 0 15px;
  }
  
  #pollinfo .stats dt, 
  #pollinfo .stats dd{
    float: left; 
    margin: 0;
  }
  
  #pollinfo .stats dt{
    margin-right: 2px;
  }     */
  
  
  #searchnav .label{
   display: none;
  }
  
  .searchbar{
    margin-bottom: 15px;
  }
  
  #memberinfoheader{
    margin-bottom: 7px;
  }
  
  #page-aboutme li.ui-li{
    background: #fff;
  }
  
  #page-friends li.ui-li-has-thumb img{
    left: 0 !important;
  }
  
  #page-friends .ui-li.ui-li-has-thumb >.ui-btn-inner{
    padding-left: 80px !important;
  }
  
  #page-friends .ui-li.ui-li-has-thumb p a{
    display: none;
  }
  
  a.headericon{
    margin-top: 10px;
  }
  
  .prefix{
    font-size: small; 
    display: inline-block; 
    padding: 2px 4px; 
    text-shadow: none; 
    border-radius: 4px; 
    color: #fff; 
    background: #ffa516; 
    border: 1px solid #ee8e00;
  }
  
  .ui-li .ui-btn-inner a.ui-link-inherit{
    vertical-align: baseline;
  }
  
  .postbit .posthead .postdate.old, .postbitlegacy .posthead .postdate.old{
    background: transparent url('/styles/oo/statusicon/post_old.png') no-repeat center left;
  }
  
  .postbit .posthead .postdate.new, .postbitlegacy .posthead .postdate.new{
    background: transparent url('/styles/oo/statusicon/post_new.png') no-repeat center left;
  } 
  #posts .ui-li-checkboxradio .ui-checkbox, 
  #posts .ui-li-checkboxradio .ui-radio, 
  #posts .ui-li-checkboxradio .ui-checkbox label {
    width: 36px !important; 
    border-right-width: 0 !important; 
    right: 0 !important;  
    left: auto !important;
  }
  
  #posts .ui-li-checkboxradio .ui-checkbox .ui-btn-icon-left .ui-icon, 
  #posts .ui-li-checkboxradio .ui-radio .ui-btn-icon-left .ui-icon{
    top: 14px !important;  
    left: 10px !important;
  }
  
  .postdate:first-letter, 
  .stickies .ui-bar-b:first-letter, 
  .threads .ui-bar-b:first-letter, 
  .ui-bar-a:first-letter, 
  #page-aboutme .ui-bar-d:first-letter, 
  #searchtypes .ui-bar-d:first-letter, 
  #searchform .ui-bar-d:first-letter {
    color: #ff9d03;
  }
  
  .ui-btn-icon-notext .ui-btn-inner {
    padding: 1px 1px 1px 1px;
  }
  
  ol#posts li div.postbody blockquote.lastedited {
    color: #888888;
  }
  
  div.cms_table {
    overflow-x: scroll;
  }
  
  table.cms_table_grid {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td.cms_table_grid_td, td.wysiwyg_cms_table_grid_td {
    border: 3px solid #999;
    padding: 0.5em;
  }
  
  /* Pagenav */
  
  .pagenav select {
    width: auto !important;
  }
  
  .pagenav .ui-select {
    width: 33px !important;
    height: 30px !important; 
    overflow: hidden !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  
  .pagenav .ui-select .ui-btn {
    border-radius: 0;
    box-shadow: none;
  }
  
  .pagenav .ui-select .ui-btn-inner {
    padding: 5px 10px 5px 30px;
  }
  
  div.pagenav .ui-vbpagenav-last {
    right: 32px !important;
  }
  
  /* Menu Pageslide */
  
  #menu.disabled a,
  #menu.disabled input,
  #menu.disabled button {
    z-index: 0 !important;
  }
  
  #menu .ui-li {
    padding: 5px 5px 5px 12px;
  }
  
  #menu .ui-li > .ui-btn-inner {
    padding: 0;
  }
  
  #menu .searchbar {
    margin: 0;
    overflow: hidden;
  }
  
  #menu .searchbar .buttoncontainer {
    width: 40px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  
  #menu .searchbar .textboxcontainer {
    float: left;
    margin: 0 0 0 10px;
  }