@import url(blocks.css);
@import url(module_content.css);

html, body {
	color: #DDD;
	margin: 0;
	padding: 0;
	background:		#000000;
	font: 10pt Arial, Helvetica, sans-serif;
}

table {
	width: 100%;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

h1 {font-size: 200%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 90%;}
h6 {font-size: 80%;}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

a {color: #FF6600;  text-decoration: none; font-weight: normal; }
a:hover {
	color: #D94600;
	text-decoration: underline;
}

img {	border:	0px;}

#xo-canvas {
	margin: 0 auto;
	width: 868px;
	color: #DDDDDD;
}

#crn-tl {
	background: #DA7607 url(images/crn-tl.png);
	height: 12px;
	margin-right: 12px;
	font-size: 1px;
}
#crn-tr {
	background: #DA7607 url(images/crn-tr.png);
	height: 12px;
	width: 12px;
	margin-top: -12px;
	float: right;
	font-size: 1px;
}
#crn-bl {
	background: #252525 url(images/crn-bl.png);
	height: 12px;
	margin-right: 12px;
	font-size: 1px;
}
#crn-br {
	background: #252525 url(images/crn-br.png);
	height: 12px;
	width: 12px;
	margin-top: -12px;
	float: right;
	font-size: 1px;
}

#header-banner {
	background: url(images/banner2.jpg);
	height: 190px;
	width: 866px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 4px solid #C4550B;
}

/* ---------- Header / banner / globalnavigation ---------- */
#xo-canvas-header {
	background-image: url(images/bg-header.gif);
	height: 95px;
	clear:both;
	position:relative;
}

#xo-user-actions-l {
	background: url(images/user-actions-1-1.png);
	height: 45px;
	margin-right: 11px;
}

#xo-user-actions-r {
	background: url(images/user-actions-2.png);
	height: 45px;
	width: 11px;
	margin-top: -45px;
	float: right;
}

#xo-user-actions {
	width: 410px;
	background: #888;	
	position:absolute;
	top: 8px;
	right: 25px;
}

#xo-user-actions a {
	color: #E6E6E6;
	font-size: 80%;
	font-weight: bold;
	text-transform: lowercase;
}

#xo-user-actions a:hover {
  color:#FFF;
}

#xo-user-actions2 {
	width: 210px;
	position:absolute;
	top: 8px;
	right: 25px;
}

#xo-user-actions2 img {
	margin-right:3px;
}

.xo-user-actions-title {
	font-size: 80%;
	font-weight: bold;
	text-transform: lowercase;
	padding-right: 6px;
}

#input-username {
	background: #F5F5F5 url(images/icon-user.png) no-repeat 3px center;
	margin-right: 8px;
	padding: 3px 3px 3px 20px;
	font-size: 85%;

}

#input-password {
	background: #F5F5F5 url(images/icon-password.png) no-repeat 3px center;
	padding: 3px 3px 3px 23px;
	font-size: 85%;
}

#user-register {
	position:absolute;
	top: 14px;
	right: 10px;
}

#user-register a {
	color: #F3EACD;
}

#user-register a:hover {
	color: #FBF8EC;
	text-decoration: none;
}

#xo-user-actions form {
	display: inline;
	position:absolute;
	top: 10px;
	left: 10px;
}

#login-submit {
	position:absolute;
	top: 4px;
	right: -21px;
}

#user-menu {
	position: absolute;
	top: 10px;
	left: 17px;
	vertical-align: middle;
}

#user-menu img {
	vertical-align: middle;
	margin-right: 3px;
}

#user-menu a {
	text-decoration: none;
	padding-right: 4px;
}

#user-menu a:hover {
	text-decoration: none;
}

#xo-slogan {
	float: left;
}

#xo-search {
	float: right;
	width: 15em;
}

#xo-main-logo {
	position: absolute;
	top: 15px;
	left: 0;
}

#xo-banner {
	float: right;
	width: 468px;
}

#tabs {
  width:100%;
  font-size:93%;
  line-height:normal;
  position: absolute;
  right: 25px;
  top: 72px;
  }
#tabs ul {
	margin:0;
	list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:right;
  background:url(images/tab-l2.gif) no-repeat left top;
  margin: 0 1px 0 0;
  padding:0 0 0 10px;
  text-decoration:none;
  font-weight: bold;
  }
#tabs a span {
  float:right;
  display:block;
  background:url(images/tab-r2.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#4E4E4E;
	font-variant: small-caps;
	text-transform: lowercase;
 	font-weight: bold;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#fff;
	font-variant: small-caps;
	text-transform: lowercase;
 	font-weight: bold;
  }
#tabs a:hover {
  background-position:0% -24px;
  }
#tabs a:hover span {
  background-position:100% -24px;
  }


#style-switch {
	position: absolute;
	top: 15px;
	right: 13px;
}
#style-switch a {
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #404040;
	margin: 2px 0;
	text-indent: -2000px;
}

#style-switch .white-theme {
	background: #FFFFFF;
}
#style-switch .black-theme {
	background: #6e6e6e;
}
#style-switch .blue-theme {
	background: #338dcc;
}


/* ---------- Content (main) zone ---------- */
#xo-canvas-content {
	line-height: 1.3em;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	background:	 #252525; 
	padding: 8px 0;
}
#xo-page {
	padding:  20px;
}


#xo-content {
	clear:			both;
	padding:		1em 0;
	margin:			0px;
}

/* ---------- column configurations ---------- */
#xo-canvas-columns {
	width: 100%;
}
#xo-canvas-leftcolumn {
	width: 170px;
	border-right: 1px solid #1D1D1D;
}

#xo-canvas-rightcolumn {
	width: 185px;
	border-left: 1px solid #1D1D1D;
}

#xo-canvas-leftcolumn, #xo-page, #xo-canvas-rightcolumn {
	vertical-align:	top;
}

#xo-canvas.leftcolumn-layout #xo-canvas-columns, #xo-canvas.threecolumns-layout #xo-canvas-columns {}
#xo-canvas.rightcolumn-layout #xo-page, #xo-canvas.threecolumns-layout #xo-page {}

/* ---------- Footer ---------- */
#xo-footer {
	text-align: center;
	padding: 1em;
	font-size: 80%;
	color: #666666;
}

#xo-footer a:hover {}

/* ---------- Extra layout / forms---------- */
blockquote {
	margin-left:		.5em;
	background:			#000000;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 6px solid #404040;
	padding:			.5em;

}
.xoopsCode {
	background:			#ffffff;
	font-family:		monospace;
	border:				1px solid #d0d0d0;
	padding:			.5em;
	width:				100%;
	display:			block;
	overflow: auto;
}

input[type=submit], input[type=button]  {
	color: #FFFFFF;
	border: 1px solid #E17304;
	font: bold normal 90% Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background: #EC7600;
}


select[name=timezone_offset] {
	font-size:			90%;
}

input[type=text], input[type=password], textarea {
	border:				1px solid #ddd;
	margin:				2px 0px;
	padding-left:		.2em;
	background-color:	#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

input[type=text], input[type=password] {
	color: #666666;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color:		#999999;
	outline:			1px solid #999999;
	background-color:	#FAFAFA;
	color: #666666;
}


textarea { width: 95%;}
