@charset "utf-8";
/* CSS Document */
/* Start Main Menu */
#mainmenu {	font-size: .8em;}
#mainmenu a {line-height: 18px; padding:0 0 0 18px; text-decoration: none; color: #666; font-weight: normal; font-size: 11px; 
			background: url(images/menu_row.jpg) center left no-repeat;  margin-left:10px; height: 18px; display:block;}
#mainmenu a:hover {  color: #2286B3;}
#mainmenu a.menuTop {padding-left:18px;}
#mainmenu a.menuMain {padding-left:18px;}
#mainmenu a.menuSub {padding-left: 25px; background-color: #fff; color: #666; }
#mainmenu a.menuSub:hover {color: #2286B3;}
/* End Main Menu */

/* Start User Menu */
#usermenu {	font-size: .8em;}
#usermenu a {line-height: 18px; padding: 0 0 0 18px; text-decoration: none; color: #666; font-weight: normal; font-size: 11px; 
			background: url(images/menu_row.jpg) center left no-repeat;  margin-left:10px; height: 18px; display:block;}
#usermenu a:hover {color: #2286B3;}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #fcc; color: #ff0000;}
/* End User Menu */

/* tables and cells */
table {	/*width: 100%;*/}
table td {padding: 0; border-width: 0;	vertical-align: top;}
th, thead {
	color:#310101 ;
	font-family:Tahoma ;
	font-size:12px ;
	text-align:justify;
	font-weight:bold ;
	border-bottom:1px dashed #310101 ;
	padding-bottom:5px;
	}
.head { 
	color:inherit;   
	padding:2px; 
	font-weight:bold;
	vertical-align:middle ;
	padding-left:5px ;
	}
.even { padding:2px; text-align:left ; }
.odd { color:inherit;  padding:2px; }
.foot, tfoot { color:inherit; padding: 2px; font-weight: bold; }

tr.head td { background-color:#FFFFDD; border:1px solid #F3AC03; color:inherit; font-weight:bold; padding:2px;}
tr.even td { color:inherit; border: 1px solid #CCCCCC; padding:2px; }
tr.odd td { background-color: #f1f4fb; color:inherit; border: 1px solid #CCCCCC; padding:2px; }
tr.foot td { background-color: #eeeeee; color:inherit;  padding: 2px; font-weight: bold; }

/* core messages */
.errorMsg { background-color: #FFCCCC;  color:inherit; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}
.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}
.resultMsg { background-color : #bbb; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px;}

/* codes and quotes */
.xoopsCode { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}
.xoopsQuote { background-color: #fff; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}

/* articles */
.item {border-bottom:1px solid #bbb;}
.itemHead {
	height:35px ;
	color:#333 ;
	font-family:Tahoma ;
	font-size:11px ;
	font-weight:bold ;
	padding-top:10px ;
	padding-left:10px ;
	}
.itemInfo {text-align: left; padding-left:10px; color:inherit;}
.itemTitle a {font-size: 12px; font-weight: bold; font-variant: small-caps; color: #333; font-family:Tahoma ;}
.itemPoster {font-size: .9em; font-style:italic;}
.itemPostDate {font-size: .9em; font-style:italic;}
.itemStats {font-size: .9em; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em; color:#333; text-align:justify; padding:10px;}
.itemFoot {text-align: left; padding-left:10px; padding-bottom:10px;color:inherit;}
.itemAdminLink {font-size: .9em;}
.itemPermaLink {font-size: .9em;}

/* forums */
.comTitle { font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: .7em; color: #639ACE; font-weight:bold; border: 1px solid #ccc; background-color: #fff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; background-color: inherit; color: #639ACE; font-weight:bold; font-size: .8em;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: .8em; font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: .8em}
.comDateCaption {font-weight: bold; font-style: normal; font-size: .8em}
.signature { font-size:.8em; font-style:italic;}


Textarea , input , select {
	background-color: #310101 ;
	font-family:Tahoma ;
	font-size:11px;
	color:#FFF ;
}

.gallery {
	background-color:#CCC ;
	border:1px solid #333 ;
	padding:3px;
}