body {
   font-size: small;
   font-family: Helvetica, Arial, sans-serif;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
   overflow-y: hidden;
}

body.htmlContent {
   padding: 15px;
}

h1 {
   text-align: left;
   margin: 0 0 30px 0;
   position: relative;
   font-size: 120%;
   font-weight: bold;
}

h2 {
   font-size: 110%;
   font-weight: bold;
}

h3 {
   font-size: 100%;
   font-weight: bold;
}

ul li {
   font-size: 100%;
}

ol li {
   font-size: 100%;
}

p {
   margin-top: 1em;
}

a {
   color: #408eb5;
}

#banner {
   float: left;
   background: #FFFFFF;
   width: 100%;
   padding: 0;
   border-bottom: 1px solid #b6b8ba;
   text-align: center;
}

#banner #mainLogo {
   float: left;
   margin: 12px 6px 6px 12px;
}

#banner #mainTitle {
   display: inline-block;
   color: #408eb5;
   float: left;
   font-size: 16px;
   margin-top: 18px;
   margin-left: 12px;
}

#banner #mainCommands {
   float: right;
   color: #408eb5;
   margin-right: 10px;
   margin-top: 0.8em;
}

#banner #mainCommands #loggedInHolder {
   float: right;
   /*display: none;*/
}

#banner #mainCommands #loggedInDiv {
   float: right;
   width: 100%;
   right: 0;
   height: 15px;
}

#banner #mainCommands #loggedInDiv #currentUser {
   float: right;
   padding: 4px;
   height: 1em;
   overflow: visible;
   margin-left: 10px;
   margin-right: 10px;
}

#banner #mainCommands #loggedInDiv2 {
   float: right;
   right: 0;
}

#banner #mainCommands #logOutDiv {
   float: none;
   margin-top: 1.0em;
}

#banner #mainCommands #logOutDiv a {
   float: right;
}

#banner #mainCommands #loggedInDiv a {
   float: right;
}

#banner #mainCommands #loggedInDiv2 a {
   padding: 4px;
   text-decoration: underline;
   margin-left: 10px;
   margin-right: 10px;
   cursor: pointer;
}

.actionButton {
   display: inline-block;
   border: 1px solid #999999;
   padding: 4px;
   background: #EEEEEE url(../images/action_button_bg.gif) repeat-x bottom left;
   text-decoration: none;
   color: #000000;
   height: 1em;
   overflow: visible;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-left: 10px;
   margin-right: 10px;
}

.embeddedApp {
   width: 100%;
   border: none;
   margin: 0;
   padding: 0;
   border: 0;
}

#main {
   border: 0;
   float: left;
   display: block;
   position: relative;
   min-height: 95%;
   height: 100%;
   width: 100%;

}

#dialogs > div {
   position: absolute;
   left: -9999px;
   overflow: hidden;
}

#mainApp {
   left: -9999px;
   padding-top: 20px;
   padding-bottom: 0px;
   margin-left: 2px;
   margin-right: 10px;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 120%;
   color: black;
   width: 100%;
   top: 77px;
   bottom: 60px;
   right: 5px;
   position: absolute;

}

#tickerTable {
   width: 100%;
   padding: 5px;

}

#loginDialog {
   background-color: #fff;
   margin-left: auto;
   margin-right: auto;
   z-index: 0;
   border-radius: 3px;
   padding-top: 1em;
   padding-left: 2em;
   padding-right: 1em;
}

#loginDialog inputs {
   border: 0;
   padding: 0;
   margin: 0;
}

#loginDialog actions {
   border: 0;
   padding: 0;
   margin: 0;
}

select {
   background: #f1f1f1;
   padding: 2px 2px 2px 2px;
   margin: 0 0 10px 0;
   width: 300px;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#loginUserName {
   background-position: 5px -2px !important;
}

#loginPassword {
   background-position: 5px -52px !important;
}

#actions {
   margin: 15px 0 0 0;
}

Button {
   fillColors: #ffffff, #666666, #ffffff, #eeeeee;
}

