﻿/*************************************************************************/
/* SECTION: Outlook frames */
/*************************************************************************/


section#Outlook_WorkSpace {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: absolute;
    margin-bottom: 50px;
}

div#Outlook_LeftPanel {
    width: 200px;
    float: left;
    background: white;
    height: 100%;
    border: 1px solid #808080;
}

div#Outlook_RightPanel {
    margin-left: 200px;
    height: 100%;
    background: white;
    overflow: auto;
}

div#Outlook_Filter {
    background: white;
    width: 198px;
    margin-bottom: 0px;
    height: 100%;
}

div#Outlook_Menu {
    border: 1px solid #808080;
    width: 200px;
    /*height: 200px;*/
    background: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    vertical-align: bottom;
}

/*************************************************************************/
/* SECTION: Menu Items*/
/*************************************************************************/
.MenuItemsTable {
    margin: 0 auto;
    border: 1px solid #6593CF;
    border-collapse: collapse;
    border-spacing: 0px;
    width:100%;
}

.MenuItemDefault {
    margin: 0px;
    /*font-family: Corbel;*/
    font-size: 14px;
    color: #15428B;
    background-color: white;
    font-weight: normal;
    width: 100%;
    height: 40px;
    /*border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #207DD9;*/
    vertical-align: middle;
    cursor: pointer;
}

.MenuItemHover {
    /*font-family: Corbel;*/
    font-size: 14px;
    color: white;
    background-color: #1F4E79; /*#FEAE42;*/
    font-weight: normal;
    width: 100%;
    height: 40px;
    /*border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #207DD9;*/
    vertical-align: middle;
    cursor: pointer;
}

.MenuItemSelected {
    /*font-family: Corbel;*/
    font-size: 14px;
    color: white;
    background-color: #1F4E79; /* #FEAE42;*/
    font-weight: normal;
    width: 100%;
    height: 40px;
    border: none;
    /*border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #207DD9;*/
    vertical-align: middle;
    cursor: pointer;
}


.MenuItemFilterDefault {
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    color: #15428B;
    width: 100%; 
    cursor: pointer;
}

.MenuItemFilterHover {
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    color: #15428B;
    background-color: #99CCFF; 
    cursor: pointer;
}

.MenuItemFilterSelected {
    border: 1px dashed #000000;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    color: #000000;
    background-color: #3399FF;
    width: 100%; 
    cursor: pointer;
}


/*************************************************************************/
/* SECTION: workspace*/
/*************************************************************************/
.TitleLevel1 {
    height:30px;
    font-size: 18px;
    /*font-weight: bold;*/
    /*background-color: #B0C4DE;*/
    color: white;
}

.TitleLevel2 {
    font-size: 16px;
    /*font-weight: bold;*/
    /*background-color: #B0C4DE;*/
    color: white;
}

.SysteOptionMenuHeader {    
    height:30px;
    font-size: 16px;    
    background-color: #1F4E79;
    color: white;
}

.FilterHeader {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 5px 5px 5px 5px;
    min-width: 300px;
    white-space: nowrap;
    /*width:100%;*/
}



/********************************************************************/
/* SECTION: PAGER*/
/********************************************************************/
.Pager {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    background-color: #F4F4F5;
    border-collapse: separate;
    border-spacing: 2px;
    padding: 5px 5px 5px 5px;
    border: solid 1px silver;
    color: #626975;
}
.PagerTable {
    border-collapse: collapse; 
    border-spacing: 0px; 
    width:100%;
}
.PagerButtonArea {
    background-clip: border-box;
    background-color: #F4F4F5;
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 100%);
    height:28px;
    width:28px;

     
    border-bottom-color: rgb(182, 189, 202);
    border-bottom-left-radius: 15.12px;
    border-bottom-right-radius: 15.12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(182, 189, 202);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(182, 189, 202);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(182, 189, 202);
    border-top-left-radius: 15.12px;
    border-top-right-radius: 15.12px;
    border-top-style: solid;
    border-top-width: 1px;

    box-sizing: content-box;
    color: rgb(38, 50, 72);
    cursor: pointer;
    display: inline-block;
   
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;

    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 1px;
    margin-top: 0px;
    min-width: 28px;

    outline-color: transparent;
    outline-style: none;
    outline-width: 0px;

    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;

}
.PagerButtonAreaHover {
    background-clip: border-box;
    background-color: rgb(182, 189, 202);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 100%);
    height:28px;
    width:28px;

     
    border-bottom-color: rgb(182, 189, 202);
    border-bottom-left-radius: 15.12px;
    border-bottom-right-radius: 15.12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(182, 189, 202);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(182, 189, 202);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(182, 189, 202);
    border-top-left-radius: 15.12px;
    border-top-right-radius: 15.12px;
    border-top-style: solid;
    border-top-width: 1px;

    box-sizing: content-box;
    color: rgb(38, 50, 72);
    cursor: pointer;
    display: inline-block;
   
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;

    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 1px;
    margin-top: 0px;
    min-width: 28px;

    outline-color: transparent;
    outline-style: none;
    outline-width: 0px;

    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;

}
.PagerButtonAreaSelected {
    background-clip: border-box;
    background-color: rgb(46, 143, 205);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 100%);
    height: 28px;
    width: 28px;
    border-bottom-color: rgb(182, 189, 202);
    border-bottom-left-radius: 15.12px;
    border-bottom-right-radius: 15.12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(182, 189, 202);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(182, 189, 202);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(182, 189, 202);
    border-top-left-radius: 15.12px;
    border-top-right-radius: 15.12px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: content-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 1px;
    margin-top: 0px;
    min-width: 28px;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
}

