* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 0.9em;
    font-family: 'verdana', 'tahoma', 'arial', 'trebuchet ms', sans-serif;
    background: #e4e4e4;
}

header, footer, nav#navMain, main, div#divTopAdv, div#divGlobalMsg, div#divSectionMsg{
    clear: both;
    overflow: auto;
    width: 1180px;
    margin: 0px auto;
    background: #ffffff;
}

#divTopAdv a, #divTopAdv img {
    display: block;
}
#divTopAdv {
    display: none;
}
a {
    color: #e3480b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

header {
    height: 76px;
    background: url('/graphics/headerBackground.png') repeat-y;
}

    h1 {
        display: none;
    }
    #headerLogo, #headerLogo img{
        display: block;
        float: left;
    }
    header form{
        display: block;
        overflow: auto;
    }
        header form label{
            display: block;
            clear: both;
            color: white;
            font-weight: bold;
            font-size: 0.7em;
            line-height: 2.5em;
        }
        header form input {
            background: #333333;
            border: 1px solid #000000;
            color: #cdcdcd;
            margin: 0px;
            height: 25px;
            line-height: 25px;
            padding-left: 3px;
        }
        header form input.inpText {
            float: left;
        }
        header form#formLogin input.inpText {
            width: 100px;
        }
        header form#formSearch input.inpText {
            width: 350px;
        }
        header form input.inpButton {
            border: 1px solid black;
            float: left;
            padding-left: 0px;
        }
        #formSearch {
            padding-top: 6px;
            margin-left: 175px;
            float: left;
        }
        #formLogin {
            float: right;
            margin-right: 12px;
        }
        span.bottomFormLinks{
            display: block;
            clear: both;
        }
        span.bottomFormLinks a {
            color: #cdcdcd;
            font-size: 0.6em;
        }
        
        

nav#navMain{
    display: block;
    overflow: auto;
    clear: both;
}
#navMain ul{
    overflow: auto;
    display: block;
    clear: both;
    list-style: none;
    width: 100%;
    background: #ffa953;
}
#navMain li {
    display: block;
    float: left;
}
#navMain a {
    display: block;
    color: #484848;
    padding: 12px 16px;
}
#navMain a:hover{
    text-decoration: none;
    color: white;
}
#navMain a.active {
    color: #e3480b;
    font-weight: bold;
    font-size: 1.1em;
    background: white;
}




main{
    clear: both;
    overflow: auto;
}
div#divMainMargin{
    margin: 0.8em 0.8em;
    overflow: auto;
    clear: both;
    font-size: 0.9em;
}

footer {
    display: block;
    clear: both;
    padding-top: 0.5em;
    padding-top: 0px;
}
    div#footBody {
        display: block;
        overflow: auto;
        clear: both;
        margin: 0.8em 0.8em;
        border-top: 1px solid silver;
        padding: 1em 0px;
    }
    div#footBody p{
        font-size: 0.8em;
        color: gray;
    }
        
        
div.formField {
    display: block;
    overflow: auto;
}
div.formField.horizontal {
    float: left;
}
div.formField.vertical {
    clear: both;
}
div#divSectionMsg {
    background: white;
}
div#divSectionMsg p{
    padding: 4px 8px;
}
div#divSectionMsg.Error{
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    color: red;
    font-weight: bold;
}
div#divSectionMsg.Warn{
    border-top: 1px solid #ff8000;
    border-bottom: 1px solid #ff8000;
    color: #ff8000;
    font-weight: bold;
}
div#divSectionMsg.Success{
    border-top: 1px solid #008000;
    border-bottom: 1px solid #008000;
    color: #008000;
    font-weight: bold;
}
#closeSectionMsg {
    display: block;
    float: right;
}
#closeSectionMsg a{
    color: gray;
}

div#divGlobalMsg.Warn{
    background: #ffd595;
}
div#divGlobalMsg.Error{
    background: #fbb7c2;
}
div#divGlobalMsg.Success{
    background: #ceebaf;
}
    div#divGlobalMsg p, div#divSectionMsg p {
        margin: 6px 12px;
    }
    
    
