/*! ReInnovators Network V2.5 Baseplate (Desktop) - Principal CSS
 *	
 *	Made By: SamtyXP7271 - Santiago White Izquierdo
 *	Based on "CSS Reset" by: Erick A. Mayer
 *	v1.0 | 20080212 - v2.0 | 20110126
 *
 *  Fully Supported Browsers: 
 *
 *	    •  IE: 6–8, 9, 10+
 *	    •  Edge: 12+
 *	    •  Firefox: 3.6–15, 16+
 * 	    •  Chrome: 4–9, 10–25, 26+
 * 	    •  Safari: 4–5, 5.1–6, 6.1+
 * 	    •  Opera: 11.1–11.5, 12+
 * 	    •  iOS Safari: 3.2–4.3, 5.1–6.1, 7.1+
 * 	    •  Navegador Android: 2.1–3, 4–4.3, 4.4+
 * 	    •  Chrome para Android: 46+
 *
 *	  Partial Support (may not render advanced CSS3 properties):
 *
 *	    •  Netscape 9
 *	    •  Opera Mini 7–8
 *	    •  Konqueror 4
 *	    •  S60 Browser 3.0–3.2
 *	    •  UC Browser < 10
 *
 */
 
/* Copyright (C) ReInnovators Network 2019 - 2025.
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
ul {
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
    border: 0;
    margin: 0;
    padding: 0;
}
img.fluid {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
}

/* - Global Styles -------------------------------------------------------------------------------------------------------------------------------------------------------- */

*, body {
    font: normal 16px/1.5 Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
}

p {
    margin: 5px 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: bold;
    padding: 0;
    margin: 0;

}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

em, i {
    font-style: italic;
    padding: 0;
    margin: 0;
}

input, select, textarea {
    cursor: text;
}

