div.xowiki-content {
	background-color: #22005D;
	color: #fff;
	font-size: 12px;
	margin-left: 1em;
	margin-right: 1em;
}

div.xowiki-content a {
	color: white;
	text-decoration: underline;
}

div.xowiki-content h1 {
	/*font-family: "Courier New",courier;*/
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}

div.xowiki-content h2 {
	/*font-family: "Courier New",courier;*/
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}

div.xowiki-content h3 {
	/*font-family: "Courier New",courier;*/
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

div.xowiki-content h4 {
	/*font-family: "Courier New",courier;*/
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

div.xowiki-content .box {
	border: 1px solid #a1a5a9;
	padding: 0 5px 5px 5px;
	margin: 0 0 1.25em 0;
}

div.xowiki-content .errorMsg {
	color: red;
	font-weight: bold;
}

div.xowiki-content .hr {
    height: 1px;
	border: none;
    background-color: silver;
}

a.external {
	color: #white;
	background: url(/resources/xowiki/external.png) right center no-repeat;
	padding-right: 12px;
	text-decoration: underline;
}

#bookNavBar {
	top: 0px;
	height: 2px;
	background-color: #859db8;
}

div.xowiki-content #content {
	float: left;
	width: 70%;
}

div.xowiki-content #content .box h2 {
	border-bottom: 1px solid #a1a5a9;
	padding: 5px;
	background: #f2f2f2;
	margin: 0 -5px 5px -5px;
	font-size: 12px;
}

#main div.column {
	text-align: left;
	margin-bottom: 1em;
}

#sidebar {
	float: right;
	top: 0px;
	width: 29%;
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

#sidebar h2 {
	font-size: 12px;
	margin: 0;
}

#sidebar h3 {
	font-size: 11px;
	margin: 0;
}

#sidebar h4 {
	font-size: 10px;
	margin: 0;
}

#sidebar .sidebox li {
	font-size: 10px;
	margin: 0;
}

img.found {
	border-width: 0px;
	height: 12px;
}

img.undefined {
	border-width: 2px;
	border-color: #859db8;
	height: 8px;
}

#left-col   {float: left;  width: 50%; top: 0px;}
#right-col  {float: right; width: 49%; top: 0px;}

#left-col20 {float: left; width: 14%; top: 0px; margin-right: 10px;}
#left-col25 {float: left; width: 24%; top: 0px; margin-right: 10px;}
#left-col30 {float: left; width: 29%; top: 0px; margin-right: 10px;}
#left-col70 {float: left; width: 69%; top: 0px;}
#left-col75 {float: left; width: 74%; top: 0px;}
#left-col80 {float: left; width: 79%; top: 0px;}

#right-col20 {float: right; width: 14%; top: 0px; margin-right: 10px;}
#right-col25 {float: right; width: 24%; top: 0px; margin-right: 10px;}
#right-col30 {float: right; width: 29%; top: 0px; margin-right: 10px;}
#right-col70 {float: right; width: 69%; top: 0px;}
#right-col75 {float: right; width: 74%; top: 0px;}
#right-col80 {float: right; width: 79%; top: 0px;}

#messages .timestamp {font-size: 80%; color: #717171;}
#messages .user {font-size: 80%; font-weight: bold; color: #717171;}
#messages .message {vertical-align: top;}

.rss {
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding: 2px;
	font: 9px verdana,sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration:none;
	margin:0;
	margin-right:10px;
}

a:hover.rss {color:#dddddd;}
a:visited.rss {color: #FFF;}
a:link.rss {color: #FFF;}

div.rightbox {
	float:right;
	right: 1em;
	clear: right;
	font-size: 75%;
	padding: 5px;
    border: dotted;
	border-width: 1px;
	background: #f8f8f8;
}

div.presence h1 {font-size: 90%; margin-bottom: 0px;}

div.xowiki-content pre, .code {
    font-family: "Courier", monospace;
}

.string {
    color: #7D615B;
}
div.xowiki-content pre, div.code {
    font-size: 90%;
    font-family: "Courier", monospace;
    white-space: pre;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px 5px;
    background-color: #FFFFF8;
    border: #cccccc 1px solid;
}

div.xowiki-content pre p i, div.code p i {
    color: #008000;
}

div.xowiki-content pre i, div.code  i {
    color: #008000;
}

div.xowiki-content pre em, div.code p em {
    color: #008000;
}

div.xowiki-content pre em, div.code  em {
    color: #008000;
}

strong.code {
    font-weight: bolder;
}

div.collab-graph div {font-size: 85%;}
div.activity-graph div {font-size: 85%;}


#at-a-glance :active  {background: #999999;}
#at-a-glance td.inactive  {color: #999999;}
#at-a-glance td.active  {color: #003b53;}
#at-a-glance td.today  {color: #FFFFFF;}

div.wiki-menu {
    position: relative;
	right: 0px;
    text-align: right;
	font-family: sans-serif;
	font-size: 85%;
	color: #7A7A78;
}

#wikicmds {
	position: relative;
	top: -24px;
	right: 0px;
	height: 0px;
	text-align: right;
	font-family: sans-serif;
	font-size: 85%;
	color: #7A7A78;
}

div.portlet #wikicmds {
	float: inherit ! important;
	top: 0px ! important;
	height: inherit;
}

#page-body #wikicmds {
	top: -30px;
}

#wikicmds a, #wikicmds a:visited, div.wiki-menu a {
	color: #7A7A78;
	text-decoration: none;
}

#wikicmds a:hover {
	text-decoration: underline;
}

#wikicmds a:active {
	color: rgb(255,153,51);
}

#cmdbar {
	background: transparent repeat-x url(/resources/xowiki/aqua.png);
	border-bottom: solid 1px rgb(221,221,221);
	font-family: sans-serif;
	font-size: 85%;
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: #7A7A78;
	margin-bottom: 2px;
}
