
/*-------------------------DEFAULT-------------------------*/

html, body {
 width:auto;
 height:auto;
 margin:0;
 padding:0;
 background-color:rgb(25,25,25);
 color:rgb(150,150,150);
 font-family:Arial;
 font-size:12px;
 text-align:center;
 line-height:16px;
}

.b {
 font-weight:bold;
}
.i {
 font-style:italic;
}
.u {
 text-decoration:underline;
}
.n {
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
}

img {
 border:0;
 overflow:hidden;
}

.cursor_default {
 cursor:default;
}
.cursor_help {
 cursor:help;
}

.full {
 width:100%;
}
.half {
 width:50%;
}
.quarter {
 width:25%;
}

.bordertop {
 border-top:solid 2px rgb(255,255,255);
}
.borderright {
 border-right:solid 2px rgb(255,255,255);
}
.borderbottom {
 border-bottom:solid 2px rgb(255,255,255);
}
.borderleft {
 border-left:solid 2px rgb(255,255,255);
}

.margin10 {
 margin:10px;
}
.margin10top {
 margin-top:10px;
}
.margin10right {
 margin-right:10px;
}
.margin10bottom {
 margin-bottom:10px;
}
.margin10left {
 margin-left:10px;
}

.block {
 display:block;
}

.left {
 float:left;
}

.right {
 float:right;
}

.clear {
 visibility:hidden;
 clear:both;
 width:0;
 height:0;
 overflow:hidden;
 font-size:0;
 line-height:0;
}

h1 {
 font-size:42px;
 font-weight:normal;
 margin:0 0 10px 0;
 padding:0;
}

h2 {
 margin:0 0 10px 0;
 padding:0;
 border-bottom:solid 1px rgb(0,150,200);
 color:rgb(0,150,200);
 font-size:18px;
 line-height:30px;
}

h3 {
 font-size:12px;
 margin:0 0 10px 0;
 padding:0;
}

a:link, a:visited {
 color:rgb(150,150,150);
}
a:hover, a:active {
 color:rgb(150,150,150);
 text-decoration:none;
}
a:active, a.active {
 color:rgb(150,150,150);
 text-decoration:none;
 font-weight:bold;
 cursor:default;
}
a:focus {
 outline:none;
}

span.error {
 color:rgb(200,0,0);
 font-weight:bold;
}

.font_white {
 color:rgb(250,250,250);
}
.font_grey {
 color:rgb(150,150,150);
}
.font_orange {
 color:rgb(225,125,25);
}

big, .big {
 font-size:1.50em;
}

small, .small {
 font-size:0.75em;
}

span.error {
 display:block;
 margin-top:-5px;
 margin-bottom:10px;
 color:rgb(200,0,0);
 font-weight:bold;
}
input.error {
 border:solid 1px rgb(200,0,0);
}


ul {
 list-style-type:square;
}

ul li ul {
 list-style-type:disc;
}

ul.nolist {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

table, table tr, table tr td, table tr th,
table.collapse, table.collapse tr, table.collapse tr td, table.collapse tr th  {
 padding:0;
 border-collapse:collapse;
 border-spacing:0;
 border:0;
 text-align:left;
 vertical-align:top;
}

table.separate, table.separate tr, table.separate tr td, table.separate tr th  {
 padding:0;
 border-collapse:separate;
 border-spacing:0;
 border:solid 1px rgb(255,255,255);
 text-align:left;
 vertical-align:top;
}

input, select, textarea {
 font-family:Arial;
 font-size:12px;
 line-height:16px;
}

input.error, select.error, textarea.error {
 border:solid 1px rgb(200,0,0);
 background-color:rgb(250,225,225);
}
