﻿
/*弹出式窗口主要部分*/
#Pop, #PopTitle, #PopMain, #PopBottom
{
    background-color: #FFFFFF;
    width: 800px;
    margin: 0 auto;
}

#PopTitle
{
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    background-image: url(IndexImage/tiao123_04.jpg);
    padding: 0px 15px 0 15px;
    color: #FFFFFF;
    width: 770px;
    margin-top: 10px;
}

#PopMain
{
    font-family: "宋体";
    font-size: 12px;
    padding: 0px 0px 4px 0px;
    border: 1px solid #3FF;
    clear: both;
}

#PopMain #PopMain_Content
{
    margin-top: 5px;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

/*数据区底部“注意事项”区的式样 */
#PopMain #PopMain_Footer
{
    /* clear: both;*/
    margin: 10px 0px 0px 10px;
    padding-right: 10px;
    padding-left: 3px;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    width: 670px;
    height: 40px;
    padding-top: 10px;
        color: #808080;
}

/*弹出式窗口底部*/
#PopBottom
{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: "宋体";
    margin-bottom: 15px;
    background-image: url(IndexImage/logo.jpg);
    background-repeat: no-repeat;
    background-position: 200px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0CF;
    font-size: 12px;
    padding-top: 5px;
}


/*验证控件的提示式样 */

.ErrorMessage
{
    font-weight: bold;
    font-size: 10px;
    color: #FF0000;
}

.Button_Group /*按钮组式样*/
{
    float: right;
    margin: 0px 0px 0px 5px;
    height: 25px;
}

.Button_Item /*组中单个按钮的式样*/
{
    height: 21px;
    width: 48px;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}

.PageDetails table tr td
{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-right: 5px;
    padding-left: 5px;
    height: 30px;
}

.PageDetails table tr td .hyperlink
{
    text-align: center;
    border-width: 0px;
    width: 68px;
}

/*弹出窗口各项标签的式样*/

.labelfortextbox
{
    text-align: right;
    float: right;
}

.Lkn_labelfortextbox
{
    text-align: center;
    margin-left: 40px;
}

.Lkn_labelfortextbox_1
{
    text-align: center;
    margin-left: 1px;
}

.LabelForRequired
{
    color: #0000FF;
}

/*编缉窗口中图形按钮的式样      float: right;  */
.PopEdit_ImgBtn
{
    line-height: 20px;
    height: 20px;
    padding-left: 0px;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 10px;
}

/*必填项的水印*/
.WatermarkCssClass
{
    width: 150px;
    font-style: italic;
    color: #808080;
}

/* ComboBox styles */
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(Combobox/toolkit-bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(Combobox/toolkit-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
    margin-left: -8px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-width: thin;
    border-color: #0F2543;
    background-color: #EFEFEF;
    width: 258px;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url(Combobox/aqua-bg.gif);
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(Combobox/aqua-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 19px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}
.WindowsStyle .ajax__combobox_inputcontainer
{
    border-width: 0px;
    border-color: #FFFFFF;
    margin: 0 0 0 -6px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 4px;
    height: 18px;
    width: 122px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0 0 0 -10px;
    padding: 0;
    background-image: url(Combobox/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-width: thin;
    border-color: #7F9DB9;
}

.WindowsStyle .ajax__combobox_itemlist li
{
    color: black !important;
    padding: 5px 2px 5px 5px !important;
    font-family: Arial;
    font-size: 12px;
}

.WindowsStyle .ajax__combobox_itemlist li:hover
{
    color: #0000FF !important;
    background-color: #FFFFCC !important;
}

.ComboBoxListItemHover
{
    background-color: #FFFFCC !important;
}

/*日历样式*/
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_container .ajax__calendar_body
{
    line-height: 10px;
    height: 220px;
}

.MyCalendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day, .MyCalendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname
{
    width: 10px;
    line-height: 10px;
    height: 10px;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}

.ImageCalendar
{
    margin: 0px;
    line-height: 16px;
    height: 16px;
    padding-left: 5px;
    vertical-align: middle;
    padding-bottom: 3px;
    padding-right: 0px;
}

/*ListBox的标题*/
.ListBoxTitle
{
    font-size: medium;
    font-weight: bold;
    font-family: 'Arial Unicode MS';
    font-style: normal;
}

.ListBoxTitle_Left, .ListBoxTitle_Right, .ListBoxTitle_Left_1
{
    font-size: small;
    font-weight: bold;
    color: #0000FF;
    font-family: 'Arial Unicode MS';
    font-style: italic;
}
.ListBoxTitle_Left
{
    margin-left: 127px;
}

.ListBoxTitle_Left_1
{
    margin-left: 80px;
}

.ListBoxTitle_Right
{
    margin-left: 2px;
}

.ListBox
{
    padding: 5px 0px 5px 0px;
}

/*弹出面板的标题样式*/
.CollapsiblePanelTitle
{
    font-family: 楷体;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    color: #0000FF;
    vertical-align: bottom;
}

/*LinkButton按钮样式*/
.HyperLink_LinkBtn
{
    margin: 2px 2px 5px 2px;
    line-height: 25px;
    text-align: center;
}

/*TextBox不可用的样式*/
.NoEnableTextbox
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

/*复选框样式*/
.checkboxuserinfo
{
    font-size: small;
    font-style: normal;
    color: #000000;
    vertical-align: bottom;
    text-align: right;
    float: left;
    padding-right: 10px;
}

.checkboxnotice
{
    font-size: small;
    font-style: italic;
    color: #FF00FF;
    vertical-align: bottom;
    text-align: right;
    float: right;
    padding-right: 5px;
}

.checkboxnotice_normal
{
    font-style: normal;
    vertical-align: bottom;
    text-align: right;
    float: right;
    padding-right: 5px;
}

.checkboxnotice_notice
{
    font-style: normal;
    vertical-align: bottom;
    text-align: right;
    float: right;
    padding-right: 25px;
}

.checkboxnotice_left
{
    font-style: normal;
    vertical-align: bottom;
    text-align: left;
    float: right;
    padding-right: 5px;
    color: #0000FF;
}

.checkboxnormal
{
    font-style: italic;
    vertical-align: middle;
    text-align: right;
    padding-right: 40px;
    padding-left: 10px;
}

/* 通知样式*/
.articletitle
{
    margin: 5px auto 20px auto;
    color: #000;
    font-size: 16px;
    font-family: "黑体";
    line-height: 30px;
    text-align: center;
}

.articletime
{
    margin: 5px auto 10px 20px;
    color: #808080;
    font-size: small;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.articletime .publish
{
    float: right;
    margin-right: 20px;
}

.articlecontent
{
    border-style: none none solid none;
    border-width: thin;
    border-color: #C0C0C0;
    padding: 5px 5px 10px 5px;
    text-align: left;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: small;
    text-indent: 28px;
    white-space: normal;
    overflow: auto;
    margin: 5px 20px 10px 10px;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 25px;
    clear: both;
}

.articleattfile
{
    border-style: none;
    padding: 5px 5px 0px 0px;
    text-align: left;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: small;
    text-indent: 28px;
    white-space: normal;
    overflow: auto;
    margin: 5px 20px 0px 10px;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 25px;
    clear: both;
    color: #666666;
}
.articlerecord
{
    color: #808080;
    text-align: left;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: small;
    text-indent: inherit;
    white-space: normal;
    overflow: auto;
    margin: 5px 20px -20px 10px;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.articlerecord .readnumber
{
    width: 120px;
    margin-right: 30px;
}

.articlerecord .reply
{
    float: right;
}

.articlereply
{
    padding: 0px;
    margin: 18px -9px -65px -9px;
    color: #808080;
    text-align: left;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: small;
    text-indent: inherit;
    white-space: normal;
    overflow: auto;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 25px;
    background-color: #F2F2F5;
}

.articlereply hr
{
      margin: 0px 0px 3px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

.articlereply .buttuon
{
    float: right;
    margin-right: 30px;
    margin-bottom: 5px;
} 

.articlereply .answer
{
    background-color: #EAEAEC;
} 

/*ListView的式样*/
.ListView_PopFrame
{
    margin: auto;
    border: 1px groove #C0C0C0;
    width: 770px;
    background-color: #F4FFFF;
}

.ListView_GroupSeparator
{
    border-style: dashed none none none;
    border-width: medium;
    border-color: #C0C0C0;
}
.ListView_ItemSeparator
{
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #808000;
}
.ListView_Header
{
    font-family: 华文楷体;
    font-size: large;
    font-weight: bold;
    color: #800080;
}

.ListView_Item
{
    font-family: 华文楷体;
    font-size: small;
    font-weight: bold;
}

/*超链接按钮*/
.HyperLink_ImgBtn
{
    margin: 2px 2px 3px 2px;
    width: 48px;
    height: 48px;
}


/*窗口名称编缉窗口中快捷通道图标的样式*/

.fastshowicon
{
    float: right;
    margin: 10px 15px 0px 0px;
    line-height: 30px;
    height: 30px;
    color: #0000FF;
    vertical-align: middle;
}
.showicon_label
{
    text-align: right;
    font-style: italic;
    font-family: 'Arial Unicode MS';
    font-size: 12px;
    width: 110px;
}
.showicon_img
{
    width: 30px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 170px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 5px 1px 5px 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 5px 1px 5px 1px;
}
