@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
}

* {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #EAF2FC;
}

h1 {
    font-family: Verdana;
    text-align: center;
    font-size: 25pt;
}

img {
    border: 0px;
}

/* Icons and buttons */

.icon24 {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.button .icon24 {
    vertical-align: middle;
}

/* Tables */

.dataList th, .dataList td {
    padding: 5px;
}

.dataList tbody tr {
    background: #f5f5f5;
}

.dataList tbody tr.odd {
    background: #CEE1FB;
}

.dataList tbody tr.unread {
    font-weight: bold;
    color: #0000aa;
}

/* Named elements */

#content {
    margin: auto;
    width: 1000px;
}

#adminTabs {
    width: 997px;
}

#userTable, #postTable {
    width: 960px;
    margin-bottom: 10px;
    padding: 0px;
}

#userDialog input.text {
    width: 300px;
}

#postDialog input.text {
    width: 300px;
}

#postDialogNote {
    width: 300px;
    height: 150px;
}

#postFile {
    width: 300px;
}

#loginDialog {
    position: relative;
    width: 1000px;
    height: 300px;
    margin: 50px auto;
}

#loginDialogContent {
    width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 250px;
}

#loginForm input.text {
    width: 200px;
}

.dateColumn {
    text-align: center;
    width: 90px;
}

.readMarkColumn {
    text-align: center;
    width: 30px;
}

.actionColumn {
    text-align: center;
    width: 60px;
}

.infoColumn {
    text-align: center;
}

.attachmentColumn {
    text-align: center;
    width: 60px;
}

.userTypeColumn {
    text-align: center;
    width: 60px;
}

#newUserButton, #newPostButton {
    margin-bottom: 5px;
}

#topBanner {
    width: 1000px;
    height: 150px;
    margin-bottom: 10px;
    background: url('../image/top-banner.png');
}

tr.admin {
    color: red;
}

.userTypeColumn.admin {
    color: red;
    font-weight: bold;
}

.message-icon {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#topPanel {
    position: relative;
    width: 100%;
    height: 45px;
}

#loggedUser {
    position: absolute;
    left: 5px;
    top: 20px;
}

#logoutButton {
    position: absolute;
    top: 0px;
    right: -5px;
}

.loginMessage {
    width: 1007px;
    margin-top: 20px;
}

.clickIcon {
    cursor: pointer;
}

.errors {
    padding: 0px;
    margin: 0px;
}

.dialogError {
    width: 308px;
    margin-bottom: 5px;
}

.dialogError p {
    margin: 3px;
}

.progressBarBorder {
    border: 1px solid black;
    background: #CCCCCC;
    width: 100px;
    height: 10px;
}

.progressBarInside {
    width: 0px;
    height: 10px;
    /*background: red;*/
    background: url(../image/progress-blue.png) repeat-x;
}

#uploaderContainer {
    border: 1px #A5A5A5 solid;
    padding: 5px;
    margin-top: 5px;
}

#uploaderFileList {
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    word-wrap: break-word;
}

#uploaderPickFiles:hover {
    cursor: pointer !important;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filterBox {
    border: 0;
    border-bottom: 1px solid #DEDEE2;
    background: none;
    width: auto;
    padding: 5px;
    margin-bottom: 5px;
}

.filterBox form {
    display: inline-block;
    width: auto;
}

.filterBox .buttons {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
}

h2.filter {
    color: #0F80B3;
}

button.filter {
    background: none repeat scroll 0 0 #43A2CA;
    border: 1px #41A1C9 solid;
    width: 100px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
}

.clearBoth {
    clear: both;
}
