﻿/* DEFAULTS
----------------------------------------------------------*/

bodyMMMM   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.pageMMMMMM
{
    width: 1200px;
    background-color:White;
    border: 1px solid #496077;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.headerMMMM
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image:url(gdcebanner1200px.jpg);
    width: 100%;
    height:125px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.mainMMMM
{
    margin-left:8px;
    margin-top:0px;
    margin-right:12px;
    background-color:#ffffff;
    min-height:550px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width:100%;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#00aadd;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li {
    position: relative; /* Required for dropdown position */
}

div.menu ul ul
{
    display: none; /* Hide dropdowns */
    position: absolute; /* Position dropdowns relative to the parent */
    left: 0;
    top: 100%; /* Position beneath parent */
    z-index: 1000; /* Ensure dropdowns are above */
    box-shadow: 3px 3px 10px #b6b7bc;
    background-color: #f8f8f8; /* Ensure dropdown has a background */
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #f8f8f8;
    border: 0px #40ab78 solid;
    color:#403f3f;
    display: block;
    padding: 5px 15px 5px 20px;
    white-space: nowrap;
    font-family:'Khmer OS Battambang','Calibri';
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease; /* Smoother transition */
}

div.menu ul li a:hover
{
    background-color: #0bcccf;
    color:#fff;
    transform: scale(1.05); /* Slightly scale up on hover */
}

div.menu ul li a:active
{
    background-color:#0bcccf;
    color: #fff;
    text-decoration: none;
}

div.menu ul li:hover > ul
{
    display: block; /* Show dropdown on hover */
    animation: fadeIn 0.4s; /* Fade in effect */
}


/* ICON STYLES */
div.menu ul li a i {
    margin-right: 8px; /* Space between icon and text */
    font-size: 1.2em; /* Size of the icon */
    vertical-align: middle; /* Align icon with text */
    transition: transform 0.3s ease; /* Transition effect for icon */
}

div.menu ul li a:hover i {
    transform: scale(1.1); /* Scale up icon slightly on hover */
}

/* Base styles for the menu icons */
.menu-icon {
    color: #343a40; /* Dark gray for professional appearance */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and size */
    margin-right: 5px; /* Space between icon and text */
    font-size: 1.2em; /* Set icon size */
}

/* Change icon color on hover */
.menu a:hover .menu-icon {
    color: #007bff; /* Bootstrap primary color (blue) for hover effect */
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

/* Optional: Change the icon color when the menu is active */
.menu a:active .menu-icon {
    color: #0056b3; /* Darker shade for active state */
}

/* Keyframe for fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0; /* Start transparent */
        transform: translateY(-10px); /* Start
