@import url(xosystpl.css);
@import url(forms.css);
@import url(blocks.css);
@import url(content.css);

html {
	padding:						0 10px;
}
body {
	margin:							15px;
	background-color:				#DEE3E7;
	padding:						0 10px;
	color:							#999;
	font-family:					"Lucida Grande", Verdana, sans-serif;
	font-size:						10pt;
}

/* ======= Body wrapper ======= */
#xo-wrapper {}
#xo-bgstatic {}
#xo-canvas {
	margin:							0;
	background-color:				#C6C7C9;
	color:							#000;
}
body.theme-dialog #xo-canvas {
	margin:							0 6px;
}
/*================= Content Zone ===================*/
#xo-canvas-content {
	background-color:				#c6c7c9;
	padding:						12px;
	color: 							inherit;
}
#xo-page {
	padding-top:					10px;
	width:							100%; /* add by kris */
}
#xo-canvas-rightcolumn {
    padding:                        .5em;
}
#xo-content {
	clear:							both;
	margin:							0;
	background-color: 			    inherit;
	padding:						.5em;
	color:							#333;
}

#xo-content table td {
    vertical-align:     top;
}

/* ============== header ================= */
#xo-header {}

/* ---------- 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:		                #f1f1f1 url(../img/header-bg.png) repeat-x left bottom;
	color: 			                #7BADEA;
}

#xo-banner.commercial {
	height:							90px;
	background-image:	            url(../img/header-bg_big.png);
}

/*body.theme-dialog #xo-banner {
	height:							48px;
	padding-top:					6px;
	padding-left:					10px;
}*/

#xo-banner-ad {
	position:						absolute;
	top:							7px;
	left:							33%;
	width:							480px;
	height:							72px;
	background:						url(../img/bg-ad-top.png) no-repeat;
	padding:						6px;
}

#xo-banner-ad object, #xo-banner-ad img {
    display:                        block;
}

/*---------------------- Site name in header ----------------------------*/
#xo-site-title {}
a#xo-site-title {}
a:hover#xo-site-title {}
#xo-site-title.commercial {}
#xo-site-title .commercial a:hover {}
/*----------------------- slogan in header ------------------------*/
#xo-site-slogan {}
#xo-site-slogan.commercial {}
/*------------------------ logo ----------------------------*/
#xo-main-logo {}
#xo-main-logo.commercial {}
/*-------- Bannder-----------*/
#xo-banner form {}
#xo-banner input {}
/*============== Styles in userbar.html =================*/
#xo-userbar {
	position:						absolute;
	bottom:							1px;
	right:							17px;
	text-align:						right;
}
#xo-userbar form {
	display:						inline;
	padding:						0;
}
#xo-userbar button {
	margin:							0;
	margin-bottom:					-2px;
	background:						transparent none;
	padding:						0;
	color: 							#7BADEA;
	border:							0 none transparent;
}
#xo-userbar button img {
	width: 							22px;
	height: 						22px;
}
#xo-userbar button:hover {
 	border: 						0 !important;
 }
#xo-userbar img {
	width: 							26px;
	height: 						26px;
}
#xo-userbar a {
	color: 							#7BADEA;
	background-color: 			    inherit;
	text-decoration:				none;
}
#xo-userbar a:hover {
	color: 							#EAAD7B;
	background-color: 			    inherit;
}
#xo-uname {
	font-weight: 					bold;
	font-size: 						1.1em;
}
/*============= Style in globalnav.html ================*/
/* ######### Style for Navigation Bar ######### */


.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*background: url(../img/nav-bar-bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
background: url(../img/navbar-bg.png) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #F8F8FF;
padding: 4px 14px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #A0522D;
padding-bottom: 2px;
}

/* ===== Footer ===== */
#xo-footer {
	margin:							0;
	background-color:				#C6C7C9;
	padding:						.5em;
	color:							#666;
	font-size:						.9em;
	text-align:						center;
}

body.theme-dialog #xo-footer {
	padding:						.2em .5em;
	font-size:						.8em;
}

#xo-footer a {
	background-color:				inherit;
	color:							#333;
}

#xo-footer a:hover {
	background-color:				inherit;
	color: 							#fff;
	text-decoration: 				underline;
}

/* ===== debug messages ===== */
#xo-logger-output {
    font-size:                      .8em;
}

.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}
