﻿body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: 宋体;
}
a
{
	outline:none;
}
.alignCenter
{
	margin-left:auto;/*浏览器居中兼容*/
	margin-right:auto;
}
form /*防止ie6边距bug*/
{
	padding:0; 
	margin:0;
	text-align: center;
}

/*中间的页面内容显示的宽度*/
.middleBodyWidth
{
	width:800px;
}

.linkPic
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.huanhang
{
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
}

/*页面通用连接的样式*/
a:link
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*页面通用链接样式定义结束*/




/*页眉用户控件样式定义开始*/

/*显示时间的文字的样式*/
.timeColor
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: right;
}
/*语言链接的样式*/
.language
{
	background-position: right bottom;
	background-image: url(../images/bgImages/topLanguageBg.gif);
	width: 120px;
	background-repeat: no-repeat;
	height: 20px;
	color: white;
	font-size: 12px;
	font-family: Arial;
	margin-top: 1px;
}
.language a:link
{
	font-size: 11px;
	color: white;
	font-family: Arial;

	text-decoration: none;
}
.language a:visited
{
	font-size: 11px;
	color:white;
	font-family: Arial;

	text-decoration: none;
}
.language a:hover
{
	font-size: 11px;
	color: #D31F20;
	font-family: Arial;

	text-decoration: none;
}

/*公用页面样式定义开始*/


/*中间表格的样式*/
.publicTopFlashMiddleTB
{
	width: 800px;
	height: 212px;
}
/*定义结束*/

/*flash下面的边框的样式*/
.publicTopBorder
{
	background-image: url(../images/bgImages/topBorder.jpg);
	background-repeat: repeat-x;
	height: 3px;
}

/*通用flash的样式定义*/
.publicTopFlash
{
	width: 800px;
	height:210px;
}
/*定义结束*/


/*.publicTopMenuTDbg
{
	background-image: url(../images/bgImages/topMenuBg.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 35px;
}
/*公共页面的菜单链接的样式
.publicTopMenuLink
{
	
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: 宋体;
	color: black;
}

.publicTopMenuLinkTD a:link
{
	display: inline-block;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	line-height: 300%;
	color: black;
	text-decoration: none;
	width: 100%;
}
.publicTopMenuLinkTD a:visited
{
	display:inline-block;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	line-height: 300%;
	color: black;
	text-decoration: none;
    width: 100%;
}
.publicTopMenuLinkTD a:hover
{
	display:inline-block;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	line-height: 300%;
	color: #D31F20;
	text-decoration: none;
	width: 100%;
}

*/
/*公共页面菜单样式定义结束*/

/*公用页面样式定义结束*/


/*页眉用户控件样式定义结束*/



/*左侧用户控件样式*/
/*承载左侧树形控件的表格的样式*/
.leftTable
{
	width: 184px;
	height: 500px;
	background-position-y: top;
	background-image: url(../images/bgImages/leftBg.jpg);
	background-repeat: repeat-y;
}
/*定义结束*/

/*菜单标题图片的单元格的样式*/
.leftMenuTitlePic
{
	padding-bottom: 0px;
	padding-top: 0px;
	height: 55px;
}

/*承载左侧菜单的表格的样式*/
.leftMenuTb
{
	vertical-align: top;
	padding-top: 3px;
	height: 450px;
}
/*定义结束*/

/*左侧菜单的样式*/

/*未选择菜单时，其子菜单不显示*/
.leftMenuTable .childMenuTable
{
	display:none;
}

.leftMenuTable .leftMenu
{
	text-align: center;
	width: 151px;
	height: 30px;
}

.leftMenuTable .leftMenu a:link
{
	font-family: Arial;
	font-size: 12px;
	color: #1F1617;
	height: 30px;
	line-height:250%;
	text-decoration: none;	
}
.leftMenuTable .leftMenu a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #1F1617;
	height: 30px;
	line-height:250%;
	text-decoration: none;
}
.leftMenuTable .leftMenu a:hover
{
	font-family: Arial;
	font-size: 12px;
	color:#d31f20;
	background-repeat: repeat-x;
	height: 30px;	
	line-height:250%;
	text-decoration: none;
}
/*当前菜单项的样式，变红*/

