/*@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/ptsans.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(/ptsansb.woff) format('woff');
}

body {
    font-family: 'PT Sans',Arial;
    padding:0px;
    margin:0px;
    background-color:#f5f5f0;
}

label {
    float: left;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 10px;
    
}

h3 {
    margin-top:0px;
}

input, textarea, select {
      border: 1px solid #aaa;
  background-color: #fff;
  
  padding: 4px 2px;
}

.wrap{
    width: 870px;
    padding:10px 0px 0px 0px;
    margin:10px auto;
    border-top:10px solid #454545;

}
.body {
    padding: 0px 10px 10px 10px;
}
.loggedin {
    text-align: right;
    margin: 25px 0px 0px 0px;
    font-size: 9pt;
}
.left {
    float:left;
    width: 500px;
    font-size:22pt;
    padding: 25px 0px 0px 10px;
}
.right {
    float:right;   
    text-align: right;
}

.footer {
    background-color: #454545;
    padding:5px;
    color:#fff;
    
}


.input {
    float: left;
}

.submit{
    border:0px;
    background-color: #c30730;
    padding:5px 8px;
    color:#fff;
    font-weight:bold;
    font-size:12pt;
    cursor:pointer;
    border-radius: 3px;
}

div.s0 {
    background-color: #C00000;
    color: #FFFFFF;
    display: inline;
    padding: 2px;
}
div.skilldatum_tot {
    background-color: #000000;
    color: #FFFFFF;
    display: inline;
    padding: 2px;
}
div.s1 {
    background-color: #C0FFC0;
    display: inline;
    padding: 2px;
}
div.skilldatum_2w {
    background-color: #F6A00A;
    color: #FFFFFF;
    display: inline;
    padding: 2px;
}

.bg9 td {
    background-color: #FF8B8B !important;
}

.bg1 td {
    color: #ccc !important;
}

.bg1 td .s0{
    background-color:#FF9F9F;
    color:#efefef;
}

.bg1 td .s1{
    background-color:#D3FFD3;
    color:#ccc;
}

td select{
    margin:0px;
    border:0px;
    background-color:transparent;
}

.bg1 td select{
 color: #ccc;
}

.bgx1 td {

}

.bgx0 td {
    font-weight: bold !important;
   
}

.bgx td {
    font-weight: bold !important;
   
}

a {
    color:#c30730;
}*/


.container {
    width: 1000px !important;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/ptsans.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(/ptsansb.woff) format('woff');
}

body {
    font-family: 'PT Sans',Arial;
    padding:0px;
    margin:0px;
    background-color:#f5f5f0;
} 

.btn-green {
    background-color: #e83442;
    color: #fff;
    width: 100%;
    border: 1px solid #e83442;
}


.btn-green:hover {
    background-color: #ba1522;
    color: white !important;
}

.footer {
    padding: 10px;
    background-color: #53565a;
    color: white;
}

h1 {
    color: #53565a;
    font-size: 25px;
}

input[type=text],input[type=password],textarea,select {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 7px;
    
    background-color: #FFFDD9;
    font-weight: bold !important;
}

.form-section {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #cbcccd;
    color: #53565a;
    margin-bottom: 10px;
}