/* Menu Link */
A.MenuLink{
    color:#000000;
    width: 100%;
    text-decoration: none;
    padding-right: 7px;
}
/* Menu Link */
A.FirstMenuLink{
    color:#666666;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    padding-right: 7px;
}

/* First menu link element */
DIV.FirstMenuElement{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#000000;
    position:absolute;
    padding:0px;
    padding-left:1px;
    width:100px;
    text-align: center;
    background-color:#ffffff;
    border-color:#108df9;
    border-style:solid;
    border-top-width:1px;
    border-bottom-width:1px;
    border-right-width:0px;
    border-left-width:0px;
    display:none;

    height: 22px;
    background-image: url('../_media/en/menu_bg.gif');
    background-position: top right;
    background-repeat: no-repeat;

}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#000000;
    position:absolute;
    width:100px;
    padding:0px;
    padding-left:2px;
    text-align: center;
    background-color:#dcdcdc;
    border-color:#108df9;
    border-style:solid;
    border-top-width:1px;
    border-bottom-width:1px;
    border-right-width:0px;
    border-left-width:0px;

    height: 22px;
    cursor: pointer;
    background-image: url('../_media/en/menu_bg.gif');
    background-position: top right;
    background-repeat: no-repeat;
}
/* Menu link element */
DIV.MenuElement {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position:absolute;
    padding:5px;
    width:145px;
    background-color:#ffffff;
    border-color:#999999;
    border-style:solid;
    border-height:1px;
    border-width:1px;
    display:none;
    border-top-style:none;
    cursor: pointer;

}
/* Menu link element when the mouse is over */
DIV.MenuElementOver {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position:absolute;
    padding:5px;
    width:145px;
    background-color:#dcdcdc;
    border-color:#999999;
    border-style:solid;
    border-width:1px;
    border-top-style:none;
    cursor: pointer;
}
/* Menu link element */
DIV.MenuElementFirst {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position:absolute;
    padding:5px;
    width:145px;
    background-color:#ffffff;
    border-color:#999999;
    border-style:solid;
    border-height:1px;
    border-width:1px;
    display:none;
    cursor: pointer;

}
/* Menu link element when the mouse is over */
DIV.MenuElementFirstOver {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position:absolute;
    padding:5px;
    width:145px;
    background-color:#dcdcdc;
    border-color:#999999;
    border-style:solid;
    border-width:1px;
    cursor: pointer;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    background-color: #f5f5f5;
}

.home {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666
}

.home a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ffffff;
    text-decoration: none
}

.home a:hover{
    color: #c0c0c0;
    text-decoration: none
}

.screenshot_window {
    background-color: #f1efe3
}
.link-norm {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #336699;
    text-decoration: none}

.IntroTextLink {
    font-size: 12px;
    line-height: 22px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #336699;
    text-decoration: none
}


select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    border: #999999;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 200px;
}

.input-search {
    border-color: #999999;
    color: #333333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 120px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.input-search-focus {
    border-color: #108df9;
    color: #333333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 120px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.input-text {
    border-color: #999999;
    color: #333333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 200;
    height: 18px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.input-text-focus {
    border-color: #108df9;
    color: #333333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 200;
    height: 18px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}


.textMessage {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    line-height: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text {
    font-size: 11px;
    color: #333333;
    line-height: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text a {
    color: #108df9;
    text-decoration: none
}

.text a:hover {
    color: #ffffff;
    background-color: #108df9
}

.text-small {
    font-size: 10px;
    color: #333333;
    line-height: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text-small a {
    color: #108df9;
    font-weight: normal;
    text-decoration: none
}

.text-small a:hover {
    background-color: #108df9;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none
}

.text-intro {
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333
}

.text-intro a {
    color: #108DF9;
    font-weight: normal;
    text-decoration: none
}

.text-intro a:hover {
    color: #ffffff;
    background-color: #108DF9
}

.text-blue {
    color: #108df9;
}

.text-copyright {
    font-size: 9px;
    color: #333333;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text-copyright a {
    color: #333333;
    text-decoration: none;
}

.text-copyright a:hover {
    color: #000000;
    text-decoration: none;
}

.headline {
    font-size: 18px;
    line-height: 21px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333
    }

.headline-blue {
    font-size: 16px;
    line-height: 21px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #108df9
    }

.text-featured {
    font-size: 10px;
    color: #333333;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 14px;
    }

.text-featured a {
    color: #108df9;
    text-decoration: none
    }

.text-featured a:hover {
    color: #ffffff;
    background-color: #108df9
    }

.text-featured-title {
    font-size: 10px;
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }

.text-homepage {
    font-size:11px;
    line-height: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.subtitle {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    text-decoration: none
    }


.navMenu {
    font-size: 12px;
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    background-position: center
}



.button-action {
    font-size: 12px;
    color: #333333;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    background-position: center;
    text-decoration: none
}

.button-action-rollover {
    font-size: 12px;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #108df9;
    background-position: center;
    text-decoration: none
}
.button-action-subnav {
    font-size: 12px;
    color: ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #B8B8B8;
    background-position: center;
    text-decoration: none

}
.button-action-subnav-rollover {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    background-color: #B8B8B8;
    background-position: center;
    cursor: hand;
}
.navMenu-rollover {
    font-size: 10px;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    background-position: center;
}
.button-action-rollover-2 {
    font-size: 14px;
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    background-color: #ffffff;
}

.hr-grey {
    color: #cccccc;
    height: 1px;
    width: 100%;
    border: none;
    border-top: solid;
    border-top-width: 1px;
    border-top-height: 1px;
}


.hr-blue {
    color: #108df9;
    height: 1px;
    width: 100%;
    border: none;
    border-top: solid;
    border-top-width: 1px;
    border-top-height: 1px;
}

.heading {
    font-weight: bold;
    font-size: 14px;
}
.sub-heading {
    font-weight: bold;
    font-size: 12px;
}

.features {
    font-size: 9px;
    color: #333333;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    line-height: 11px;
}

.featuresBold {
    font-size: 10px;
    color: #333333;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-weight: bold;
    line-height: 14px;
}

.features a {
    color: #108DF9;
    font-weight: normal;
    text-decoration: none
}

.features a:hover {
    color: #ffffff;
    background-color: #108DF9
}
