@import url("../../webfonts/spaghetti_regular/stylesheet.css");
@import url("../../webfonts/Pixel1/stylesheet.css");

h1{
    font-family: "spaghetti regular";
    font-weight: normal;
}
h2{
    font-family: "spaghetti regular";
    font-weight: normal;
    margin-bottom: -12px;
    padding: 0;
}

body,td,th {
    font-family: Verdana;
    margin: 0;
}
body:not(.loaded) #slider img {
  display:none;
}


.index{
    padding:0;
    margin:0;
    margin-top:50px;
    max-width:100%;
    background-color: dimgray;
}

.table{
    background: #555555;
    border: 2px solid #FFBE00;
    overflow: hidden;
    border-collapse: separate;
    color: white;
}
.tabledesc{
    background: brown;
    padding-left: 10px;
    margin: -20px;
}

.marquee{
    background: darkgoldenrod;
    color: white;
    font-size: 14px;
}
/* ITEMS __________________________\/___________*/
.item{
    max-width:100%;
    width: 350px;
    padding: 4px;
    /*background: #333333;
    color: white;*/
    background: white;
    margin: 16px 16px;
    overflow: hidden;
    border-collapse: separate;
    border: 2px solid cornflowerblue;
}
.item_other{
    max-width:100%;
    width: 350px;
    padding: 4px;
    /*background: #333333;
    color: white;*/
    background: white;
    margin: 16px 16px;
    overflow: hidden;
    border-collapse: separate;
    border: 2px dotted cornflowerblue;
}
.item_important{
    max-width:100%;
    width: 350px;
    padding: 4px;
    /*background: #333333;
    color: white;*/
    background: white;
    margin: 16px 16px;
    overflow: hidden;
    border-collapse: separate;
    border: 2px solid red;
}
.item_table{
    overflow: hidden;
    border-collapse: separate;
    padding: 0px;
/*    border-spacing: 10px;*/
}
/* ITEMS __________________/\______________*/



.button{
    border-radius: 0px;
    padding: 4px 32px;
    font-size: 16px;
    font-family: Verdana;
    width: 110px;
    margin-bottom: 0px;
}

.button:active{
    background-image: url("../../awesome/UI/back2.gif");
    color: white;
}

.links{
    padding: 4px;
    padding-top: 0px;
    background-color: white;
    color: black;
    margin: -18px;
    margin-left: 4px;
    margin-top: -20px;
}

.no-filter {
    image-rendering: pixelated;
}
img {
    image-rendering: pixelated;
}