body {
	color: #404040;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #313131;
	line-height: 1.3em;
}

table {
	width: 100%;

}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

img {border: 0px;}

#Main {
	width: 95%;
}
#pageOuter1 {
	padding-top: 10px;
	padding-left: 10px;
}
#pageOuter {
	background-color: #FFFFFF;
}

#page {}

.page-tl {
	background-image: url(img/corner-page_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 9px;
}
.page-tc {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1b1b1b;
}
.page-tr {
	background-image: url(img/corner-page_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}
.page-bl {
	background-image: url(img/corner-page_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	width: 9px;
}
.page-bc {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1b1b1b;
}
.page-br {
	background-image: url(img/corner-page_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}
.page-l {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1b1b1b;
}
.page-r {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1b1b1b;
}

#rightBox {
	background-color: #f6f6f6;
}
.rBox-tl {
	background-image: url(img/corner-lc_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 7px;
}
.rBox-tc {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1c1c1;
}
.rBox-tr {
	background-image: url(img/corner-lc_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 7px;
}
.rBox-bl {
	background-image: url(img/corner-lc_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
	width: 7px;
}
.rBox-bc {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
.rBox-br {
	background-image: url(img/corner-lc_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 7px;
	width: 7px;
}
.rBox-l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c1c1c1;
}
.rBox-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
}

a {color: #027398; text-decoration: underline; font-weight: normal; }
a:hover {color: #eea70c;}

h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}


h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}


ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #581E75}

input {
	font-size: 90%;
	color: #333333;
	border: 1px solid #8D8D8D;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


.item {
	margin-bottom: 25px;
}

.itemHead {
	padding: 3px;
	font-size: 160%;
}

.itemInfo {
	text-align: right;
	padding: 3px;
}

.itemTitle a {
	font-weight: normal;
}
.itemTitle a:hover { color: #eea70c; }
.itemPoster, .itemPostDate, .itemStats {font-size: 90%; }
.itemBody {	padding: 5px;}
.itemText {
	margin-top: 1px;
	margin-bottom: 1px;
}
.itemText a , .itemInfo a, .itemFoot a{
	font-weight: normal;
}
.itemText a:hover .itemInfo a:hover, .itemFoot a:hover {
}

.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

th {
	color: #FFFFFF;
	vertical-align : middle;
	background-color: #e9b713;
	font-size: 120%;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0053A6;
}

th a {}
th a:hover {
	color: #FFFFFF;
}
#leftcolumn {
	width: 200px;
	color: #FFFFFF;
	padding-top: 10px;
}
#leftcolumn a {
	color: #FFFFFF;
}
#leftcolumn a:hover {
	color: #FFFF66;
}

#rightcolumn {
	width: 220px;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 10px;
 }

#leftcolumn th, #rightcolumn th {color: #666666; vertical-align: middle;}
#rightcolumn .blockTitle {
	color: #38951A;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#rightcolumn .blockContent {
	padding: 3px 12px;
	margin-bottom: 20px;
}

#leftcolumn .blockTitle1, #leftcolumn .blockTitle2, #leftcolumn .blockTitle3 {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B1B1B;
	border-right-color: #1B1B1B;
	border-left-color: #1B1B1B;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; }

#leftcolumn .blockTitle1 {
	background-color: #a3c96c;
	background-image: url(img/degrad_green.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#leftcolumn .blockTitle2 {
	background-image: url(img/degrad_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #61b8c4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DB0;
	
}

#leftcolumn .blockTitle3 {
	background-image: url(img/degrad_purple.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #be6299;
}

#leftcolumn .blockContent1, #leftcolumn .blockContent2, #leftcolumn .blockContent3 {
	margin-bottom: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1b1b1b;
	border-bottom-color: #1b1b1b;
	border-left-color: #1b1b1b;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

#leftcolumn .blockContent1 {
	background-image: url(img/pattern_green.gif);
	background-repeat: repeat;
}

#leftcolumn .blockContent2 {
	background-image: url(img/pattern_blue.gif);
	background-repeat: repeat;
}
#leftcolumn .blockContent3 {
	background-image: url(img/pattern_purple.gif);
	background-repeat: repeat;
}

.centercol .blockTitle {
	color: #38951A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.centercol .blockTitle h2, #rightcolumn .blockTitle h2  {
	font-weight: normal;
}
.centercol .blockContent {
	padding-top: 7px;
	margin-bottom: 20px;
}

#centercolumn {
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#centercolumn th {
}
#centerCcolumn, #bottomCcolumn {}
#centerLcolumn, #bottomLcolumn {width: 50%; padding: 0px 4px 0px 0px;}
#centerRcolumn,  #bottomRcolumn {width: 50%; padding: 0px 0px 0px 4px;}

div#content {text-align: left; padding: 10px 0px;}

#mainmenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
}
#mainmenu a:hover {}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-left: 8px; }
#mainmenu a.menuSub {padding-left: 25px; }

#usermenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
}
#usermenu a:hover {
	color: #FFCC00;
}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: #5F9FE0;
	color: #FFFFFF;
}


.outer {}
.head {font-weight: bold;}
.even, tr.even td, .odd, tr.odd td, .head  {
	background-color: #fff;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(img/bg-even-odd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #DFDFDF;
}

.foot {
	padding: 2px;
	font-weight: bold;
	text-align: center;
}


div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #0053A6; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #0053A6; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}

.footer {
	text-align: center;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}
.footer a:hover {
	color: #CCCCCC;
}

select {
	font-size: 90%;
	margin-bottom: 4px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#header {
	#background-image: url(img/header_bg-yellow.gif);
	background-image: url(img/degrad_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 108px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #383838;
}

#headerMenu {
	background-image: url(img/top-menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#topMenu { 
   /* width: 500px;*/
	height: 94px;
   
}
#topMenu td {
	width: 200px;
	padding-left: 55px;
}

#topMenu td a {
	display: block;
	padding-top: 30px;
	color: #FFF;
}
#topMenu td a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#topMenu .start {}
#topMenu .divline {
	background-image: url(img/top-menu_div.gif);
	width: 1px;
}
#topMenu .gallery {
	background-image: url(img/icon_images.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topMenu .downloads {
	background-image: url(img/icon_downloads.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topMenu .forum {
	background-image: url(img/icon_forum.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topMenu .news {
	background-image: url(img/icon_world.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topMenu .links {
	background-image: url(img/icon_world.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topMenu .events {
	background-image: url(img/icon_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#topMenu .end {}

#banner {
	text-align: center;
	padding-top: 20px;
}

.butSearchTable {
	padding-top: 5px;
	padding-right: 20px;
	text-align:right;
}

.searchBut { border: 0px;
}

#userTable {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

#userTable button {
	margin:			0px;
	border:			0px none transparent!important;
	padding:		0px;
	background:		transparent none;
	cursor:pointer;
}

#userTable .uLinks {
	padding-right: 40px;
}
#userTable .uLinks a {
	color: #3E264A;
	font-weight: bold;
}
#userTable .uLinks a:hover {
	color: #8A375F;
}

