
* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #323B86;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: linear-gradient(to bottom, rgba(124,140,228,1) 0px, rgba(50,59,134,1) 150px) no-repeat;
	text-align: center;
	margin: auto;
}

img {
	border: 0px;
	float: none;
	page-break-after: avoid;
}

#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px;
	text-align: center;
	width: 900px;
	border-collapse: collapse;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#banner {
	background: url("./images/banner.jpg") no-repeat top right #4574a2;
	padding: 0px;
	height: 89px;
	width: 100%;
	text-align: left;
	color: #EEE;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 28px;
}

#navbar {
	background: linear-gradient(to bottom, rgba(145,151,225,1) 0%, rgba(111,117,177,1) 49%, rgba(61,68,117,1) 50%, rgba(108,114,172,1) 100%);
	padding: 0px;
	height: 25px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	border-bottom: 1px solid #000;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#valbar {
	width: 900px;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
}

#copybar, .push {
	height: 15px;
}

#copybar {
	width: 900px;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	background-color: #e2e5ff;
	text-align: center;
	border-top: 1px solid #000;
}

.leftbar {
	float: left;
	width: 50px;
	margin: 0px auto;

}

.rightbar {
	float: right;
	width: 50px;
	margin: 0px auto;
}

.midbar {
	page-break-inside: avoid;
	margin: 0px 50px 0px 50px;
	overflow: auto;
}

.top {
	text-align: left;
	border: 1px solid #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: Italic;
	height: 20px;
	background-color: #487298;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px auto;
}


.news {
	text-align: center;
	border-collapse: collapse;
	margin: 8px auto;
	width: 97%;
}

.newscontent {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	background-color: #E7E7E7;
	color: inherit;
	text-align: left;
	margin: 0px auto;
	border: 1px solid #666;
}

.newswho {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dashed #666;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 3px;
}

.namebar {
	margin: 0px 5% 0px 5%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	background: url("./images/bg.jpg") repeat-x;
	width: 90%;
	bottom: 1px;
}

#pagebar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	background: url("./images/bg.jpg") repeat-x;
	border: 1px solid #333;
	margin: 0px auto;
}

.dotbar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dashed #666;
	background-color: #EAEAEA;
}

.dotbar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dashed #666;
	background-color: #DFBFBF;
}

.firstbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAEAEA;
}

.glh {
	text-align: center;
	width: 100%;
	border: 1px solid #666;
	background-color: #E7E7E7;
}

.hwide {
	width: 95%;
	text-align: center;
	margin: 4px auto;
}

.spacer5 {
	font-size: 5px;
}

#pagespacer {
	font-size: 2.5px;
}

.qbox {
	margin-left: 15%;
	page-break-before: always;
	page-break-after: always;
	border-left: 4px solid #444;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.qtop {
	color: #555;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #DDD;
	font-size: 12px;
	page-break-after: always;
}

.qmain {

	color: #111;
	background-color: #EEE;
	padding-left: 4px;
	padding-right: 4px;
}

.button {
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #777777;
	font-size: 10px;
	height: 18px;
	margin: 0px auto;
	padding: 0px;
}

a:link {
	color: #820000;
	background-color: inherit;
	text-decoration:none;
}

a:visited {
	color: #444;
	background-color: inherit;
	text-decoration:none;
}

a:active {
	color: #444;
	background-color: inherit;
	text-decoration:none;
}

a:hover {
	color: #111;
	background-color: inherit;
	text-decoration:underline;
	transition: 1s;
}

a.nav:link {
	color: #EEE;
	background-color: inherit;
	text-decoration:none;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 14px;
	transition:color 0.5s ease-in-out;
}

a.nav:visited {
	color: #EEE;
	background-color: inherit;
	text-decoration:none;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 14px;
}

a.nav:active {
	color: #EEE;
	background-color: inherit;
	text-decoration:none;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 14px;
}

a.nav:hover {
	color: #AAA;
	background-color: inherit;
	text-decoration:none;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 14px;
}

a.admin:link {
	color: #222;
	background-color: inherit;
	text-decoration:none;
	font-size: 14px;
}

a.admin:visited {
	color: #222;
	background-color: inherit;
	text-decoration:none;
	font-size: 14px;
}

a.admin:active {
	color: #222;
	background-color: inherit;
	text-decoration:none;
	font-size: 14px;
}

a.admin:hover {
	color: #222;
	background-color: inherit;
	text-decoration:underline;
	font-size: 14px;
}

textarea {
	background-color: #F6F6F6;
	color: inherit;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
}

.dropdown-content {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}

.navdrop {
	background-color: #5882A8;
	border: 1px solid #184268;
	min-width: 210px;
	padding: 0px;
}

.navhov {
	width: 100%;
	transition:background-color 0.5s ease-in-out;
}

