/*
 * These styles are common to all master CSS files.
 */
applet {
    width: 330px;
    height: 40px;
    margin-top: 12px;
}

center.macNoJavaMessage {
    text-align: center;
    margin-left: 127px;
    margin-right: 127px;
    margin-top: 60px;
}

#downloadingSoftware {
    display: none;
}

.qaTestOnly {
    font-size: 0.625em;
}

/* images */
img {
    border-style: none;
}

img.citrixOnlineLogo {
    width: 110px;
    height: 24px;
}

/* broker messages */
div.errors p.error {
    font-family: arial, verdana, helvetica;
    font-weight: bold;
    font-size: 13px;
    color: #882222;
}

div.errors a {
    color: #882222;
}

div.notices p.notice {
    font-family: arial, verdana, helvetica;
    font-weight: bold;
    font-size: 13px;
    color: #009900;
}

div.notices a {
    color: #009900;
}

/* i18nized buttons */
a.i18nizedButton {
    background: transparent url('../images/bg_button_a.html') no-repeat scroll top right;
    color: #0033FF;
    display: inline-block;
    font: bold 12px arial, verdana, helvetica;
    height: 31px;
    padding-right: 17px; /* sliding doors padding */
    text-decoration: none;
}

a.i18nizedButton span {
    background: transparent url('../images/bg_button_span.html') no-repeat;
    display: inline-block;
    line-height: 12px;
    padding: 10px 0 9px 17px;
}

a.i18nizedButton:hover {
    background-position: right;
    color: #0033FF;
}

a.i18nizedButton:hover span {
    background-position: left;
    padding: 10px 0 9px 17px;
    cursor: pointer;
}

a.i18nizedButton:active {
    background-position: bottom right;
    color: #0033FF;
    outline: none; /* hide dotted outline in Firefox */
}

a.i18nizedButton:active span {
    background-position: bottom left;
}

input.cleanSubmitButton {
    font: bold 12px arial, verdana, helvetica;
    overflow: visible;
    padding: 0 3px;
    width: auto;
}

div.downloadBoxDiv {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    height: 65px;
    width: 340px;
}

.downloadButton {
    margin-top: 20px;
}

div.downloadComplete {
    font-size: 16px;
    font-family: arial, verdana, helvetica;
    margin-top: 40px;
    margin-bottom: 30px;
}