﻿@charset 'utf8';

    /* For tablets & smart phones */
@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #divMain {
        width: auto;
    }
}
    
    /* For smartphones */
@media (max-width: 480px) {
    #divMain {
        width: auto;
    }
}

    /* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
    #divMain {
        width: 724px;
    }
}

        /* For larger displays */
@media (min-width: 1200px) {
    #divMain {
        width: 1170px;
    }
}

@font-face {
  font-family: 'BTitrTGEBold';
  src: url(../Fonts/BTitrTGEBold.eot?#) format('eot'),  /* IE6–8 */
       url(../Fonts/BTitrTGEBold.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../Fonts/BTitrTGEBold.ttf) format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan';
  src: url(../Fonts/BYekan.eot?#) format('eot'),  /* IE6–8 */
       url(../Fonts/BYekan.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../Fonts/BYekan.ttf) format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BKoodakBold';
  src: url(../Fonts/BKoodakBold.eot?#) format('eot'),  /* IE6–8 */
       url(../Fonts/BKoodakBold.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url(../Fonts/BKoodakBold.ttf) format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    border: 0;
    outline: 0;
    font: normal 11px tahoma, arial;
    line-height: 20px;
    background: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

body {
    background:#FFFFFF;
    background:url(../Images/bg.png) repeat;
    color: #3e454c;
    padding:0;
    margin:0;
}

table {
    width: 100%;
    border: none;
    margin: auto;
    border-spacing:0;
    border-collapse:collapse;
}
    table tr td {
        vertical-align:middle;
    }

ul { list-style:none; }
    ul li { margin-left: 50px;}

ol {}
    ol li { margin-left: 50px;}

a { text-decoration: none; color: #2c56cb; cursor:pointer;}
    a:hover { color: #ff0000;}

img {
    border: 0 none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

h1 { font: normal 23px tahoma, arial; margin:10px auto;}
h2 { font: normal 21px tahoma, arial; margin:7px auto;}
h3 { font: normal 19px tahoma, arial; margin:5px auto;}
h4 { font: normal 17px tahoma, arial; margin:10px auto;}
h5 { font: normal 15px tahoma, arial; margin:7px auto;}
h6 { font: normal 13px tahoma, arial; margin:5px auto;}

p {
    text-align: justify;
    margin: 5px 10px;
    text-indent:30px;
}

#requestLoad {
    background: url(../Images/bg01.png) repeat;
    color: #444444;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}
    #requestLoad div {
        direction: ltr;
        margin: -10px auto auto;
        padding: 50px 20px 20px;
        background: url(../Images/loading.gif) center 20px no-repeat rgba(0,0,0,0.75);
        width: 30%;
        color: #ffffff;
        text-align: center;
        border: 1px solid #666666;
        border-radius: 8px;
        box-shadow: 1px 1px 20px 5px #ffffff;
        -webkit-box-shadow: 1px 1px 20px 5px #ffffff;
        -moz-box-shadow: 1px 1px 20px 5px #ffffff;
    }

.infoCommand {
    background: #ffffff url(../Images/infoCommand.png) repeat-x center top;
    border: 1px solid #cccccc;
    color: #000000;
    margin: 5px;
    padding: 5px;
    text-align:justify;
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:help;
}
    .infoCommand:before{ content: url(../Images/infoCommand01.png); margin-right:5px;}
    .infoCommand:hover { border:1px solid #555555; color:#000000;}
.infoError {
    background: #fbd5d5 url(../Images/infoError.png) repeat-x center top;
    border: 1px solid #ffc2c2;
    color: #dc590a;
    margin: 5px;
    padding: 5px;
    text-align:justify;
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:help;
}
    .infoError:before { content: url(../Images/infoError01.png); margin-right:5px;}
    .infoError:hover { border:1px solid #f67b7b; color:#7a360d;}
.infoInformation {
    background: #7ac5e8 url(../Images/infoInformation.png) repeat-x center top;
    border: 1px solid #009dcb;
    color: #0763a9;
    margin: 5px;
    padding: 5px;
    text-align: justify;
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:help;
}
    .infoInformation:before { content: url(../Images/infoInformation01.png); margin-right:5px;}
    .infoInformation:hover { border: 1px solid #09495c; color:#09375a;}
.infoWarning {
    background: #fde8a6 url(../Images/infoWarning.png) repeat-x center top;
    border: 1px solid #e6c765;
    color: #a3894b;
    margin: 5px;
    padding: 5px;
    text-align:justify;
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:help;
}
    .infoWarning:before { content: url(../Images/infoWarning01.png); margin-right:5px;}
    .infoWarning:hover { border:1px solid #625838; color:#605231;}
.infoSuccess {
    background: #90ee90 url(../Images/infoSuccess.png) repeat-x center top;
    border: 1px solid #46a05d;
    color: #23562f;
    margin: 5px;
    padding: 5px;
    text-align:justify;
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:help;
}
    .infoSuccess:before { content: url(../Images/infoSuccess01.png); margin-right:5px;}
    .infoSuccess:hover { border:1px solid #265332; color:#18341e;}

#divMain {
    direction: ltr;
    display: block;
    width: 1000px;
    min-width: 1000px;
    height: 100%;
    border: 1px solid #c06866;
    border-bottom: none;
    border-top: none;
    background: #ffffff;
    margin:0 auto;
}

#topHeader {
    top: 0;
    left: 0;
    background: url(../Images/topHeaderWorld.png) no-repeat right bottom #c06866;
    width: 100%;
    height: 100px;
}
    #topHeader a { float:left; margin:auto auto auto 30px;}
    #topHeader #clock {opacity:1; -moz-opacity:1; display:inline-block; width:100px; height:100px; float:right; margin:auto 200px auto auto;}
    #topHeader #topHeader01 {
        background: #c06866;
        top: 0;
        left:0;
        z-index: -1;
        padding: 142px 0 0 0;
        display: block;
        width: 100%;
        position:absolute;
        margin: 0 -1px auto -1px;
        display:none;
    }

#mainMenu01 {
    background: #30444f;
    top: 100px;
    left: 0;
    z-index: 0;
    padding: 42px 0 0 0;
    display: block;
    width: 100%;
    position: absolute;
    margin: 0 -1px auto -1px;
    display:none;
}

#mainMenu {
    background: #30444f;
    margin: auto;
    left: 0;
    padding: 0;
    border: 2px solid #c06866;
    border-right: 12px solid #c06866;
    border-left: 12px solid #c06866;
    border-top: none;
    z-index:1;
}
    #mainMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #mainMenu ul li {
            display: inline-block;
            text-align: center;
            font: normal 13px arial, tahoma;
            background: transparent;
            margin: 0 -4px 0 0;
            color: #eeeeee;
            cursor: default;
            border-right: 1px solid #c06866;
        }
            #mainMenu ul li:hover { color: #000000; background:#c06866; }
            #mainMenu ul li a {
                padding: 10px 18px;
                font: inherit;
                color: inherit;
                text-decoration: none;
                display: block;
                text-align:center;
            }
                #mainMenu ul li a:hover { color: inherit; }
        #mainMenu ul #mainMenuHome {
            background: url(../Images/sgasHome.png) no-repeat center center transparent;
            width: 120px;
            min-width: 120px;
        }
            #mainMenu ul #mainMenuHome:hover { background: url(../Images/sgasHomeHoverEn.png) no-repeat center center transparent;}

        #mainMenu ul li ul {
            z-index: 10;
            display: none;
            position: absolute;
            min-height: 160px;
            width: 512px;
            background: #c06866;
            border: 1px solid #333333;
            border-top: none;
            margin: 0 auto auto -194px;
            padding: 10px 0 0;
            cursor: default;
            border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            box-shadow: 0 5px 10px -7px #000000;
            -webkit-box-shadow: 0 5px 10px -7px #000000;
            -moz-box-shadow: 0 5px 10px -7px #000000;
            border-bottom: 10px solid #000000;
        }
        #mainMenu ul li:hover ul { display:inline-block; }
            #mainMenu ul li ul li {
                float: left;
                text-align: left;
                width: 170px;
                overflow: hidden;
                padding: 1px 20px 1px 0;
            }
                #mainMenu ul li ul li:hover { }
                #mainMenu ul li ul li a {
                    font: normal 11px tahoma;
                    text-align: left;
                    margin:5px auto;
                    padding: 5px;
                    color:#000000;
                    transition: all ease 0.1s;
                    -webkit-transition: all ease 0.1s;
                    -moz-transition: all ease 0.1s;
                    -o-transition: all ease 0.1s;
                    width:auto;
                    background:url(../images/mainMenuArrowEn.png) no-repeat left bottom;
                }
                    #mainMenu ul li ul li a:hover { color:#fff;}
                #mainMenu ul li ul li.mainMenuImg {
                    display: inline;
                    margin: 0;
                    padding: 0;
                }
                    #mainMenu ul li ul li.mainMenuImg img {
                        position: absolute;
                        top: 20px;
                        right: 0;
                        margin:auto 10px auto 0;
                        width: 135px;
                        height: 135px;
                        cursor: default;
                    }
                    
    #mainMenu #topFlag {
        left: 0;
        background: transparent;
        border: none;
        margin: -33px 5px 0 0;
        padding: 0;
        float:right;
    }
        #mainMenu #topFlag ul {
            list-style: none;
            display: inline-block;
            background: inherit;
            padding: 0;
        }
            #mainMenu #topFlag ul li {
                display: inline;
                background: inherit;
                margin: inherit;
                margin: 0;
                border:none;
            }
                #mainMenu #topFlag ul li a {
                    background: inherit;
                    display: inline;
                    margin:0;
                    padding:0;
                }
                    #mainMenu #topFlag ul li a img { }
                #mainMenu #topFlag ul li:hover a img {
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                }
                #mainMenu #topFlag ul li a.tel {
                    background: url(../Images/tel.png) no-repeat left center;
                    position: absolute;
                    margin: 2px auto auto -130px;
                    padding: 5px 0 5px 10px;
                    font: normal 10px tahoma;
                    width: 120px;
                    color: #aaaaaa;
                    letter-spacing: 1px;
                }
                    #mainMenu #topFlag ul li a.tel:hover { color:#ffffff; background: url(../Images/tel01.png) no-repeat left center;}

