/* start_Copyright_Notice
 Licensed Materials - Property of IBM

 "Restricted Materials of IBM"

 5639-VC6 5639-VM1

 (C) Copyright IBM Corp. 2012 All Rights Reserved.

 US Government Users Restricted Rights - Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with
 IBM Corp.
 end_Copyright_Notice */

@import "../lib/dojo/resources/dojo.css";
@import "../lib/dijit/themes/claro/claro.css";

body  {
    overflow: hidden;
    padding: 15px 0 0 15px;
    position: relative;
    font-size: 12px;
}

#panelContent {
    max-height: 372px;
    overflow: hidden;
}

.wizardPanel h1, .bluetext {
    border: 0 none;
    color: #336699;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.hidden { display: none !important; }

.mart20 { margin-top: 20px; }

.claro {
    color: #131313;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.dijitDialogUnderlay {
    background: #888 none repeat scroll 0 0 !important;
}

.dijitDialogTitle {
    font-weight: bold;
}

.dijitDialog {
    outline: none;
}

.claro .dijitTabContent,.claro .dijitDialogTitle {
    font-weight: bold;
}

.claro .dijitContentPane {
    padding: 0;
}

.claro .dijitBorderContainer {
    background-color: #e1ebfb;
}

.radioLabel {
    position: relative;
    top: 1px;
}

#loadingBgLayer {
    width: 100%;
    height:100%;
    background: #888888;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#loadingTxtLayer {
    color: #3A5672;
    font: 24px Arial,sans-serif;
    left: 50%;
    letter-spacing: 0.16em;
    margin: -30px 0 0 -250px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 3px #888888;
    top: 50%;
    width: 500px;
    z-index: 999;
}

#loadingTxtLayer img {
    margin-bottom: -17px;
}

#loadingTxtLayer #loadingtext {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.spirit {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.alignCenter {
    text-align: center !important;
}