/*-----------------Overarching styles-----------------*/

body {
	background-image: url(images/bg_body_bluefade.gif);
	background-repeat:repeat-x;
	background-color: #d9e0ff;
	margin: 0px;
	padding: 0px;
}

#maincanvas{
	background-color: #fffce5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999999;
	color:#001659;
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 8%;
	margin-right: 8%;
	padding: 0px;
	position: relative;
	min-height: 600px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/*-----------------Link styles-----------------*/
a:link {
	color: #203880;
	text-decoration: none;
}
a:visited{
	color: #6078bf;
	text-decoration: none;
}
a:active{
	color: #6078bf;
	text-decoration: none;
}
a:hover{
	color: #6078bf;
	text-decoration: none;
}
a:focus{
	color: #6078bf;
	text-decoration: none;
}

/*-----------------Heading styles-----------------*/
h1 {
	font-size: 22px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	color: #203880;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
}
h4 {}
h5 {}

/*-----------------List styles-----------------*/
ul {
	list-style-type: none;
	margin: 0px;
}
ul#li {
	display: block;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-position: 0px 3px;
}
ol {
	list-style-type: none;
	margin: 0px;
}
ol#li {
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-position: 0px 3px;
}

/*-----------------Basic table styles-----------------*/
table {
	font-size: small;
}
th, th a{
	background-color: #001659;
	color:#f0db3c;
}
tr{}
.even td {}
.odd td {}
td {
	vertical-align:top;
}
.outer, .outer th {
	color:f0db3c#;
}
.head, .head a{
	background-color: #001659;
	color: #f0db3c;
	vertical-align: middle;
}
.even {
	background-color: #f7f0ba;
}
.odd {
	background-color: #fffce5;
}
.foot {}

/*-----------------Header styles-----------------*/
div#headermain {
}
div#headerback {
	background-color: #001659;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	height: 125px;
	width:100%;
}
#headerbanner {
	background-color: #001659;
	position:absolute;
	top:25px;
	left:33%;
}
#headerlogo {
	background-image: url(images/logo.gif);
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background-repeat:no-repeat;
	background-color: #001659;
	height: 120px;
	width: 170px;
	float: left;
}
#headeruser {
	position:absolute;
	right:1%;
	top:15px
}
#headergreet {
	vertical-align: 8px;
	display:inline
}
div#headerbar {
	text-align: right;
}

/*------------ Globalnav ---------------*/
#xo-globalnav
{
	text-align: right;
	color: #203880;
	padding: 2px 2px 2px 0px;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}
#xo-globalnav .x2-label
{
	display: none;
}
#xo-globalnav li
{
	font-size: 10px;
	display: inline;
	margin: 0px;
	padding-left: .5em;
	padding-right: .5em;
}
#xo-globalnav a
{
	color: #203880;
	text-decoration: none;
	background: inherit;
}
#xo-globalnav a:hover
{
	color: #6078bf;
	background-color: inherit;
	border-bottom: #999 2px dotted !important;
}

/*-----------------Left column styles-----------------*/
div#leftcolumn {
	float:left;
	margin-right:0px;
	display:inline;
	width:20%;
	min-width: 200px;
}
div#leftcolumn th {
	background-color: #001659;
	color: #f0db3c;
}
div#leftcolumn div.blockTitle {
	font-size: 17px;
	width: 100%;
	font-family: Tahoma, Arial;
	font-weight: normal;
	display: block;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #001659;
	color: #f0db3c;
}
div#leftcolumn div.blockContent {
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #203880;
}
#leftcolumn .head{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #001659;
	color: #f0db3c;
	vertical-align: middle;
}

/*-----------------Center column styles-----------------*/
#centercolumn {
	float:left;
	margin-left:0px;
	display:inline;
	width:80%;
	min-width: 800px;
}
#centercolumn th {
	background-color: #001659;
	color: #f0db3c;
	vertical-align: top;
}

#centerCcolumn, #bottomCcolumn {}
#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle {
	width: 100%;
	font-size: 17px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #001659;
	color: #f0db3c;
}
#centerCcolumn .blockContent, #bottomCcolumn .blockContent {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: -15px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #203880;
}
#centerCcolumn .head{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #001659;
	color: #f0db3c;
	vertical-align: middle;
}
#centerLcolumn, #bottomLcolumn, #centerRcolumn, #bottomRcolumn {
	float: left;
	vertical-align: top;
	width: 48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#centerLcolumn .head, #centerRcolumn .head{
	padding: 0px;
	background-color: #001659;
	color: #f0db3c;
	vertical-align: middle;
}
#centerLcolumn .blockTitle, #bottomLcolumn .blockTitle, #centerRcolumn .blockTitle, #bottomRcolumn .blockTitle {
	width: 100%;
	font-size: 17px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #001659;
	color: #f0db3c;
}
#centerLcolumn .blockContent, #bottomLcolumn .blockContent {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #203880;
}
#centerRcolumn .blockContent, #bottomRcolumn .blockContent {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #203880;
}

