

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:700;
    line-height: 19px;
    color: white;
    width:100%;
    background:url("i/bg.png") no-repeat fixed top #070707;
    margin: 0px;
    padding: 0px;
}
table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    border-collapse:collapse;
    color:white;
    border-spacing: 0px
}

td {
    vertical-align:top;
    padding:3px 0;
}

img {
    border: 0px;
} 
select {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #666666;
    border: 1px solid silver;
    border-radius: 5px;
    padding:0;
    margin:0px 10px 0px 5px;
    height: 26px;
}
form {
    margin: 0px;
    padding: 0px
}
fieldset {
    border:1px solid #CCC;
}
input {
    border: 1px solid silver;
    border-radius: 2px;
    color: #666666;
    padding:0 5px;
    min-height:26px;
}
textarea {
    border: 1px solid silver;
    border-radius: 2px;
    padding: 5px 10px 5px 10px;
    width:90% !important;
}
input[type=file] {padding:0 !important;}
input[type=file] { height: 26px; }
.button,button,input[type=button],div#php_content input[type=submit],input[type=reset] {
    cursor:pointer;
    padding:0 5px;
    border-top:1px solid #c29912;
    border:1px solid #de642b;
    border-radius: 3px;
    font-size:11px;
    text-shadow:2px 2px 2px #404040;
    background: #d94c03; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeb004 0% #d94c03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb004), color-stop(100%,#d94c03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeb004 0% ,#d94c03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeb004 0%,#d94c03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeb004 0%,#d94c03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeb004 0%,#d94c03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb004', endColorstr='#d94c03',GradientType=0 ); /* IE6-9 */
    color: white;
} 
a, a:visited,.title {
    color: white;
    font-family:verdana,arial,sans-serif;
    text-decoration: none;
    font-weight:700;
    font-size:12px;
    }
a:active {
    color: #ffae00;
    text-decoration: none;
    font-weight:700;
    }
a:hover {
    color: #ffae00 !important;
    text-decoration: none;
    font-weight:700;
}

/* Format basic elements */
abbr,acronym {
    font-variant:normal;
    border-bottom:1px dotted #666;
    cursor:help;
}

blockquote,q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after{
    content:''
}

fieldset,img {
    border:0;
}

li {
    list-style-type:none;
}

sup {
    vertical-align:text-top;
}

sub {
    vertical-align:text-bottom;
}

del {
    text-decoration:line-through;
}

ins {
    text-decoration:none;
}

:focus {
    outline:0;
}

label {
    cursor: pointer;
}

hr {
    background:none;
    height:0;
    line-height:0;
}
small {
  font-size:10px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 0;
}

/* Font settings */
pre,code {
    font-family:"Lucida Console",Monaco,monospace;
    font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
h1 {
    font-size:14px;
}
h2 {
    font-size:12px;
}
h3 {
    font-size:10px;
}
h4 {
    font-size:8px;
}
/* Global Classes */

/* Text is invisible */
.invi{
    text-indent:-99999em;
    font-size:0;
    line-height:0;
}

/* text get invisible */
.nodisplay{
    display:none;
}
   
/* Text will be Displayed */
.display{
    text-indent:0;
    font-size:100%;
    line-height:100%;
}
        
/* Float left */
.fl{
    float:left;
    display:inline;
}

/* Float right */
.fr{
    float:right;
    display:inline;
}

/* Center */
.center{margin:0 auto;text-align:left;}

/* img_center */
.img_center{display:block;margin:0 auto;}

/* warning style */
.warning{margin:10px;}
 
/* Clear */
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
    
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
    
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Infomessages - Miscellaneous */
.tooltip {
  display: none !important;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}
