﻿/* -- a -- */
a {
    color:#0e71b2;
    text-decoration:none;
}

    a:hover {
        color:#CC0000;
    }


    

/* -- Value -- */

.Value_Positive , .Value_Negative, .Value_Neutral
{
    font-family:F1;
    font-weight:bold;
    display:inline-block;
    color:green;
}

.Value_Negative
{
    color:#CC0000 !important;
}

.Value_Neutral
{
    color:#000000 !important;
}






/* -- Page Format -- */
.Page_Top {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background-image:url('../img/TopMenuBG.jpg');
    background-color:green;
    color:#FFFFFF;
    padding:5px;
    height:40px;
}

.Page_Top H1 {
    font-family:F1;
    font-size:16pt;
    line-height:20px;
    display:inline-block !important;
    margin:0px !important;
    background-color:#FFFFFF;
    border-radius:4px;
    padding:10px;
    color:#CC0000;
    text-align:center;
}


.Page_Right {
    position:fixed;
    top:50px;
    right:0px;
    bottom:0px;
    background-image:url('../img/RightMenuBG.jpg');
    background-color:green;
    width:190px;
    padding:5px;
    color:#FFFFFF;
}

.Page_Main {
    margin-top:50px;
    margin-right:200px;
    border:5px solid #FFFFFF;
}

.Page_Title {
    margin-top:5px;
    margin-bottom:5px;
    margin-left:-5px;
    margin-right:-5px;
    border-top:1px solid #e7eaec;
    border-bottom:1px solid #DDDDDD;
    padding:5px;
    padding-right:15px;
    font-family:F1;
    font-size:10pt;
    font-weight:bold;
    color:#333333;
}


.Page_Bottom
{
    background-color:#FFFFFF;
    border-top: 1px solid #e7eaec;
    position:fixed;
    bottom:0px;
    left:0px;
    right:200px;
    font-family:F1;
    font-size:10pt;
    font-weight:bold;
    padding:5px;
    padding-right:20px;
    line-height:30px;
    color:#454545;
}


.Page_Message_Box_Success , .Page_Message_Box_Stop, .Page_Message_Box_Warning {
    position:relative;
    background-color:#ceffcf;
    border:1px solid green;
    color:green;
    padding:5px;
    padding-bottom:2px;
    padding-right:10px;
    line-height:30px;
    font-family:F1;
    font-size:12pt;
    margin-left:5px; 
    margin-right:5px;
    border-radius:3px;
    cursor:pointer;
}

.Page_Message_Box_Stop {
    background-color:#ffe7e7;
    border:1px solid #CC0000;
    color:#CC0000;
}

.Page_Message_Box_Warning{
    background-color:#fbd9a9;
    border:1px solid #ff7500;
    color:#ff7500;
}

.Page_Message_Box_Space {
    height:0px;
}






.PM_Box_OK , .PM_Box_Stop {
    
    background-color:#ceffcf;
    border:1px solid green;
    color:green;
    padding:5px;
    padding-bottom:2px;
    padding-right:10px;
    line-height:30px;
    font-family:F1;
    font-size:12pt;
    margin:5px; 
    border-radius:3px;
}

.PM_Box_Stop {
    background-color:#ffe7e7;
    border:1px solid #CC0000;
    color:#CC0000;
}

 



a.Menu_Top, a.Menu_Top_On  {
    font-family:F1;
    font-size:12pt;
    color:#FFFFFF !important;
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    line-height:40px;
    text-decoration:none;
}
    
a.Menu_Top_On {
    background-color:rgba(255, 255, 255, 0.35);
    border-radius:4px;
    line-height:35px;
}

a.Menu_Top:hover, a.Menu_Top_On:hover {
        color:yellow !important;
    }


a.Menu_Item_Box, .Menu_Item_Box_On {
    font-family:F1;
    font-size:10pt;
    color:#FFFFFF !important;
    display:inline-block;
    padding:5px;
    text-decoration:none;
    width:100%;
}

.Menu_Item_Box_On {
    color:yellow !important;
    background-color:rgba(255, 255, 255, 0.35);
    padding:5px;
    text-decoration:none;
    width:100%;
}

a.Menu_Item_Box:hover  {
    color:yellow !important;
}

 a.Menu_Item_Box_On:hover {
    color:#CC0000 !important;
    background-color:#FFFFFF;
}

._Index {
    font-weight:bold;
    font-size:12pt;
}


/* -- UC_File -- */

.UC_File_List_Box
{
    width:100%;
}
.UC_File_List_Box .Item
{
    width:100px;
    display:inline-block;
    margin:5px;
    background-color:#ceffcf;
    border:1px solid Green;
    border-radius:4px;
    padding:5px;
    color:#454545;

}

 

.UC_File_List_Box .Item a
{
    font-family:Tahoma;
    font-weight:bold;
    font-size:13pt;
    color:#454545;
}

.UC_File_List_Box .btnControl
{
    float:left;
    background-color:#DE4C3D;
    color:#FFFFFF;
    cursor:pointer;
    border-radius:5px;
    margin:2px;
    text-align:center;
    width:20px;
    line-height:22px;
}




/* -- Paging -- */
.Paging_Box {
    border-top:1px solid #EEEEEE;
    text-align:center;
    direction:ltr;
    padding:5px;
}

    .Paging_Box .Paging_Item:first-child{
        border-left:1px solid #CCCCCC;
        border-top-left-radius:4px;
        border-bottom-left-radius:4px;
    }	
    .Paging_Box .Paging_Item:last-child{
        border-top-right-radius:4px;
        border-bottom-right-radius:4px;
    }	

.Paging_Item {
    min-width:30px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    border-left:none;
    display:inline-block;
    color:#222222;
    line-height:30px;
}

.Paging_Item:hover {
    background-color:#EEEEEE !important;
    color:#222222;
}

.Paging_Item_On {
    background-color:#DDDDDD !important;
    color:#222222;
}


._Center {
    text-align:center !important;
}

._Right {
    text-align:right !important;
}

._Left {
    text-align:left !important;
}

._Empty {
    text-align:center;
    font-family:F1;
    font-size:12pt;
    padding:5px;
}

a._Btn {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    color:#333333;
    display:inline-block;
    padding:5px;
    padding-bottom:2px;
    margin:2px;
    border-radius:3px;
}

a._Btn:hover {
    background-color:#DDDDDD;
}





.Loading_BG {
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    background-color:rgba(255, 255, 255, 0.50);
    z-index:150;
}

.Loading_Text {
    margin-top:200px;
    background-color:#ffffff;
    color:#cc0000;
    width:200px;
    border-radius:5px;
    border:2px solid #CC0000;
    padding:10px;
}