<!-- News item module -->

.item {
	margin: 20px;
}
.itemHead {
	padding: 3px;
	color: #000;
	font-size: 150%;
	font-weight: bold;
}

.itemInfo {
	padding: 3px;
	color: #999;
}
.itemTitle a {
	font-weight: bold;
	text-decoration: none;
}
.itemTitle a:hover {
	text-decoration: none;
	color: #000;
}
.itemPoster, .itemPostDate, .itemStats {font-size: 90%; color: #999;}
.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 0 20px 0;
	margin-right: 20px;
	margin-left: 20px;
}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

<!--- Main menu / user menu --->

#xo-canvas-leftcolumn #mainmenu {}
#xo-canvas-leftcolumn #mainmenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #BDDAE8;
	background: url(images/arrow_blue-matte.gif) no-repeat  left center;
}

#xo-canvas-leftcolumn #mainmenu a:hover {}
#xo-canvas-leftcolumn #mainmenu a.menuMain, #xo-canvas-leftcolumn #mainmenu a.menuTop {padding-left: 17px; }
#xo-canvas-leftcolumn #mainmenu a.menuSub {
	padding-left: 17px;
	background-image: none;
	font-size: 90%;
	color: #E1E1E1;
}

#xo-canvas-leftcolumn #usermenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #BDDAE8;
}
#xo-canvas-leftcolumn #usermenu a:hover {}
#xo-canvas-leftcolumn #usermenu a.menuTop {}
#xo-canvas-leftcolumn #usermenu a.highlight {
	background-color: #29971A;
	color: #FFF;
}

<!---------- Table stuff  ------------>

.outer { }
.head { font-weight: bold; font-size: 120%;}
.even, tr.even td,  .odd, tr.odd td, .head {
	background-color:  #FBFBFB;
	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: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.foot {padding: 2px;	font-weight: bold;	text-align: center;}

#xo-canvas-content th {
	color: #FFF;
	background-color: #177497;
	font-size: 120%;
	padding: 5px;
	font-weight: normal;
}

<!---------- Redirects ----------->

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; }


<!---------- News item module ----------->

.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;}