.navhov:hover {
	background-color: #6892B8;
}

.nav {
	color: #EEE;
}

.miscbar {
	float: left;
	page-break-after: always;
}
 
.userbar {
	text-align: right;
	padding-right: 5px;
}

.infobar {
	border: 1px solid #000000;
	page-break-after: always;
}

.modbar {
	border-top: 1px solid #666;
	padding: 2px;
	background-color: #FFFF55;
}

.bannerimg {
	vertical-align: top;
	float: left;
	padding-left: 10px;
}

.help {
	cursor: help;
}

#forum {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

.forumlist {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 12px;
}

.forumparent {
	border-top: 1px solid #666;
	text-indent: 4px;
	width: 100%;
	min-height: 20px;
	background-color: #DFBFBF;
}

.forumhead {
	border: 1px solid #666;
	background-color: #8F6363;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}

.forumlegend {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	min-height: 21px;
	background-color: #D6D6D6;
	font-size: 12px;
}

.forumchild {
	border-top: 1px solid #666;
	width: 100%;
	min-height: 20px;
	background-color: #EAEAEA;
}

.vcchild {
	padding-left: 20px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.topiclist {
	clear: right;
	border-top: 1px solid #666;
	width: 100%;
	min-height: 20px;
	background-color: #EAEAEA;
	font-size: 12px;
}

.modbarleft {
	float: left;
}

#modbarmid {
	visibility: hidden;
}

.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.s {
	text-decoration: line-through;
}

.i {
	font-style: italic;
}

.o {
	font-style: italic;
}

.linker {
	cursor: pointer;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.tenfont {
	font-size: 10px;
}

.lr4 {
	padding-left: 4px;
	padding-right: 4px;
}

#nttop {
	border: 1px solid #111;
	margin-top: 15%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}

#ntbottom {
	margin-top: 30px;
	background-color: #DDD;
	text-align: center;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.pollleft {
	width: 50%;
	float: left;
	text-align: right;
}

.pollright {
	text-align: left;
}

.prevote {
	margin-left: 45%;
	text-align: left;
}

form {
	margin: 0px;
}

.pages {
	padding-right: 10px;
	padding-top: 1px;
	font-size: 12px;
	background-color: #BBB;
	height: 24px;
}

.vctext {
	vertical-align: middle;
}

.ptcount {
	width: 50px;
	text-align: center;
	border-left: 1px solid #666;
	min-height: 21px;
	height: 100%;
	vertical-align: middle;
}

#actionbar {
	font-size: 12px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #DFBFBF;
	min-height: 20px;
}

.actionbar {
	margin-left: 10px;
}

.actionbarbut {
	margin-right: 5px;
	margin-top: 1px;
}

.mmodbox {
	width: 20px;
}

.lastact {
	width: 150px;
	text-align: center;
	border-left: 1px solid #666;
	min-height: 21px;
	height: 100%;
	vertical-align: middle;
}

.mmextra {
	border-right: 1px solid #666;
}

.post {
	border-top: 1px solid #666;
	min-height: 200px;
}

.postauth {
	padding: 4px;
	height: 100%;
	width: 142px;
}

.postbar {
	padding: 4px;
	border-top: 1px solid #666;
	min-height: 18px;
}

.posttext {
	padding: 4px;
	min-height: 182px;
}

.reply {
	border-top: 1px solid #666;
	text-indent: 10px;
}

.posttime {
	padding: 4px;
	border-bottom: 1px solid #666;
	min-height: 18px;
	text-align: right;
}

.sig {
	color: #666;
	padding: 4px;
	border-top: 1px dashed #666;
	min-height: 18px;
}

.p1 {
	background-color: #D6D6D6;
}

.p2 {
	background-color: #DFBFBF;
}

.postbox {
	margin-left: 150px;
	border-left: 1px solid #666;
}

.wbg {
	background-color: #FFFFFF;
}

#reg {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

#ertop {
	border: 1px solid #111;
	margin-top: 3%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
}

#erbottom {
	background-color: #DDD;
	text-align: center;
}

#ucptop {
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	background-color: #CCC;
	text-align: center;
	margin-top: 7px;
	word-spacing: 35px;
}

#ucpbox {
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	padding: 5px;
}

.formspacing {
	font-size: 12px;
	background-color: #EFAFAF;
	margin-bottom: 2px;
	border: 1px solid #111;
	width: 90%;
	padding: 4px;
	margin-left: 5%;
	min-height: 20px;
}

.sigprev {
	border: 1px solid #111;
	background-color: #EEE;
	margin-left: 10%;
	padding: 4px;
	width: 80%;
	font-size: 10px;
	margin-bottom: 10px;
}

#videos {
	margin-top: 7px;
	width: 90%;
	margin-left: 5%;
}