a, button, input[type="submit"], input[type="reset"], input[type="button"] {
    cursor: pointer;
    cursor: hand;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn, button.btn, span.btn, input.btn {
    cursor: pointer;
    cursor: hand;
    display: block;
    text-align: center;
    text-decoration: none !important;
    height: auto;
    zoom: 1;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

a.btn:hover, button.btn:hover, span.btn:hover, input.btn:hover {
    text-decoration: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

.btn.h24 {
    font-size: 14px !important;
    padding: 0 8px;
    line-height: 24px;
    height: 24px;
}
a.btn.h24 {
    line-height: 22px !important;
    height: 22px !important;
}
.btn.h32 {
    font-size: 16px !important;
    padding: 0 12px;
    line-height: 32px;
    height: 32px;
}

a.btn.h32 {
    line-height: 30px !important;
    height: 30px !important;
}
.btn.h40 {
    font-size: 20px !important;
    padding: 0 16px;
    line-height: 40px;
    height: 40px;
}
a.btn.h40 {
    line-height: 40px !important;
    height: 40px !important;
}

.btn.left {
    float: left;
}
.btn.center {
    float: left;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn.right {
    float: right;
}

.btn.black {
    color: #ffffff;
    border-color: #000000;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}
.btn.black:hover {
    background: #333333;
}
.btn.blue {
    color: #ffffff;
    border-color: #00006b;
    background: #0000df;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3333ff), color-stop(100%,#0000df));
    background: -webkit-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: -moz-linear-gradient(top,  #3333ff 0%, #0000df 100%);
    background: -ms-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: -o-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: linear-gradient(to bottom,  #3333ff 0%,#0000df 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333FF', endColorstr='#0000DF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333FF', endColorstr='#0000DF',GradientType=0 );
}
.btn.blue:hover {
    background: #3333ff;
}
.btn.green {
    color: #ffffff;
    border-color: #006b00;
    background: #00df00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33ff33), color-stop(100%,#00df00));
    background: -webkit-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: -moz-linear-gradient(top,  #33ff33 0%, #00df00 100%);
    background: -ms-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: -o-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: linear-gradient(to bottom,  #33ff33 0%,#00df00 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FF33', endColorstr='#00DF00',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FF33', endColorstr='#00DF00',GradientType=0 );
}
.btn.green:hover {
    background: #33ff33;
}
.btn.red {
    color: #ffffff;
    border-color: #6b0000;
    background: #df0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(100%,#df0000));
    background: -webkit-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: -moz-linear-gradient(top,  #ff3333 0%, #df0000 100%);
    background: -ms-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: -o-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: linear-gradient(to bottom,  #ff3333 0%,#df0000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3333', endColorstr='#DF0000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3333', endColorstr='#DF0000',GradientType=0 );
}
.btn.red:hover {
    background: #ff3333;
}
.btn.white {
    color: #666666;
    border-color: #666666;
    background: #dfdfdf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dfdfdf 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DFDFDF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DFDFDF',GradientType=0 );
}
.btn.white:hover {
    background: #ffffff;
}
.btn.yellow {
    color: #6b6b00;
    border-color: #6b6b00;
    background: #dfdf00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff33), color-stop(100%,#dfdf00));
    background: -webkit-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: -moz-linear-gradient(top,  #ffff33 0%, #dfdf00 100%);
    background: -ms-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: -o-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: linear-gradient(to bottom,  #ffff33 0%,#dfdf00 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#DFDF00',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#DFDF00',GradientType=0 );
}
.btn.yellow:hover {
    background: #ffff40;
}

input.text-box {
    display: block;
    border: 1px solid #666666;
    position: relative;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dfdfdf 0%,#ffffff 100%);
    background: -moz-linear-gradient(top,  #dfdfdf 0%, #ffffff 100%);
    background: -ms-linear-gradient(top,  #dfdfdf 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #dfdfdf 0%,#ffffff 100%);
    background: linear-gradient(top,  #dfdfdf 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #dfdfdf 0%,#ffffff 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDFDF', endColorstr='#FFFFFF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDFDF', endColorstr='#FFFFFF',GradientType=0 );
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.text-box.h24 {
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
}
.text-box.h32 {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}
.text-box.h40 {
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
}

.text-box.left {
    float: left;
}
.text-box.center {
    float: left;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.text-box.right {
    float: right;
}

.wrap {
    display: block;
    padding: 5px;
}

.cf, .row, .wrap, .block {
    zoom: 1;
}
.cf:after, .row:after, .wrap:after, .block:after,
.cf:before, .row:before, .wrap:before, .block:before {
    display: table;
    content: '';
}
.cf:after, .row:after, .wrap:after, .block:after {
    clear: both;
}

.container {
    width: 960px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

.col {
    display: block;
    float: left;
    zoom: 1;
}

.col.w100 {
    width: 100%;
}
.col.w75 {
    width: 75%;
}
.col.w50 {
    width: 50%;
}
.col.w33 {
    width: 33.33%;
}
.col.w25 {
    width: 25%;
}
.col.w15 {
    width: 15%;
}

.block {
    display: block;
    border: 0;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 -1px 1px, inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 -1px 1px, inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 -1px 1px, inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    zoom: 1;
}
.block.l {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #ededed 0%,#dfdfdf 100%);
    background: -moz-linear-gradient(top,  #ededed 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#dfdfdf 100%);
    background: linear-gradient(top,  #ededed 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#dfdfdf 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#DFDFDF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#DFDFDF',GradientType=0 );
}
.block.d {
    color: #ffffff;
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: linear-gradient(top,  #222222 0%,#000000 100%);
    background: linear-gradient(to bottom,  #222222 0%,#000000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
}

.block .title, .block .content {
    display: block;
    width: 100%;
    float: left;
    height: auto;
    zoom: 1;
}

.block .title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 1px, rgba(0, 0, 0, 0.25) 0 0 1px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
} 
.block .content {
    border-top-width: 1px;
    border-top-style: solid;
    background: none !important;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.block.l .content {
    background-color: none;
}
.block.l .content {
    background-color: none;
}

.block.no-title .content {
    border: 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.block .title.transparent {
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.block .title.black {
    color: #ffffff;
    border-color: #000000;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}
.block .title.blue {
    color: #ffffff;
    border-color: #00006b;
    background: #0000df;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3333ff), color-stop(100%,#0000df));
    background: -webkit-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: -moz-linear-gradient(top,  #3333ff 0%, #0000df 100%);
    background: -ms-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: -o-linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: linear-gradient(top,  #3333ff 0%,#0000df 100%);
    background: linear-gradient(to bottom,  #3333ff 0%,#0000df 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333FF', endColorstr='#0000DF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333FF', endColorstr='#0000DF',GradientType=0 );
}
.block .title.green {
    color: #ffffff;
    border-color: #006b00;
    background: #00df00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33ff33), color-stop(100%,#00df00));
    background: -webkit-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: -moz-linear-gradient(top,  #33ff33 0%, #00df00 100%);
    background: -ms-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: -o-linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: linear-gradient(top,  #33ff33 0%,#00df00 100%);
    background: linear-gradient(to bottom,  #33ff33 0%,#00df00 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FF33', endColorstr='#00DF00',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FF33', endColorstr='#00DF00',GradientType=0 );
}
.block .title.red {
    color: #ffffff;
    border-color: #6b0000;
    background: #df0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(100%,#df0000));
    background: -webkit-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: -moz-linear-gradient(top,  #ff3333 0%, #df0000 100%);
    background: -ms-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: -o-linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: linear-gradient(top,  #ff3333 0%,#df0000 100%);
    background: linear-gradient(to bottom,  #ff3333 0%,#df0000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3333', endColorstr='#DF0000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3333', endColorstr='#DF0000',GradientType=0 );
}
.block .title.white {
    color: #666666;
    border-color: #666666;
    background: #dfdfdf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(top,  #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dfdfdf 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DFDFDF',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DFDFDF',GradientType=0 );
}
.block .title.yellow {
    color: #6b6b00;
    border-color: #6b6b00;
    background: #dfdf00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff33), color-stop(100%,#dfdf00));
    background: -webkit-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: -moz-linear-gradient(top,  #ffff33 0%, #dfdf00 100%);
    background: -ms-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: -o-linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: linear-gradient(top,  #ffff33 0%,#dfdf00 100%);
    background: linear-gradient(to bottom,  #ffff33 0%,#dfdf00 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#DFDF00',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#DFDF00',GradientType=0 );
}

/* - Personal Styles ------------------------------------------------------------------------------------------------------------------------------------------------------ */
body {
    background: #222222;
    margin: 0;
    padding: 0;
}
.header {
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: #0000df 1px solid;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
    background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(top,  #333333 0%,#000000 100%);
    background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}
.header .container {
    position: relative;
    z-index: 9999;
}
.header a.logo {
    position: relative;
    z-index: 10000;
    display: block;
    height: auto;
    float: left;
    text-decoration: none !important;
}
.header a.logo span {
    float: left;
    display: block;
    width: 200px;
    height: 56px;
    margin: 2px 4px;
    padding: 0;
    font-size: 0 !important;
    text-indent: -9999px;
    background: transparent url(/main/sprites/logo.png) no-repeat 0 0;
}
.header .p1 {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 5px;
}
.header .p1 form {
    float: right;
}
.header .p1 form div {
    float: left;
}
.header form.account {
    margin-right: 5px;
}
.header form.account div.signedin {
    display: none;
}
.header form.account div.signedout {
    display: block;
}

.header .nav {
    position: relative;
    width: 100%;
    z-index: 10000;
    border-bottom: #3333ff 1px solid
}
.header .nav ul {
    position: absolute;
    z-index: 10000;
    left: auto;
    right: 0;
    bottom: -2px;
    float: right;
    list-style: none;
}
.header .nav ul li {
    float: left;
    position: relative;
    z-index: 10000;
    height: 32px;
    margin: 0 1px;
}
.header .nav ul li a {
    color: #dfdfdf;
    text-decoration: none !important;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}
.header .nav ul li a:hover {
    color: #ffffff;
}
.header .nav ul li.active a, .header .nav ul li a:hover {
    border-bottom: 2px solid #ffff00;
}

.main {
    width: 100%;
    background: #ffffff url(/main/sprites/shadow.png) repeat-x 0 0;
}
.main .container {
    padding: 10px 0;
}

.footer {
    color: #ffffff;
    width: 100%;
}
.footer a {
    color: #cccccc;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer .p1, .footer .p2 {
    display: block;
    width: 100%;
}
.footer .p1 {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #000000;
    background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222));
    background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%);
    background: -moz-linear-gradient(top,  #444444 0%, #222222 100%);
    background: -ms-linear-gradient(top,  #444444 0%,#222222 100%);
    background: -o-linear-gradient(top,  #444444 0%,#222222 100%);
    background: linear-gradient(top,  #444444 0%,#222222 100%);
    background: linear-gradient(to bottom,  #444444 0%,#222222 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    zoom: 1
}
.footer .p1 ul {
    float: left;
    width: 130px;
    padding: 10px;
    list-style: none;
    font-size: 14px;
}
.footer .p2 {
    padding: 20px 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#222222));
    background: -webkit-linear-gradient(top,  #111111 0%,#222222 100%);
    background: -moz-linear-gradient(top,  #111111 0%, #222222 100%);
    background: -ms-linear-gradient(top,  #111111 0%,#222222 100%);
    background: -o-linear-gradient(top,  #111111 0%,#222222 100%);
    background: linear-gradient(top,  #111111 0%,#222222 100%);
    background: linear-gradient(to bottom,  #111111 0%,#222222 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 );
}
.footer .p2 #any-browser {
    float: left;
    margin: 0 10px;
    padding: 0;
    text-decoration: none !important;
}
.footer .p2 p {
    font-size: 14px;
    float: right;
    margin: 0 10px;
}