﻿/* 企业信息管理样式表 */
/*全局定义开始*/
*
{
	margin:0;
	padding:0
}

body,td,th
{
	font-size:12px;
	font-family:Arial,"宋体";
	color:#000;
	line-height:1.5em
}

table
{
	text-align:left;
}

a 
{
	color:#000; 
	text-decoration:none
}

a:hover
{
	text-decoration:none
}

h4
{
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:1pt
}

/*字体的样式*/
.Font01
{
    font-family: "宋体"
}
.Font02
{
    color:#B90C0C
}

.Font03
{
    color:#B70E09;
	margin-top:4px;
	font-family: "宋体";
}

.Font04
{
    color:#ff6600
}

.menu A {
	COLOR: #fff;
	font-size:12px;
}
.menu A:hover {
	COLOR: #ffffff;
	font-size:12px;
}

/*导航菜单样式表*/
.menu01Out
{
	width:52px;
	height:25px; 
    background: url(../../images/menu01Out.png) no-repeat;
	text-align:center;
}
.menu01Over
{
	width:52px; 
	height:25px; 
    background: url(../../images/menu01Over.png) no-repeat;
	text-align:center;
}
.menu02Out
{
	width:45px; 
	height:25px;
    background: url(../../images/menu02Out.png) no-repeat;
	text-align:center;
}
.menu02Over
{
	width:45px; 
	height:25px; 
    background: url(../../images/menu02Over.png) no-repeat;
	text-align:center;
}
.menu03Out
{
	width:73px; 
	height:25px; 
    background: url(../../images/menu03Out.png) no-repeat;
	text-align:center;
}
.menu03Over
{
	width:73px; 
	height:25px; 
    background: url(../../images/menu03Over.png) no-repeat;
	text-align:center;
}
.topMenu01
{
	width:54px; 
	height:18px; 
    background: url(../../images/topMenu01.gif) no-repeat;
	text-align:center;
}
.topMenu02
{
	width:67px; 
	height:18px; 
    background: url(../../images/topMenu02.gif) no-repeat;
	text-align:center;
}
.topMenu03
{
	width:78px; 
	height:18px; 
    background: url(../../images/topMenu03.gif) no-repeat;
	text-align:center;
}
.wordSpace
{
    margin-top:3px;
}

/*文本输入框样式表*/
.txtBox01
{
	border:1px solid #7F9DB9;
	padding-left:3px;
	height:18px;
	font-size:12px;
	font-family:Arial "宋体";
	color:#000;
}
.txtBox02
{
	border:1px solid #ffffff;
	padding-left:3px;
	height:17px;
	font-size:12px;
	font-family:Arial "宋体";
	color:#000;
}

/*横向排三列样式*/
.Per30 ul
{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
	margin-right:0px;
}

.Per30 li 
{
	float:left;
	width:160px;
	margin-right:0px;
	height:26px;
	line-height:20px;
	color:#000000;
	text-align:left;
	list-style-type:none;
}

/*登录类型切换*/
.navigateTitleClick {
	background: url(../../images/navigateTitleClick.gif) repeat-x;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center
}
.navigateTitleA {
	background: url(../../images/navigateTitleA.gif) no-repeat left;
	line-height: 22px;
}
.navigateTitle1 {
	background: url(../../images/navigateTitle2.gif) repeat-x;
}

/*全局定义结束*/
