﻿/**********************************************
* 本页包括各种按钮的风格
***********************************************/

/*
* 确定还取消的按钮
*/
.LinkButton_OK
{
    background: url(../Images/Button/button_ok.GIF) no-repeat;
    font-weight: normal;
    line-height: 31px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    height: 28px;
    width: 92px;
    display: block;
}
.LinkButton_Cancel
{
    background: url(../Images/Button/button_cancel.GIF) no-repeat;
    font-weight: normal;
    line-height: 31px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    height: 28px;
    width: 92px;
    display: block;
}
/*
* 添加新的按钮
*/
.LinkButton_Add_On
{
    background: url(../Images/Button/Linkbutton_Add_on.gif) no-repeat;
    font-weight: normal;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    color: #369;
    height: 34px;
    width: 120px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.LinkButton_Add_Off
{
    background: url(../Images/Button/Linkbutton_Add_off.gif) no-repeat;
    font-weight: normal;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    color: #369;
    height: 34px;
    width: 120px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

/*
* 扩展、缩进的图片
*/
.img_plus
{
    cursor: pointer;
    height: 16px;
    width: 18px;
    background: url(../Images/icons/plus.gif);
    background-repeat: no-repeat;
}
.img_minus
{
    cursor: pointer;
    height: 16px;
    width: 18px;
    background: url(../Images/icons/minus.gif);
    background-repeat: no-repeat;
}

/*
* 流程历史步骤的背景按钮
*/
.Step_Left
{
    float: left;
    background-image: url(../Images/Button/Step_Bg_Left.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 55px;
}
.Step_Middle
{
    float: left;
    text-align: center;
    background-image: url(../Images/Button/Step_Bg_Middle.gif);
    background-repeat: repeat-x;
    height: 55px;
    line-height: 18px;
    vertical-align: middle;
    width: 180px;
    padding-top: 5px;
}
.Step_Right
{
    float: left;
    background-image: url(../Images/Button/Step_Bg_Right.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 55px;
}

.Step_Action
{
    float: left;
    height: 65px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    background: url(../Images/Icons/indent.gif) no-repeat 50px 20px;
}

/*
* 搜索类别的按钮风格 
*/
.SearchCurrent
{
    background: url(../Images/Button/SearchCurrent.gif) no-repeat;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    height: 27px;
    width: 46px;
    display: block;
    float: left;
}
.SearchNotCurrent
{
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    height: 27px;
    width: 46px;
    display: block;
    text-decoration: underline;
    float: left;
}

/*
* 小按钮背景， Win 7 风格
*/
.Button_Small_On
{
    background: url(../Images/Button/Small_Button_On.png) no-repeat;
    font-weight: normal;
    line-height: 23px;
    height: 23px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    display: block;
    cursor: pointer;
}
.Button_Small_Off
{
    background: url(../Images/Button/Small_Button_Off.png) no-repeat;
    font-weight: normal;
    line-height: 23px;
    height: 23px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    display: block;
    cursor: pointer;
}

.Button_Small
{
    background: url(../Images/Button/Small_Button_Off.png) no-repeat;
    font-weight: normal;
    line-height: 23px;
    height: 23px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0px;
    color: #336699;
    font-family: "Microsoft Yahei" ,Arial,Helvetica,sans-serif, "宋体";
    font-size: 12px;
}

/*
* 普通按钮背景， Win 7 风格
*/
.Button_On
{
    background: url(../Images/Button/Button_On.png) no-repeat;
    font-weight: normal;
    line-height: 28px;
    height: 28px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.Button_Off
{
    background: url(../Images/Button/Button_Off.png) no-repeat;
    font-weight: normal;
    line-height: 28px;
    height: 28px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

/*
* 大按钮的背景，用与创建子项目。
*/
.BigButton_On
{
    background: url(../Images/Button/BigButton_On.png) no-repeat;
    font: 120% 宋体;
    font-weight: bold;
    line-height: 58px;
    vertical-align: middle;
    text-align: center;
    color: #963;
    height: 58px;
    width: 250px;
    display: block;
    cursor: pointer;
}
.BigButton_Off
{
    background: url(../Images/Button/BigButton_Off.png) no-repeat;
    font: 120% 宋体;
    font-weight: bold;
    line-height: 58px;
    vertical-align: middle;
    text-align: center;
    color: #369;
    height: 58px;
    width: 250px;
    display: block;
    cursor: pointer;
}

/*
* 创建新项目的按钮
*/
.NewProject_Big
{
    background: url(../Images/Button/NewProject_Big.png) no-repeat;
    height: 36px;
    width: 135px;
    display: block;
    cursor: pointer;
}
.NewProject_Small
{
    background: url(../Images/Button/NewProject_Small.png) no-repeat;
    height: 26px;
    width: 93px;
    display: block;
    cursor: pointer;
}

.FunctionNavigation
{
    line-height: 29px;
    vertical-align: middle;
    text-align: center;
    background-image: url(../Images/Button/FunctionNavigation.png);
    background-repeat: no-repeat;
    color: #585858;
    height: 29px;
    width: 125px;
}
.FunctionNavigation_Separator
{
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    background-image: url(../Images/icons/dropdown.gif);
    background-repeat: no-repeat;
    background-position: 55px 0px;
    height: 12px;
    width: 125px;
}
/* 会议日历视图 与 列表视图切换样式*/
/*   start    */
.MeetingViewNotSeleted
{
    color: #369;
    height: 23px;
    line-height:23px;
    vertical-align:middle;
    width: 100px;
    display: block;
    border: solid 1px #ffffff;
    text-align:center;
    font-size:120%;
}
.MeetingViewSeleted
{
    cursor: pointer;
    font-weight: bold;
    background-color: #FFFCD1;
    border: solid 1px #FDDF82;
    height: 23px;
    line-height:23px;
    vertical-align:middle;
    width: 100px;
    display: block;
    text-align:center;
    font-size:120%;
}
/*   end------    */
