body
{
    background: #7d7d7d;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#container
{
    width: 970px;
    margin: 0 auto;
}

#header
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219,218,218)), color-stop(100%, rgb(245,245,245)));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 29px
}

#lexmarklogo
{
    width: 109px;
    position: relative;
    float: left;
}

#softwarebranding
{
    font-size: .875rem;
    padding-left: 20px;
    position: relative;
    float: left;
    width: 300px;
    line-height: 29px;
    height: 29px;
}

#changelanguage
{
    position: relative;
    float: right;
    font-size: .625rem;
}

#changelanguage #icon
{
    padding-right: 10px;
    position:relative;
    float: left;
    height: 29px;
    line-height: 29px;
    padding-top: 3px;
}

#changelanguage #text
{
    position: relative;
    float: right;
    height: 29px;
    line-height: 29px;
}

#appbranding
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    line-height: 1rem;
    z-index: 100;
    width: 100%;
    height: 190px;
}

#appbranding #apptitle
{
    position: relative;
    float: left;
}

#appbranding #applogo
{
    position: relative;
    float: right;
    padding-right: 20px;
    z-index: 101;
}

#appbranding #apptitle .title
{
    font-weight: bold;
    font-size: 1.25rem;
    color: #ffffff;
}

#appbranding #apptitle .subtitle
{
    font-weight: bold;
    font-size: 1.125rem;
    color: #ffffff;
}

#settings
{
    background: #ffffff;
    width: 970px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 140px;
}

#settingsheader
{
    margin-top:70px;
    background: #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #4b4b4b;
    font-size: .875rem;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    line-height: 28px;
}

#settingsheader #icon
{
    position: relative;
    float: right;
    padding-top: 2px;
}

#accordion
{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#generalsettings, #authentication, #printoptions
{
    font-weight: bold;
    color: #4b4b4b;
    font-size: .6875rem;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}

#generalsettings:hover, #authentication:hover, #printoptions:hover
{
    cursor: pointer;
}

#generalsettingscontent, #authenticationcontent, #printoptionscontent
{
    color: #4b4b4b;
    font-size: .56255rem;
    padding-left: 10px;
}

#generalsettingscontent
{
    height: 140px;
}

#authenticationcontent
{
    height: 160px;
}

#printoptionscontent
{
    height: 450px;
}

#realcontent
{
    width: 100%;
    position: relative;
    float: left;
}

#labels
{
    padding-top:15px;
    line-height:24px;
    position: relative;
    float: left;
    width: 200px;
}

#values
{
    padding-top:15px;
    line-height:24px;
/*    position: relative;
    float: right;*/
}

#buttons
{
    position: relative;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#buttonholder
{
    width: 302px;
    margin: 0 auto;
}

input[type="text"]
{
    color: #4b4b4b;
    font-size: .56255rem;
    border: 1px solid rgb(137,137,137);
    border-radius: 3px;
    background: -webkit-gradient(linear, top left, bottom left, color-stop(0%, rgb(235,235,235)), color-stop(100%, rgb(255,255,255)));
    padding-left: 5px;
    padding-right: 5px;
    overflow: ellipsis;
}

.save
{
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(141,193,63)), color-stop(100%, rgb(0,148,68)));
    font-weight: bold;
    font-size: .75rem;
    border: 1px solid rgb(0,148,68);
    border-radius: 3px;
    width: 136px;
    height: 30px;
    -webkit-box-shadow: inset 0 0 1.5px rgba(2,2,2, 0.35);
    text-shadow: 0px -1px 1px #000000;
    margin-right: 20px;
}

.reset
{
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(233,233,233)));
    font-weight: bold;
    font-size: .75rem;
    border: 1px solid rgb(233,233,233);
    border-radius: 3px;
    width: 136px;
    height: 30px;
    -webkit-box-shadow: inset 0 0 1.5px rgba(2,2,2, 0.35);
    text-shadow: 0px 1px 1px #ffffff
}

.open
{
    background: #ffffff;
}

.closed
{
    background: #f1f2f2;
    border: 1px solid #f1f2f2;
}

.authorize
{
    color: #004a80;
    text-decoration: none;
}

.authorize:hover
{
    text-decoration: underline;
}

select
{
    color: #4b4b4b;
    font-size: .56255rem;
    border: 1px solid rgb(137,137,137);
    border-radius: 3px;
    background: -webkit-gradient(linear, top left, bottom left, color-stop(0%, rgb(235,235,235)), color-stop(100%, rgb(255,255,255)));
    padding-left: 5px;
    padding-right: 5px;
    overflow: ellipsis;
}

.imagepadding
{
    padding-right: 10px;
}