input[type=submit], button {
   border-radius: 3px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
   border-width: 1px;
   border-style: solid;
   border-color: #666666 #666666 #666666 #666666;
   float: left;
   height: 35px;
   padding: 0;
   width: 120px;
   text-align: center;
   vertical-align: bottom;
   cursor: pointer;
   font: bold 15px Arial, Helvetica;
}

input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus {
   background-color: #666666;
}

input[type=submit]:active, button:active {
   outline: none;
   box-shadow: 0 1px 4px rgba(255, 255, 255, 0.3) inset;
}

form input[type=submit] {
   border-radius: 3px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
   border-width: 1px;
   border-style: solid;
   border-color: #666666 #666666 #666666 #666666;
   float: right;
   padding: 0;
   padding-right: 30px;
   height: 35px;
   width: 50px;
   cursor: pointer;
   font: bold 15px Arial, Helvetica;
}

.inputform {
   display: table;
   width: 100%;
   padding: 0px;
   margin: 0px;
   border-spacing: 5px;
   list-style-type: none;
   border-collapse: collapse;
}

.twoColumnPart {
   width: 100%;
   display: table-row;
   margin-bottom: 1px;
   padding-bottom: 1px;

}

.oneColumnPart {
   display: table-row;
   margin-top: 5px
}

.inputlabel {
   width: 100px;
   vertical-align: middle;
   text-align: left;
   padding-right: 5px;
   height: 15px;
   display: table-cell;
}

#changePasswordForm > .inputlabel {
   width: 200px;
}

.inputComboContainer
{
   display: table-cell;
}
.inputtext {
   background: #f1f1f1;
   padding: 5px 15px 5px 15px;
   margin: 5px 0px 5px 0px;
   border: 1px solid #ccc;
   border-radius: 2px;
   box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
   width: 220px;
   vertical-align: middle;
   text-align: left;
   height: 35px;
   display: table-cell;
}

.inputLogin {
   background: #f1f1f1;
   padding: 15px 15px 15px 15px;
   margin: 0 0 10px 0;
   width: 300px;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

input:focus, select:focus {
   background-color: #fff;
   border-color: #666666;
   outline: none;
   box-shadow: 0 0 0 1px #666666 inset;
}

input:required:invalid, input:focus:invalid {
   background-image: url(/images/required.png);
   background-position: right top;
   background-repeat: no-repeat;
}

.inputcheck {
   float: left;
   width: 100px;
   height: 15px;
   vertical-align: middle;
   display: table-cell;
}

.inputerror {
   width: 100%;
   vertical-align: middle;
   text-align: left;
   color: red;
   height: 15px;
   padding-left: 10px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   display: table-cell;
}

form {
   width: 100%;
   padding: 0px;
   margin: 0px;
   list-style-type: none;
}

.twoColumnPart select {
   width: 100%;
   height: 35px;
   padding-left: 15px;
   vertical-align: middle;
   display: table-cell;
   text-align: left;
}

.inputselect {
   background: #f1f1f1;
   padding: 5px 5px 5px 15px;
   margin: 0px 0px 0px 0px;
   border: 1px solid #ccc;
   border-radius: 2px;
   box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
   width: 230px;
   vertical-align: middle;
   text-align: left;
   height: 35px;
   display: table-cell;
}


.twoColumnPart textarea {
   width: 200px;
   height: 150px;
   display: table-cell;
}

.oneColumnPart input {
   display: table-cell;
   width: 100px;
   height: 15px;
   vertical-align: middle;
}

.oneColumnPart label {
   display: table-cell;
   width: 200px;
   height: 15px;
   word-wrap: normal;
   text-align: left;
   vertical-align: middle;
}

form div.actionPart {
   width: 100%;
   right: 25px;
   bottom: 0px;
   padding: 5px;
   vertical-align: middle;

}

form input[type=submit] {
   margin-left: 5px;
   margin-right: 5px;
   height: 25px;
   width: 100px;

}

form .button {
   margin-left: 5px;
   margin-right: 5px;
   height: 25px;
   width: 100px;
}

form input[type=submit] {
   margin-left: 5px;
   margin-right: 5px;
   height: 25px;
   width: 100px;
   left: 20px;

}

#actions a {
   color: #408eb5;
   float: right;
   line-height: 35px;
   margin-left: 10px;
}

