@import url(layout.css);
@import url(blocks.css);
@import url(content.css);


/* ------ General styles ------ */

html, body {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #F6F672 url(img/bg_body.jpg) no-repeat top center;
}

#xo-canvas {
	background: inherit;
}

table {
	width: 100%;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

img {
	border: 0;
}

#body_bg img {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1000;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8e8e8e;
}

h1 {font-size: 1.4em; }
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

/* ------ Header rules ------ */

#xo-header {
	clear: both;
	height: 385px;
	position: relative;
}

/* ------ Header top menu navigation rules ------ */

#xo-globalnav {
	clear: both;
	padding-left: 11px;
	margin-top: 40px;
	padding-bottom: 7px;
}

#xo-globalnav a {
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #8bbcdd;
	padding-bottom: 7px;
	padding-top: 2px;
}

#xo-globalnav a:hover {
	color: #fff;
	border-top: 4px solid #EE7733;
}

#controlbar {
	color: #EE7733;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dashed #8DBDE1;
	
}

/* ---------- Column left/right rules ---------- */

#xo-canvas-rightcolumn {}
#xo-canvas-rightcolumn a {}
#xo-canvas-rightcolumn a:hover {}

#xo-canvas-leftcolumn {}
#xo-canvas-leftcolumn a {}
#xo-canvas-leftcolumn a:hover {}

/* ------ Main content ------ */

#xo-canvas-content {	
	line-height: 1.3em;
}

/* lists */
#xo-canvas-content ul {margin: 5px; padding: 2px; list-style: decimal inside; text-align: left;}
#xo-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle;}

#xo-page {
	padding: 0;
}

/* ---------- Module display rules ---------- */

#xo-content {
	padding: 15px 1%;
}

/* ---------- Redirect ------------ */
#xo-redirect {
	margin: 40px 0;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	background-color: #F2F2F2;
	color: #222;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border: 2px solid #DDDDFF;
}
/* ---------- Site close ------------ */
#xo-siteclose-login {
	width: 270px;
	margin-left: auto;
	margin-right: auto; 	
	border:1px solid #DDDDFF;	
	margin-top: 40px;
	margin-bottom: 20px;
}
#xo-siteclose-login h2 {
	background-color: #f2f2f2;
	font-weight: bold;
	font-size: 1em; 
	color: white;
	padding: 2px;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}
#xo-siteclose-login form {
	padding: 0px;
	margin: 0px;	
}
#xo-siteclose-login div{
	padding: 6px;
}
#xo-siteclose-login span.left {
	float: left;
	padding-bottom: 3px;
}
#xo-siteclose-login span.right {
	float: right;
	padding-right: 3px;
	padding-bottom: 3px;
}
#xo-siteclose-login div.button {
	text-align: right;
	clear: both;	
	padding-right: 0px;
}
/* ---------- Footer rules ---------- */
#xo-footer {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #D4911E;
	margin-top: 5px;
}

#xo-footer a {
	color: #D4911E;
}

#xo-footer a:hover {
	color: #fff;
}

#menu_bottom a {margin-right: 5px; padding-right: 5px; border-right: 2px solid #F89402;}
#menu_bottom a.last {margin-right: 0px; padding-right: 0px; border:none;}

/* ----------  mode debug  ---------- */

#xo-logger-output {
	font-size:			80%;
}