﻿
/*--add - start dingxing 20100525 --*/
.BoxHeader
{
	background:url(images/BoxHeader.gif);
	width:200px; height:64px;
}
.BoxHeader img
{
    margin:0px 10px 0 20px;
    vertical-align:middle;
}
.BoxHeader span
{
    font-size:14px;
    line-height:60px;
    font-weight:bold;
    color:#333333;
}
.LeftBox
{ 
	border:1px solid #D8E1E6;
	width:198px;
    height:600px;
	min-height:100px;
	border-bottom:0;
	border-top:0;
}

.LeftTopBox
{ 
	border:1px solid #D8E1E6;
	width:198px;
    height:40px;
	min-height:40px;
	border-bottom:0;
	border-top:0;
}

.BoxFooter
{
	background:url(images/BoxFooter.gif);
	width:200px; height:9px;
}

linkButton
{
    color: #000000;
}
linkButton:hover
{
    color: #FF5E00;
}

ul, li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contentImg
{
    width: 360px; height: 360px;
    margin: 10px auto;
}
.left_thumb
{
    width: 360px;
    float: left;
}
.left_thumb li a
{
    display: block;
    height: 10px;
    position: relative;
    outline: none;
}
.left_thumb li img
{
    width: 100px; height: 100px;
    position: absolute;
    left: 0; top: 0;
    padding: 3px;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    -ms-interpolation-mode: bicubic;
    z-index:0;
}
.left_thumb li img.on
{
    background: #beceeb;
    border: 1px solid #828da1;
}
.left_thumb li img.hover
{
    padding: 10px;
    background: url(../App_Themes/PnG/Images/FCR/thumb_bg.png) no-repeat center center;
    border: none;
}

.divFcrDetail 
{ 
    text-align:left; vertical-align:middle;
    height:25px;
    background-image:url('../../App_Themes/PnG/Images/FCR/fcrDetailBg.jpg');
    background-repeat: repeat-x;
    background-color: #33CCFF;
}
/*--add - start dingxing 20100525 --*/


/*该CSS主要是用于弹出窗口的样式设计*/
#windowMask {position: absolute;z-index: 200;top: 0px;left: 0px;width: 100%;height: 100%;opacity: .0;filter: alpha(opacity=0);
	background-color:transparent !important;background-color: #333333;background-image:url(Images/dialog/maskBG.png) !important;background-image:none;background-repeat: repeat;display:none;}

/*dialog样式1*/
.dialogSubmit1 {font-size:12px;width:71px;height:22px;line-height:24px;border-style:none;background:transparent url(Images/dialog/1/button1.gif);}
.dialogCancel1 {font-size:12px;width:71px;height:22px;line-height:24px;border-style:none;background:transparent url(Images/dialog/1/button1.gif);}
.dialogBoxFace1 {behavior:url(Images/dialog/1/png.htc);}
.dialogBodyBox1 {border:0px; height:150px; background:url(Images/dialog/1/sBody_bg.png) repeat-x left bottom;}
.dialogMsg1 {text-align:left;font-size:12px;color:#000;}
.dialogFunc1 {text-align:center;}
.dialogBox1 {border:2px solid #4D689F;z-index:210;}
.dialogTitleTable1 {background:#4166BE; border-bottom:1px solid #4D689F;}
.dialogBoxTitle1 {text-align:left;padding-top:-2px;color:#FFF;font-size:12px;font-weight:bold;}
.dialogClose1 {padding-top:-2px;}
.dialogBody1 {background:#fff;color:#000;border:0px;}
.dialogClose{background-image:url(Images/dialog/1/dialogCloseOut.gif); width:16px; height:16px; display:block; cursor:pointer; }
.dialogAlertImg{background-image:url(Images/dialog/1/0.gif); width:32px; height:32px; display:block; cursor:pointer; }