div.horizontalContainer {
   width: 100%;
   height: 120;
   text-align: left;
   vertical-align: bottom;
   overflow: auto;
   float: none;
}

#marketProductFilter {
   width: 100%;
   text-align: left;
   vertical-align: bottom;
   overflow: hidden;
   float: none;
   height: 60px;
   padding-left: 2px
}

#marketProductFilter * {
   float: left;
   display: block;
}

#marketProductFilter label {
   margin: 0px 10px;
   vertical-align: bottom;
   padding-top: 4px;
   text-align: left;
}


div.horizontalContainer * {
   float: left;
   margin: 0px 10px;

}

.datepicker {
   background: #f1f1f1;
   padding: 15px 2px 2px 15px;
   margin: 0 0 0 0;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
   vertical-align: middle;
   text-align: center;
   height: 25px;
   display: table-cell;
}

div.tableContainer {
   display: table;
   border-collapse: collapse;
   width: 100%
}

div.tableRow {
   display: table-row;
   width: 100%;
   float: none;

}

div.tableCell {
   display: table-cell;
   float: left;
}

.tableCelllabel {
   width: 100px;
   vertical-align: middle;
   text-align: right;
   padding-right: 5px;
   height: 15px;

}

#tickerFooter {
   width: 100%;
   height: 25px;
   margin-top: 25px;
   position: absolute;
   bottom: 0;
   margin-bottom: 5px;
   left: 5;
   right: 5;
   text-align: center;
}

.wijmo-wijlist-item
{
   width: 100% !important;
}

.wijmo-wijlist-ul
{
   width: 100% !important;
}

.wijmo-wijsuperpanel-contentwrapper
{
   width: 100% !important;
}

.wijmo-wijsuperpanel-templateouterwrapper
{
   width: 100% !important;
}

.wijmo-wijsuperpanel-statecontainer
{
   width: 100% !important;
}

strong
{
   font-weight: bold;
}


#mainApp {
   /*width: 1240px;*/
}


.tab-content {
   margin-top: 30px;
   margin-bottom: 60px;
}

caption {
   padding-bottom: 20px;
}

table td {
   text-align: right;
}
table thead td {
   text-align: center;
}

table {
   border-collapse: separate !important;  /*override ICE style to fix dotted borders becoming solid in places */
}

thead {
   font-weight: bold !important;
}
th {
   font-weight: bold;
}

tr.section-summary {
   background-color: #eee;
}
th.section-child {
   padding-left: 40px !important;
}

div[id*="pane-by"] {
   display: none;
}
div[id*="-loading"] {
   text-align: center;
}
div[id$="-current-view"] {
   position: relative;
   float: left;
}
div[id$="-current-list"] {
   clear: both;
}


section h3 {
   text-align: center;
}

footer {
   position: fixed !important;
   bottom: 0;
   border-top: 1px solid #b6b8ba;
   background-color: #fff;
   margin-bottom: 0 !important;
}

.footnotes {
   margin-top: 30px;
   margin-bottom: 30px;
   color: #999999;
   font-size: 12px;

   text-align: left;
}

.ui-datepicker td > a.ui-state-active {
   background: lightskyblue;
   color: #ffffff;
}
.ui-state-highlight {
   background: inherit !important;
}
.ui-datepicker table {
   font-size: 10px;
}

#reportCalendar {
   display: block !important;
   margin-bottom: 40px;
}




@media print{

   .nav {
      display: none;
   }

   #mainApp {
      position: relative !important;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
   }
   footer, #tickerFooter {
      position: relative !important;
      height: auto !important;
   }

   .page-header {
      font-size: 20px;
   }

   a[href^=mailto]:after {
      content:"";
   }

} /* end print */