/* CSS by ZiRo www.ziro.wapka.mobi*/
body {
    color :#000;
    font-family:Helvetica, 'Nokia Sans', Arial, Sans-serif ;
    background-color : #dddddd;
    margin:auto;
    }

/*Link Class*/

a:link, a:active, a:visited { 
    color : #1DA628; 
    text-decoration : none; 
    } 
a:hover, a:focus{
    font-weight: bold;
    }
/*Special Class*/

hr { 
    margin-top : 3px;   
    margin-bottom : 3px; 
    border-top : 1px dotted #c6c6c6; 
    border-right-style : none; 
    border-bottom-style : none; 
    border-left-style : none; 
    } 

.gbr {
    background: #A4A5A3;
    padding: 2px;
    border: 1px solid #6E6E6D;
}

.wcode{
    text-align:left;
    color:#000;
    background-color :#10C50C;
    border: 1px dashed #fff;
    padding:3px;
    }

.quote{
    text-align:left;
    color:#000;
    background-color :#fff;
    border: 1px dashed #10C50C;
    padding:3px;
    }

/*General Class*/

.ro {
    color : #fff;
    background-color : #0A160A; 
    background-image : url(ijo.png); 
    background-repeat : repeat-x;
    background-position : top left;
    padding-top:2px;
    }

.el {
    color:#999;
    background-color :#fff;
    background-image :url(whit.png);
    background-position :bottom left; 
    background-repeat :repeat-x;
    border-bottom:1px solid #b7c1c8;
    padding: 4px;
    }
    
.title {
    display:block;
    color:#999;
    background-color :#F8F8F8;
    background-image :url(pt.png);
    background-position :bottom left; 
    background-repeat :repeat-x;
    border:1px solid #ABABAB;
    padding: 4px;
    }   

.zi, .menu{
    display:block;
    color:#999;
    background-color :#fff;
    padding: 3px;
    border-bottom: 1px dotted #888;
    }

/* Paging Class */
.pg a{ 
    margin:1px;
    padding:1px;
    background-color: transparent;
    border-width: 1px;
    border-color: #c6c6c6;
    border-style: solid;
}

/* Input,Texarea Class */

input[type="submit"] {
    color :#fff;
    max-width:auto;
    margin: 1px;
    background-color :#053107;
    background-image :url(but.png);
    background-position : top;
    background-repeat :repeat-x;
    font-weight:bold;
    padding: 3px;
    border:transparent;
    }

input, textarea, select{
    color: #888; 
    background-color: #F9F9F9; 
    background-image: url(bt.png); 
    background-repeat: repeat-x; 
    background-position: 50% top;
    margin: 1px; 
    padding: 3px; 
    border: 1px solid #cecece;}

/*Tab Navigation Class*/

#tab {
    border-bottom:1px solid #fff;
    }
#tab a {
    color:#fff;
    font-weight:bold;
    }
#tab table{
    margin:0 auto;
    width:90%}
#tab .active {
    background-color:#fff;
    background-image:url(tab.png);
    background-position:50% top;
    background-repeat:repeat-x;
    padding:5px;
    }
#tab .active a {color:#000}

/* Copyright 2012 www.ziro.wapka.mobi */