div.home-panel {
    margin-bottom: 25px;
    margin-top: 10px;
}

div.home-panel.last {
    margin-bottom: 0px;
    padding-bottom: 25px;
    margin-top: 10px;
}

div.home-panel div.homepanelcontentswrapper {
    padding-left: 46px;
    padding-right: 47px;
}

div.home-panel div.contents {
    /* border-top: 1px solid #a3a3a3; */
    padding-top: 0px;
}

div.home-panel div.contents a.external {
    background: transparent url(res/external.png) no-repeat scroll right top;
    padding-right: 15px;
}

div.home-panel div.titlebar {
    overflow: auto;
    /* background-color: #888; */
    /* color: #EEE; */
    /* font-weight: bold; */
    font-size: 18px;
    padding-left: 23px;
    padding-bottom: 3px;
}

div.home-panel div.titlebar span {
    /* float: left; */
    text-align: left;
}

div.home-panel div.titlebar div.title {
    float: left;
    display: inline;
}

div.home-panel div.titlebar div.helpicon {
    float: left;
    display: inline;
    margin-left: 8px;
    margin-top: 3px;
    height: 15px;
    width: 15px;
}

div.home-panel div.titlebar div.helpicon a {
    display: block;
    height: 15px;
    width: 15px;
    background: url(res/help.gif) no-repeat;
}

div.home-panel div.line {
    height: 1px;
    border-top: 1px solid #a3a3a3;
    width: 100%;
}

div.redundant-status-panel {
    height: 120px;
    background: #e9e9e9;
    width: 100%;
    color: #162534
}

div.redundant-status-header {
    padding-left: 24px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
}

div.redundant-status-text {
    padding-top: 2px;
    padding-left: 24px;
    color: #162534;
    font-size: 12px;
}

div.redundant-status-text a {
    color: #b20000
}

div.demo-panel {
    height: 75px;
    /*background: url(res/trialbg.gif) repeat scroll 100% 0;*/
    background: #FFCC00; /*fallback background*/
    background: -webkit-gradient(linear, left center, right center, from(#FFCC00), to(#E8A31C)); /*webkit gradient*/
    background: -moz-linear-gradient(top, #FFCC00, #E8A31C); /*firefox gradient*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#E8A31C'); /*ie gradient*/
    width: 100%;
    color: #162534;
    clear: both;
}

div.demo-header {
    padding-left: 24px;
    padding-top: 19px;
    font-size: 14px;
    font-weight: bold;
}

div.demo-header span.timer {
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-right: 25px;
}

div.demo-header span.timer a {
    color: #b20000
}

div.demo-text {
    padding-top: 2px;
    padding-left: 24px;
    color: #162534;
    font-size: 12px;
}

div.demo-text a {
    color: #b20000
}

div.demo-countdown {
    background-color: red;
    color: white;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    width: 100%;
    margin-top: 20px;
}

div.demo-countdown a {
    font-size: large;
    font-family: arial;
    color: white;
}

.countdown-label {
    font-size: x-large;
    font-family: arial;
    color: white;
}

div.collapse-link {
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    display: inline;
}

div.infobubblewrapper {
    display: inline;
    float: left;
    margin-left: 5px;
}

div.infobubble {
    width: 500px;
    /* margin-right: 47px; */
    /* float: right; */
    margin-bottom: 10px;
}

div.infobubble div.infobubbletop {
    background: #cfd8e3;
    height: 4px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div.infobubble div.infobubbletop div.infobubbletopleft {
    float: left;
    display: inline;
    background: transparent url(res/bubble/topleft.gif) no-repeat;
    height: 4px;
    width: 20px;
}

div.infobubble div.infobubbletop div.infobubbletopright {
    float: right;
    display: inline;
    background: transparent url(res/bubble/topright.gif) no-repeat;
    height: 4px;
    width: 4px;
}

div.infobubble div.infobubblemain {
    background: transparent url(res/bubble/main.gif);
}

div.infobubble div.infobubbleclose {
    float: right;
    display: inline;
    margin-right: 4px;
    margin-top: 0px;
    /* background-color: #888888; */
    height: 15px;
    width: 15px;
}

div.infobubble div.infobubbleclose a {
    display: block;
    height: 15px;
    width: 15px;
    background: url(res/bubble/close.gif) no-repeat;
}

div.infobubble div.infobubblecontents {
    font-size: 12px;
    padding: 5px 40px 8px 28px;
}

div.infobubble div.infobubblebottom {
    background: #cfd8e3;
    height: 4px;
    overflow: hidden;
}

div.infobubble div.infobubblebottom div.infobubblebottomleft {
    float: left;
    display: inline;
    background: url(res/bubble/bottomleft.gif) no-repeat;
    height: 4px;
    width: 20px;
}

div.infobubble div.infobubblebottom div.infobubblebottomright {
    float: right;
    display: inline;
    background: transparent url(res/bubble/bottomright.gif) no-repeat;
    height: 4px;
    width: 4px;
}

div.makeie6work {
    display: block;
    width: 556px;
}

div.clearfix {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

ul.launchlinks {
    float: right;
    margin-right: 2ex;
}

ul.launchlinks li {
    display: block;
    padding-bottom: 4px;
}

div.homepage-item {
    margin: 8px 0 8px 0 !important;
    padding: 11px 13px 15px 8px;
    background: #e9e9e9;
    min-height: 40px;
}

div.homepage-item a {
    color: #e98119;
    font-family:monospace;
    -ms-word-wrap:break-word;
    word-wrap:break-word;
}

div.homepage-item p {
    padding-left: 50px;
}

@media(max-width: 40em){
    div.homepage-item p {
        padding-left: 0;
    }
}

div.homepage-item div.welcome {
    padding-left: 50px;
}

div.homepage-item span.title {
    /*display: block;*/
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

div.homepage-item span.description {
    display: block;
    margin-top: 8px;
}

div.homepage-item span.title a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

div.homepage-item span.title a:HOVER {
    /*text-decoration: underline;*/
    color: blue;
    border-bottom: 1px solid blue;
}

div.homepage-item img.icon {
    float: left;
    margin-right: 2ex;
    margin-top: 4px;
}


div.sprite_btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

div.download {
    padding: 1ex;
    margin: 2ex;
}

div.download a {
    background: #F8F8F8 url(res/configure/backupbutton.gif) no-repeat 0px center;
    border: 1px solid #d5d5d4;
    padding-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

div.download a:hover {
    /* color: #000; */

}

div.download p {
    margin-top: 24px;
    margin-bottom: 8px;
}