﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#ContentPane a[onclick]
{
    text-decoration: none !important;
    cursor: auto;
}


/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LMenuV_Standard
{
    display: none;
}

.LMenuV_open
{
    display: block !important;
}
}