#SearchInSite {
    float: right;
    display: inline-block;
    margin: -26px auto -5px auto;
    text-align: center;
}
    #SearchInSite .txtSearchInSite {
        background: url(../Images/search.png) no-repeat 5px center #000000;
        color: #ffffff;
        width: 130px;
        border: 1px solid #aaaaaa;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        font: normal 11px tahoma;
        text-align: left;
        margin: 2px;
        padding: 4px 5px 6px 30px;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
    }
        #SearchInSite .txtSearchInSite:focus { border: 1px solid #ffffff; width:200px; }

#body {
    margin: 0 auto;
    padding: 5px 10px;
    width: 980px;
    min-width: 980px;
    height: auto;
    min-height:300px;
    vertical-align: top;
    color: #121212;
}

#footer {
    display: block;
    background: url(../Images/footer.png) repeat center center #dcdcdc;
    text-align: center;
    color: #485058;
    width: 100%;
    min-width: 1000px;
    height: auto;
    left: 0;
    letter-spacing: 0;
    padding:10px 0 0;
}
    #footer #copyRight {
        background: url(../Images/footer01.png) repeat center center #a9a5a5;
        position: relative;
        height: 70px;
        width: 100%;
        bottom: 0;
        left: 0;
        font: normal 10px arial, tahoma;
        color: #485058;
        margin: 15px auto auto;
        padding: 0 0 20px;
    }
        #footer #copyRight #copyRightText {
            background: url(../Images/sgasIcon50.png) no-repeat left center transparent;
            float:left;
            text-align:left;
            margin:10px 20px;
            padding:0 0 0 55px;
        }
        #footer #copyRight #link {
            float:right;
            margin:30px 20px;
        }
