/* CSS Document */

/*********  物流应用平台CSS样式定义20050927 **********/ 

/* ===  ****  A页面通用定义设置开始 *****  =====   */

/* ===  ****  页面通用定义设置开始  *****  =====   */

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{margin-left: 0px; /* 上下边距定义 */ 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF; /*页面背景颜色定义 */ 
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface; /*滚动条定义 */ 
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #EEEEEE;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #000000;	text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */


/*表格样式定义 */ 
table{
	text-align: justify;
}

/*输入框样式定义 */ 
input{
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	color: #333333;
}

/*选择框样式定义 */ 
checkbox{border: 0px;}

/*文本区域输入样式定义 */ 
textarea{background-color: #fefefe;	border: 1px solid #CCCCCC;	text-indent: 4px;}

/*文字按钮样式定义 */ 
button{	background-color: #F5F5F5;	border: 1px solid #666666;}

/*选择样式定义 */ 
select{
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
	line-height: 14px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/*TD样式定义 */ 
td{	font-weight: 100; font-family: Tahoma, Arial;  color: #333333; font-size: 12px;}

/* ===  ****  页面通用定义设置结束  *****  =====   */
/* ===  ****  字体定义设置开始  *****  =====   */

.fontyellow12 {color: #FF6600;}
.fontblue12 {color: #0066FF;}
.fontgreen12 {color: #006600;}
.fontred12 {color: #FF0000;}
.fontwhite12 {color: #FFFFFF;}
.fontblack12 {color: #000000;}
.fontblack14 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
}

/* ===  ****  字体定义设置结束  *****  =====   */
/* ===  ****  导航条超链接字体定义设置开始   *****  =====   */

a.a2topmenu:link {
	font-family: Tahoma, Arial ;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a.a2topmenu:visited {
	font-family:Tahoma, Arial  ;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a.a2topmenu:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: underline;
}
a.a2topmenu:active {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
/* ===  ****  导航条超链接字体定义设置结束！   *****  =====   */
/* ===  ****  top部分定义设开始！   *****  =====   */
 /* 2像素高度表格 */ 
 .tdbg1{
	background-color:#F1F1F1;

	line-height: 2px;
} 

/* ===  ****  top部分定义设结束！   *****  =====   */

/******** 超链接CSS样式定义开始 ********/ 

a.platform201_a01:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
}
a.platform201_a01:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: none;

}
a.platform201_a01:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: none;

}
a.platform201_a01:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: none;

}


a.platform201_a02:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;
}
a.platform201_a02:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;

}
a.platform201_a02:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #996600;
	text-decoration: underline;

}
a.platform201_a02:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: none;

}

a.platform201_a03:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
}
a.platform201_a03:visited {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;

}
a.platform201_a03:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;

}
a.platform201_a03:active {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;

}


a.platform201_a04:link {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration: underline;
}
a.platform201_a04:visited {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration: underline;

}
a.platform201_a04:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;

}
a.platform201_a04:active {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration: underline;

}



a.platform201_a05:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;
}
a.platform201_a05:visited {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;

}
a.platform201_a05:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;

}
a.platform201_a05:active {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;

}


a.platform201_a06:link {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;
}
a.platform201_a06:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;

}
a.platform201_a06:hover {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #996600;
	text-decoration: underline;

}
a.platform201_a06:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF6600;
	text-decoration: underline;

}

a.platform201_a07:link {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a.platform201_a07:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color:  #FFFFFF;
	text-decoration: none;

}
a.platform201_a07:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color:  #FFFFFF;
	text-decoration: underline;

}
a.platform201_a07:active {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: 100;
	color:  #FFFFFF;
	text-decoration: none;

}



.a1fenlei {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000000;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: C8C8C8;
	text-indent: 16px;
}


.a2fenlei {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #000000;
	background-color: #FBF5D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: C8C8C8;
	text-indent: 10px;
}


.kuang01 {
	border: 1px solid #C1C1C1;
}
.kuang02 {
	border: 1px solid #C1C1C1;
}

.editbox01{
	background-color: #66FF66;
	border: 0px;
}
.builder_02{
	background-image: url(/EP/platform/newa/platform2/platform2_logo39.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
}



.mm_botton2{
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #333333;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #c4cccc;
	border-right-color: #6f7777;
	border-bottom-color: #6f7777;
	border-left-color: #acb5b5;
	background-image: url(buttonbg1.gif);
	background-repeat: repeat-x;
	line-height: 26px;
}
.mm_botton2:hover{
	color: #333333;
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FEAA38;
	border-right-color: #FE9301;
	border-bottom-color: #FE9301;
	border-left-color: #FEAA38;
	cursor: hand;
	line-height: 26px;
}

