/*	
	[2]本文件只定义框架实例化出来的页面(和页面里包含的模块)的样式,不要在本样式文件中定义独立的jsp页面的样式。
	本样式文件应包含实例化模块的通用样式和本样式的公共样式。	
*/

/* 模块菜单样式定义 */
@import url("ModuleStyle_1.css");
/* 本样式的公用定义 */
@import url("Style_1_Public.css");

/*页面样式*/
*
{
	margin: 0;
	padding: 0;
	font: 12px normal "宋体";
}
/*单元格样式*/
td
{
	font-size: 12px;
	color: #000000;
}
/*文字链接样式*/


A:Link{
	color:#284555; 
	text-decoration:underline;
}
A:Visited
{
	color:#284555; 
	text-decoration:underline;
}
A:Hover{
	color:#3300FF; 
	text-decoration:underline;
}
A:Active
{
	color:#284555; 
	text-decoration:underline;
}

/* 当前位置*/
.wfim_noheadercontent div
{
}
.wfim_noheadercontent .PublicModule_Navigation_div
{
	height: 25px;
	padding: 5px 0 5px 10px;
}
.PublicModule_Navigation_Span
{
	width: 60%;
}

/*首页页面背景*/
.defaule_left
{
	background: url(../Image/PiImages/Pi_page_bg.jpg);
	width: 123px;
}
.defaule_center
{
	width: 757px;
	text-align: center;
}
.defaule_right
{
	background: url(../Image/PiImages/Pi_page_bg.jpg);
	width: 124px;
}
.SubPage_Center,
.defaule_center
{
	width: 757px;
	height: 450px;
}

/*投票组容样式*/
.wp_vote
{
	width: 181px;
	border-right: 1px solid #C6C6C6;
}
.wp_vote_header
{
	background: url(../Image/DefaulePage/Vote.gif);
	width: 180px;
	height: 26px;
}
 .wp_vote_title
{
	padding: 10px 0 2px 0;
}
.wp_vote_button
{
	text-align: center;
	padding: 10px 0 10px 0;
}
.wp_vote_bottom
{
}

/*留言板样式*/
#messageboard
{
	padding-left:50px;
}
