﻿/*
页面层模块样式
*/
@CHARSET "UTF-8";

/* 基本窗口层 */
div.basewnd
{
	border-style: solid;
	background-color: white;
	border-width: 0px;
	color: lavender;
	
	/* IE内居中设定 */
	position:relative;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	
	font-size: 12px;
}

/* 用户登录层（首页） */
div.user
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:150px;
	width:195px;
	height:150px;
	 
	font-size: 12px;
	overflow: hidden;
}

/* 旗标层 */
div.flag
{
	border-style: solid;
	background-color: #f9edff;
	border-width:0px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:-20px;
	width:950px;
	height:126px;
	 
	font-size: 12px;
}

/* 导航层 */
div.navigation
{
	border-style: solid;
	background-color:#f9edff;
	border-width: 1px;
	color:#f9edff;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:112px;
	width:1030px;
	height:35px;
	 
	font-size: 12px;
	overflow: hidden;
}

/* 公告层(首页) */
div.notice
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:675px;
	top:150px;
	width:275px;
	height:120px;
	
	overflow-x:hidden;
	overflow-y:hidden;
	 
	font-size: 12px;
}

/* 公告层(二级页面) */
div.notice_level2
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:310px;
	width:195px;
	height:120px;
	
	overflow-x:hidden;
	overflow-y:hidden;
	 
	font-size: 12px;
}

/* 最热图片层 */
div.hot_pic
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:150px;
	width:362px;
	height:272px;
	 
	font-size: 12px;
}

/* 最新主题层 */
div.newest_topic
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:205px;
	top:150px;
	width:460px;
	height:400px;
	 
	font-size: 12px;
}

/* 主应用层 */
div.main_app
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:205px;
	top:150px;
	width:745px;
	 
	font-size: 12px;
}

/* 最热关键词层_首页情况 */
div.welcome_tag_home
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:310px;
	width:195px;
	height:240px;
	 
	font-size: 12px;
}

/* 最热关键词层_普通情况 */
div.welcome_tag_app
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:0px;
	top:440px;
	width:195px;
	height:240px;
	 
	font-size: 12px;
}

/* 各种TOP链接_首页情况 */
div.top_list_home
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:675px;
	top:278px;
	width:275px;
	height:272px;
	 
	font-size: 12px;
}

/* 各种TOP链接_普通情况 */
div.top_list_app
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:665px;
	top:502px;
	width:285px;
	height:380px;
	 
	font-size: 12px;
}

/* 个人管理 */
div.user_self
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:665px;
	top:150px;
	width:285px;
	height:732px;
	 
	font-size: 12px;
}

/* 版权信息层(首页) */
div.rights_home
{
	border-style: solid;
	background-color: #f9edff;
	border-width: 1px;
	color: #f9edff;
	
	position:absolute;
	z-index:1;
	left:-10px;
	top:550px;
	width:950px;
	height:100px;
	 
	font-size: 12px;
}

/* 版权信息层(非首页，需要应用动态top计算) */
div.rights_not_home
{
	border-style: solid;
	background-color: #f9edff;
	border-width: 1px;
	color: #f9edff;
	
	position:absolute;
	z-index:1;
	left:0px;
	width:950px;
	height:100px;
	 
	font-size: 12px;
}

/* 帮助菜单 */
div.help_menu
{
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #cccccc;
	
	position:absolute;
	z-index:1;
	left:665px;
	top:150px;
	width:285px;
	height:732px;
	
	overflow-x:hidden;
	overflow-y:hidden;
	 
	font-size: 12px;
}