/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #292e31 url(images/homepage01.jpg) repeat-x left top;/*#2E2F29*/
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input, .input {
	font-size: 10px;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #1E1E1B;
	border-bottom: 1px solid #494B43;
	border-left: 1px solid #1E1E1B;
	background: #20211D;
	
}
.input1{
	width: 153px;
}

.input2 {
	float: right;
}

.label1{
	padding:5px;
	border:1px solid red;
	width:200px;
	clear:both;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C7B9;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 10px;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #C4C7B9;
}

.style2 a {
	color: #C4C7B9;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.three-col1 {
	background: url(images/homepage04.jpg) repeat-y left top;
}

.three-col2 {
	background: url(images/homepage05.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg4 {
	background: url(images/homepage09.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/homepage13.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/homepage20.jpg) no-repeat left top;
}

.two-col1{
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

.two-col2{
	background: url(images/subpage2_04.jpg) no-repeat left bottom;
}

.one-col1{
	background: url(images/nosidebar_mid.jpg) repeat-y left top;
}

.one-col2{
	background: url(images/nosidebar_bot.jpg) no-repeat left bottom;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*  Lan manager styles */
.regtable{
	text-align:center;
	margin:0px;
	padding:0px;
	border:2px solid #333333;
}
.regtable tr:hover{
	background-color: #333333;
}
.regtable td:hover{
	background-color: #838383;
}
.other td:hover{
	background-color: #000000;
}


/*thumbnail and gallery*/
.sidethumb{
	padding:3px;
	width:160px;
	margin:5px;
	text-align:center;
	background:#3f3f3f;
}

.sidethumb a {
	display:block;
	color:#FFFFFF;
	text-decoration: none;
}
.sidethumb a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

.gallerythumbs{
	background:#3f3f3f;
	width:140px;
    height:130px;
	padding:3px;
	margin:3px;
    text-align:center;
    
	display: -moz-inline-stack;
	/*
	display:table-cell;*/
	display: inline-block;
    vertical-align:bottom;
}

.gallerythumbs a {
	display:block;
	vertical-align:bottom;
	color:#FFFFFF;
	text-decoration: none;
}

.gallerythumbs a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

.gallerylarge{
	width:705px;
    height:530px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}
.gthumb{
    width:140px;
    height:105px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}

.gthumbarrow{
	text-align:center;
	vertical-align:middle;
    display: table-cell;
	width:20px;
	height:60px;
}

.gstrip{
	height:120px;
	width:760px;
	text-align:center;
	}



