﻿body {
    font-family: Arial;
    margin: 0px;
}
input[type=submit], input[type=button] {
    background-color: #006eb4;
    padding: 10px 20px;
    border: 0px;
    cursor: pointer;
    color: white;
}
input[type=text], input[type=password] {
    padding: 8px;
}
input[type=text], textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
select {
    padding: 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h1, h2 {
    padding: 0px;
    margin: 0px;
}


.Table {
    display: table;
}
.FullWidth {
    width: 100%;
}
.Table > div {
    display: table-cell;
}


.TopMenu {
    border-bottom: solid 1px #006eb4;
    width: 100%;
}
.TopMenu .Table > div {
    padding: 14px 10px;
}
.TopMenu a {
    text-decoration: none;
    color: black;
}
.Content {
    padding: 10px 20px;
}
.TableHeader, thead tr {
    background-color: #006eb4;
    color: white;
}
thead tr {
    text-align: left;
}
thead tr th {
    font-weight: normal;
}
.TableHeader td, 
.TableItem td,
thead tr th {
    padding: 5px;
}
.tablesorter thead tr th {
    cursor: pointer;
}
.TableHeader .Icon {
    text-align: center;
    width: 70px;
}
th.headerSortUp { 
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../Images/asc.gif); 
    background-color: #005f9f; 
}
th.headerSortDown { 
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../Images/desc.gif); 
    background-color: #005f9f; 
} 
.Active a {
    text-decoration: underline;
    color: #006eb4;
}


.TableItem .Icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    text-align: center;
}

.Link {
    cursor: pointer;
}

.ReadTrue {
    background-image: url(../Images/Icons/person277.png);
}
.EditTrue {
    background-image: url(../Images/Icons/pen29.png);
}

.Incomplete {
    background-image: url(../Images/Icons/x-red.png);
}
.PartiallyComplete {
    background-image: url(../Images/Icons/x-yellow.png);
}
.Complete {
    background-image: url(../Images/Icons/checked21.png);
}
