/*======================== core mod styling - structural ======================== */
.mod {
    margin: 0;
}
.body, .footer, .header {
    zoom:1;
	padding: 0;
}
.body:before, .footer:before, .header:before, .body:after, .footer:after, .header:after {
    content: " "; 
    display: table; 
}
.body:after, .footer:after, .header:after {
    clear: both;
}
.mod p, .mod ul, .mod ol, .mod dl, .mod blockquote {
    margin: 0;
}
.body .header {
    margin: 0;
}

/*======================== core mod skins - structural ======================== */
.mod, .mod:before, .mod:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;  
    box-sizing: border-box;
}
.mod .footer i {
     font-style: normal;
}

/*======================== content-module-module ======================== */
.mod-content {
    margin: 10px;
    padding: 10px;
    background-color: transparent;
    border: solid 1px #CFCFCF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
.mod-content-alt {
    padding: 5px;
    margin: 10px 0 10px 0;
    background-color: #F2FBFD;
    border: solid 1px #CFCFCF;
}
.mod-content-alt-outer-box {
    padding: 0; /* 'cos this is an outer box it leaves the spacing\gutters up to the inner boxes*/
}
.mod-content-full-width {
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: transparent;
    border: solid 1px #CFCFCF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
}
.mod-content-dashed {
    background-color: #f7f7f8;
    border: dashed 1px #c8c8c8;
}
.mod-content-hover:hover {
    background-color: #E7F5FB;
}
.mod-content-hover-alt:hover {
    background-color: #E7F5FB;
}
.mod-actions {
    float: right;
}
.mod-actions-alt {
    float: left;
    margin-left: 10px;
}
.mod-action-text {
    text-transform: uppercase;
    float: left;
    margin: 2px;
}
.mod-actions-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.mod-actions-icon-link {
    text-transform: uppercase;
    padding-left: 5px;
    font-size: 10px;
}

.mod-actions .button {
    margin: 0 0 0 10px;
    display: inline-block;
}

.mod-actions-alt .button {
    margin: 0 10px 0 0;
    display: inline-block;
}

/*======================== generic css ======================== */
.no-border {
	border: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.image-edit {
    position:relative;
}
.image-edit-default {
    bottom: 0;
    display: block;
    opacity: 0.75;
    position: absolute;
    right: 0;
}
.experience-degraded .small-panel-overlay,
.experience-degraded .small-panel-overlay {
    display: none;
}

/* Stand Control */
.stand p {
    margin-right: 3px;
    display: inline;
}
.stand ol, .stand li {
    display: inline;
    margin: 0;
}

/* Sharer count module */
.sharer-badge {
    background: url('/Images/Global/Icons/StandSharers.png');
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
}

/* List Module Skins */ 
.list-item-line {
    border-bottom: 1px solid #CFCFCF;
    padding: 5px 5px 5px 10px;
}

/* Messages */
.message-warning {
    background: #F9F2D4;
    border: 1px solid #E5B857;
    padding: 5px;
}

.body .company-account-badge-module h3 {
    margin-top: 4px;
}