/*div.wrapper{
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 72.3077em;
}*/

#logo{
    position: absolute;
    right:12px;
    top:12px;
    z-index:10;
    /*	opacity:0.5;*/
}

#hd{
    /*	height:40px;*/
    /*    background: #fcc url(../images/logo.png) center repeat-x;*/
    /*	background-color: #333;*/
    /*	border-top: 8px solid #f33;*/
    /*	border-bottom: 4px solid #333;*/
}

#bd{
    /*	-webkit-box-shadow: 10px 10px 25px #ccc;
        -moz-box-shadow: 10px 10px 25px #ccc;
        box-shadow: 10px 10px 25px #ccc;*/
}
#ft{
    border-top: 1px solid #ccc;
    /*	border-bottom: 4px solid #f33;*/
    /*	background-color:#eee;*/
    /*    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/

}
#ft div.wrapper{
    text-align:right;
    padding: 1em;
    color:#999;
}

#doc3{
    margin:0;
}

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 0.6875rem Verdana, sans-serif;
    padding: 0 1rem;
}

a {
    color: #222 !important;
    text-decoration: underline !important;
}

a:hover {
    color: #000 !important;
}

h1, h2, h3, h4 {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 1rem 0;
}

h1 {
    color: #000000;
    font-size: 2.25rem;
}

h2 {
    font-size: 1.5rem;
}

h3, h4 {
    font-size: 1rem;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px Verdana, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    /*	width: 250px;
        height: 150px;*/
    vertical-align: top;
}
button {
    -webkit-appearance: none;
    background:inherit;
    border:none;
    cursor: pointer;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
    width:100%;
}

#banner{
    width:100%;
    background-color:#000000;
    padding-bottom:4px;
}

/* NAVIGATION MENU */

.nav {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

div.body .message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px Verdana, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff repeat-x bottom url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #eee;
}
tr.large {
    background: #eee;

}
tr.large td{
    font-size:20px;
    padding:8px;
}
.even {
    background: #fff;
}

div.voucher1, tr.odd.voucher, tr.odd.voucher td a {
    background: #2E5894;
    color: white;
}
div.voucher2, tr.even.voucher, tr.even.voucher td a {
    background: #007FFF;
    color: white;
}

div.zeroTotal1, tr.zeroTotal.odd, tr.zeroTotal.odd td a {
    background: #B8860B;
    color: white;
}
div.zeroTotal2, tr.zeroTotal.even, tr.zeroTotal.even td a {
    background: #E48400;
    color: white;
}

div.zeroTotalVoucher1, tr.zeroTotal.odd.voucher, tr.zeroTotal.odd.voucher td a {
    background: #7C0A02;
    color: white;
}
div.zeroTotalVoucher2, tr.zeroTotal.even.voucher, tr.zeroTotal.even.voucher td a {
    background: #A52A2A;
    color: white;
}

div.wholesale1, tr.wholesale.odd, tr.wholesale.odd td a {
    background: #9966CC;
    color: white;
}

div.wholesale2, tr.wholesale.even, tr.wholesale.even td a {
    background: #9678B6;
    color: white;
}

ul.legend li {
    float: left;
    margin-right: 10px;
}

div.legend {
    width: 0.5em;
    height: 1em;
    float: left;
    margin-right: 1px;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    border: 1px solid #ccc;
    margin: 1rem 0;
    padding: 1rem;
    text-align: center;
}
.paginateButtons a,
.paginateButtons .currentStep {
    padding: 0.5rem;
    border-radius: 3px;
}