h2 {
    font-weight: normal;
    color: #6a3971;
    clear: both;
}
h2.switchMargins{
    margin-top: 0.6em;
    margin-bottom: 1.0em;
}
.pageHeader {
    overflow: auto;
    overflow: hidden;
    color: gray;
    float: left;
    height: 60px;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-bottom: 1px dashed #e2e2e2;
    border-top: 1px dashed #e2e2e2;
}
.pageHeaderImg {
    display: block;
    float: left;
    padding-right: 6px;
}
.pageHeaderImg img {
    display: block;
    float: left;
}
.pageHeader h2 {
    height: 60px;
    float: left;
    font-size: 2em;
    line-height: 1.1em;
    clear: none;
    display: block;
}
span.asTable{
    width: 100%;
    height: 100%;
    display: table;
}
span.asTableCell{
    display: table-cell;
}
.vertBottom {
    vertical-align: middle;
}
.pageHeaderLinks {
    display: block;
    float: right;
    width: 240px;
}
.pageHeaderLinks .pushbuttonsmall {
    clear: none;
    float: right;
}
.headActionButton{
    
}
h3 {
    display: block;
    clear: both;
    margin-top: 1em;
    margin-bottom: 0px;
}
h3.pTitle{
    margin-top: 0px;
    margin-bottom: 0.8em;
}

main form {
    display: block;
    margin: 1em;
    padding: 0.5em;
}
div.divField {
    display: block;
    overflow: auto;
    padding: 0.8em 1em;
}
div.divField label {
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding: 4px 3px;
    margin-right: 16px;
    color: #3e3e3e;
}
div.divField input {
    display: block;
    float: left;
    padding: 4px 3px;
    width: 325px;
    border: 1px solid #cdcdcd;
}
div.divField input.inlinebutton {
    width: auto;
    margin-left: 8px;
    padding: 4px 8px;   
}
div.divField textarea {
    display: block;
    float: left;
    padding: 4px 3px;
    width: 325px;
    border: 1px solid #cdcdcd;
}
div.divField select {
    display: block;
    float: left;
    padding: 4px 3px;
    width: 325px;
    border: 1px solid #cdcdcd;
}
div.divField.Submit input {
    width: auto;
    padding: 8px 12px;
    border-color: silver;
    margin-left: 170px;
}
div.divField.checkbox{
}
div.divField.checkbox label{
    width: 325px;
    float: left;
    text-align: left;
}
div.divField.checkbox input {
    width: 170px;
    float: left;
    margin-top: 6px;
}
span.formTip {
    display: block;
    clear: both;
    float: left;
    font-size: 0.7em;
    padding: 4px 3px;
    padding-top: 2px;
    color: #a3a3a3;
    margin-left: 172px;
    width: auto;
}

div#divMainMargin p{
    margin-bottom: 1.1em;
    line-height: 1.4em;
    text-align: justify;
}

img.imgInline {
    display: inline;
    vertical-align: middle;
}

input.required{
    background: url('graphics/icon-alert.png') no-repeat right;
    padding-right: 23px;
}

span.required{
    color: red;
}


.navContextMenu{
    padding: 8px 0px;
}
.navContextMenu ul{
    list-style: none;
}
.navContextMenu li {
    display: inline;
    padding-right: 22px;
}
.navContextMenu a.active {
    color: gray;
}

.contextMenu{
    float: left;
    clear: none;
    overflow: auto;
    width: 240px;
    border-top: 1px dashed #e2e2e2;
    margin-bottom: 28px;
    clear: left;
}
.contextMenu li {
    display: block;
    overflow: auto;
    clear: both;
    border-bottom: 1px dashed #e2e2e2;
}
.contextMenu a {
    display: block;
    clear: both;
    overflow: auto;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 5px 2px;
    color: #6a3971;
}
.contextMenu a.active {
    background: #eeedfc;
}
.contextMenu span {
    display: block;
    clear: both;
    color: gray;
    font-size: 10px;
}
.contextMenu a:hover {
    text-decoration: none;
    background: #f2f2f2;
}


.content {
    clear: none;
    float: left;
    width: 905px;
}



.column{
    clear: none;
    float: left;
    overflow: auto;
}