.PagerButton {
    background-clip:border-box;
    background-color: transparent;
    
    background-repeat:no-repeat;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    border-top-color:transparent;
    box-sizing: content-box;
    color: rgb(81,89,103);
    cursor: pointer;
    display: inline-block;
    
    opacity: 0.9;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space:normal;
   
}
.PagerButton_FP {
    background-image: url('../../Images/sprite.png');
    background-position-x: -16px;
    background-position-y: -112px;
    height: 16px;    
    width: 16px;
}
.PagerButton_PP {
    background-image: url('../../Images/sprite.png');
    background-position-x: 0px;
    background-position-y: -48px;
    height: 16px;    
    width: 16px;
}
.PagerButton_NP {
    background-image: url('../../Images/sprite.png');
    background-position-x: -16px;
    background-position-y: -16px;
    height: 16px;    
    width: 16px;
}
.PagerButton_LP {
    background-image: url('../../Images/sprite.png');
    background-position-x: -16px;
    background-position-y: -80px;
    height: 16px;    
    width: 16px;
}

.PagerDropDown {
    background-clip: border-box;
    background-color: rgb(243, 243, 244);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat;
    border-bottom-color: rgb(219, 219, 222);

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-left-color: rgb(219, 219, 222);
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: rgb(219, 219, 222);
    border-right-style: solid;
    border-right-width: 1px;

    border-top-color: rgb(219, 219, 222);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;

    box-sizing: content-box;

    width: 70px;

}

/********************************************************************/
/* SECTION: REPEATER       */
/********************************************************************/
.Rpt_Container {
    color:Black;
    background-color:White;
    border-color: black;
    border-width:1px;
    border-style:solid;
    border-collapse:collapse;
    border-right: 1px solid rgb(219, 219, 222);
}

.Rpt_HeaderRow {
    background-color: rgb(243, 243, 244);
    
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    /*background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat;*/
    
}


.Rpt_HeaderCell {
    font-weight: bold;
    font-size:12px;

    border-left-color: rgb(219, 219, 222);
    border-left-style: solid;
    border-left-width: 1px;

    border-top-color: rgb(219, 219, 222);
    border-top-style: solid;
    border-top-width: 1px;

    cursor: pointer;

    padding-bottom: 5.6px;
    padding-left: 8.4px;
    padding-right: 8.4px;
    padding-top: 5.6px;
    
    text-overflow: ellipsis;
    vertical-align: middle;
}


.Rpt_Row {
}

.Rpt_AlternateRow {
    background-color: rgb(249, 249, 249);
}

.Rpt_RowHover {
    background-color: rgb(226, 228, 231);
}

.Rpt_Cell {
    border-bottom-color: rgb(219, 219, 222);
    border-bottom-style: solid;
    border-bottom-width: 0px;

    border-left-color: rgb(219, 219, 222);
    border-left-style: solid;
    border-left-width: 1px;
    
    border-right-color: rgb(219, 219, 222);
    border-right-style: solid;
    border-right-width: 0px;

    border-top-color: rgb(219, 219, 222);
    border-top-style: solid;
    border-top-width: 0px;

    overflow: hidden;

    padding-bottom: 5.6px;
    padding-left: 8.4px;
    padding-right: 8.4px;
    padding-top: 5.6px;
    
    text-overflow: ellipsis;
    vertical-align: middle;

    height:20px;
    font-size:12px;
}

.Rpt_Footer {
}


.Rpt_SelectedRow {
    background-color: rgb(210, 210, 149);
}


/*************************************************************************/
/* SECTION: Calendar                        */
/*************************************************************************/

.Cld_HeaderCell {
    background-color: #DDF3FE;
    font-weight:normal;
    font-size: 12px;
}

.Cld_CellTitle {
    /*background-color:none; */
    /*font-weight: bold; */
    font-size: 14px;
}

.Cld_EventPrefix_Blue {
    background-color: #A6D1F5;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size:14px;
    text-align:center;
}

.Cld_EventPrefix_Yellow {
    background-color: #FFFF99;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size:14px;
    text-align:center;
}

.Cld_EventPrefix_Red {
    background-color: #FF0000;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size:14px;
    text-align:center;
}

.Cld_EventPrefix_Green {
    background-color: #66FF99;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size:14px;
    text-align:center;
}

.Cld_EventPrefix_Gray {
    background-color: silver;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size:14px;
    text-align:center;
}

.Cld_EventMain {
    background-color: #C1E9FE;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size: 11px;
}

.Cld_EventMainHover {
    background-color: #A6D1F5;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: white;
    font-size: 11px;
}

.Cld_View {
    color:#1F4E79;
}