body {
    font-family: "Lucida Grande","Calibri", "Lucida Sans Unicode", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
    background: #312c23;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    color: #404040;
/*    font-size:13px;
    line-height: 20px;*/
}

/*default links*/
a {
    color: #1E6CB4; /*generic including hand class*/
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hide {display:none}

.small {font-size: 12px;}

.light-grey {
    color: #abaaaa;
}

.hand {cursor:pointer;}

.underline {
    text-decoration: underline;
}

img {
    border:0;
}

.bold {
    font-weight:bold;
}

.left{
    float:left;
}

.right{
    float:right;
}

.text-align-center {
    text-align: center;
}

.clear {
    clear:both;
}

.vspace5 {
    clear:both;
    height:5px;
    width:100%;
    padding:0;
    margin:0;
}

.vspace10 {
    clear:both;
    height:10px;
    width:100%;
    padding:0;
    margin:0;
}

.vspace20 {
    clear:both;
    height:20px;
    width:100%;
    padding:0;
    margin:0;
}

.hspace5-float-none {
    display: inline;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 5px;
}

.hspace10-float-none {
    display: inline;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 10px;
}

.hspace20-float-none {
    display: inline;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 20px;
}


.hspace5-float-left {
    display: block;
    float: left;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 5px;
}

.hspace10-float-left {
    display: block;
    float: left;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 10px;
}

.hspace20-float-left {
    display: block;
    float: left;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 20px;
}


.hspace5-float-right {
    display: block;
    float: right;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 5px;
}

.hspace10-float-right {
    display: block;
    float: right;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 10px;
}

.hspace20-float-right {
    display: block;
    float: right;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 20px;
}

.float-right {
    float: right;
}


.float-left {
    float: left;
}

.space-line {
    clear:both;
    height:5px;
    float:left;
    border-bottom:#dcdcdc solid 1px;
    margin-bottom:10px;
    width:100%;
}

.space-line-dotted {
    clear:both;
    height:5px;
    float:left;
    border-bottom:#dcdcdc dotted 1px;
    margin-bottom:5px;
    width:100%;
}

p {
    line-height:20px;
}

input.text {
    width: 200px;
}

input.text-long {
    width: 400px;
}

input.text-short {
    width: 100px;
}

.input-box {
    height:17px;
    border:#000000 solid 1px;
}


.pagination {
    margin-top:20px;
    float:left;
}

.pagination {
    float:right;
    height:25px;
    margin-top: 20px;
}

.pagination-info{
    margin-right:15px;
    font-style:italic;
    font-size: 12px;
    color:#777777;
}

.pagination-link,/*new*/
.pagination-button,/*new*/
.page-view {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius:5px;

    border:1px solid;
    padding:3px 6px;
    text-decoration:none;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#dfdfdf;
    border-color:#E3E3E3;
    font-size:12px;
}

.pagination-link:hover,/*new*/
.pagination-button:hover,/*new*/
.page-view:hover {
    border-color:#D54321;
    color:#D54E21;

}
.pagination-link-current,/*new*/
.pagination-button-current,/*new*/
.page-view-disabled {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    border:1px solid;
    padding:3px 6px;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    line-height: 25px;
}


#message {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    margin: 20px 0 20px 0;
    padding: 10px;
    background-color:#FFFFE0;
    border:1px solid #E6DB55;
    clear:both;
    width: 978px;
    float: left;
}

#message-in-popup {
    background-color: #FFFFE0;
    border: 1px solid #E6DB55;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 0;
    padding: 10px;
}


#container {
    width: 100%;  /* this will create a container 80% of the browser width */
    background: #ffffff;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    /* border: 1px solid #000000; */
    text-align: left; /* this overrides the text-align: center on the body element. */
}

.site-popup-header {
    min-height: 30px;
}

.site-popup-body {
}

.help-text {
    color: #a1a1a1;
    font-size: 12px;
}

.block {}
.block-header {}
.block-header-title {
    color: #6E19A3;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}
.block-body {}
.block-footer {}

.button {
    cursor:pointer; 
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    text-decoration: none;
}

.line,
.line-1px {
    padding: 0;
    border: 0;
    height: 1px;
    width: 100%;
    background: #e7e7e3;
}

.line-2px {
    padding: 0;
    border: 0;
    height: 2px;
    width: 100%;
    background: #e7e7e3;
}

input, select, textarea {
    border-color: #DFDFDF;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    margin: 1px;
    padding: 4px;
}


.button{
    -moz-box-sizing: content-box;
    background-color: #F0F0F0;
    border-color: #999999;
    border-radius: 11px 11px 11px 11px;
    border-style: solid;
    border-width: 1px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px;
    text-decoration: none;
}

.important {
    background-color: #F4B15E;
    font-size: 13px;
    font-weight: bold;
}
.component {
    float: left;
    clear: both;
    margin-top: 20px;
    clear: both;
}

.component .label {
    float: left;
    width: 140px;
    min-height: 1px;
    font-weight: bold;
}

.component .label-wide {
    float: left;
    font-weight: bold;    
}

.component .element{
    float: left;
}

.component .required {
    float: left;
    color: red;
    margin-left: 10px;
}

.component .help {
    float: left;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    clear:both;
    margin-left: 160px;
}

/*old content module*/
td .component .help {
    margin-left: 0px;
}

.component .element-image-item,
.component .element-video-item,
.component .element-file-item
{
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 10px;
}

.component .media-browser-button
{
    margin-bottom: 5px;
}

.element-textarea-multiple-item .key {
    clear: both;
    display: block;
}

.element-textarea-multiple-item .value {
    clear: both;
    display: block;
    margin-bottom: 20px;
}

.component .postfix,
.component .prefix {
    display: inline;
    margin-left: 10px;
}

.page-block-body .row {
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
    clear: both;
    border-top: solid 1px #f0f0f0;
}

.page-block-body .row .title{
    font-size: 14px;
}

.page-block-body .row .action{
    font-size: 12px;
}




.fixed {
    position: fixed;
}

.page-block-wrapper item {
    display: block;
}

.item-action {
}

.item-action-bulk {
    float: left;
}

.item-action-search {
    float: left;
}

.full-width-fix {
    width: 100%;
    clear: both;
}
.full-width-wrapper {
    max-width: 940px;
    margin: 0 auto; 
}




