
/* MENU */

DIV.popup {
border: 1px solid #E8E8E8;
background-color: #8C8C8C;
padding: 3px 1px;
display: none;
position: absolute;
}

DIV[haschilds] {z-index: 2;}

/* IE not support ~= selector, '>' selector, |= selector and multiple selectors ‘“Š€! */
/* DIV.popup > DIV */
DIV.popup DIV.item {position: relative;padding: 0px 4px; text-align: left;}
DIV.popup DIV.selected {position: relative;padding: 0px 4px; text-align: left;}

/* IE not support white-space: nowrap ‘“Š€! */
DIV.popup * {white-space: nowrap;}

/*DIV.popup > DIV.item, .menu0 > DIV.selected, .menu0 > DIV.item:hover {*/
DIV.popup DIV.item {background-color: #8C8C8C; color: #E8E8E8;}
.menu0 DIV.item {background-color: #8C8C8C; color: #E8E8E8;}
DIV.popup DIV.item:hover {background-color: #E8E8E8; color: black;}
.menu0 DIV.item:hover {background-color: #E8E8E8; color: black;}

/*DIV.popup > DIV.selected, .menu0 > DIV.item, DIV.popup > DIV.item:hover {*/
DIV.popup DIV.selected {background-color: #E8E8E8; color: black;}
.menu0 DIV.selected {background-color: #E8E8E8; color: black;}

A.menulink {text-decoration: none;}
A.submenulink {text-decoration: none;}
A.menulink:Link {color: #6B6B6B;}
A.menulink:Visited {color: #8A8A8A;}
A.menulink:Active {color: #FFAA78;}
A.menulink:Hover {color: #FFAA78;}
A.submenulink:Link {color: #FFFFFF;}
A.submenulink:Visited {color: #E8E8E8;}
A.submenulink:Active {color: #FFAA78;}
A.submenulink:Hover {color: #FFAA78;}

DIV.item:hover > A.submenulink:Link {color: black;}
DIV.item:hover > A.submenulink:Visited {color: black;}
DIV.item:hover > A.submenulink:Active {color: black;}
DIV.item:hover > A.submenulink:Hover {color: black;}

/* ¢ IE ®¤¨­ åà¥­ ¢á¥ ¡ã¤¥â ç¥à­®¥. ãà®¤ë */
DIV.selected > A.submenulink:Link {color: black;}
DIV.selected > A.submenulink:Visited {color: black;}
DIV.selected > A.submenulink:Active {color: black;}
DIV.selected > A.submenulink:Hover {color: black;}

.menu0 IMG {
position: relative;
top: -2px;
border: 0;
width: 3px;
height: 3px;
}

TD.menu0 {
background: #8C8C8C url("/images/sq3light.gif") right repeat-y;
text-align: center;
vertical-align: middle;
height: 21px;
}

/* BORDERS */

TABLE.top-img {
text-align: center;
width: 100%;
height: 136px;
background: #FFE125 url("/images/dune-fon.jpg") left no-repeat;
}

TD.obrd-t {
background: #CACBCB url("/images/sq3light.gif") top repeat-x;
text-align: center;
height: 21px;
vertical-align: bottom;
}

TD.obrd-r {
background: #CACBCB url("/images/sq3light.gif") right repeat-y;
width: 21px;
}

TD.obrd-b {
background: #CACBCB url("/images/sq3dark.gif") bottom repeat-x;
height: 21px;
}

TD.obrd-l {
background: #CACBCB url("/images/sq3dark.gif") left repeat-y;
width: 21px;
}

TD.ibrd-t {
background: url("/images/sq3dark.gif") top repeat-x;
height: 13px;
}

TD.ibrd-r {
background: url("/images/sq3light.gif") right repeat-y;
width: 13px;
}

TD.ibrd-b {
background: url("/images/sq3light.gif") bottom repeat-x;
height: 14px;
}

TD.ibrd-l {
background: url("/images/sq3dark.gif") left repeat-y;
width: 13px;
}

/* OTHER */

BODY {
background-color:#082E72;
margin: 5px;
padding: 0;
font-family: times, Arial, verdana, MS sans serif, sans-serif, Arial;
font-size: 12pt;
}

H1 {font-size: 15pt;margin: 4px;text-align: center;font-weight: bold;color: #FF6912;}
H2 {font-size: 14pt;margin: 4px;text-align: center;font-weight: bold;color: #FF6912;}
H3 {font-size: 13pt;margin: 4px;text-align: center;}
H4 {font-size: 12pt;margin: 4px;text-align: center;}

H3.left {text-align: left;}
H4.left {text-align: left;}

TABLE {
border: 0;
padding: 0px;
}

TABLE.login {
background: url("/images/mklogo5.jpg") center bottom no-repeat;
padding: 10px;
}

TD.info_bg {
background: url("/images/mklogo-bg.gif") center top repeat-y;
}

TD.userarea {
background-color: #FFFFFF;
padding: 25px;
}

TD.pad_lr {padding: 0px 10px;white-space: nowrap;}
TH.pad_lr {padding: 0px 10px;white-space: nowrap;}

TD.tab_normal {
border-style: outset;
width: 1px;
white-space: nowrap;
}

TD.tab_pressed {
border-style: inset;
width: 1px;
white-space: nowrap;
}

TD.border {border: 1px solid #CACBCB;}

INPUT {background: #F8FBFB none;}
SELECT {background: #F8FBFB none;}

A:Link {color : #082E72;}
A:Visited {color : #8C535F;}
A:Active {color : #FF6912;}
A:Hover {color : #FF6912;}

SPAN.u {text-decoration: underline;}

P {
text-indent: 25px;
margin: 4px 0px;
text-align: justify;
}

IMG.tog {cursor: pointer;margin: 2px;}
IMG.tog_l {float: left;cursor: pointer;margin: 2px;}
IMG.tog_r {float: right;cursor: pointer;margin: 2px;}
