@import url(blocks.css);
@import url(content.css);

html, body {
	color: #000;
	margin: 0;
	padding: 0px 10px;
	font-size: 9pt;
	font-family:	Arial, Verdana, sans-serif, ;
	background:		#E2E2E2;
}

table {
	width: 100%;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

#xo-canvas {
	margin:			0px 0px 0px;
	background:		#FFFFFF;
	color:			#666666;
}
body.theme-dialog #xo-canvas {
	margin:			0px 6px;
}

/* ---------- Banner ---------- */
#xo-banner {
	clear: both;
	/* Use relative pos to ensure the banner ad img/flash is relative to the header */
	position: relative;
	z-index:	 100;
	width: 100%;
	height:	80px;
	background:	#E9E9E9;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#xo-banner.commercial {
	height:				80px;
	background-image:	url(img/header-bg_big.png);
	background:	#E9E9E9;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
body.theme-dialog #xo-banner {
	padding-top:		6px;
	padding-left:		10px;
	height:				48px;
}
/* Keep the ad img centered by using auto-margins and centeredcontainer/leftalignedchild on MSIE */
#xo-banner-ad {
	position:		absolute;
	top:			10px;
	right:			16px;
}
#xo-banner-ad object, #xo-banner-ad img {
	display:		block;
}

#xo-site-title { }

#xo-site-title h1 {
	padding-top:10px;
	margin: 0px 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}

#xo-site-title.commercial {
text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	font-size: 220%;
	padding-top:10px;
	margin: 0px 10px;
	font-family:	 Trebuchet MS, Lucida Grande, Verdana, sans-serif, ;
 }

#xo-site-slogan {
	color: #868686;
	padding-left: 10px;
}

#xo-main-logo {
}
/* ---------- Footer ---------- */
#xo-footer {
	text-align:			center;
	padding:			.5em;
	font-size:			90%;
	color:				#CCC;
	margin:				0px;
	background-color: #666666;
}
body.theme-dialog #xo-footer {
	padding:			.2em .5em;
	font-size:			80%;
}

#xo-footer a {
	color: #CCC;
	text-decoration: underline;
}

#xo-footer a:hover {
	text-decoration: none;
}
/* ---------- Content (main) zone ---------- */
#xo-canvas-content {
	background:		#FFFFFF;
	padding:		12px;
}
#xo-page {
	padding-top:	5px;
}
#xo-canvas-rightcolumn {
	padding:	.5em;
}
#xo-content {
	clear:			both;
	padding:		.5em;
	margin:			0px;
	color:			#333;
}

#xo-logger-output {
	font-size:			80%;
}

/* -------------------- Blocks -------------------- */


a {color: #32529C; text-decoration: underline; font-weight: bold; }
a:hover {
	color: #517AC6;
	text-decoration: none;
}
img {	border:	0px;}


ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #0053A6}

.item {
	margin-bottom: 20px;
}
.itemHead {
	padding: 3px;
	color: #303C8B;
}

.itemInfo {
	text-align: right;
	padding: 3px;
	color: #000000;
}
.itemTitle a {
	font-weight: bold;
	text-decoration: underline;
}
.itemTitle a:hover {
	text-decoration: none;
	color: #303C8B;
}
.itemPoster, .itemPostDate, .itemStats {font-size: 90%; color: #000000;}
.itemBody {	padding: 5px;}
.itemText {
	margin-top: 1px;
	margin-bottom: 1px;
}
.itemText a , .itemInfo a, .itemFoot a{
	color: #999999;
	font-weight: normal;
}
.itemText a:hover .itemInfo a:hover, .itemFoot a:hover {
	color: #666666;
	text-decoration: none;
}
.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}


#mainmenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#usermenu a:hover {}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: #EAEFF9;
	color: #32529C;
}


.outer {border: 1px solid #EEE;}
.head {background: #EAEFF9; padding: 5px; color: #inherit; border-bottom: 1px solid #CACACA;}
.head a {color: #517AC6;	text-decoration: none;}
.head a:hover {text-decoration: none;}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F3F5FA;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F8FD;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
.foot {padding: 2px;	font-weight: bold;	text-align: center;}
tr.even {
	color: inherit;
	background: #F3F5FA;
}
tr.odd {
	color: inherit;
	background: #F7F8FD;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

#xo-canvas-content th {
	color: #333333;
	background-color: #EAEFF9;
}

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: #EAEFF9; border: 1px dashed #333333; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #EAEFF9; border: 1px dashed #333333; 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;}