/*-----------------Right column styles-----------------*/
div#rightcolumn {
	width:200px;
	vertical-align: top;
	float: center;
}
div#rightcolumn th {
	background-color: #D7C9B4;
	color: #203880;
	vertical-align: middle;
}
div#rightcolumn div.blockTitle {
	float: center;
	font-size: 17px;
	width: 97%;
	font-family: Tahoma, Arial;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #001659;
	color: #f0db3c;
}
div#rightcolumn div.blockContent {
	width: 150px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #203880;
}
#rightcolumn .head{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #001659;
	color: #f0db3c;
	vertical-align: middle;
}

/*-----------------Main Menu styles-----------------*/
td#mainmenu a {
	display: block;
	margin: 0;
	padding: 4px;
}
td#mainmenu a:hover {
	background-color: #ffffff;
}
td#mainmenu a.menuTop {
	padding-left: 3px;
}
td#mainmenu a.menuMain {
	padding-left: 3px;
}
td#mainmenu a.menuSub {
	padding-left: 9px;
}

/*-----------------User Menu styles-----------------*/
td#usermenu a {
	display: block;
	margin: 0;
	padding: 4px;
}
td#usermenu a:hover {
	background-color: #ffffff;
}
td#usermenu a.menuTop {
	padding-left: 3px;
}
td#usermenu a.highlight {
	background-color: #fcc;
}


/*-----------------Footer styles-----------------*/
div#footerbar, div#footerbar a {
	color: #f0db3c;
	width:100%;
	text-align:center;
}
div#footerbar {
	background-color: #001659;
	position: absolute;
	bottom: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#xo-logger-output {
	margin-left: 8%;
	margin-right: 8%;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/*-----------------Special div styles-----------------*/
div#content {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid#999999;
	color: #001659;
}
div#clearfloat {
	clear:both;
}
div.errorMsg {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	display: block;
	margin: 15px;
	padding: 15px;
	text-align: center;
}
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 #c0c0c0;
	border-left: 1px solid #c0c0c0;
	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;
	height: 200px;
	overflow: auto;
}
div.xoopsQuote {
	margin: 0px;
	display: block;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 65px;
}

#xo-userbar {
	position: relative;
	color: #ffffff;
	vertical-align:bottom;
	text-align: right;
	padding-right: 17px;
}

#xo-userbar a {
	color: #ffffff;
	text-decoration: underline;
}

/*-----------------Form styles-----------------*/
input.formButton {}

/*========== xo_footerstatic.html ==========*/
#xo-footerstatic * {
	margin: 0; padding: 0;
}
#xo-footerstatic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: none;
	color: #000;
	font-size: 11px;
}
body>#xo-footerstatic {
	position: fixed;
}
#xo-footerstatic #controls {
	margin: 0 20px 0 20px;
	background-color: #fff;
	line-height: 39px;
	text-shadow:	2px 2px 3px #aaa;
	border: 1px solid #b5b5b5;
	border-bottom: none;
}
#xo-footerstatic #controls  {
	margin-top: 1px;
	background: #E7F4F7;
	padding: 3px 10px 0 10px;
}
#xo-footerstatic .separator {
	margin-left: 3px;
	border-left: 1px solid #b5b5b5;
}
#xo-footerstatic #controls ul, li {
	margin: 0;  padding: 0;
}
#xo-footerstatic #controls ul {
	list-style: none;
}
#xo-footerstatic #controls li {
	display: inline-block;
	height: 29px;
	line-height: 27px;
	padding-right: 6px;
}
#xo-footerstatic .icon {
	vertical-align: text-bottom;
}
#xo-footerstatic .icon-chat {
	padding-top: 3px;
}
#xo-footerstatic .chat, .icon-chat {
	float: right;
}
#xo-footerstatic .text {
	vertical-align: top;
}


/*-----------------Other styles-----------------*/
.listtitle a {
	color: #f0db3c;
}
.item {
	border: 1px solid #cccccc;
}
.itemHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.itemInfo {
	text-align: right; 
	padding: 3px; 
	background-color: #efefef
}
.itemTitle a {
	font-size: 130%; 
	font-weight: bold; 
	font-variant: small-caps; 
	color: #ffffff; 
	background-color: transparent;
}
.itemPoster {
	font-size: 90%; 
	font-style:italic;
}
.itemPostDate {
	font-size: 90%; 
	font-style:italic;
}
.itemStats {
	font-size: 90%; 
	font-style:italic;
}
.itemBody {
	padding-left: 5px;
}
.itemText {
	margin-top: 5px; 
	margin-bottom: 5px; 
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 133%; 
	font-weight: bold;
}
.itemFoot {
	text-align: right; 
	padding: 3px; 
	background-color: #efefef;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
.comTitle, .comTitle a{
	color: #f0db3c;
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size: 10px; 
	color: #203880; 
	font-weight:bold; 
	border: 1px solid #c0c0c0; 
	background-color: #d9e0ff; 
	margin: 2px; 
	padding: 2px;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserStatus {
	margin-left: 2px; 
	margin-top: 10px; 
	color: #203880; 
	font-weight:bold; 
	font-size: 10px;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size: 10px;
	font-weight:bold;
}
.comUserRankImg {
	border: 0;
}
.comUserName , .comUserName a{
	color: #f0db3c;
}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-weight: normal; 
	font-style: italic; 
	font-size: smaller;
}
.comDateCaption {
	font-weight: bold; 
	font-style: normal;
}