#vidget {
	width: 80%;
	margin-left: 10%;
	border: 1px solid #111;
	background-color: #EEE;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

.tfield {
	min-height: 120px;
}

.vl {
	padding: 2px 2px 2px 12px;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	font-size: 12px;
	text-align: left;
}

.mhead {
	background-color: #AF8383;
	border: 1px solid #111;
	text-align: left;
}

#vpro {
	padding: 4px;
	padding-top: 10px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	font-size: 12px;
	background-color: #EEE;
}

.vclst {
	margin-top: 2px;
	padding: 2px;
	font-size: 12px;
	background-color: #EFCFCF;
}

.vclist {
	border: 1px solid #666;
	padding: 1px;
}

.vidlist {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1px;
}

.vlst {
	margin-top: 2px;
	padding: 2px;
	font-size: 12px;
	background-color: #DFDFDF;
}

.pmlst {
	margin-top: 2px;
	padding: 2px;
	font-size: 12px;
	background-color: #E4E4E4;
}

.pmpst {
	padding: 4px;
	font-size: 12px;
	background-color: #E4E4E4;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.pmbar {
	padding: 2px;
	font-size: 12px;
	background-color: #F4D4D4;
	border: 1px solid #666;
	height: 20px;
}

.uptech {
	text-align: right;
	width: 90%;
}

.pricelist {
	width: 450px;
	height: 555px;
}

.pricebox {
	border: 3px solid #000;
	padding: 2px;
}

.pricechart {
	border: 1px solid #000;
	padding: 10px;
}


.prodtop {
	text-align: center;
	border: 1px solid #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: Italic;
	min-height:  20px;
	background-color: #487298;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px auto;
}

.pccontent {
	padding-left: 10px;
	padding-right: 4px;
	font-size: 14px;
	background-color: #F3F3F3;
	color: inherit;
	text-align: left;
	margin: 0px auto;
	border: 2px solid #666;
	height: 240px;
}

.price {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.pprice {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding-left: 150px;
}

.pc1 {
	float: left;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 225px;
	margin-top: 18px;
}

.pc2 {
	float: right;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 225px;
	margin-top: 18px;
}

.pc3 {
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 225px;
}


.inputclan {
	width: 400px;
}

.nb1 {
	float: right;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 350px;
	margin-top: 18px;
}

.nb2 {
	float: left;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 350px;
	margin-top: 18px;
}

.nb3 {
	width: 0px;
	height: 440px;
}

.pnb1 {
	float: right;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
	width: 420px;
	margin-right: 70px;
}

.pnb2 {
	clear: left;
	text-align: center;
	border-collapse: collapse;
	width: 420px;
	margin-left: 70px;
}

.nbcontent {
	padding-left: 10px;
	padding-right: 4px;
	font-size: 14px;
	background-color: #F3F3F3;
	color: inherit;
	text-align: left;
	margin: 0px auto;
	border: 2px solid #666;
	height: 240px;
}

.printnbcontent {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	background-color: #F3F3F3;
	color: inherit;
	text-align: left;
	margin: 0px auto;
	border: 2px solid #666;
	height: 525px;
}

.printbody {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}

.printtitle {
	text-align: center;
	font-style: italic;
	font-size: 36px;
}

.printhtml {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
	width: 100%;
}




.top1, .bot1 {
	font-size: 1px;
	background: transparent;
	display: block;
	margin-top: 0;
	overflow: hidden;
}
.b1, .b2, .b3, .b4 {
	display: block;
	overflow: hidden;
	background: transparent;
}
.b1, .b2, .b3 {
	height: 1px;
}
.b2, .b3, .b4 {
	background-color: #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.b1 {
	margin: 0 5px;
	background-color: #000;
}
.b2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.b3 {
	margin: 0 2px;
}
.b4 {
	height: 2px;
	margin: 0 1px;
}

.nbtitles {
	color: #FFF;
	background-color: #000;
	text-align: center;
	font-size: 42px;
}

.\31 00white {
	width: 1024px;
	background-color: #FFF;
}

.infotop {
	text-align: center;
	border: 1px solid #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: Italic;
	min-height:  20px;
	background-color: #487298;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px auto;
}

.info {
	text-align: center;
	border-collapse: collapse;
	margin: 8px auto;
	width: 79%;
	overflow: auto;
}

.infocontent {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	background-color: #E7E7E7;
	color: inherit;
	text-align: center;
	margin: 0px auto;
	border: 1px solid #666;
	overflow: auto;
}

.infowho {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 1px dashed #666;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 3px;
}

.u {
	text-decoration: underline;
}

.o {
	text-decoration: overline;
}

.s {
	text-decoration: line-through;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.adminleft {
	float: left;
	width: 150px;
}

.adminright {
	float: right;
	width: 600px;
}
