﻿body, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
    color: White;

}
	 
body
{
	background-color:  black;	
	font-family: Tahoma, Arial, sans-serif;
}

Img
{
    cursor: pointer;
}

p
{ 
    cursor :pointer;
    font-size :18;
}
/* Master Page Layout 
#Master_page
{
    width: 50%;
    height: 99%;
    background-color: Black;
    overflow-y:hidden ;
}*/


    
.ACC_HDR
{
    cursor: pointer;
    background-color: gray;
    border: 1px Solid #CCCCCC;
    color: White;
    padding: 5px;
    margin-top: 5px;
}
#Div_Lft
{
    left: 0px;
    width: 530px;
    top: 60px;
    height:87%;
    position: absolute;
    background-color: Black;
    overflow: auto;
}

#Div_Lft_Up
{
    left: 0px;
    width: 530px;
    top: 0px;
    height: 60px;
    position: absolute;
    background-color: Black;
    overflow: hidden;
}
    
#Div_Lft_Dwn
{
    left: 0px;
    width: 530px;
    top: 0px;
    height: 39%;
    position: absolute;
    background-color: Black;
    overflow: Auto;
}
    
#Div_Top
{
    left: 530px;
    width: 48%;
    top: 0px;
    height: 190px;
    position: absolute;
    background-color: Black;
    overflow: hidden;
}
     
#Div_Cnt
{
    left: 530px;
    width: 48%;
    top: 192px;
    position: absolute;
    height: 75%;
    background-color: Black;
    overflow:auto;
}
    
#Div_MGrd_Up
{
    left: 0px;
    width: 100%;
    top: 0px;
    position: absolute;
    height: 20px;
    background-color: Black;
    overflow: hidden;
}
    
#Div_MGrd_Dwn
{
    left: 0px;
    width: 100%;
    top: 20px;
    position: absolute;
    height: 90%;
    background-color: Black;
    overflow: hidden;
}
    
#Div_Ric_Left
{
    left: 0px;
    width: 35%;
    top: 120px;
    position: absolute;
    height: 80%;
    background-color: Black;
    overflow: hidden;
}
#Div_Ric_Right
{
    left: 35%;
    width: 70%;
    top: 120px;
    position: absolute;
    height: 80%;
    background-color: Black;
    overflow: auto;
}
    
#Div_Ric_Top
{
    left: 0px;
    width: 100%;
    top: 0px;
    position: absolute;
    height: 120px;
    background-color: Black;
    overflow: hidden;
}


    
#Div_DN
{
    text-align: center;
    top: 97%;
    left: 0;
    position: absolute;
    background-color: Black;
    width: 99%;
    height: 14px;
    overflow: hidden;
}
    
#DIV_GRD
{
    width: 99%;
    height: 99%;
    overflow: auto;
    background-color: Black;
}
    
#Div_Tre_Mnu
{
    overflow: auto;
}
#Div_Lft_Img
{
    width: 500px;
    height: 45%;
}
#div_Lft_Lst
{
    width: 50px;
    height: 45%;
}
    
HR.HR_IMG
{
    color:White;
}
HR.HR_PPU
{
    color:Black;
    height:2;
}

#TME_BAR
{
    text-align: center;
    width: 100%;
    height: 15px;
}
        
#IMG_LOG
{
    cursor: default;
    height: 80px;
}  