﻿

/* Glossary TAB */
.TABSelect
{
    background-color: white;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    height: 24px;
    cursor: pointer;
    color: Black;
    font-weight: bold;
}

.TABNoSelect
{
    background-color: #464646;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #464646;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    height: 24px;
    cursor: pointer;
    color: White;
    font-weight: bold;
}


body, div, td
{
    margin: 0;
    padding: 0;
}

p{padding-top:8px;padding-bottom:8px;line-height:20px}

li{padding-top:5px;padding-bottom:5px;line-height:20px}

strong {padding-top:20px;padding-bottom:5px}

a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #DF0000;
    text-decoration: underline;
}

h1
{
    color: #333;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.H1_CN
{
    color: #333;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 20px;
    font-family:Microsoft YaHei, 黑体
}


hr
{
    background-color: #999;
    margin-top: 4px;
}

.APXContent_CN_LineHeight
{
    line-height:20px;
}
.APXContentH1
{
    font-weight: bold;
    border-top: solid 3px #999;
    padding-top: 4px;
    border-bottom: solid 1px #999;
    padding-bottom: 1px;
    text-align: left;
    font-size:14px;
    height: 20px;
}

.APXContentH1_CN
{
    font-size:14px;
    font-weight:bold;
    border-top: solid 3px #999;
    padding-top: 2px;
    border-bottom: solid 1px #999;
    padding-bottom: 2px;
    text-align: left;
    height: 20px;
}

.APXContentH2
{
    font-weight: bold;
    padding-top: 4px;
    border-bottom: solid 1px #999;
    padding-bottom: 1px;
    text-align: left;
    height: 20px;
}

.APXContentParahSpacer
{
    padding-top: 8px;
    padding-bottom: 22px;
    line-height: 18px;
}

.APXContent_HR1
{
    width: 750px;
    height: 3px;
    background-color: #999;
    margin-bottom: 4px;
}

.APXContent_HR2
{
    width: 750px;
    height: 1px;
    background-color: #999;
    margin-top: 4px;
}

.Page_Title_Bg
{
    background: url(images/page_title_bg.gif) repeat;
}


.PageContentHeader
{
    margin: 0px;
    width: 750px;
    height: 54px;
}


.PageContentHeader UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.PageContentHeader LI
{
    margin-top: 2px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.PageContentHeaderName
{
    float: left;
    width: 534px;
    background: url(images/page_title_bg.gif) repeat;
    height:54px;
}

.PageContentHeaderSep
{
    float: left;
    width: 2px;
    background-color: White;
}

.PageContentHeaderPic
{
    float: left;
    width: 214px;
    vertical-align: top;
}

.PageContentDiv
{
    width: 750px;
}

.ParentNodeLink
{
    color: White;
}


a.ParentNodeLink:link, a.ParentNodeLink:visited
{
    color: White;
    text-decoration: none;
}

a.ParentNodeLink:hover
{
    color: White;
    text-decoration: none;
}

a.ParentNodeLink:active
{
    color: White;
    text-decoration: none;
}

.BacktoTop
{
    padding-right: 10px;
    text-align: right;
    padding-top: 10px;
}

.TableInLine
{
    margin-top: 4px;
    width: 730px;
    height: 1px;
    background-color: #ccc;
    overflow: hidden;
}

.HomeIndexName
{
    font-size: 11px;
    background-color: White;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.HomeIndexCountry
{
    background-color: White;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 10px;
}

.HomeIndexCountry_CN
{
    background-color: White;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 11px;
}

.HomeIndex
{
    font-size: 11px;
    padding-left: 4px;
}

.morelink
{
    font-size: 11px;
    padding-top: 6px;
    text-align: right;
}

/* --- Clear --- */
.clear
{
    clear: both;
}


/* --- 外边框 --- */


#All
{
    width: 970px;
    margin: 0 auto;
    background: url(images/All_Bg2.gif) repeat-y;
    padding: 0 5px;
}

#All_Print
{
    width: 770px;
    margin: 0 auto;
    background: url(images/All_Bg3.gif) repeat-y;
    padding: 0 5px;
}


/* --- Header --- */
#APXHeader
{
    height: 189px;
    position: relative;
    z-index: 400;
}
#LangSel
{
    text-align: right;
    line-height: 28px;
    height: 28px;
}
#HeaderBg
{
    background: url(images/APX_Header.gif) no-repeat;
    height: 161px;
}
#HeaderBg_Print
{
    background: url(images/APX_Header_Print.gif) no-repeat;
    height: 161px;
}
#APXLogo
{
    float: left;
    position: absolute;
    width: 126px;
    height: 169px;
    top: 0px;
    left: 20px;
}
#APXFullName
{
    float: left;
    position: absolute;
    top: 119px;
    left: 153px;
    font-size: 26px;
    color: Red;
}

#APXFullName_CN
{
    float: left;position: absolute;top: 119px;left: 153px;font-size: 34px;color: Red;font-family: Microsoft YaHei, 黑体;
}

#APXFullName_Print
{
    float: left;
    position: absolute;
    top: 123px;
    left: 153px;
    font-size: 21px;
    color: Red;
}

#APXFullName_Print_CN
{
    float: left;
    position: absolute;
    top: 119px;
    left: 153px;
    font-size: 34px;color: Red;font-family:Microsoft YaHei, 黑体
}


.ClaimText
{
    height: 20px;
    background-color: #666666;
    font-size: 12px;
    text-align: center;
    color: White;
    padding-top: 3px;
    font-family:Microsoft YaHei,Arial;
}


.ClaimText_Print
{
    height: 20px;
    background-color: #666666;
    font-size: 12px;
    text-align: center;
    color: White;
    padding-top: 3px;
    font-family:Microsoft YaHei,Arial;
}
/* --- 页尾 --- */
.APXFooter
{
    margin: 0px;
    width: 970px;
    background-color: #E1E1E1;
    height: 50px;
    position: relative;
}

.FooterBorder
{
    margin: 0 auto;
    width: 970px;
    height: 5px;
    padding-bottom: 0px;
    background: url(images/footer_border.gif) repeat-x;
}

.APXFooter_Print
{
    margin: 0px;
    width: 770px;
    background-color: #E1E1E1;
    height: 30px;
    position: relative;
}

#APXFooterLogo
{
    float: left;
    position: absolute;
    width: 98px;
    height: 43px;
    top: 4px;
    left: 12px;
}

.FooterLink
{
    text-align: right;
    line-height: 28px;
    height: 23px;
    font-size: 11px;
}


a.FooterLink:link, a.FooterLink:visited
{
    font-size: 11px;
    text-decoration: none;
}

a.FooterLink:hover
{
    font-size: 11px;
    text-decoration: none;
}

a.FooterLink:active
{
    font-size: 11px;
    text-decoration: none;
}


/* ---  APX 站点BreadCrumb    --- */
.APXNav_Breadcrumb
{
    height: 24px;
    font-size: 11px;
    text-indent: 22px;
    line-height: 22px;
}

a.APXNav_Breadcrumb:link, a.APXNav_Breadcrumb:visited
{
    font-size: 11px;
    text-decoration: none;
}

a.APXNav_Breadcrumb:hover
{
    font-size: 11px;
    text-decoration: none;
}

a.APXNav_Breadcrumb:active
{
    font-size: 11px;
    text-decoration: none;
}

.APXNav_Breadcrumb_bold
{
    font-weight: bold;
    color: #333333;
}

.APXBreadcrumb_Column
{
    margin: 0px;
    width: 970px;
    background: url(images/APXNav_Breadcrumb_bg.gif) repeat-y;
    height: 27px;
}

.APXBreadcrumb_Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.APXBreadcrumb_Column LI
{
    margin-top: 0px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.APXBreadcrumb_Center_Box
{
    float: left;
    width: 696px;
    padding-top: 2px;
}

.APXBreadcrumb_Center_Box_CN
{
    float: left;
    width: 686px;
    padding-top: 2px;
}

.APXBreadcrumb_Right
{
    float: left;
    width: 272px;
    vertical-align: top;
}

.APXBreadcrumb_Right_CN
{
    float: left;
    width: 282px;
    vertical-align: top;
}

.APXSitesearch_TextBox
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 20px;
    overflow: hidden;
    line-height: 18px;
    text-indent: 6px;
    font-size: 11px;
    color: #666;
}

.Watermark
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 20px;
    width: 120px;
    overflow: hidden;
    line-height: 18px;
    text-indent: 6px;
    font-size: 12px;
    color: #666;
    font-family: Microsoft YaHei, Arial, Verdana, sans-serif; 
}

.APXSitesearch_Button
{
    background: url(images/bt_go.gif) no-repeat;
    width: 40px;
    height: 20px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}


.APXSubmit_Button
{
    background: url(images/bt_submit.gif) no-repeat;
    width: 64px;
    height: 21px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}

.APXSitesearch_Button_CN
{
    background: url(images/bt_go_cn.gif) no-repeat;
    width: 44px;
    height: 20px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}

.APXSearch_TextBox
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 20px;
    width: 120px;
    overflow: hidden;
    line-height: 18px;
    text-indent: 6px;
    font-size: 11px;
    color: #666;
}


/* --- 横向导航栏 --- */
#APXMainNav
{
    background-color: #000;
    height: 29px;
    padding-left: 16px !important;
    z-index: 1500;
}

#APXMainNav_Print
{
    background-color: #464646;
    height: 12px;
    padding-left: 22px !important;
    z-index: 1500;
    padding-top: 5px;
    color: White;
    margin-bottom: 20px;
}

.NavButton
{
    background-color: Black;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
    height: 27px;
    color: White;
    font-weight: bold;
    z-index: 1500;
}

.NavHoverButton
{
    background-color: Red;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
    height: 27px;
    color: White;
    text-decoration: none;
    z-index: 1500;
}



a.NavButton:link, a.NavButton:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton:hover
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton:active
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:link, a.NavHoverButton:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:hover
{
    color: White;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:active
{
    color: White;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

.NavButton_CN
{
    background-color: Black;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
    height: 27px;
    color: White;
    font-weight: bold;
    z-index: 1500;
}

.NavHoverButton_CN
{
    background-color: Red;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
    height: 27px;
    color: White;
    text-decoration: none;
    z-index: 1500;
}



a.NavButton_CN:link, a.NavButton_CN:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton_CN:hover
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton_CN:active
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton_CN:link, a.NavHoverButton_CN:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton_CN:hover
{
    color: White;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton_CN:active
{
    color: White;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

.DynaMenuStyle
{
    background-color: #fff;
    color: Black;
    text-indent: 8px;
    text-decoration: none; /*     width:180px;      border-left: 1px solid black;     border-right: 1px solid black;  
    border-top: 1px solid black;
    border-bottom: 1px solid black;*/
     display: block;
   
    line-height: 25px; 
    
    z-index: 1000;
}

.DynaMenuItemStyle
{
    background-color: #fff;
    color: Black;
    padding-right: 16px;
    text-indent: 8px;
    text-decoration: none; 
 /* width:180px;
    white-space: nowrap;
    display: block;*/
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black; 
    float: left;
    line-height: 25px;
    height: 25px; 
    z-index: 1000;
}


.DynaHoverStyle
{
    background-color: #ff0000;
    color: White;
/*  height: 25px;*/
    line-height: 25px;
    padding-right: 16px;
    text-decoration: none; /*    display: block;  white-space: nowrap;  width:180px; */
    float: left;
    z-index: 1000;
}

a.DynaMenuItemStyle:link, a.DynaMenuItemStyle:visited
{
    color: Black;
    text-decoration: none;
}

a.DynaMenuItemStyle:hover
{
    background-color: #ff0000;
    color: White;
    text-decoration: none;
}

a.DynaMenuItemStyle:active
{
    color: White;
    text-decoration: none;
}



/* --- 首页股指滚动 --- */
.APXHome_Marquee
{
    background-color: #F0EFEB;
    height: 25px;
    width: 946px;
    margin: 0 auto;
    padding-top: 0px;
}

.APXHome_Marquee UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.APXHome_Marquee LI
{
    margin-top: 2px;
    display: block;
    margin-left: 0px;
    text-align: left;
}


/* --- 首页新闻区 --- */
.APXHome_Block
{
    background: url(images/Home_Block_HeaderBg.gif) repeat-y;
    height: 28px;
    line-height: 24px;
    overflow: hidden;
    color: White;
    width: 210px;
}


.APXHome_Block2
{
    background: url(images/Home_Block_HeaderBg.gif) repeat-y;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-indent: 16px;
    color: White;
    width: 210px;
}

.APXHome_Block3
{
    background: url(images/Home_Block_HeaderBg.gif) repeat-y;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-indent: 22px;
    color: White;
    width: 198px;
}

.APXNav_Left_GreyLine3
{
    background: url(images/Home_Block_HeaderBg.gif) repeat-y;
    height: 24px;
    line-height: 24px;
    width: 198px;
    font-weight: bold;
    color: White;
    text-indent: 22px;
}


.APXHome_Block_Border
{
    border-left: 1px solid #D4D0C8;
    border-right: 1px solid #D4D0C8;
    border-bottom: 1px solid #D4D0C8;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 190px;
}

.APXHome_Block_GreyBg
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}


.APXHome_Block_GreyBg2
{
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}

.APXHome_Block_GreyBg3
{
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}

.APXHome_Block_StockIndex
{
    background-color: White;
    line-height: 30px;
    font-size: 11px;
}

.APXHome_Block_StockIndex UL
{
    font-size: 11px;
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.APXHome_Block_StockIndex LI
{
    font-size: 11px;
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
}



.APXHome_Block_More
{
    font-size: 11px;
    padding-left: 160px;
}

.APXHome_NewsBlock
{
    margin: 0px;
    width: 970px;
    height: 148px;
}

.APXHome_NewsBlock UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.APXHome_NewsBlock LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.APXHome_NewsHeader
{
    float: right;
    width: 759px;
    background-color: #A9AED6;
    height: 25px;
}

.APXHome_NewsLister
{
    float: right;
    width: 759px;
    background-color: #D7D9EC;
    color: black;
}

/* --- 首页三栏布局 --- */

.APXHome_3Column
{
    margin: 0px;
    width: 970px;
    height: auto;
    min-height: 480px;
    overflow: hidden;
}

.APXHome_3Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.APXHome_3Column LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.APXHome_2Column
{
    margin: 0px;
    padding: 0px;
    width: 970px;
    background: url(images/home_column_bg.gif) repeat-y;
    z-index: 300px;
}

/*
.APXHome_2Column UL
{
	display: inline;
	margin: 0px;
	list-style-type: none; 
	z-index:300px;
}

.APXHome_2Column LI
{
	margin-top: 3px;
	display: block;
	margin-left: 0px;
	text-align: left;
	z-index:300px;
}
*/


.APXHome_Column_Home
{
    margin: 0px;
    width: 970px;
    height: auto;
    min-height: 480px;
    overflow: hidden;
    z-index: 300px;
}

.APXHome_Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
    z-index: 300px;
}

.APXHome_Column LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
    z-index: 300px;
}


.APXHome_Column_HR1
{
    width: 260px;
    height: 1px;
    color: #C8C8C8;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

/*---  内容区三栏分布  --- 

.APXContent_Left_Box
{
    float: left; 
    width: 198px;
}

.APXContent_Left
{
    width: 198px;
    margin: 0 auto;
}
 */
 
 
.APX_3Column_Content_Box
{
    float: left;
    width: 570px; /*    border-right: 1px solid #C8C8C8;  */
    height: auto;
    min-height: 480px;
}

.APX_3Column_Content
{
    width: 550px;
    margin: 0 auto;
    padding-left: 3px;
    height: 100%;
}



.APXContent_Right
{
    float: left;
    width: 190px;
    height: auto;
}


.APX_2Column_Content_Box
{
    float: left;
    width: 770px;
    height: auto;
    min-height: 480px;
}

.APX_2Column_Content
{
    width: 750px;
    margin: 0 auto;
    padding-left: 3px;
    height: 100%;
    padding-bottom: 20px;
}




/*---  内容区两栏分布  ---  */
.APXContent_2CoulmnCenter_Box
{
    float: left;
    width: 770px;
    border-right: 1px solid #C8C8C8;
    height: auto;
    min-height: 680px;
}

.APXContent_2CoulmnCenter
{
    width: 750px;
    margin: 0 auto;
    height: 100%;
}


/*--- Listing Rules 分栏 */
.Table_Rules
{
    margin: 0px;
    width: 750px;
}

.Table_Rules UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.Table_Rules LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
}


/*---  内容区一栏分布  ---  */
.APXContent_1CoulmnCenter_Box
{
    float: left;
    width: 970px;
    height: auto;
    min-height: 120px;
    padding-bottom: 20px;
}

/* --- 内容区左导航栏 ---    */
.APXNav_Left_GreyLine
{
    background-color: #aaaaaa;
    height: 1px;
    width: 198px;
    overflow: hidden;
}

.APXNav_Left_GreyLine2
{
    background-color: #666666;
    height: 3px;
    width: 198px;
    overflow: hidden;
}


.APXNav_Left_On
{
    border-top: 1px solid #EAEAEA;
    border-right: 1px solid #F4F3F0;
    font-weight: bold;
    padding-top: 4px;
    width: 198px;
}

.APXNav_Left
{
    border-top: 1px solid White;
    border-right: 1px solid #F4F3F0;
    font-weight: bold;
    text-indent: 20px;
    background-color: #EAEAEA;
    padding-top: 4px;
    width: 198px; /*    line-height:12px;   */
}


.APXNav_Left_SubOn
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #DFDACC;
    font-weight: bold;
    color: Black;
    background-color: #DFDACC; /*    background-image: url(images/fly.gif); */
    width: 198px;
    font-size: 12px;
}

a.APXNav_Left_SubOn:link, a.APXNav_Left_SubOn:visited
{
    color: Black;
    text-decoration: none;
}

a.APXNav_Left_SubOn:hover
{
    color: Red;
    text-decoration: none;
}

a.APXNav_Left_SubOn:active
{
    color: Black;
    text-decoration: none;
}

.APXNav_Left_Sub
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #F4F3F0;
    font-size: 12px;
    width: 198px;
}

.APXNav_Left_HR1
{
    width: 198px;
    height: 1px;
    color: #C8C8C8;
}



/* --- 编辑页面背景   --- */
.ModalPopup
{
    padding: 5px;
}

.ContentEditbg
{
    filter: alpha(opacity= "70" );
    background-color: #aaaaaa;
    opacity: 0.2;
}

.ContentEditHeader
{
    font-weight: bold;
    width: 840px;
    background-color: #A9AED6;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ContentEditAttachment
{
    margin: 0px;
    width: 840px;
    min-height: 350px;
    height: auto;
}

.ContentEditAttachment UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.ContentEditAttachment LI
{
    margin-top: 2px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.ContentEditAttachment_Left
{
    float: left;
    width: 420px;
    vertical-align: top;
}


.ContentEditAttachment_Right
{
    padding-left: 5px;
    float: left;
    width: 410px;
    border: 1px solid #666;
    overflow: auto; /*   overflow:scroll; */
    height: 350px;
}

