body {
	color: #444444;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
        /* background-image: url(img/bg.gif);
	background-attachment: fixed; */
        background-color: #000000;
}

table {
	width: 100%;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

img {border: 0px; } 

#Main {
	width: 90%;
	margin-top: 10px;
}


a {color: #6600CC; text-decoration: underline; font-weight: bold; }
a:hover {
	color: #73BCE8;
}

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
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: #0053A6}

input {
	font-size: 90%;
	color: #535353;
	border: 1px solid #8D8D8D;
	margin-bottom: 4px;
}


.item {
	margin-bottom: 25px;
}

.itemHead {
	padding: 3px;
	font-size: 140%;
	color: #669900;
}

.itemInfo {
	text-align: right;
	padding: 3px;
}

.itemTitle a {
	font-weight: bold;
}

.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: #4295D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0053A6;
	font-size: 120%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#leftcolumn {
	width: 190px;
	background-image: url(img/shadL.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#rightcolumn {
	width: 180px;
	background-color: #fafafa;
	background-image: url(img/shadR.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
}
#rightcolumn a {
	color: #EEE86C;
}
#rightcolumn a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
#leftcolumn th, #rightcolumn th {color: #666666; vertical-align: middle;}
#leftcolumn .blockTitle {
	padding: 3px 8px;
	color: #335587;
	font-weight: bold;
	
}

 #rightcolumn .blockTitle {
	padding: 3px 8px;
	color: #B4E64D;
	font-weight: bold;
	
}
#leftcolumn .blockContent {
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#rightcolumn .blockContent {
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#leftcolumn .blockTitleMM {
	background-color: #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#leftcolumn .blockContentMM {
	margin-right: 5px;
}
.centercol {}
.centercol .blockContent a {
}
	
.centercol .blockContent a:hover {
}

.centercol .blockTitle {
	color: #383838;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c8ccd2;
	padding-top: 10px;
	padding-bottom: 3px;
}

.centercol .blockContent {
	padding-top: 7px;
	margin-bottom: 10px;
}

#centerRcolumn .blockTitle,  #bottomRcolumn .blockTitle {
	color: #f0d827;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8fb709;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
#centerRcolumn .blockContent,  #bottomRcolumn .blockContent {
	padding: 10px;
	color: #FFFFFF;
}

#centercolumn {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 10px;
}

#centercolumn th {
}
#centerCcolumn, #bottomCcolumn {}
#centerLcolumn, #bottomLcolumn {width: 50%; padding: 0px 6px 0px 0px;}
#centerRcolumn,  #bottomRcolumn {width: 50%; padding: 0px 0px 0px 6px;}

div#content {text-align: left; padding: 10px 0px;}
#mainmenu {
}
#mainmenu a {
	display: block;
	margin: 0;
	font-weight: normal;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#mainmenu a:hover {
	background-color: #000000;
}
#mainmenu a.menuTop {
	padding-left: 5px;
	background-color: #3c5a86;
}
#mainmenu a.menuSub {
	padding-left: 25px;
	background-color: #999999;
	font-size: 90%;
}
#mainmenu a.menuSub:hover {
	background-color: #444444;
}
#mainmenu a.menuMain1 {
	background-color: #f00001;
}
#mainmenu a.menuMain2 {
	background-color: #ff7f00;
}
#mainmenu a.menuMain3 {
	background-color: #e9e900;
	color:#666666;
}
#mainmenu a.menuMain4 {
	background-color: #007940;
}
#mainmenu a.menuMain5 {
	background-color: #4041fe;
}
#mainmenu a.menuMain6 {
	background-color: #a001c0;
}
#mainmenu a.menuMain1, #mainmenu a.menuMain2, #mainmenu a.menuMain3, #mainmenu a.menuMain4, #mainmenu a.menuMain5, #mainmenu a.menuMain6 {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;	
}
#mainmenu a.menuMain1:hover, #mainmenu a.menuMain2:hover, #mainmenu a.menuMain3:hover, #mainmenu a.menuMain4:hover, #mainmenu a.menuMain5:hover, #mainmenu a.menuMain6:hover, #mainmenu a.menuTop:hover {
	background-color: #000000;
}
#usermenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#usermenu a:hover {}
#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  {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	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: #F0F0F0;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #F0F0F0;
}

.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 {
	padding: 10px 3px;
	text-align: center;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	/* background-image: url(img/bg-footer.gif);
	background-repeat: repeat;
	background-position: left top; */
        background-color: #000000;
}
.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: 10pt;
}

.l-blocks {
	border: 1px solid #d8d6d6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #F7F7F7;
}
.r-blocks {
	background-color: #93ba14;
	border: 1px solid #6c8812;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

#header {
	background-image: url(img/header-rounded.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
        /* background-image: url(img/shadR.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2; */
        background-color: #000000;
}
.headerimg {
	/* background-image: url(img/img-header-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 138px; */
}

#logo {
	padding-left: 15px;
	padding-top: 0px;
        vertical-align: top;
        height: 151px;
}
#banner {
	padding-left: 20px;
}

.tbcr-blocks {
	background-color: #185daa;
	border: 1px solid #c1c6cc;
}

input[type=submit], input[type=button] {
	color: #FFFFFF;
	background-color: #1C6993;
	border: 1px solid #154E6C;	
}
