*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    font-weight: normal;
    display: inline;
    font-size: 11px;
}
img{outline: none; border: 0;}
input:hover, input:focus{
    outline: none;
}
a, a:active, a:focus {outline:none}
a{
    text-decoration: none;
    color: #1d1d1d;
}
body{
    background: #032b47;
    font-family: 'Arial';
}
strong{
    font-weight: normal;
}
ul{
    list-style-type: none;
}
td{
    line-height: 30px;
}
input, select{
    max-width: 250px !important;
}
td{
    max-width: 300px;
}
.forum-online td{
    max-width: none;
}

#header{
    height: 26px;
    width: 100%;
    background: url(images/mobile/top.png) top center repeat-x;
    font-size: 13px;
    text-align: center;
    padding-top: 9px;
}
#header a{
    margin-right: 30px;
    color: #58a0cf;
}
#header a:last-child{
    margin: 0;
}
#logo{
    background: url(images/mobile/logo.png);
    width: 143px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 25px;
    height: 51px;
}
#top-menu{
    height: 28px;
    width: 292px;
    background: url(images/mobile/top_menu.png);
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 11px
}
#top-menu a{
    margin-right: 24px;
    color: #b6d6eb;
}
#top-menu a:last-child{
    margin-right: 0;
}
#container{
    border: 1px solid #113751;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    background: url(images/mobile/light.png);
    background-repeat: no-repeat;
    background-position: top;
}
.thead{
    color: #000;
    font-size: 24px;
    padding-bottom: 15px;
}
.thead a{
    color: #f26522;
}
.big{
    padding: 15px 15px 0 15px;
    font-size: 24px;
}
.middle{
    padding: 14px 15px 5px 15px;
    font-size: 16px;
}
ul.middle{
    padding: 0;
}
ul.middle li{
    padding: 9px 0;
    border-bottom: 1px solid #cbcbcb; 
}  
ul.middle li:last-child{
    border: none;
    padding: 9px 0 0 0;
}  
.lastbytext{
    color: #888888;
    font-size: 13px; 
    line-height: 24px;        
}
.trow3{
    display: block;
}
.trow3{
    font-size: 14px;
    background: #e5e8ea; 
    border-bottom: 1px solid #cbcbcb; 
    border-top: 1px solid #cbcbcb;
    padding: 6px 15px;  
    opacity: 0.7;     
}

.tborder{
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}
.content .smalltext{
    color: #000;
}
.smalltext{
    font-size: 16px;
    color: #fff;
}
.trow1, .trow2{
    font-size: 14px;
}
.content{
    padding: 10px;
    width: auto !important;    
}
.content a{
    color: #121313;
}
.forum, .blocks, .rules{
    color: #525252;
    -webkit-box-shadow: 2px 2px 4px #010C13;
    -moz-box-shadow: 2px 2px 4px #010c13;
    box-shadow: 2px 2px 4px #010C13;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-spacing: 0;
    background: white;
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
}
.forum{
    padding-bottom: 5px;
}
.rules a{
    color: #000;
}
.blocks{
    padding-bottom: 12px;
    margin-bottom: 22px;
}		
.forum-online {
    background: #053c5f;
    border-color: #5A5DB5;
    color: #9ebdd0;
}	
.forum-online .thead a{
    color: #9ebdd0;
}	
.forum-online .trow3{
    background: #042f4b;
    border-bottom: 1px solid #0f517b; 
    border-top: 1px solid #0f517b;
}
.forum-online .trow3 a{
    color: #bccbd4;
}
#mark-read{
    background: #e0703c;
    padding: 13px 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
    width: auto;
}		
#mark-read a{
    font-size: 13px;
    color: white;
}
#gotop{
    height: 27px;
    background: url(images/mobile/gotop.png);
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
#footer{
    height: 107px;
    width: 100%;
    background: url(images/mobile/foot.png);
}
#footer_s{
    height: 107px;
    width: 320px;
    margin: 0 auto;
    background: url(images/mobile/foot_s.png);
}
.navigation{
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #bbddeb;
}
.navigation h2{
    font-size: 16px;
}
.navigation a{
    color: #bbddeb;
}
#posts{
    font-family: Arial;
    color: #3B3B3B;
    font-size: 14px;
}
.post{
    padding-top: 22px;
}
.post:first-child{
    padding: 0;
    margin-top: -9px;
}
.post_author, .post_content{
    padding: 0 22px;
}
.post_author{
    font-size: 18px;
    margin-bottom: 19px;
}
.post_author a{
    color: black;
}
.float_right{
    text-align: right;
}
.post_manage{
    background-color: white;
    background-image: url(images/bottom-shadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: right;
    padding: 19px 22px 19px 0;
}
.button{
    font-size: 12px;
}
a.button{
    color: #029caf;
}
.datetime{
    color: #8f8f8f;
    font-size: 12px;
    float: right;
}
.pagination{
    margin: 18px 0;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial;
}
.pagination a{
    color: #fff;
}
.pagination_page, .pagination_current, .pagination_last, .pagination_first{
    background: #2b5068;
    padding: 5px 10px;
}
.pagination_current{
    font-weight: bold;
}
.pagination_next, .pagination_previous{
    height: 26px;
    width: 4px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -1px;
}
.pagination_next{
    background-image: url(images/mobile/next_page.png);
}
.pagination_previous{
    background-image: url(images/mobile/prev_page.png);
}
.big_button{
    margin-right: -8px;
}
.pm_alert a{
    color: black;
}
.pm_alert{
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    font-size: 11px;
    color: black;
    margin-top: 14px;
}
.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
    margin-top: 14px;
}
.red_alert > a{
    color: #A5161A;
}
.prv_selected, tr .trow_selected, .postsz tr.trow_selected > td{
    background-color: rgba(2, 144, 164, 0.1);    
}
#search{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 21px;
    background-image: url(images/mobile/search_bc.png);
    height: 40px;
    width: 290px;
}
#search input[type="text"]{
    background: rgba(14, 94, 123, 0);
    font-size: 20px;
    color: #373737;
    padding: 8px;
    width: 199px;
    border: none;
    margin-left: -8px;
}
#search input[type="submit"]{
    margin-top: 8px;
    margin-left: 4px;
    height: 25px;
    width: 32px;
    background: url(images/black/search_submit.png) center;
    border: none;
    background-repeat: no-repeat;
    vertical-align: top;
}
.online, .offline{
    font-weight: normal!important;
}
.online{
    color: green;
}