.fbook { background:url(../Images/link.png) no-repeat 0 top transparent; padding:14px 20px; margin:5px; }
    .fbook:hover { background:url(../Images/link.png) no-repeat 0 bottom transparent; padding:14px 20px; }

.twtr { background:url(../Images/link.png) no-repeat -50px top transparent; padding:14px 20px;  margin:5px; }
    .twtr:hover { background:url(../Images/link.png) no-repeat -50px bottom transparent; padding:14px 20px; }

.gplus { background:url(../Images/link.png) no-repeat -100px top transparent; padding:14px 20px;  margin:5px; }
    .gplus:hover { background:url(../Images/link.png) no-repeat -100px bottom transparent; padding:14px 20px; }

.linkedin { background:url(../Images/link.png) no-repeat -150px top transparent; padding:14px 20px;  margin:5px; }
    .linkedin:hover { background:url(../Images/link.png) no-repeat -150px bottom transparent; padding:14px 20px; }

.html5 { background:url(../Images/link.png) no-repeat -200px top transparent; padding:14px 20px;  margin:5px; }
    .html5:hover { background:url(../Images/link.png) no-repeat -200px bottom transparent; padding:14px 20px; }

.html3 { background:url(../Images/link.png) no-repeat -250px top transparent; padding:14px 20px;  margin:5px; }
    .html3:hover { background:url(../Images/link.png) no-repeat -250px bottom transparent; padding:14px 20px; }

    #footer #footerMenu { }
        #footer #footerMenu ul {
            list-style: none;
            display: inline-block;
            text-align: left;
            width: 235px;
            max-height:310px;
            vertical-align: top;
            margin: auto auto auto 5px;
            overflow:hidden;
        }
            #footer #footerMenu ul li {
                margin: 15px 0;
                overflow: hidden;
                font: normal 11px tahoma;
            }
                #footer #footerMenu ul li p {
                    color: #5d6267;
                    font: normal 18px arial, tahoma;
                    text-indent: 0;
                }
                #footer #footerMenu ul li a {
                    background: url(../Images/pin01.png) no-repeat left center;
                    color: #485058;
                    padding-left: 17px;
                    text-decoration: none;
                    font: inherit;
                }
                    #footer #footerMenu ul li a:hover {
                        background: url(../Images/pin.png) no-repeat left center;
                        color: #ff0000;
                        text-decoration: underline;
                    }
    #footer .logo {
        text-align: center;
        background: url(../Images/footer01.png) repeat #e2e6e9;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 5px 5px 10px;
        height: 300px;
        border: 1px solid #efefef;
        overflow: hidden;
    }
        #footer #footerMenu .logo li p { font: normal 10px arial, tahoma; text-align:left; text-indent: 0;}
        #footer .logo:hover { border:1px solid #557582;}

.lineH { background: url(../Images/dot03.png) repeat-x center center; height: 1px; margin: auto; width:75%; float:left;}
.lineV { background: url(../Images/dot03.png) repeat-y center center; width: 1px; margin: auto; display:inline-block;}

.alignLeft { text-align: left;}
.alignCenter { text-align: center;}
.alignRight { text-align: right;}
.alignJustify { text-align: justify;}

.rtl { direction:rtl;}
.ltr { direction:ltr;}

.underLine { text-decoration:underline;}

.sitePath {
    margin: auto auto 10px;
    padding: 6px 10px;
    color: #bbbbbb;
    background: #557582;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #000000;
}
    .sitePath a { color:#ffffff;}
    .sitePath a:hover { color:#81e0ff;}

.validate { color: #ff0000; font: normal 11px tahoma; text-align:right;}
.color1 { color: #ff0000;}
.color2 { color: #0000ff;}
.color3 { color: #cccccc;}
.color4 { color: #888888;}
.color5 { color: #000000;}
.color6 { color: #97199a;}

.bold { font-weight:bold;}

.redStar {padding:1px 5px;}
    .redStar:before {content:'*'; color:#f00; font: normal 12px tahoma;}

#rightPanel {
    display: inline-block;
    width: 770px;
    right: 0;
    vertical-align: top;
}

#leftPanel {
    width: 210px;
    height: auto;
    display: inline-block;
    background: url(../Images/dot09.png) repeat-y left center;
    padding: 0;
    margin: auto -20px auto -2px;
    vertical-align: top;
}

#WucRightMenu {
    text-align: left;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
    #WucRightMenu h3 {
        background: #557582;
        margin: 0;
        line-height: 42px;
        text-indent: 10px;
        display: block;
        width: 211px;
        position: absolute;
        padding: 0;
        color: #ffffff;
        border-top-left-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
    #WucRightMenu img {
        margin: auto 5px 50px;
        width:205px;
        height:auto;
    }
    #WucRightMenu ul {
        margin:42px auto auto 4px;
        list-style: none;
        width:100%;
    }
        #WucRightMenu ul li {
            display: block;
            font: normal 11px tahoma;
            margin: 1px 0;
            padding: 0;
            background: url(../Images/dot.png) repeat-x left bottom transparent;
        }
            #WucRightMenu ul li:hover { background: url(../Images/dot02.png) repeat-x left bottom #eeeeee; }
            #WucRightMenu ul li a {
                background: url(../Images/subMenuOption.png) no-repeat 2% center;
                margin: 0;
                padding: 12px 15px;
                display: block;
                font: inherit;
                color: #555555;
            }
                #WucRightMenu ul li a:hover { background: url(../Images/subMenuOptionHover.png) no-repeat 2% center; color: #000000; font-weight:bold; }
.ad { margin:auto 8px; overflow:visible;}
    .ad a { }
    .ad img {
        border: 1px solid #eeeeee;
        width:200px;
        max-width:200px;
        height:100px;
        max-height:100px;
        margin:1px auto;
        padding:0;
    }
        .ad img:hover { border:1px solid #555555; }

#divSlideShow {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    border: 1px solid #555555;
}

#tickerNewsLine {
    margin: 10px;
    padding: 3px 5px 5px;
    background: rgb(48,68,79);
    background: -moz-linear-gradient(top, rgba(48,68,79,1) 0%, rgba(68,107,112,1) 50%, rgba(48,68,79,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,68,79,1)), color-stop(50%,rgba(68,107,112,1)), color-stop(100%,rgba(48,68,79,1)));
    background: -webkit-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: -o-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: -ms-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: linear-gradient(to bottom, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30444f', endColorstr='#30444f',GradientType=0 );
    display: block;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
    #tickerNewsLine:before {content:url(../Images/tickerNewsLineEn.png); margin:2px auto auto -11px; position:absolute;}
    #tickerNewsLine #tickerNewsLineContent { margin:5px 35px auto;}
        #tickerNewsLine #tickerNewsLineContent a { color:#ffcc00;}
            #tickerNewsLine #tickerNewsLineContent a:hover { color:#ffe26f;}

#boxLine {
    margin: 10px 0;
    padding: 5px 0;
    width: auto;
    height: 110px;
    display: block;
    overflow: hidden;
    text-align: center;
}
    #boxLine .boxLineBox {
        display: inline-block;
        width: 105px;
        height: 100px;
        margin: 2px 5px;
        padding: 1px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border: 1px solid #999999;
        color: #555555;
        text-align: center;
        vertical-align: top;
        background: url(../Images/box01.png) repeat center top;
        transition: all ease 0.1s;
        -webkit-transition: all ease 0.1s;
        -moz-transition: all ease 0.1s;
        -o-transition: all ease 0.1s;
    }
        #boxLine .boxLineBox:hover {
            border: 1px solid #000000;
            color: #000000;
            transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            box-shadow: 0px 0px 3px 1px #555555;
            -webkit-box-shadow: 0px 0px 3px 1px #555555;
            -moz-box-shadow: 0px 0px 3px 1px #555555;
        }
        #boxLine .boxLineBox h6 {
            background: #30444f;
            text-align: center;
            font: normal 10px arial, tahoma;
            margin: 0 0 5px;
            padding: 5px 0;
            display: block;
            color: #efefef;
        }
        #boxLine .boxLineBox a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            color:#30444f;
        }
            #boxLine .boxLineBox a:hover { color:#407778; }
            #boxLine .boxLineBox a img {
                width: 60px;
                height: 60px;
            }