.homeBox{
    margin-bottom: 10px;
    margin-left: 10px;
}
.homeBox h2{
    border-bottom: 1px solid #c9c9c9;
    font-size: 2em;
}
#homeBoxPromo{
    /*background: lightsteelblue;*/
    width: 799px;
    float: none;
    clear: both;
    margin-left: 0px;
}
#homeBoxPromo img {
    display: none;
    display: block;
    margin-left: 0px;
}
#homeBoxNews{
    /*background: #eca2a4;*/
    width: 540px;
    float: left;
    clear: left;
    margin-left: 0px;
}
#homeBoxFeed{
    /*background: #a6abe8;*/
    width: 540px;
    float: left;
    clear: left;
    margin-left: 0px;
}
#homeBoxExtra1{
    /*background: #c1ddb0;*/
    width: 250px;
    float: left;
    clear: both;
}
#homeBoxExtra2{
    /*background: #e2cfab;*/
    width: 250px;
    float: left;
    clear: both;
}
#homeBoxExtra2 img {
    display: block;
    margin: 10px auto;
}
#homeBoxEvents{
    /*background: #f993fb;*/
    width: 349px;
    float: right;
    clear: right;
}
#homeBoxGames{
    /*background: #e1fb93;*/
    width: 349px;
    float: right;
    clear: right;
}
#homeBoxPlayers{
    /*background: #f9bd95;*/
    width: 349px;
    float: right;
    clear: right;
}
#homeBoxActivities{
    float: left;
    margin-left: 0px;
    width: 799px;
}

ul.homeBoxList {
    list-style: none;
}
ul.homeBoxList li{
    display: block;
    clear: both;
    overflow: auto;
    border-bottom: 1px dashed #e2e2e2;
    padding: 4px;
}
ul.homeBoxList img {
    display: block;
    float: left;
}
ul.homeBoxList a {
    display: block;
    clear: both;
    font-size: 1.4em;
    float: left;
    clear: right;
}
ul.homeBoxList span{
    display: block;
    clear: left;
    color: gray;
    float: left;
}
ul.homeBoxList span.text{
    font-size: 0.9em;
}
ul.homeBoxList div.img {
    overflow: auto;
    float: left;
    clear: none;
    width: 70px;
}
ul.homeBoxList div.img img{
    margin: 4px auto;
}


div.item {
    overflow: auto;
}
div.profilePhotoMain {
}
div.profilePhotoMain img{
    display: block;
    margin: 8px auto;
    float: none;
}
#loggedUserBox {
    float: right;
    width: 300px;
    text-align: right;
    padding: 5px;
    font-size: 1.2em;
    color: white;
}
#loggedUserBox img {
    display: block;
    float: right;
    border: 3px solid white;
    margin-left: 5px;
}
#loggedUserBox a {
    color: silver;
    font-size: 0.6em;
}

h3.navTitle {
    color: #f06c0b;
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 4px;
    clear: left;
    width: 240px;
    display: block;
}
#contextMenuContainer {
    overflow: auto;
    width: 240px;
    margin-right: 14px;
    float: left;
}

a.pushbutton {
    display: block;
    clear: both;
    background: #ffa953;
    color: white;
    font-size: 1.4em;
    padding: 0.8em 0px;
    width: 220px;
    text-align: center;
    margin: 0.5em auto;
}
a.pushbuttonsmall{
    display: inline-block;
    clear: both;
    padding: 4px 7px;
    margin: 2px 0px;
    background: #ffa953;
    color: white;
    border: 1px solid white;
    text-align: center;
}
a.pushbuttonsmall.center {
    display: block;
    width: 140px;
    margin: 4px auto;
}
a.pushbuttonsmall:hover, a.pushbuttonsmall.clicked{
    background: white;
    color: #ffa953;
    border: 1px solid #ffa953;
    text-decoration: none;
}

.listItemTDDetails .pushbuttonsmall {
    display: inline-block;
    width: auto;
    clear: both;
    float: right;
}

/* list tables

6a3971
*/

table.listTable {
    width: 900px;
    margin-top: 2.3em;
    border-spacing: 0px;
}
table.listTable.noMargin{
    margin-top: 0px;
    margin-bottom: 1em;
}
table.listTable.halfsize {
    width: 440px;
}
table.listTable.onethirdsize {
    width: 320px;
}
table.listTable.twothirdsize {
    width: 570px;
}
table.listTable.statsTable{
    margin-bottom: 1em;
}
table.listTable.inPopup {
    margin: 0px auto;
    border-top: 1px dashed #e2e2e2;
}
table.listTable.dashTop {
    border-top: 1px dashed #e2e2e2;
}
table.listTable.homeBoxTable{
    margin-top: 0px;
    margin-bottom: 2em;
    width: 349px;
}
table.listTable.homeBoxTable.wide{
    width: 540px;
}
table.listTable.homeBoxTable.full{
    width: 799px;
}
table.listTable .numberHighlight {
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    color: #6a3971;
}
div.column.main{
    background: cyan;
    width: 570px;
}
div.column.extra{
    width: 220px;
}
div.column.main table.homeBoxTable {
    background: green;
    float: left;
}

