﻿/*
Base Style Sheet For Maxthon Websites v1.1.0
Last Modified: 2006-09-12 12:55:34
*/
/****** General Styles ******/
body {
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	background: #FFFFF0;
	margin: 0px;
	padding: 0px;
}

/* text */
p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}
td {
	font-size: 100%;
}
ul {
	list-style: square;
}

/* links */
a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: underline;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
}

/* other */
img {
	border: none;
	vertical-align: middle;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

/****** Layout Blocks ******/
.wrapper {
	background: url('base/head_bg.gif') top left repeat-x;
}

.innerWrapper {
	width: 750px; 
	margin: 0 auto;
	max-width: 1260px;
	text-align: left;
}
.header{
	margin: 0px 0px 20px 0px;
	height: 80px;
}
.innerHeader{}
.content{
	float: right;
	width: 100%;
	margin: 0px 0px 0px -210px;
}

.innerContent{
	margin-left: 210px;
	overflow: visible;
}
.sidebar{
	float: left;
	width: 180px;
}
.innerSidebar{}
.footer{
	clear: both;
	margin: 0;
	padding: 5px 0px 40px 0px;
	text-align: center;
	color: #666666;
	border-top: 4px solid #ecf5ff;
}

.innerFooter{}

/****** Header Block ******/
.title{
	float: left;
	padding: 18px 0px 0px 58px;
	margin: 0px;
	margin-top:15px;
	height: 60px;
	background: url('base/logo.png') top left no-repeat;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top:-18px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: #000000;
	text-decoration: none;
}
.desc{
	color: #666666;
}

/* navbar */
.menu{
	padding-top: 15px;
}
.menu ul{
	float: right;
	color: white;
	margin: 0px;
	padding: 0px;
}
.menu li{
	font-size: 100%;
	float: left;
	font-family: Tahoma, Arial;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover{
	display: block;
	padding: 10px;
	color: black;
	text-decoration: none;
}
.menu a:hover{
	padding: 9px;
	color: #395500;
	border: 1px solid #A5D11F;
	background: #F4FBE1 url('base/bg_btn_hover.png');
}

/****** Content Block ******/
/* navigation strip */
#navStrip {
	color: #666666;
}
/* main panel */
.mainPanel{
	margin: 10px 0px 10px 0px;
}
.mainPanelText{
	font-size: 120%;
	color: #5A5447;
}
.mainPanelNote{
	padding: 18px 0px 0px 0px;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h3{
	color: #666666;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
h4 {
	color: #333333;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 2px 0px;
	margin: 10px 0px 2px 0px;
	border-bottom: 1px dashed #E0E0E0;
}
.contentText{
	padding: 0px 10px 0px 0px;
	line-height: 150%;
}

/****** Sidebar Block ******/
.sidebarBlock{
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
.sidebarBlock h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #ecf5ff;
/*	background: #EEEDEA;*/
	border-bottom: 1px solid #E4E2DA;
}
.sidebarContent{
}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #C4E1FF;
/*  border-bottom: 1px dotted #E4E2DA;*/
}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
	padding: 5px 0px 5px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}

.sidebarContent li a:hover{
	text-decoration: underline;
	color: #395500;
	background: #EFF9D0;
}

/****** Footer Block ******/
.footerLinks{
	margin-bottom: 20px;
}
.footerLinks a{
	margin:0 10px;
}
