body {
	padding: 0px;
	margin: 0px;
    background-image: none;
    background-color: #e8e8e8;
}


.content {
    position: relative;
    background-repeat: none;
    background-size: contain;
    width: 1024px;
    height: 768px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dadada;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.ogilvy-logo {
    position: relative;
    top: 0px;
    left: -13px;
}

.logout-btn {
	background: none;
    border: none;
    background-image: url(../img/logout-btn.png);
    background-repeat: none;
    background-size: contain;
    width: 100px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

.standard-btn {
    border: none;
    background-color: red;
    color: white;
    width: 100px;
    height: 24px;
    cursor: pointer;
    text-align:center;
}

.error-log {
    border: none;
    background-color: red;
    color: white;
    cursor: pointer;
    text-align: center;
}

.upload {
    border: 1px solid #dbdbdb;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    margin-bottom: 40px;
	max-width: 900px;
}

.upload td {
	line-height: 1.5em;
	font-size: smaller;
}

.upload__label {
	vertical-align: top;
    padding-top: 5px;
    font-weight: bold;
    padding-right: 6px;
}

.dxucControl .dxucBrowseButton a {
	color: white;
    font-size: 14px;
    font-family: serif;
    letter-spacing: .05em;
}
.dxucBrowseButton {
    background: #e0342a;
    color: white !important;
    border: none;
}

#ctl00_Content_ucUploadUsers_Upload {
	position: relative;
    background: none;
    border: none;
    background-image: url(../img/upload-btn.png);
    background-repeat: none;
    background-size: contain;
    width: 100px;
    height: 24px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    cursor: hand;
}

#ctl00_Content_btnSelect,
.load-site {
    position: relative;
    background: none;
    border: none;
    background-image: url(../img/load-site-btn.png);
    background-repeat: none;
    background-size: contain;
    width: 100px;
    height: 24px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    cursor: hand;
}

select:-internal-list-box:focus option:checked:hover,
select:-internal-list-box:focus option:checked:checked {
    background-color: #ffc4c4 !important;
}

#users {
	width: 700px;
	margin: auto;
	border-collapse: collapse;
}

#users td {
	padding-left: 10px;
	border: 1px solid #d2d2d2;
	height: 30px;
    font-size: 11px;
}

.tableHeader {
	background-color: #e0342a;
	color: white;
}

    .tableHeader td {
        /*padding: 5px;*/
        padding-left: 10px;
        /*height: 30px !important;*/
        font-size: 14px !important;
        vertical-align: bottom;
        font-weight: bold;
    }

.tableCell {
    border-width: 1px;
    border-color: darkgray;
    border-style: solid;
}

.select-site {
    width: 530px; 
    height: 300px; 
    margin-left: auto; 
    margin-right: auto;
}

.select-site__label {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}