/*
=== Magicbit Official Website Stylesheet ======================
 Style Name: Default
    Version: 1.0
     Author: Noah
Last Update: 2006-01-24 10:36:43
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 14px;
	font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	color: #666;
	background-color: #ccc;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
a:link,
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color:#F60;
}
img{
	vertical-align: top;
	border: 0px none;
}
ul{
	padding: 0px;
	margin: 12px;
}
li{
	padding: 0px;
	margin: 0px;
/*	list-style: square inside;
*/}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

/****** Main Layout Styles ******/
/*#wrapper {
	margin: 0px;
}
#innerWrapper {
}*/

#header {
	background: #FFF url("../images/header_bg.gif") repeat-x top left;
	height: 160px;
	margin-bottom: 30px;
}
#middleHeader {
	background: url("../images/header_bg_left.gif") no-repeat top left;	
	height: 160px;
}
#innerHeader {
	background: url("../images/header_bg_right.gif") no-repeat top right;	
	height: 160px;
}

#footer {
	clear: both;
	background: url("../images/footer_bg.gif") no-repeat top left;	

}
#innerFooter {
	padding: 10px;
	margin-bottom: 50px;
	font-size: 12px;
	text-align: right;
}

/****** Header Elements Styles ******/
#navMenu {
	font-size:16px;
	padding-top: 125px;
	padding-left: 400px;
	word-spacing: 40px;
}
#navMenu a{
	color: #333;
	text-decoration: none;
}
#navMenu a:hover{
	color: #F60;
	text-decoration: underline;
}

/****** Footer Elements Styles ******/
.footerLinks {
	padding: 10px;
	color: #999;
}
.footerLinks a{
	color: #0094de;
	text-decoration: none;
}
.footerLinks a:hover{
	color: #F60;
	text-decoration: underline;
}
.copyright{
	color: #666;
}

/****** Main Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding-top: 4px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-right: -210px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-right: -200px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-right: -200px;
}
#innerContent {
	margin-right: 210px;
	overflow: visible;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Content Box ******/
.textbox {
	background: #FFF;
	border-top:-10px solid transparent !important;
	margin-bottom: 10px;
	overflow: visible;
}

.textbox-header {
/*	background: url("../images/box_top_left.gif") no-repeat top left;
*/}
.textbox-inner-header {
/*	background: url("../images/box_top_right.gif") no-repeat top right;	
*/}
.textbox-title {
	padding: 0px;
	margin: 5px;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6F6;*/
}
.textbox-title h2{
	display: inline;
	font-size: 14px;
	color: #666;
}
.textbox-content {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.textbox-bottom {
	margin-top: 20px;
	height: 20px;
/*	background: url("../images/box_bottom_left.gif") no-repeat bottom left;
*/}
.textbox-inner-bottom {
	height: 20px;
/*	background: url("../images/box_bottom_right.gif") no-repeat bottom right;
*/}
.textbox-go-top{
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
.textbox-go-top a{
	color: #F60;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 16px;
	background: url("../images/go_top.gif") no-repeat top right;
}
.textbox-go-top a:visited{
	color: #F60;
}

/****** Panel ******/
.panel {
	background: /*#ececec*/ url("../images/panel_bg.gif") repeat-x top left;
	margin-bottom: 10px;
}
.panel-middle{
/*	background: url("../images/panel_left.gif") repeat-y top left;
*/}
.panel-inner{
/*	background: url("../images/panel_right.gif") repeat-y top right;
*/}
.panel-header {
	background: url("../images/panel_top_left.gif") no-repeat top left;
	height: 40px;
}
.panel-inner-header {
	background: url("../images/panel_top_right.gif") no-repeat top right;	
    height: 40px;
}
.panel-title{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.panel-title h4{
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color: #0C0;
}
.panel-content{
	font-size: 12px;
	padding: 10px;
	padding-bottom: 0px;
}
.panel-content a{
	color: #F60;
	text-decoration: none;
}
.panel-content a:hover{
	color: #06C;
	text-decoration: underline;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
/*	margin-left: 14px;
*/}
.panel-content li{
	padding: 0px;
	margin: 0px;
/*	list-style: url("../images/list_dot.gif") outside;
*/	list-style-type: none;
}
.panel-bottom {
/*	background: url("../images/panel_bottom.gif") repeat-x bottom left;
*/}
.panel-middle-bottom {
/*	background: url("../images/panel_bottom_left.gif") no-repeat bottom left;
*/}
.panel-inner-bottom {
/*	background: url("../images/panel_bottom_right.gif") no-repeat bottom right;
*/}


/***** Other Elements in Page Content *****/
.lang-select {
	display: block;
	margin-left: 10px;
	padding-left: 32px;
	padding-top: 9px;
	height: 32px;
	background: url("images/lang.gif") no-repeat top left;
}
a.lang-select,
a.lang-select:visited{
	color: #666;
}
.featurebox{
	border: 1px solid #DDDDDD;
	color: #666;
}
.highlight{
	color: #0C0;
}
.comment{
	color: #666666;
}
h1{
font-size: 16px;
}
h2{
	font-size: 18px;
	font-weight:normal;
	color: #06C;
}
h3{
	/*padding: 5px;
	padding-left: 10px;*/
	font-size: 14px;
	color:#0C0;
}
.td-row-header{
	font-weight: bold;
	color: #333;
}