.listItemImg {
    width: 70px; 
}
.listItemTDDetails {
    font-size: 0.9em;
    text-align: center;
}
table.listTable .listItemImg img {
    display: block;
    margin: 0px auto;
    border: 3px solid #e2e2e2;
}

table.listTable td, table.listTable th {
    border-bottom: 1px dashed #e2e2e2;
    padding: 6px 4px;
}
table.listTable th {
    background: #ffe2ae;
    color: #6a3971;
    padding: 8px 8px;
}
table.listTable td.onoff {
    text-align: center; 
}

.listItemTitle {
    font-size: 1.4em;
}
.listItemDetails {
    display: block;
    clear: both;
    color: silver;
    font-size: 0.8em;
}
.listItemDetails.authors a{
    font-size: 0.8em;
}
.authors a {
    color: #6a3971;
}


div.pagination {
    margin: 10px auto;
    clear: both;
    overflow: auto;
}
div.paginationsummary{
    float: left;
    overflow: auto;
    color: gray;
}
ul.paginationlist {
    list-style: none;
    
    float: right;
}
ul.paginationlist li {
    display: inline-block;
    border: 1px dashed #e2e2e2;
}
ul.paginationlist a{
    display: block;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 1.2em;
}
ul.paginationlist a:hover, ul.paginationlist a.active {
    background: #fff1d9;
    color: #6a3971;
    text-decoration: none;
}
a.listInCollectionTrue {
    color: silver;
}
span.highlight {font-weight: bold; color: #f06c0b}

h3 {
    color: #2e76cd;
}
div.columns{
    overflow: auto;
    clear: both;
}
div.columnhalf{
    overflow: auto;
    float: left;
    width: 50%;
}
div.columntwothird {
    overflow: auto;
    float: left;
    width: 570px;
}
div.columnonethird {
    overflow: auto;
    float: right;
    width: 320px;
}
table.listTable th.cellwidth100, table.listTable td.cellwidth100{ width: 100px; }
table.listTable th.cellwidth300, table.listTable td.cellwidth300{ width: 300px;}

table.listTable tr.groupTR th {
    background: #eeedfc;
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
}
table.listTable tr.groupTR th.actions {
    font-size: 1em;
}
table.listTable tr.groupTR.inRental th {
    font-size: 1em;
    padding: 6px 4px;
}
.margintop15em { margin-top: 1.5em;}
.marginbottom15em { margin-bottom: 1.5em; }
.hidden { display: none; }
.summarytr td {text-align: right; }
.floatright {float: right; }
.margintop2em {padding-top: 1em; margin-top: 2em; }

div.selectbar {
    background: #d7e6fb;
    background: #eeedfc;
    overflow: auto;
    clear: both;
    margin: 1.5em 0px;
    margin-top: 8px;
    padding: 1em;
}
main div.selectbar form {
    float: right;
    margin: 0px;
    padding: 0px;
}
div.selectbar form label {
    margin: 0px;
    padding: 0px;
}
div.selectbar form select {
    width: 400px;
}

div.rentalColumns {
    overflow: auto;
}
div.rentColumn{
    width: 382px;
    float: left;
}
div.rentColumn.middle{
    margin-left: 6px;
    margin-right: 7px;
}
div.rentColumn table.listTable {
    width: 382px;
    margin: inherit auto;
    margin-top: 0px;
}
div.rentColumn table.listTable td {
    padding: 0px;
}
div.rentColumn table.listTable td span.itemName {
    font-size: 18px;
    color: #e3480b;
    color: silver;
    display: block;
    float: left;
    width: 310px;
    padding: 6px 4px;
}
div.rentColumn table.listTable td span.itemDetails {
    color: silver;
    clear:both;
    display: block;
    float: left;
    width: 310px;
    font-size: 0.6em;
}
div.rentColumn table.listTable td span.itemDetailsExtra{
    background: cyan;
    font-size: 11px;
    display: block;
    clear: both;
    float: right;
}
div.rentColumn table.listTable img.stdborder {
    display: block;
    float: left;
    margin: 0px auto;
    margin: 6px 4px;
    margin-right: 8px;
    border: 3px solid #e2e2e2;
}
div.rentColumn table.listTable a.aItem {
    display: block;
    overflow: auto;
    font-size: 18px;
}
div.rentColumn table.listTable a.aItem span.itemName{
    color: #e3480b;
}
div.rentColumn table.listTable a.aItem:hover {
    background: #f2f2f2;
}
div.rentColumn table.listTable a.aItem.clicked {
    background: #e2f1c7;
}

main form.listSearchForm{
    margin: 6px 4px;
    padding: 0px;
}
main form.listSearchForm input {
    border: 3px solid #e2e2e2;
    padding: 3px;
    font-size: 1.3em;
    width: 360px;
    margin: 0px;
}
main form.listSearchForm input#formRentSubmit {
    margin: 0px auto;
    width: 280px;
    display: block;
    background: #6a3971;
    color: white;
    font-weight: bold;
}
main form.listSearchForm input#formRentSubmit.disabled {
    color: gray;
    background: #f0f0f0;
    font-weight: normal;
}
.listSearchLinks {
    color: silver;
    text-align: right;
    font-size: 0.9em;
}
.listSearchLinks a {
    color: #959595;
}
.listSearchLinks a:hover {
    color: #6a3971;
    text-decoration: none;
}
#dimDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background: url('graphics/dim.png');
    position: fixed;
}
#popupDiv {
    width: 700px;
    max-height: 550px;
    background: white;
    margin: 1em auto;
    padding: 2px;
}
#popupTitle{
    background: #ffe2ae;
    color: #6a3971;
    padding: 8px 8px;
    clear: both;
}
#popupBottom{
    background: #f8f8f8;
    padding: 8px;
}
form.popup {
    text-align: right;
}
form.popup input {
    padding: 6px 12px;
}
#popupContent {
    padding: 6px 0px;
}
#popupClose {
    float: right;
    margin-top: 0px;
    margin-right: 4px;
}
#popupMsg {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    padding: 4px 8px;
}
#popupLoadContent {
    width: 590px;
    margin: 0px auto;
}
#popupLoadContent h3{
    font-weight: normal;
    padding-bottom: 0.8em;
}



