body.demo {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    background: #14335C url('../img/bg.png') repeat-x scroll 0 0;
    font-family: arial;
}

.clawButtons {
    margin-top: 1em;
    border-top: 1px solid #BDD6F0;
    padding-top: .5em;
    text-align: center;
}

ul.errors {
    padding: 0;
}

.contentBody {
    margin-top: 0;
    background: white;
    min-height: 450px;
    padding: 10px;
}

.contentBody ul {
    margin: 0;
}

p.header {
    background: #9CBBE5;
    padding: .5em;
    margin-top:0;
}
.loginForm .row {
    margin-bottom: 3px;
}

.dialogLabel {
    width: 80px;
    text-align: right;
    display:-moz-inline-stack;
    display:inline-block;
}

.buttonContainer {
    margin-top: 1em;
    border-top: 1px solid #BDD6F0;
    padding-top: .5em;
    text-align: center;
}

.exceptionMonitor ul {
    list-style-type: none;
    color: red;
}

.topheader {
    /*visibility: hidden;*/
    position: relative;
    height: 140px;
    background: url(../img/clawHead.png) 0 0 no-repeat;
    z-index: 100;
}

.logoDemo {
    position: absolute;
    top: 35px;
    background: url(../img/clawDemo.png) 0 0 no-repeat;
    height: 106px;
    width: 301px;
    margin-left: 700px;
    z-index: 200;
}

.topheader .logoClaw {
    position: absolute;
    top: 5px;
    background: url(../img/claw.png) 0 0 no-repeat;
    height: 123px;
    width: 123px;
    margin-left:20px;
    z-index: 300;
}

.soria .listTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.soria .listTable .header {
    background:#EAEAEA;
    border-bottom:1px solid #CCCCCC;
}

.listTable th {
    padding:3px 0 1px 3px;
}


.pager {
    text-align: center;
}

.pager div {
    display:-moz-inline-stack;
    display:inline-block;
    cursor: pointer;
    border: 1px solid gray;
}

.pager div.page {
    width: 20px;
}

.pager div.button {
    padding-left: 3px;
    padding-right: 3px;
}

.pager div.current {
    cursor: default;
    font-weight: bold;
}


.hlist div.item {
    float: left;
}

.hlist .boundBox{
    border: 1px solid #8BA0BD;
    padding: 2px 4px 2px 2px;
}

.hlist div.active .boundBox{
    width: 100px;
}

.hlist div.roles .boundBox{
    margin-left: 2px;
    width: 230px;
}


.hlist div.item div, .hlistButtons{
    clear: left;
}

.searchParameters div.item span {
    display: block;
}

.customerForm .label span, .userForm .label span{
    display:-moz-inline-stack;
    display:inline-block;
    width: 127px;
    text-align: right;
    padding-right: 15px;
}

body.demo .customerDialog form{
    width: 360px;
    height:415px;
    overflow: hidden;
}

body.demo .dijitDialog .dijitDialogPaneContent{
    background: #F0F4FC;
}
.customerForm .buttons, .userForm .buttons {
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    border-top: 1px solid #BCD5F0;
    porition: relative;
    clear: left;
}

.sort {
    cursor: pointer;
    padding-right: 15px;
    background: url(../img/sort_arrow.gif) 100% 50% no-repeat;
}

.sortAsc {
    background: url(../img/asc_arrow.gif) 100% 50% no-repeat;
}

.sortDesc {
    background: url(../img/desc_arrow.gif) 100% 50% no-repeat;
}

.addressTabs {
    width: 100%;
    height: 150px;
    margin-top: 5px;
/*    margin-left: 20px;*/
}

.demo .addressTabs .dijitTabLabels-top {
    border-left:none;
    border-right:none;
    border-top:none;
}

.addressTabs .zip, .addressTabs .city, .addressTabs .state {
    float:left;
    margin-left: 4px;
}

.addressTabs .address {
    width: 270px;
    margin-left: 0;
}

.addressTabs .zip, .addressTabs .country {
    width: 56px;
    margin-left: 0;
}

.addressTabs .city {
    width: 140px;
}

.addressTabs .state {
    width: 65px;
}

.addressTabs .label {
    display: block;
}

div.label {
    margin-top: 2px;
}

.addressTabs .text {
    width: 100%;
}

.hideForm form, .hideForm .dijitTextBox input, .hideForm .dijitComboBox input, .hideForm .dijitSpinner input{
    visibility: hidden !important;
}

.users .hlist .dijitTextBox {
    width: 150px;
}

.userRolesRow {
    position: relative;
    margin-top: 5px;
/*    width: 340px;*/
}
.userRolesRow .userRolesContainer {
    position: relative;
    float: left;
    width: 160px;
    height: 180px;
    border: 1px solid #8BA0BD;
    margin-top: 0;
    padding:3px;
}

legend {
    font-weight: bolder;
}

.userRolesRow div div {
    clear: left;
}

.availableRoles {
    margin-right: 5px;
}

.userRolesRow input {
    display: none;
}