/*
#############################################
#     Name: reset.css                       #
#     Version : 1.1                         #
#     Copyrght by: Mateusz Garbela          #
#     Adaption ,Css , slice by 	            #
#     Mateusz "xX-Viper-HunteR-Xx" Garbela  #
#     ICQ: 376626463			    #
#     E-mail: mateusz_garbela@web.de	    #
#     Web: www.mateusz-coding.com           #
#############################################		
*/

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: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    /*
	color: #a19d9d;
	*/
	color: #414141;
    width:100%;
    background:url("i/bg.png") no-repeat center top #040404;
    margin: 0px;
    padding: 0px;
}
table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    border-collapse:collapse;
    /*
	color: #a19d9d;
	*/
	color: #414141;
    border-spacing: 0px
}

img.desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
    
img.desaturate:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}
    
td {
    vertical-align:top;
    padding:3px 0;
}

img {
    max-width:100% !important;
    border: 0px;
    vertical-align: text-bottom
} 
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,input[type=button],input[type=submit],input[type=reset] {
    cursor:pointer;
    border: 1px solid #f93233;
    border-top: 1px solid #f93233;
    padding:0 5px;
    border-radius: 3px;
    height: 26px;
    background-color: #bf2425;
    color: white;
} 
a, a:visited,.title {
    color: #b03838;
    text-decoration: none;
    font-weight: normal;
    font-size:12px;
    }
a:active {
    color: #b03838;
    text-decoration: none;
    font-weight: normal;
    }
a:hover {
    color: #b03838;
    text-decoration: none;
    font-weight: normal;
}

/* 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;
    color:#000;
    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 {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.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;
}