.box {
    background: url(../Images/box.png) center center repeat #e7e7e7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: auto;
    height: 350px;
    border: 1px double #cccccc;
    margin: 5px;
    padding: 10px;
    color: #888888;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
    .box h1 { font-size:21px;}
    .box:hover {
        background: url(../Images/boxHover.png) center center repeat #25262a;
        color: #ffffff;
        border: 1px solid #25262a;
        box-shadow: 0px 0px 3px 1px #555555;
        -webkit-box-shadow: 0px 0px 3px 1px #555555;
        -moz-box-shadow: 0px 0px 3px 1px #555555;
    }
    .box:hover h1 { color:#ffffff;}
    .box:hover h2 { color:#ffffff;}
    .box:hover h3 { color:#ffffff;}
    .box:hover h4 { color:#ffffff;}
    .box:hover h5 { color:#ffffff;}
    .box:hover h6 { color:#ffffff;}
    .box:hover p{ color:#ffffff;}

    .box p {
        height: 120px;
        overflow: hidden;
        text-indent: 0;
        text-align: center;
    }
    .box .boxButton {
        background: #3e3e3e;
        box-shadow: 0 1px 1px 2px #111111;
        -webkit-box-shadow: 0 1px 1px 2px #111111;
        -moz-box-shadow: 0 1px 1px 2px #111111;
        display: inline-block;
        width: 100px;
        padding: 7px 0;
        text-decoration: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        font-weight: bold;
        color: #aaaaaa;
    }
    .box:hover .boxButton { background: #2367eb; box-shadow: 0 1px 1px 2px #0f192c; -webkit-box-shadow: 0 1px 1px 2px #0f192c; -moz-box-shadow: 0 1px 1px 2px #0f192c;}
    .box .boxButton:hover { background: #eae5e5; box-shadow: 0 1px 1px 2px #888888; -webkit-box-shadow: 0 1px 1px 2px #888888; -moz-box-shadow: 0 1px 1px 2px #888888; color: #444444;}

    .box .boxDefaultHeaderImgLeaderShip {
        margin:10px auto auto;
        background:url(../Images/leaderShip.png) no-repeat center center;
        width:80px;
        height:80px;
        display:inline-block;
    }
    .box:hover .boxDefaultHeaderImgLeaderShip {
        background: url(../Images/leaderShipHover.png) no-repeat center center;
        width: 80px;
        height: 80px;
        display: inline-block;
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
    }
    .box .boxDefaultHeaderImgInnovation {
        margin:10px auto auto;
        background:url(../Images/innovation.png) no-repeat center center;
        width:80px;
        height:80px;
        display:inline-block;
    }
    .box:hover .boxDefaultHeaderImgInnovation {
        background:url(../Images/innovationHover.png) no-repeat center center;
        width:80px;
        height:80px;
        display:inline-block;
        transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        -moz-transform:rotateY(360deg);
        -o-transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);
    }
    .box .boxDefaultHeaderImgDevelopment {
        margin:10px auto auto;
        background:url(../Images/development.png) no-repeat center center;
        width:80px;
        height:80px;
        display:inline-block;
    }
    .box:hover .boxDefaultHeaderImgDevelopment {
        background:url(../Images/developmentHover.png) no-repeat center center;
        width:80px;
        height:80px;
        display:inline-block;
        transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        -moz-transform:rotateY(360deg);
        -o-transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);
    }

.enamad {
    position:fixed;
    width:135px;
    left:0;
    top:-315px;
    padding:18px;
    overflow:hidden;
    background: url(../Images/bg04.png) repeat transparent;
}
    .enamad:hover { top:0;}
    .enamad div { text-align:justify; line-height:10px; font:normal 12px arial, tahoma; color:#000000; margin:auto auto 50px;}
    .enamad h4 { background:#407778; margin:10px -15px -15px -15px; text-align:center;}

.title {
    background:url(../Images/title.png) no-repeat left center;
    margin:5px 5px 0px;
    padding:0 0 5px 15px ;
    color:#407778;
}

.imgSetMargin16 { margin: 0 5px -3px; }
.imgSetMargin32 { margin: 0 3px -5px; }
.imgSetMargin64 { margin: 0 3px -12px; }

#floatMenu {
    position: fixed;
    background: #30444f;
    right: -125px;
    top: 30%;
    border: 1px solid #c06866;
    border-right: none;
    margin: auto;
    padding: 0;
    width: 150px;
}
    #floatMenu:hover { right:0; }
    #floatMenu h5 {
        display:block;
        background: #c06866;
        color: #000000;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        position:absolute;
        margin:92px auto auto -97px;
        padding: 5px 47px;
        width: 118px;
        height: auto;
        overflow: hidden;
        font: normal 12px 'times new roman', tahoma;
        text-align:center;
    }
    #floatMenu ul {
        list-style: none;
        margin: 0 0 0 20px;
        padding: 0;
    }
        #floatMenu ul li {
            display: block;
            text-align: left;
            font: normal 13px arial, tahoma;
            background: transparent;
            margin: 0;
            color: #ffffff;
            cursor: default;
        }
            #floatMenu ul li:hover { color: #000000; background:#c06866; }
            #floatMenu ul li a {
                padding: 10px 20px;
                font: inherit;
                color: inherit;
                text-decoration: none;
                display: block;
                text-align: left;
            }
                #floatMenu ul li a:hover { color: inherit; }
        #floatMenu ul #floatMenuHome {
            background: url(../Images/sgasHome.png) no-repeat right center transparent;
            width: 120px;
            min-width: 120px;
        }
            #floatMenu ul #floatMenuHome:hover { background: url(../Images/sgasHomeHoverEn.png) no-repeat right center transparent;}

.imgMap {
    display:inline-block;
    padding: 0;
    margin: 30px auto auto 70px;
    color:#000;
    text-align:center;
    font-weight:bold;
}
    .imgMap:hover {
        color:#6f00de;
    }

.tblBorder {
    background: url(../Images/box.png) center center repeat #e7e7e7;
    color: #000000;
    border: 1px solid #000000;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: help;
    padding: 0;
    margin: 0;
}
    .tblBorder .tblBorderTitle {
        border: 1px solid #000000;
        background: #819da8;
        color: #000000;
        margin: 0;
        padding: 0;
    }
        .tblBorder .tblBorderTitle td {
            padding: 5px;
            border: 1px solid #cccccc;
            font-weight: bold;
            vertical-align: middle;
            text-align: center;
        }
        .tblBorder .tblBorderTitle:hover { background: #819da8; color: #000000; }
    .tblBorder tr:hover { background: #444444; color: #efefef; }
    .tblBorder tr td { border: 1px solid #dddddd; padding:0 5px; margin: 0; }
    .tblBorder .tblBorderAlternate {
        background: #d3d2d2;
        color: #000000;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        cursor: help;
    }

.txtBox {
    width: 180px;
    margin: 2px;
    padding: 3px 5px 6px 5px;
    background: #fafafa;
    border: 1px solid #777777;
    font: normal 12px tahoma;
}
    .txtBox:focus { background: #ffffff; border: 1px solid #333333; box-shadow: 0 0 1px #000000; -webkit-box-shadow: 0 0 1px #000000; -moz-box-shadow: 0 0 1px #000000; }

.txtBoxMultiLine {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin: 2px;
    padding: 2px 5px 5px 5px;
    background: #fafafa;
    border: 1px solid #777777;
    font: normal 13px tahoma;
    overflow: auto;
}
    .txtBoxMultiLine:focus { background: #ffffff; border: 1px solid #333333; box-shadow: 0 0 1px #000000; -webkit-box-shadow: 0 0 1px #000000; -moz-box-shadow: 0 0 1px #000000; }

.txtBoxDate {
    width: 142px;
    height: 25px;
    margin: 2px;
    padding: 2px 2px 5px 2px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #777777;
    font: normal 12px tahoma;
    letter-spacing: 2px;
    direction:ltr;
}
    .txtBoxDate:focus { background: #ffffff; border: 1px solid #333333; box-shadow: 0 0 1px #000000; -webkit-box-shadow: 0 0 1px #000000; -moz-box-shadow: 0 0 1px #000000; }

.dropDown {
    width: 192px;
    margin: 2px;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #777777;
    font: normal 12px tahoma;
    direction: ltr;
}
    .dropDown:focus { background: #ffffff; border: 1px solid #333333; box-shadow: 0 0 1px #000000; -webkit-box-shadow: 0 0 1px #000000; -moz-box-shadow: 0 0 1px #000000; }

.btn {
    display: inline-block;
    min-width: 75px;
    padding: 5px 10px 7px 30px;
    margin: 10px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #888;
    font-weight: bold;
    color: #555555;
    cursor: pointer;
    font: bold 12px tahoma;
    text-align: right;
    box-shadow: 1px 1px 1px 1px #888888;
    -webkit-box-shadow: 1px 1px 1px 1px #888888;
    -moz-box-shadow: 1px 1px 1px 1px #888888;
}
    .btn:hover {
        box-shadow: 1px 1px 1px 1px #000000;
        -webkit-box-shadow: 1px 1px 1px 1px #000000;
        -moz-box-shadow: 1px 1px 1px 1px #000000;
        border: 1px solid #000000;
        color: #0b44b1;
    }
    .btn:active {
        box-shadow: 1px 1px 3px #000000 inset;
        -webkit-box-shadow: 1px 1px 3px #000000 inset;
        -moz-box-shadow: 1px 1px 3px #000000 inset;
        border: 1px solid #000000;
        color: #0b44b1;
    }
    .btn.btnSubmit { background:url(../Images/submit.png) no-repeat 5px center;}
    .btn.btnClear { background:url(../Images/clear.png) no-repeat 5px center;}
    .btn.btnSearch { background:url(../Images/search02.png) no-repeat 5px center;}
    .btn.btnPayment { background:url(../Images/payment.png) no-repeat 5px center;}
    .btn.btnSuccess { background:url(../Images/success.png) no-repeat 5px center;}
    .btn.btnCancel { background:url(../Images/cancel.png) no-repeat 5px center;}
    .btn.btnReturn { background:url(../Images/return.png) no-repeat 5px center;}
    .btn.btnBack { background:url(../Images/back.png) no-repeat 95% center; padding:5px 30px 7px 10px;}
    .btnSubmitCooperation { background:url(../Images/cooperation.png) no-repeat 5px center;}
    .btnJobOpportunities { background:url(../Images/job.png) no-repeat 5px center;}
    .btnWorkPlace { background:url(../Images/usesr01.png) no-repeat 5px center;}
    .btnContactUs { background:url(../Images/contact.png) no-repeat 5px center;}

.btnImg {cursor:pointer;}

.box01 {
    background: url(../Images/box.png) center center repeat #e7e7e7;
    border: 1px double #cccccc;
    margin: 5px;
    padding: 10px;
    width: 95%;
    height: auto;
    color: #333333;
    display: block;
    overflow: hidden;
    vertical-align: top;
}

.box02 {
    background: url(../Images/boxHover.png) center center repeat #e7e7e7;
    border: 1px double #cccccc;
    margin: 5px;
    padding: 10px;
    width: 95%;
    height: auto;
    color: #333333;
    display: block;
    overflow: hidden;
    vertical-align: top;
}

.siteMap { margin:auto; padding:0; font: normal 13px arial, tahoma;}
    .siteMap .siteMapHome { background: url(../Images/siteMapHome.png) no-repeat left center transparent; padding: 5px 0 5px 20px; margin:20px 0 0 10px; font: normal 13px arial, tahoma; color:#222222;}
        .siteMap .siteMapHome:hover { color:#ff0000;}
    .siteMap ul { list-style:none;}
        .siteMap ul li { background:url(../Images/siteMapLine.png) repeat-y left center transparent; padding:5px 0px 5px 5px; font: normal 13px arial, tahoma;}
            .siteMap ul li a{ background:url(../Images/siteMapLine01.png) no-repeat left center transparent; padding:5px 0px 5px 0; font: normal 13px arial, tahoma; color:#222222;}
                .siteMap ul li a:hover{ color:#ff0000;}
                .siteMap ul li a:before{ content:url(../Images/folder-horizontal-open-rtl.png); margin:auto auto auto 10px;}
                .siteMap ul li a:hover:before{ content:url(../Images/folder-open-document-rtl.png);}

#JobOpportunitiesTitle {
    display: block;
    background: url(../Images/dot04.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
    margin: auto;
    padding: 0 0 10px 20px;
}
.JobOpportunities {
    display: block;
    background: url(../Images/dot03.png) repeat-x center bottom transparent;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
    .JobOpportunities:hover { background: url(../Images/dot03.png) repeat-x center bottom #acbdc7;}
    .JobOpportunities .JobOpportunitiesTitle {
        display: inline-block;
        width: 150px;
        padding: 0 0 0 20px;
        font: normal 13px arial, tahoma;
        color: #000000;
        vertical-align: top;
        text-align:left;
    }
    .JobOpportunities .JobOpportunitiesFieldofStudy {
        display: inline-block;
        width: 200px;
        font-size: 14px;
        padding: 0 10px;
        color: #222222;
        vertical-align: top;
    }
        .JobOpportunities .JobOpportunitiesFieldofStudy ul { margin: auto; }
            .JobOpportunities .JobOpportunitiesFieldofStudy ul li { margin: auto 10px; }
    .JobOpportunities .JobOpportunitiesDomain {
        display: inline-block;
        width: 300px;
        font-size: 10px;
        color: #444444;
        vertical-align: top;
    }

.notice {
    display: block;
    background: url(../Images/dot02.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
    margin: auto auto 30px;
    padding: 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
    .notice:hover { background: url(../Images/dot04.png) repeat-x center bottom #acbdc7;}
    .notice .noticeCode {
        font:bold 11px tahoma;
        color:#000000;
    }
        .notice .noticeCode:before { content: 'Number (ID) announced Ads : '; font: normal; }
    .notice h3 { color: #141497; margin: auto auto 10px 30px; }
    .notice .noticeDetail {
        background: url(../Images/message.png) no-repeat 3% top;
        font: normal 11px tahoma;
        margin: auto auto auto 20px;
        padding: 0 0 5px 20px;
        color: #000000;
        display: block;
        line-height: 17px;
    }
    .notice .noticeDate {
        background: url(../Images/dateTime.png) no-repeat 3% 2px;
        font: normal 11px tahoma;
        margin-left: 20px;
        padding-left: 20px;
        color: #777777;
        display: block;
        line-height: 20px;
    }
    .notice .noticBtn { text-align:center; }
        .notice .noticBtn a { font:normal 11px tahoma; }

#SubscribeBox { }
    #SubscribeBox .SubscribeBox {
        display: inline-block;
        border: 1px solid black;
        width: 171px;
        height: 170px;
        margin: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 1px 1px 2px 2px #aaaaaa;
        -webkit-box-shadow: 1px 1px 2px 2px #aaaaaa;
        -moz-box-shadow: 1px 1px 2px 2px #aaaaaa;
        vertical-align: top;
        text-align: center;
        overflow: hidden;
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
    }
        #SubscribeBox .SubscribeBox:hover { box-shadow:0 0 5px 5px #000000; -webkit-box-shadow:0 0 5px 5px #000000; -moz-box-shadow:0 0 5px 5px #000000; transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
        #SubscribeBox .SubscribeBox a { height:100%; width:100%; display:block;}
        #SubscribeBox .SubscribeBox h4 {
            margin: 0;
            padding: 10px 1px;
            text-align: center;
            background: url(../Images/boxHeader.png) repeat-x center bottom #afafaf;
            border-radius: 9px 9px 0 0;
            -webkit-border-radius: 9px 9px 0 0;
            -moz-border-radius: 9px 9px 0 0;
            color: #9a9a9a;
            font: normal 12px arial, tahoma;
        }
        #SubscribeBox .SubscribeBox:hover h4 { background: url(../Images/boxHeader03.png) repeat-x center bottom #afafaf;}
        #SubscribeBox .SubscribeBox p { text-indent: 0; font:normal 11px arial, tahoma; text-align:center; margin:10px auto;}
        #SubscribeBox .SubscribeBox img { width:70px; margin:20px 5px auto; -moz-filter: grayscale(1); -o-filter: grayscale(1); -webkit-filter: grayscale(1); -ms-filter: grayscale(1); filter: gray;}
        #SubscribeBox .SubscribeBox:hover img { -moz-filter: grayscale(0); -o-filter: grayscale(0); -webkit-filter: grayscale(0); -ms-filter: grayscale(0); filter:none;}

.FestivalsAndDiscountSales {
    display: block;
    background: url(../Images/dot04.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: top;
    margin: auto;
    padding: 20px 0;
    height: auto;
}
    .FestivalsAndDiscountSales img {
        background: #ebebeb;
        border: 2px solid #d5d5d5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 4px;
        margin: 5px;
        display: inline-block;
        width:200px;
        height:150px;
    }
    .FestivalsAndDiscountSales a { float:right; margin:10px 50px;}
    .FestivalsAndDiscountSales .FestivalsAndDiscountSalesTitle {
        font: normal 16px arial, tahoma;
        margin: -150px auto auto 250px;
        color: #aa0607;
        display: block;
    }
    .FestivalsAndDiscountSales .FestivalsAndDiscountSalesDetail {
        font: normal 11px tahoma;
        margin:10px 20px 10px 250px;
        color: #999999;
        display: block;
        line-height: 17px;
    }
    .FestivalsAndDiscountSales:hover { background:url(../Images/dot03.png) repeat-x center bottom #acbdc7;}
    .FestivalsAndDiscountSales:hover img { border: 2px solid #555555; }
    .FestivalsAndDiscountSales:hover .FestivalsAndDiscountSalesDetail{ color:#000000;}

.faqs {
    display: block;
    background: url(../Images/dot03.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
    .faqs:hover { background: url(../Images/dot04.png) repeat-x center bottom #acbdc7;}
    .faqs .faqQuestion {
        background: url(../Images/question.png) no-repeat left top;
        font: normal 16px 'times new roman', tahoma;
        padding-left: 30px;
        color: #777777;
        display: block;
        margin-bottom: 10px;
    }
    .faqs .faqAnswer {
        background: url(../Images/answer.png) no-repeat left 2px;
        font: normal 11px tahoma;
        margin-left: 20px;
        padding-left: 30px;
        color: #000000;
        display: block;
        line-height: 20px;
    }

.article {
    display: block;
    background: url(../Images/dot01.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: top;
    margin: auto auto 30px;
    padding: 20px 20px 50px;
}
.article:hover { background: url(../Images/dot01.png) repeat-x center bottom #acbdc7;}
    .article img {
        background: #ebebeb;
        border: 2px solid #d5d5d5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 4px;
        margin: 5px;
        display: inline-block;
        width: 75px;
        height: 75px;
    }
    .article .articleTitle {
        font: normal 16px arial, tahoma;
        margin: -100px auto 5px 100px;
        color: #777777;
        display: block;
    }
    .article .articleDetail {
        font: normal 11px tahoma;
        margin-left: 100px;
        color: #999999;
        display: block;
        line-height: 17px;
    }
    .article .articleSize {
        font: normal 11px tahoma;
        margin: 10px auto auto 100px;
        color: #bbbbbb;
        display: block;
        direction: ltr;
    }
    .article .articleDownlodLink {
        background: url(../Images/btnDownload.png) no-repeat center center;
        width: 145px;
        height: 40px;
        cursor: pointer;
        margin: 10px 30px -20px 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        float: right;
        left: 0;
        margin-top: 0;
        border: 1px solid transparent;
    }
        .article .articleDownlodLink:hover {
            background: url(../Images/btnDownloadHover.png) no-repeat center center;
        }
    .article:hover img { border: 2px solid #555555; transform:rotateX(360deg); -webkit-transform:rotateX(360deg); -moz-transform:rotateX(360deg); -o-transform:rotateX(360deg); -ms-transform:rotateX(360deg);}
    .article:hover .articleTitle { color:#000000;}
    .article:hover .articleDetail { color:#444444;}
    .article:hover .articleSize { color:#000000;}
    .article:hover .articleDownlodLink { border:1px solid #0000ff;}

.download {
    display: block;
    background: url(../Images/dot02.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: top;
    margin: auto;
    padding: 20px 0 50px;
}
    .download:hover { background:url(../Images/dot02.png) repeat-x center bottom #acbdc7;}
    .download img {
        background: #ebebeb;
        border: 2px solid #d5d5d5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 4px;
        margin: 5px;
        display: inline-block;
        width: 75px;
        height: 75px;
    }
    .download .downloadTitle {
        font: normal 16px arial, tahoma;
        margin: -100px auto auto 100px;
        color: #777777;
        display: block;
    }
    .download .downloadDetail {
        font: normal 11px tahoma;
        margin-left: 100px;
        color: #999999;
        display: block;
        line-height: 17px;
    }
    .download .downloadSize {
        font: normal 11px tahoma;
        color: #bbbbbb;
        display: block;
        direction: ltr;
        margin: 10px auto auto 100px;
    }
    .download .downloadDownlodLink {
        background: url(../Images/btnDownload.png) no-repeat center center;
        width: 145px;
        height: 40px;
        cursor: pointer;
        margin: 0 30px -20px 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        float: right;
        left: 0;
        border: 1px solid transparent;
    }
        .download .downloadDownlodLink:hover { background: url(../Images/btnDownloadHover.png) no-repeat center center; }
    .download:hover img { border: 2px solid #555555; }
    .download:hover .downloadTitle { color:#000000;}
    .download:hover .downloadDetail { color:#444444;}
    .download:hover .downloadSize { color:#000000;}
    .download:hover .downloadDownlodLink { border:1px solid #0000ff;}

.news {
    display: block;
    background: url(../Images/dot03.png) repeat-x center bottom;
    text-align: justify;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: top;
    margin: auto;
    padding: 20px;
}
    .news:hover { background: url(../Images/dot02.png) repeat-x center bottom #acbdc7;}
    .news img {
        max-width: 100px;
        max-height: 100px;
        float: right;
        margin: auto auto auto 10px;
    }
    .news h3 { }
    .news .newsDetail {
        font: normal 11px tahoma;
        margin: auto 20px auto auto;
        padding: 0 20px 5px 0;
        color: #777777;
        display: block;
        line-height: 17px;
    }
    .news:hover .newsDetail { color:#000000;}
    .news .newsMoreInfo { display: block; text-decoration: none; }
        .news .newsMoreInfo:before { content: '» '; }
        .news .newsMoreInfo:hover { color: #ff0000; }
    .news .newsResource {
        display: block;
        background: url(../Images/answer.png) no-repeat right 2px;
        font: normal 11px tahoma;
        margin: auto 20px auto auto;
        padding: 0 30px 0 0;
        color: #000000;
        display: block;
        line-height: 20px;
        text-indent: 0;
    }

.divOrderOnline { text-align:center; }
    .divOrderOnline div {
        display: inline-block;
        width: 150px;
        height: 200px;
        overflow: hidden;
        border: 1px solid #30444f;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        cursor: pointer;
        margin: 10px 5px;
        background: #ffffff;
        vertical-align: top;
    }
        .divOrderOnline div h4 {
            background: #fffcce;
            margin: 10px;
            padding: 20px 0;
            border-radius: 5px;
            font: bold 11px tahoma;
        }
        .divOrderOnline div img { width: 60px; height: 60px; margin: 10px auto; }
        .divOrderOnline div:hover { background: #fff693; border:1px solid #c06866; }
            .divOrderOnline div:hover h4 {
                background: #eeeeee;
                box-shadow: 1px 1px 3px 1px #555555 inset;
                -moz-box-shadow: 1px 1px 3px 1px #555555 inset;
                -webkit-box-shadow: 1px 1px 3px 1px #555555 inset;
                padding: 10px initial;
                margin: 20px 10px;
            }
            .divOrderOnline div:hover img {
                transform: scale(2, 2);
                -moz-transform: scale(2, 2);
                -webkit-transform: scale(2, 2);
                -o-transform: scale(2, 2);
            }

.paymentLine { }
    .paymentLine h5 {
        background: url(../Images/paymentStepEn.png) no-repeat left center #dddddd;
        border: 1px solid #999999;
        padding: 3px 5px 3px 43px;
        display: inline-block;
        color: #777777;
        font:normal 11px 'times new roman', tahoma;
    }
    .paymentLine .paymentLineActive {
        background: url(../Images/paymentStepEn.png) no-repeat left center #444444;
        border: 1px solid #000000;
        padding: 3px 5px 3px 43px;
        display: inline-block;
        color: #ffffff;
    }
        .paymentLine .paymentLineActive a {color:#fff;}
        .paymentLine .paymentLineActive a:hover { color:#ff0;}
    .paymentLine .paymentLinePreActive {
        background: url(../Images/paymentStepEn.png) no-repeat left center #888888;
        border: 1px solid #000000;
        padding: 3px 5px 3px 43px;
        display: inline-block;
        color: #ffffff;
    }

.linkGenerat {
    background: url(../Images/internationalCalling02.png) no-repeat left center transparent;
    padding: 7px 5px 7px 35px;
    position: fixed;
    font: normal 14px arial, tahoma;
    top: 150px;
    right: -130px;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
}
    .linkGenerat:hover {
        background: url(../Images/internationalCalling02.png) no-repeat left center #888888;
        right: 0;
        color: #fff;
    }

.defaultBox {
    margin: 10px;
    padding: 3px 30px 5px 20px;
    background: rgb(48,68,79);
    background: -moz-linear-gradient(top, rgba(48,68,79,1) 0%, rgba(68,107,112,1) 50%, rgba(48,68,79,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,68,79,1)), color-stop(50%,rgba(68,107,112,1)), color-stop(100%,rgba(48,68,79,1)));
    background: -webkit-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: -o-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: -ms-linear-gradient(top, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    background: linear-gradient(to bottom, rgba(48,68,79,1) 0%,rgba(68,107,112,1) 50%,rgba(48,68,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30444f', endColorstr='#30444f',GradientType=0 );
    display: block;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px #000;
    -moz-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}
    .defaultBox:hover {
        -webkit-box-shadow: 0 0 5px #000;
        -moz-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }
    .defaultBox img {
        margin:auto 2px -5px;
    }
    .defaultBox a {
        margin: auto;
        color: #ddd;
        padding: 0 30px 0 0;
    }
        .defaultBox a:hover { color:#ff0; }

.radio-image {
}
    .radio-image input[type="radio"] {
        position: relative;
        left: 25px;
        top: -85px;
        display: none;
    }
    .radio-image label {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 15px;
        margin: 5px;
        background: #eee;
    }
        .radio-image label:hover {
            background: #f7b7b6;
        }
    .radio-image img {
        width: 85px;
        height: 85px;
    }
    .radio-image input[type="radio"]:checked + label {
        background: #b0ffb6;
        border-color: #00920b;
    }
