
/*********************************************
* 전체 공통
*********************************************/
.left
{
    text-align: left;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.mgcenter
{
    margin: 0 auto;
}

.top
{
    vertical-align: top;
}
.middle
{
    vertical-align: middle;
}
.bottom
{
    vertical-align: bottom;
}

.pointer
{
    cursor: pointer;
}

.bold
{
    font-weight: bold;
}
.normal
{
    font-weight: normal;
}

.underline
{
    text-decoration: underline;
}



/*********************************************************************************************
* input 
*********************************************************************************************/
.inputMLogin
{
    border: 1px solid #cbd1d4;
    font-family: Gulim, sans-serif;
    font-size: 12px;
    height: 18px;
}

.input
{
    border: 1px solid #b9cfd5;
    font-family: Gulim, sans-serif;
    font-size: 12px;
    height: 18px;
}

.select
{
    border: 1px solid #b9cfd5;
    font-family: Gulim, sans-serif;
    font-size: 12px;
    height: 18px;
}

.radio
{
    border: 0;
    vertical-align: middle;
}


/*********************************************************************************************
* TopMenu 
*********************************************************************************************/
.SubMenuBox
{
    background-color: #df1b45;
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
}

/* 메인메뉴 */
a.MenuBox_Level1
{
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

table.MenuBox_Level1
{
    background-color: #df1b45;
    height: 30px;
}

.MenuBox_Level1_BackGround
{
}

/* 첫번째 서브메뉴 */
a.MenuBox_Level2
{
    color: #7e7e7e;
    font-size: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

table.MenuBox_Level2
{
    background-image: url("/_Image/Common/SubMenuDown.gif");
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 24px;
    margin: 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.MenuBox_Level2_BackGround
{
    border-bottom: 1px solid #cccccc; 
}

/* 두번째 서브메뉴 */
a.MenuBox_Level3
{
    color: #8b8b8b;
    padding-left: 20px;
    padding-right: 20px;
}

table.MenuBox_Level3
{
    background-color: #d3d3d3;
    width: 100%;
    height: 30px;
    margin: 0px;
    border: 1px solid #d3d3d3;
}

.MenuBox_Level3_BackGround
{
}

/* 메인메뉴 마우스 오버 */
a.MainMenuBox_Selected
{
    color: white;
    text-decoration: none;
}

table.MainMenuBox_Selected
{
    background-color: #ab0000;
}

/* 서브메뉴 마우스 오버 */
a.SubMenuBox_Selected
{
    color: Black;
    text-decoration: none;
}

table.SubMenuBox_Selected
{
    background-color: White;
}

/*********************************************************************************************
* Left Sub Menu 
*********************************************************************************************/

/* 왼쪽메뉴 */
.Left_Menu
{
    border: 0px;
}

table.Left_Menu_Box_Level1
{
    /* 왼쪽메뉴 그룹 */
    background-image: url("/_Image/Common/LeftMenuBox.gif");
    background-repeat: no-repeat;
    height: 28px;
    text-align: left;
    margin-top: 2px;
}
a.Left_Menu_Box_Level1
{
    /* 왼쪽메뉴 그룹 폰트 */
    color: #ffffff;
    text-decoration: none;
    padding-left: 20px;
}


table.Left_Menu_Box_Level2
{
    /* 왼쪽메뉴 서브 */
    background-image: url("/_Image/Portal/zero_mu_sub_off.gif");
    background-repeat: no-repeat;
    height: 20px;
    text-align: left;
    margin-top: 2px;
}
a.Left_Menu_Box_Level2
{
    /* 왼쪽메뉴 서브 폰트 */
    color: #3e3739;
    text-decoration: none;
    text-align: left;
    padding-left: 22px;
}