.detailsBox {
    margin: 1em;
}
.detailsBoxTitle {
    background: #ffe2ae;
    color: #6a3971;
    font-weight: bold;
    line-height: 28px;
    padding: 0px 8px;
}
.detailsBoxDetail {
    padding: 5px 2px;
    border-bottom: 1px dashed #e2e2e2;
    overflow: auto;
    clear: both;
}
.detailsBoxDetailItem {
    color: gray;
    line-height: 28px;
}
.detailsBoxDetailData {
    text-align: center;
    font-size: 1.6em;
    color: #6a3971;
}
.detailsBoxGallery {
}
.detailsBoxGallery img {
    display: block;
    margin: 1em auto;
}

.colorViolet { color: #6a3971; }
.leftmargin10 { margin-left: 10px; }
.rightmargin10 { margin-right: 10px; }



.homeBox h2 {
    background: rgb(238, 237, 252);
    border-bottom: 1px dashed #e2e2e2;
    color: #6a3971;
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    padding: 8px;
}
.homeBoxRow {
    clear: both;
    overflow: auto;
    border-bottom: 1px dashed #e2e2e2;
    width: 787px;
    padding: 6px;
}
.homeBoxRowContent {
    overflow: auto;
    float: left;
    width: 630px;
    padding-top: 8px;
}
.homeBoxRowImg {
    width: 76px;
    float: left;
}
.homeBoxRowImg.floatright {
    float: right;
}
.homeBoxRowImg img {
    display: block;
    border: 3px solid #e2e2e2;
    margin: 0px 12px;
}

.itemDiv {
    clear: both;
    overflow: auto;
    border-bottom: 1px dashed #e2e2e2;
    padding: 6px;
}
.itemDivHovered {
    background: #f2f2f2;
}
.itemDivImg {
    width: 72px;
    float: left;
}
.itemDivImg img {
    display: block;
    border: 3px solid #e2e2e2;
    margin: 0px 12px;
}
.itemDivContent {
    overflow: auto;
}
.itemDivContent .pushbuttonsmall {
    clear: both;
    float: right;
}
.itemDivName {
    font-size: 1.4em;
}
.itemDivName.grayed {
    color: silver;
}
.itemDiv .itemDetails{
    display: block;
    clear: both;
    color: #a6a6a6;
    font-size: 0.8em;
}
.itemDiv.clicked {
    background: #e2f1c7;
}
p.note {
    color: gray;
    font-size: 0.8em;
}