/*当选择了菜单时设置才菜单的子菜单显示*/
.leftMenuSelectTable.childMenuTable
{
	display:block;
}

.leftMenuSelectTable .leftMenu
{
	background-image: url(../images/bgImages/leftMenuBg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 151px;
	text-align: center;
}

.leftMenuSelectTable .leftMenu a:link
{
	font-family: Arial;
	font-size: 12px;
	line-height:250%;
	height: 30px;
	color: white;
	text-decoration: none;
}
.leftMenuSelectTable .leftMenu a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height:250%;
	height: 30px;
	color: white;
	text-decoration: none;
}
.leftMenuSelectTable .leftMenu a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height:250%;
	height: 30px;
	color: white;
	text-decoration: none;
}
/*当前菜单项样式定义结束*/

/*子菜单的链接的样式*/
.leftMenuChildren
{
	width: 151px;
	text-align: center;
	
}
.leftMenuChildren a:link
{
	font-family: Arial;
	font-size: 12px;
	line-height: 250%;
	height: 30px;
	color: white;
	text-decoration: none;
}
.leftMenuChildren a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height:250%;
	height: 30px;

	color: white;
	text-decoration: none;
}
.leftMenuChildren a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height:250%;
	height: 30px;
	color: #fffa00;
	text-decoration: none;
}
/*定义结束*/

/* 子菜单页面与页脚的样式*/
.leftChildMenuDataListHeader
{
	width: 151px;
	border-top: white 1px solid;
}
.leftChildMenuDataListBottom
{
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(../images/bgImages/leftChildMenuBg.jpg);
	width: 100%;
	background-repeat: no-repeat;
	height: 11px;
	font-size: 0px;
}

/*业绩图片菜单的样式定义开始*/
.leftMenuYeji
{
	margin-top: 25px;
	width: 126px;
	margin-right: 3px;
}
.leftMenuYejiItem
{
	padding-bottom: 3px;
}


/*左侧菜单样式定义结束*/
/*左侧用户控件样式定义结束*/



/*底部用户控件的样式*/

/*显示底部公司名称的单元格的样式*/
.bottomFriendLinkBord
{
     border-top: #989898 1px solid;
     border-bottom: #989898 1px solid;
}
.bottomFriendLinkTD
{
	background-image: url(../images/bgImages/bottomLinkMiddleBg.jpg);
	background-repeat: repeat-x;	
	height: 30px;
}
.bottomFriendLinkTD a:link
{
     font-family: Arial;
     font-size: 12px;
     line-height: 150%;
     color: black;
     display:inline-block;
     text-decoration: none;
     width: 145px;
}
.bottomFriendLinkTD a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: black;display:inline-block;
	text-decoration: none;width: 145px;
}
.bottomFriendLinkTD a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;display:inline-block;
	color: #D31F20;width: 145px;
	text-decoration: none;
}
/*定义结束*/

/*白色连接的样式*/
.whiteLink
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: white;
}
.whiteLink a:link
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: white;
	text-decoration: none;
}
.whiteLink a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: white;
	text-decoration: none;
}
.whiteLink a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*链接样式定义结束*/

/*表格的样式*/
.bottomTable
{
	font-family: Arial;
	font-size: 12px;
}

/*底部用户控件的样式定义结束*/


/*其它页面元素样式*/
/*黑色连接的样式*/
.blackLink a:link
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
.blackLink a:visited
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
.blackLink a:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #D31F20;
	text-decoration: none;
}
/*黑色链接样式定义结束*/


.downborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4DFAD;
}
.leftshadow {
	background-image: url(../bgimage/shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.downborder2 {
	background-image: url(../menuslice/menu_r3_c1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.text12px {
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}



/*定义结束*/


