﻿/******************** 首页 ********************/

/* 通用：界面中通用的样式 */
@import url("css/general.css");
/* banner：页面顶部banner的样式 */
@import url("css/banner.css");
/* 模块：页面内各个组成模块（边框）的样式 */
@import url("css/panel.css");
/* 底部导航 */
@import url("css/login.css");
/* 底部导航 */
@import url("css/bottomMenu.css");
/* 版权：页面底部版权的样式 */
@import url("css/copyright.css");

/* body */
body {
	text-align: center;
	margin: 0px;
}
.bodyDiv {
	width: 860px;
	text-align: justify;
}

/* 页面布局：不分frame页面的主体，一般包含左、中、右 */
.pageMain {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 45px;
}
.pageLeft {
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
	text-align: right;
}
.pageRight {
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}
/* 模块布局：模块间距设置 */

/* 页面独有模块 */
.sepBar {
	height: 5px;
	background: url(images/bgSepBar.gif);
	margin-bottom: 15px;
}
/* 登录 */
#login {
	width: 400px;
}
#login .panelIntroTopMain {
	background: url(images/bgMemLoginTop.gif) no-repeat;
	height: 56px;
}
#login .panelIntroContent {
	padding: 20px;
}
.loginTable {
	height: 110px;
	margin-bottom: 15px;
}
.loginSubmit {
	width: 80%;
	margin: 0px;
}
.loginToolbar {
	margin: 0px;
}

/* 注册 */
#register {
	width: 400px;
}
#register .panelIntroTopMain {
	background: url(images/bgMemRegTop.gif) no-repeat;
	height: 56px;
}
#register .panelIntroContent {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.regTable {
	height: 120px;
	margin-bottom: 5px;
}
.regLeft {
	width: 50%;
	padding-left: 15px;
}
.regRight {
	padding-left: 15px;
}
.regTool {
	text-align: center;
}
.sepLineV {
	width: 1px;
	background: url(images/lineDottedV.gif) center center repeat-y;
}
.regItem {}
.regItemIcon {}
.regItemTitle {
	color: #0055AA;
	font-weight: bold;
	font-size: 13px;
}
.regItemTitle a {
	color: #0055AA;
    
}
.regItemNote {
}

/* 模块特性：用ID定义特定模块不同于同一样式下的属性 */
.banner {
	height: 90px;
	text-align: right;
}
.topMenu {
	height: 90px;
	margin-right: 20px;
	margin-left: 0px;
}