.paginateButtons a:hover {
    background: #eee;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}


/* REPORT SPECIFIC */
.cal {
    width:100px;
}

.cal h4{
    color:white;
    background-color:grey;
    /*	padding:2px; */
    padding: 2px 4px 4px 4px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    margin: 0px 0px 2px 0px;
    border:none;
}
.bleepAppCal {
    color:white;
    background-color:green;
    padding: 2px 4px 4px 4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    margin:2px 0px;
}

ul.synopsis{
    list-style: none;
}

ul.prize li{
    list-style-type: disc;
    margin-left:2em;
    margin-bottom:0.5em;
}

span.mega,
span.large{
    font-weight: bold;
}
span.mega{
    font-size: 4em;
}
.outline{
    border: 1px solid #ccc;
}

tr.light td{
    color:#999;
}
tr.hightlight{
    background: #b2d1ff;
}

div.admin{
    width:400px;
    margin: 1rem 0;
    padding: 8px 0px;
    border: 1px solid #ddd;
    /*color:white;*/
    background-color:#eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    /*	overflow: auto;*/
}
div.admin h4{
    padding:0px 8px;
    border-bottom: 1px solid #ddd;
    margin:0 0 2px 0;
}

ul.adminCol{
    float:left;
    padding-left: 0;
    padding-right: 1rem;
    width:400;
}

div.newButtons {
    height:44px;
}
.newButtons a,
.newButtons a:hover {
    text-decoration: none !important;
}
.newButtons .button {
    background: transparent url(../images/icons.png) 0px 50% no-repeat;
    float:left;
    height:40px;
    width:40px;
    margin-right:8px;

}
div.newButtons ul {
    margin:0px;
    padding:0px;
}
div.newButtons li.newButtons {
    margin-right:8px;
    float:left;
    height:40px;
    border: 1px solid #ddd;
    background-color:#eee;
    width:200px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
div.newButtons li.newTextField {
    margin-right:-10px;
    float:left;
    height:40px;
    border: 1px solid #ddd;
    background-color:#eee;
    width:160px;
    padding: 0px 0px 0px 4px;
}
div.newButtons li.newTextField input{
    /*	height:32px;*/
    font-size:24px;
    width:148px;

}
div.newButtons li.newButtons p{
    margin-top:10px;
    font: 18px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
div.newButtons li.newButtons input{
    cursor: pointer;
    border:0px;
    padding:0px;
    margin:0px;
    background:none;
    font: 18px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
.newButtons li.newButtons .small{
    font-size: 14px;
}

div.newButtons input.goEast{
    width:200px;
}

.newButtons .goUp {
    background-position:-528px;
}
.newButtons .goDown {
    background-position:-576px;
}

div.newButtons div.goHome {
    background-position:-48px;
}
div.newButtons div.goNorth {
    background-position:-192px;
}
div.newButtons div.goSouth {
    background-position:-240px;
}
.newButtons .goEast {
    background-position:-144px;
}
div.newButtons div.goWest {
    background-position:-96px;
}
div.newButtons div.goSearch {
    background-position:-480px;
}
div.newButtons div.goX {
    background-position:-624px;
}
div.newButtons div.goTick {
    background-position:-720px;
}
div.newButtons div.goPlus {
    background-position:-672px;
}
div.newButtons div.goExternal {
    background-position:-432px;
}

div.dialog{
    clear:both;

}
div.boxed{
    border: 1px solid #ccc;
    margin: 0px 0px 8px 0px;
    padding:4px;
}

div.boxedTable {
    border: 0px solid #ccc;
    margin: 0px 0px 8px 0px;
    padding:4px;
}

div.boxedTable thead th {
    border: solid 1px #DDDDDD;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
div.boxedTable tbody td {
    border: solid 1px #DDDDDD;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

div.boxedTable li {
    list-style: revert;
}

div.boxedTable ul {
    margin: 0;
}

#audioTracks{
    width:800px;
    background:#ddd;
}

tr.filterList{
    border-bottom: 1px solid #ccc;
}
input.maxi,
tr.filterList input{
    font-size:20px;
}
tr.filterListButtons{
    margin:0;
    border-bottom: 1px solid #ccc;
}
tr.filterListButtons td{
    padding-bottom:4px;
}

tr.filterList select{
    /*margin-top:4px;*/
    font-size:20px;
}

/*.formWrap,*/
.standard{
    width: 100%;
}
.formWrap{
    width: 60%;
}

.formWrap td,
.standard td {
    vertical-align: middle;
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-top: 1px solid #E0E0E0;
}

/*.formWrap tr:last-child td {*/
/*padding-bottom: 0;*/
/*}*/

.formWrap .expand,
.standard .expand,
.latestResults .expand {
    width: 75%;
}

.formWrap label {
    width: auto;
    float: none;
    line-height: 1;
}

.formWrap textarea {
    width: 100%;
    height: 72px;
    overflow: hidden;
}

.brightGreen,
a.brightGreen,
.brightGreen a{
    /*background-color: #30E430;*/
    background-color: #648C11;
    color: #fff;
    padding: 4px;
}
.brightRed,
a.brightRed,
.brightRed a{
    /*background-color: #E43030;*/
    background-color: #A52A2A;
    color: #fff;
    padding: 4px;
}

.verifiedColor,
a.verifiedColor,
.verifiedColor a{
    /*background-color: #E43030;*/
    background-color: #536878;
    color: #fff;
    padding: 4px;
}

.pendingColor,
a.pendingColor,
.pendingColor a{
    /*background-color: #E43030;*/
    background-color: #B8860B;
    color: #fff;
    padding: 4px;
}

small{
    font-size: 50%;
    color:#ddd;
    font-weight: normal;
}

.status{
    padding: 1px 3px 2px;
    /*font-size: 9.75px;*/
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #BFBFBF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.status.true{
    background-color: #46A546;
}

.status.false{
    background-color: #f89406;
}

td strong{
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
}
td small{
    font-size: 9px;
    color:#777;
}

tr.filterlist td{
    vertical-align:center;
}
tr.filterlist td label {
    display:block;
    float:left;
    width:48px;
}
tr.filterlist td select {
    font-size: 11px;
}
tr.filterlist td.date label,
tr.filterlist td.small input,
tr.filterlist td.date select {
    font-size: 9px;
}
tr.filterlist td.date label{
    width:100px;
}
tr.filterlist td.subs{
    width:200px;
}
tr.filterlist td div.sub-left,
tr.filterlist td div.sub-right{
    width:90px;
}
tr.filterlist td div.sub-left{
    float:left;
}
tr.filterlist td div.sub-right{
    float:right;
}

div.contentStreams{
    width:100%;
    min-height: 48px;
}
.contentStreamLink{
    float:left;
    padding:3px;
    margin: 0 2px 2px 0;
    height: 13px;
}
.contentStreamLink a{
    color:#fff;
}

table.homepage tr.status-disabled.even td {
    background: #ddd;
}

table.homepage tr.status-disabled.odd td {
    background: #ccc;
}

.addToListButton {
    height:40px;
    width:40px;
    margin-right:8px;
    float: right;
}

#itemsList {
    position: absolute;
    top: 0;
    right: 0;
    background: lightgrey;
    height: 40px;
    overflow: hidden;
}

#itemsList .button.goPlus {
    background: transparent url(../images/icons.png) 0px 50% no-repeat;
    background-position:-672px;
    height:40px;
    width:40px;
    float: right;
}

#itemsList ul li {
    margin: 5px;
}

#itemsList:hover {
    height: auto;
}

.clear{
    clear:both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.non-bleep {
    background: #CCC;
}

.non-bleep-store,
.non-bleep .store {
    background: #000;
    color: #FFF;
}

.hidden {
    display: none;
}

.warning::before {
    content: "";
    background: red;
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    margin-right: 0.5em;
}

.simple-button {
    background: #fff;
    border: 1px solid #222;
    border-radius: 2px;
    color: #222 !important;
    display: inline-block;
    font-weight: normal !important;
    margin: 1em;
    padding: 0.2em 0.5em;
    text-decoration: none !important;
}

.simple-button:hover {
    border-color: #000;
    color: #000;
    text-decoration: none !important;
}

.radio:hover, .checkbox:hover {
    cursor: pointer;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0 !important;
}

.checkbox.inline {
    display: inline-block;
    margin-right: 1rem;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: static !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
    margin-right: 0.25em !important;
}

input[type=radio], input[type=checkbox] {
    margin: 0 !important;
}

.select-all-checkbox-list {
    border-left: 1px solid #ccc;
    margin-left: 0.7em;
    padding-left: 1em;
}

.checkbox-cell {
    position: relative;
}

.checkbox-cell label {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Forms */

.nice-form {
    padding-bottom: 1rem;
}

.nice-form fieldset {
    margin-bottom: 1rem;
}

.nice-form legend {
    font-weight: bold;
}

.nice-form label,
.nice-form input {
    display: block;
}

.nice-form label:not(:first-child) {
    margin-top: 1rem;
}

.nice-form input[type="radio"],
.nice-form input[type="radio"] + label,
.nice-form input[type="checkbox"],
.nice-form input[type="checkbox"] + label {
    display: inline-block;
    margin: 0.25rem;
    vertical-align: middle;
}

.nice-form .field-help {
    color: #999;
}

.nice-form textarea {
    width: 42rem;
    height: 10rem;
}

.nice-form input[type="submit"] {
    padding: 0.5rem 1rem;
    border-radius: 2px;
}

.nice-nav {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.nice-nav li {
    display: inline-block;
    margin-right: 0.5rem;
}

.nice-nav a {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    /*font-weight: bold;*/
    padding: 0.5rem 1rem;
    text-decoration: none !important;
}

.nice-nav a:hover {
    background: #eee;
}

.nice-nav .active a {
    background: #eee;
    border-color: #ccc;
}

.field-help-section {
    border: 1px solid #ccc;
    line-height: 1.4em;
    margin: 1rem 0;
    padding: 1rem;
    width: 42em;
}

.field-help-section h3,
.field-help-section h4 {
    margin-bottom: 1em;
    padding: 0;
}

.field-help-section h4 {
    font-size: 1em;
}

.field-help-section li {
    list-style: initial;
}

.field-help-section p {
    margin: 1em 0;
}

table.field-help {
    width: auto;
}

table.field-help td {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.nice-flash {
    background-color: #333;
    color: #fff;
    line-height: 1.4em;
    margin: 1em;
    padding: 1em;
    width: 42em;
}

dl {
    margin-bottom: 1rem;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
}