body {
    font-family: Calibri;
    font-size: 16px;
    color: #000000;
}

.mainpaneltable {
    border-collapse: collapse;
    min-width: 600px;
}

.inputfield {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    height: 30px;
    width: 200px;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.button {
    -moz-box-shadow:inset 0px 0px 0px 3px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 3px #ffffff;
    box-shadow:inset 0px 0px 0px 3px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:42px;
    -webkit-border-radius:42px;
    border-radius:42px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:7px 24px;
    text-decoration:none;
    text-shadow:0px 0px 0px #ffffff;
}.button:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
     background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
     background-color:#dfdfdf;
     cursor: pointer;
 }.button:active {
      position:relative;
      top:1px;
}

.menu {
    -moz-box-shadow:inset 0px 0px 0px 3px #dcecfb;
    -webkit-box-shadow:inset 0px 0px 0px 3px #dcecfb;
    box-shadow:inset 0px 0px 0px 3px #dcecfb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
    background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background-color:#bddbfa;
    border:2px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    padding:7px 30px;
    text-decoration:none;
    text-shadow:0px 0px 0px #528ecc;
    width:200px;
}.menu:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
     background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
     background-color:#80b5ea;
 }.menu:active {
      position:relative;
      top:1px;
}

.labelinput {
    font-family: Arial;
    font-size: 14px;
    text-align: center;
}

.labelfield {
    padding: 10px;
}

.tableform {
    border-collapse: collapse;
}

.headerlabel {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.schedulemenu {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    padding: 5px;
}

.timmerHeader {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
    padding: 5px;
}

.timmerHeaderCenter {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
    padding: 5px;
    text-align: center;
}

.reportHeader {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    padding: 5px;
}

.reportHeadernoWidth {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.timers {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    color: #00d714;
}

.timerstoped {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    color: #e80a0a;
}

.employeeList {
    font-family: Arial;
    font-size: 15px;
    text-align: left;
    padding: 5px;
}

.employeeListCenter {
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.employeeListJustify {
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
    text-align: justify;
}

.dateinput {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    height: 30px;
    width: 100px;
    text-align: right;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.dateinputs {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    height: 30px;
    width: 100px;
    text-align: right;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.welcome {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.generalcomment {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    height: 30px;
    width: 100%;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.logininputs {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

.error {
    color: #d71918;
    font-family: calibri;
    font-size: 16px;
    text-align: center;
}

.callertd {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;

}

.ratestd {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
    text-align: right;

}

.hourstd {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
    text-align: center;

}

.totalstd {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-top:#000000 1px solid;
}


.totalstdright {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-top:#000000 1px solid;
    text-align: right;
}

.timerblock {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 400px;
    padding-left: 10px;
    height: 30px;
    cursor: pointer;
    border-bottom: #ffffff 2px solid;
}

.timerlisttable {
    width:400px;
    border-collapse: collapse;
}

.timerblocktable {
    width:400px;
    border-collapse: collapse;
}

.timerlistheader {
    background: #c0dcf3;
    color: #000000;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 175px;
    padding-left: 10px;
    height: 30px;
    cursor: pointer;
}

.timerlistheaderedit {
    background: #c0dcf3;
    color: #000000;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    height: 30px;
    cursor: pointer;
}

.timerlist {
    background: #ffffff;
    color: #000000;
    border-bottom: #dcecfb 1px solid;
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    height: 30px;
}

.timerlistbuttons {
    width:60px;
}

.editimg {
    cursor: pointer;
}

.commentDiv {
    width: 150px;
}

.hoursfield {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    height: 30px;
    width: 50px;
    text-align: right;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.viewedfile {
    color: #4bd75a;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    max-width: 250px;
    word-wrap:break-word;
}

.notviewedfile {
    color: #d71918;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    max-width: 250px;
    word-wrap:break-word;
}

.popuptable {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    border: #007cc4 2px solid;
}

.popupheader{
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    width: 200px;
}

.popuptext{
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 5px;
    width: 200px;
}

.popuplink {
    color: #91a8ff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    cursor: pointer;
}

.popuptrainingalerts{
    position: fixed;
    bottom: 0px;
    right: 225px;
}

.alertsmenu {
    background: #009ac4;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.agreedtd {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 5px;
}


.menured {
    -moz-box-shadow:inset 0px 0px 0px 3px #dcecfb;
    -webkit-box-shadow:inset 0px 0px 0px 3px #dcecfb;
    box-shadow:inset 0px 0px 0px 3px #dcecfb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d71918), color-stop(1, #d7776f) );
    background:-moz-linear-gradient( center top, #d71918 5%, #d7776f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background-color: #d7b2a0;
    border:2px solid #d71918;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    padding:7px 30px;
    text-decoration:none;
    text-shadow:0px 0px 0px #d71918;
    width:200px;
}.menured:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d7776f), color-stop(1, #d7b2a0) );
     background:-moz-linear-gradient( center top, #d7776f 5%, #d7b2a0 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
     background-color: #d7776f;
 }.menured:active {
      position:relative;
      top:1px;
  }

.employeeheader {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.tdemployeeheader {
    color: #ffffff;
    background-color: #acacac;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

.tableemployeetrainingalerts {
    width: 900px;
}

.cursor {
    cursor:pointer;
}

.pointer {
    cursor:pointer;
}

.centered {
    margin-right: auto;
    margin-left: auto;
}

.centeredlogin {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border-collapse: collapse;
    border: #999999 2px solid;
    width: 300px;
}


.texttitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #444444;
    padding: 5px;
}

.textcontent {
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    padding: 5px;
}

.centeredtable {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.centeredtable500px {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}

.centeredtable700px {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 700px;
}

.notavailable {
    font-family: Arial;
    font-size: 12px;
    color: #d71918;
}

.loginheader {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 44px;
    line-height: 44px;
    color: #666666;
    font-family: Calibri;
    font-size: 20px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.loginlabels {
    font-family: Calibri;
    font-size: 16px;
    padding: 8px;
}

.loginlabelsbold {
    font-family: Calibri;
    font-size: 16px; !important;
    padding: 8px;
    font-weight: bold;
}

.loginlabelscenter {
    font-family: Calibri;
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.loginbuttonstd {
    text-align: center;
}

.loginbutton {
    background-color: #A5CC52;
    color: #ffffff;
    font-family: calibri;
    font-size: 16px;
    width: 75px;
}

.loginTable {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    border: #d6d6d6 1px solid;
    width:400px;
}

.userstable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 100%;
}

.userstabletop {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
}

.headertags14px {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-family: Calibri;
    font-size: 14px;
    border: #d6d6d6 1px solid;
    border-bottom: 1px solid #bdbcbd;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.headertags12pxpdf {
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 3px;
    background-color: #d6d6d6;
    text-align: center;
}


.headertags14pxnocenter {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-family: Calibri;
    font-size: 14px;
    border: #d6d6d6 1px solid;
    border-bottom: 1px solid #bdbcbd;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}

.headertags {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-family: Calibri;
    font-size: 18px;
    border: #d6d6d6 1px solid;
    border-bottom: 1px solid #bdbcbd;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}


.headertagsover {
     background: #ffffff; /* Old browsers */
     /* IE9 SVG, needs conditional override of 'filter' to 'none' */
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top,  #ffffff 36%, #ffd100 99%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%, #ffd100)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #ffffff 36%, #ffd100 99%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #ffffff 36%, #ffd100 99%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #ffffff 36%, #ffd100 99%); /* IE10+ */
     background: linear-gradient(to bottom,  #ffffff 36%, #ffd100 99%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
     height: 30px;
     line-height: 30px;
     color: #666666;
     font-family: Calibri;
     font-size: 14px;
     border: #d6d6d6 1px solid;
     border-bottom: 1px solid #bdbcbd;
     padding: 3px;
     text-align: center;
     font-weight: bold;
     vertical-align: middle;
 }

.formlabels{
    font-family: Calibri;
    font-size: 16px;
    padding: 5px;
}

.usertablerows14px{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
}

.usertablerows14pxleft{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    text-align: left;
    padding: 5px;
}

.usertablerows14pxbold{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    font-weight: bold;
}

.usertablerows14pxboldtop{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
}

.usertablerows14pxboldodd{
    font-family: Calibri;
    font-size: 14px;
    border: 1px solid #000000;
    padding: 5px;
    font-weight: bold;
    background: #BDDBFA;
    color: #000000;
    text-align: center;
}


.usertablerows12px{
    font-family: Calibri;
    font-size: 12px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
}

.usertablerows12pxwhitecenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #FFFFFF;
    text-align: center;
}

.usertablerows12pxgraycenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #808080;
    text-align: center;
}


.usertablerows12pxgreencenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #d8e4bc;
    text-align: center;
}



.usertablerows12pxredcenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #da9694;
    text-align: center;
}

.usertablerows12pxpinkcenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #f2dcdb;
    text-align: center;
}

.usertablerows12pxorangecenter{
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    background-color: #fabf8f;
    text-align: center;
}





.usertablerows14pxright{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: right;
}

.usertablerows14pxtop{
    font-family: Calibri;
    font-size: 14px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    vertical-align: top;
}

.usertablerows14pxcenter{
     font-family: Calibri;
     font-size: 14px;
     border-bottom: 1px solid #bdbcbd;
     padding: 5px;
     text-align: center;
 }

.usertablerows12pxcenter{
    font-family: Calibri;
    font-size: 12px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
}

.usertablerows12pxright{
    font-family: Calibri;
    font-size: 12px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: right;
}

.usertablerows{
    font-family: Calibri;
    font-size: 16px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
}

.usertablerowstop{
    font-family: Calibri;
    font-size: 16px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    vertical-align: top;
}

.usertablerowsbold{
    font-family: Calibri;
    font-size: 18px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    font-weight: bold;
}

.usertablerowscenter{
    font-family: Calibri;
    font-size: 16px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
}

.usertablerowscenter200width{
    font-family: Calibri;
    font-size: 12px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    max-width: 200px;
}

.usertablerowscenterbold{
    font-family: Calibri;
    font-size: 18px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.departmentheader {
    background-color:#528ecc;
    color:#ffffff;
    font-family: Calibri;
    font-size: 18px;
    border-top: 7px solid #ffffff;
    border-bottom: 2px solid #bdbcbd;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.button-blue {
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
}.button-blue:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
     background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
     background-color:#378de5;
     cursor: pointer;
 }.button-blue:active {
      position:relative;
      top:1px;
  }


.button-orange {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    color:#333333;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffee66;
}.button-orange:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
     background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
     background-color:#ffab23;
     cursor: pointer;
 }.button-orange:active {
      position:relative;
      top:1px;
  }


.button-red {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}.button-red:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
     background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
     background-color:#e4685d;
     cursor: pointer;
 }.button-red:active {
      position:relative;
      top:1px;
  }


.button-green {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color:#b8e356;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #86ae47;
    width: 200px;
}.button-green:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
     background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
     background-color:#a5cc52;
     cursor: pointer;
 }.button-green:active {
      position:relative;
      top:1px;
  }


.button-redmenu {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
    width: 200px;
}.button-redmenu:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
     background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
     background-color:#e4685d;
     cursor: pointer;
 }.button-redmenu:active {
      position:relative;
      top:1px;
  }

.button-greenmenu {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color:#b8e356;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #86ae47;
    width: 200px;
}.button-greenmenu:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
     background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
     background-color:#a5cc52;
     cursor: pointer;
 }.button-greenmenu:active {
      position:relative;
      top:1px;
  }

.searchlabel {
    font-family: Calibri;
    font-size: 16px;
    padding: 5px;
}

.highlighted {
    background-color: #ffd100;
}

.rednote {
    font-family: Calibri;
    font-size: 18px;
    color: #d71918;
    text-align: center;
}

.logintextinput {
    width: 300px;
    color: #999999;
}

.loginfields {
    width: 200px;
    font-family: Calibri;
    font-size: 16px;
    color: #999999;
}




.menu-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #f68e56) );
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#f68e56');
    background-color:#ffec64;
    border:1px solid #ffaa22;
    display:inline-block;
    color:#333333;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffee66;
    width: 200px;
}.menu-button:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f68e56), color-stop(1, #ffec64) );
     background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68e56', endColorstr='#ffec64');
     background-color:#f68e56;
     cursor: pointer;
 }.menu-button:active {
      position:relative;
      top:1px;
  }

.menu-buttontop {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #f68e56) );
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#f68e56');
    background-color:#ffec64;
    border:1px solid #ffaa22;
    display:inline-block;
    color:#333333;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffee66;
    width: 200px;
    text-align: center;
}.menu-buttontop:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f68e56), color-stop(1, #ffec64) );
     background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68e56', endColorstr='#ffec64');
     background-color:#f68e56;
     cursor: pointer;
 }.menu-buttontop:active {
      position:relative;
      top:1px;
  }


.button-redtop {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
    width: 200px;
}.button-redtop:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
     background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
     background-color:#e4685d;
     cursor: pointer;
 }.button-redtop:active {
      position:relative;
      top:1px;
  }


.discussionlabel {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.chatbutton {
    background-color: #A5CC52;
    color: #ffffff;
    font-family: calibri;
    font-size: 16px;
    width: 75px;
    height: 75px;
}

.chattd {
    vertical-align: bottom;
    height: 300px;
    width: 500px
}

.chatdiv {
    height: 300px;
    width: 550px;
    overflow: auto;
}

.messagetext {
    font-family: Calibri;
    font-size: 16px;
    color: #999999;
}

.chattable {
    table-layout: fixed;
    width: 525px;
    border-collapse: collapse;
}

.col1 {
    width:100px;
}

.col2 {
    width: 220px;
}

.col3 {
    width:30px
}

.usernamechatcell {
    word-wrap:break-word;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    vertical-align: top;
    padding: 3px;
}

.conversationchatcell {
    word-wrap:break-word;
    font-family: Calibri;
    font-size: 14px;
    color: #999999;
    width: 220px;
    padding: 3px;
    margin-top: 0px;
}

.conversationdate{
    font-family: Calibri;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #999999 solid;
    padding: 5px;
}

.keylabel {
    font-family: Calibri;
    font-size: 12px;
    color: #999999;
}

.messagehour {
    font-family: Calibri;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 3px;
}

.anodecoration {
    text-decoration: none;
    color: #000000;
}

.wavplayertable {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: #009be3 1px solid;
    background-color: #eeeeee;
    width: 300px;
}

.wavplayerbuttonstd {
    text-align: center;
    padding: 5px;
}

.wavplayerdetailstd {
    text-align: center;
    font-family: Calibri;
    color: #666666;
    font-size: 16px;
}

.wavplayertitletd {
    text-align: center;
    font-family: Calibri;
    color: #666666;
    font-size: 18px;
    background-color: #cccccc;
    font-weight: bold;
    padding: 5px;
}

.tatable {
    table-layout:fixed;
}

.editbuttonstd {
    width: 300px;
    word-wrap:break-word;
}

.chatpanel {
    position:fixed;
    top:0px;
    right:0px;
    overflow: auto;
    width:220px;
    height: 100%;
    border-left: #ffab23 2px solid;
    display: block;
    padding: 3px;
}

.hidechatpanel {
    position:fixed;
    top:0px;
    right:225px;
    overflow: auto;
    width:40px;
    height: 35px;
    border-left: #ffab23 2px solid;
    border-top: #ffab23 2px solid;
    border-bottom: #ffab23 2px solid;
    display: block;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.loggedtable {
    border-collapse: collapse;
    width: 200px;
}

.loggedicon {
    width: 20px;
    padding: 3px;
    text-align: center;
}

.loggedname {
    width: 150px;
    padding: 3px;
    font-family: Calibri;
    font-size: 14px;
    color: #999999;
}

.loggedmsg {
    width: 30px;
    padding: 3px;
    font-family: Calibri;
    font-size: 14px;
    color: #999999;
}

.lastlogin {
    width: 100px;
    padding: 3px;
    font-family: Calibri;
    font-size: 14px;
    color: #999999;
}

.chatlistheader {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-family: Calibri;
    font-size: 16px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.employeelistchat {
    cursor: pointer;
}

.textareachat {
    font-family: Calibri;
    font-size: 12px !important;
    color: #999999;
}

.conversationdiv {
    height: 200px;
    width: 400px;
    overflow: auto;
}

.conversationtable {
    table-layout: fixed;
    width: 100% !important;
    border-collapse: collapse;
}

.msgcount {
    font-family: Calibri;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    width: 20px;
    text-align: center;
    border: #ffffff 1px solid;
}

.adduserinput {
    width: 150px;
    color: #999999;
    font-size: 12px !important;
}

.adduserinputlong {
    width: 300px;
    color: #999999;
    font-size: 14px !important;
}

.adduserfieldset {
    font-size: 16px !important;
    font-weight: bold;
    color: #007cc4;
}

.mainfieldset {
    font-size: 18px !important;
    font-weight: bold;
    color: #007cc4;
}

.mainfieldsetred {
    font-size: 18px !important;
    font-weight: bold;
    color: #d7776f;
}

.asteriknote {
    font-family: Calibri;
    font-size: 12px;
    color: #999999;
}

.categorycb {
     width: 25px;
 }

.highlighted {
    background-color: #ffd100;
}

.groupname {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 36%, #d6d6d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 36%,#d6d6d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 36%,#d6d6d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-family: Calibri;
    font-size: 16px;
    border-bottom: 1px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.popupalert {
    display:none;
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
    cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    color:#ffffff;
    font-family:arial;
    font-size:18px;
    font-weight:bold;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
    width: 400px;
}

.popupalertinner {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}


.centeredtext {
    text-align: center;
}

.selectadmin {
    font-family: Calibri;
    font-size: 12px;
    width: 200px;
}

.fullwidthtable {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.centeredtablenowidth {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}

.satisfied {
    height: 15px;
    background: #060;
    line-height: 15px;
    text-align: center;
}

.satisfaction {
    width: 220px;
    height: 15px;
    background: #F00;
    line-height: 15px;
    margin-left: 20px;
    text-align: center;
}

.warningdialog {
    position: fixed;
    border: #d71918 3px solid;
    font-size: 16px;
    font-family: calibri;
    padding: 5px;
    display: none;
    background-color: #ffffff;
    color: #d71918;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loading.gif') 50% 50% no-repeat;
}

.loading {
    display: block;
}

.shortnumber {
    width: 30px;
    text-align: right;
}

.shortinput {
    width: 30px;
}

.needsattention-div {
    position: fixed;
    border: #007cc4 2px solid;
    width: 170px;
    height: 40px;
    z-index: 9999;
}

.callerscriptcontent {
    position: fixed;
    background-color: #2b81af;
    color: #ffffff;
    font-family: calibri;
    font-size: 12px;
    padding: 8px;
    z-index: 1000;
    width: 400px;
}


.callerscript {
    position: fixed;
    display:none;
    background-color: #2b81af;
    color: #ffffff;
    padding: 8px;
}

.fivedaysclass {
    position: fixed;
    display:none;
    background-color: #2b81af;
    color: #ffffff;
    font-family: calibri;
    font-size: 12px;
    padding: 8px;
}

.needsattention-td {
    font-family: calibri;
    font-size: 14px;
    width: 160px;
    height: 30px;
    color: #007cc4;
    background-color: #ffd100;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.needsattention-table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}


.prevdialog {
    max-width: 750px;
    position: fixed;
    border: #91a8ff 2px solid;
    font-size: 14px;
    font-family: calibri;
    padding: 5px;
    display: none;
    background-color: #dfdfdf;
    color: #000000;
}

.customerstatus-div {
    position: fixed;
    border: #007cc4 2px solid;
    max-width: 300px;
    background-color: #ffffff;
    z-index: 9999;
}

.customerstatus-td {
    font-family: calibri;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    border-bottom: #d9d9d9 1px solid;
    padding: 5px;
}

.customerstatus-td-over {
    font-family: calibri;
    font-size: 14px;
    color: #ffffff;
    background-color: #ffd100;
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    border-bottom: #d9d9d9 1px solid;
    padding: 5px;
}

.customerstatus-table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}


.callselect {
    font-family: Calibri;
    font-size: 14px;
    color: #999999;
    width: 150px;
}

.loginlabels12px {
    font-family: Calibri;
    font-size: 12px; !important;
    padding: 5px;
}

.loginlabels12pxcenter {
    font-family: Calibri;
    font-size: 12px; !important;
    padding: 5px;
    text-align: center;
}

.font12px {
    font-family: Calibri;
    font-size: 12px; !important;
}

.loginlabels14pxfont {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 8px;
}

.loginlabels14px {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
}

.loginlabels14pxrigth {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    text-align: right;
}

.loginlabels14pxcenter {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    text-align: center;
}

.loginlabels14pxbold {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    font-weight: bold;
}

.forminput400 {
    font-family: Calibri;
    font-size: 12px !important;
    color: #000000;
    width: 400px;
}

.forminput200 {
    font-family: Calibri;
    font-size: 12px !important;
    color: #000000;
    width: 200px;
}

.forminput150 {
    font-family: Calibri;
    font-size: 12px !important;
    color: #000000;
    width: 150px;
}

.forminput100 {
    font-family: Calibri;
    font-size: 12px; !important;
    color: #000000;
    width: 100px;
}


.forminput70 {
    font-family: Calibri;
    font-size: 12px; !important;
    color: #000000;
    width: 70px;
}

.forminput60 {
    font-family: Calibri;
    font-size: 11px; !important;
    color: #000000;
    width: 70px;
}

.forminput50 {
    font-family: Calibri;
    font-size: 12px; !important;
    color: #000000;
    width: 50px;
}

.forminput30 {
    font-family: Calibri;
    font-size: 12px; !important;
    color: #000000;
    width: 30px;
}

.forminput17 {
    font-family: Calibri;
    font-size: 11px; !important;
    color: #000000;
    width: 17px;
    text-align: right;
}

.customerinfotable {
    border-collapse: collapse;
    font-family: Calibri;
    font-size: 12px;
}

.callinfotable {
    border-collapse: collapse;
    font-family: Calibri;
    font-size: 12px;
}

.privatecomments {
     background-color: #fc8d83;
 }

.verticalaligntop {
    vertical-align: top;
}

.historyrows{
    cursor: pointer;
    width: 230px;
}

.dealermessagediv {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #007cc4 2px solid;
    background-color: #c0dcf3;
    width: 70%;
    font-family: Calibri;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}

.popupscripts{
    position: fixed;
    bottom: 0px;
    right: 200px;
}

.rightaligncontent {
    position: relative;
    right: 0px;
}

.hiddencontent {
    display: none;
}

.stcomments {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
}

.dealerfile{
    font-size: 14px;
    font-family: calibri;
    color: #d71918;
}

.dealerfilebold {
    font-family: Calibri;
    font-size: 16px; !important;
    color: #007cc4;
    font-weight: bold;
}

.header14ptfont {
    font-family: Calibri;
    font-size: 14pt; !important;
    padding: 5pt;
    margin: 5pt;
    background-color: #1c94c4;
    border-bottom: #999999 1px;
}

.companyreportheader {
     background-color:#528ecc;
     color:#ffffff;
     font-family: Calibri;
     font-size: 16px;
     border-top: 7px solid #ffffff;
     border-bottom: 2px solid #bdbcbd;
     padding: 5px;
     text-align: left;
     font-weight: bold;
 }

.companyreportheadercenter {
    background-color:#528ecc;
    color:#ffffff;
    font-family: Calibri;
    font-size: 16px;
    border-top: 7px solid #ffffff;
    border-bottom: 2px solid #bdbcbd;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.mainpaneldiv {
}

.textinput12px100 {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    width: 100px;
}

.textinput12px150 {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    width: 150px;
}

.textinput12px30 {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    width: 30px;
}

.textinput12px70 {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    width: 70px;
}

.calledrows {
    background: #ffd100;
}

.repeated_phone {
    background: #ff4843;
}

.inboundscriptcontent {
    font-size: 16px;
    font-family: calibri;
    padding: 5px;
    background-color: #ffffff;
    color: #d71918;
}

.dailymessageinput {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c0dcf3 1px solid;
    width: 100%;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}


.dailymessage {
    font-size: 18px;
    font-family: calibri;
    background-color: #fc8d83;
    padding: 5px;
    color: #FFFFFF;
}

.calltimer {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:Calibri;
    font-size:16px;
    font-weight:bold;
    padding:6px 9px;
    text-align: center;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}

.calleridheader {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:Calibri;
    font-size:16px;
    font-weight:bold;
    padding:6px 9px;
    text-align: center;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}

.popupilmcalls{
    position: fixed;
    bottom: 0px;
    right: 600px;
}


.menubuttons {
    width:150px;
}

.paginationlinks {
    font-family: Calibri;
    font-size: 14px;
    color: #1c94c4;
}

.paginationlinks:hover {
    font-family: Calibri;
    font-size: 14px;
    color: #1c94c4;
    text-decoration: underline;
}

.selectedpage {
    font-family: Calibri;
    font-size: 14px;
    color: #1c94c4;
    text-decoration: underline;
    font-weight: bold;
}

.marketing_dealer_table {
    background-color: #ceceff;
}

.icon_library_cell {
    font-family: Calibri;
    font-size: 12px;
    border: 1px solid #bdbcbd;
    padding: 5px;
    width: 120px;
    height: 120px;
    text-align: center;
}

.icon_library_preview {
    border: 1px solid #1c94c4;
    max-width: 100px;
    max-height: 100px;
}


.sms_chat_right {
    background-color: #ceceff;
    border: 1px solid #a19dff;
    font-family: Calibri;
    font-size: 11px;
}

.sms_chat_left {
    background-color: #ffd47e;
    border: 1px solid #ffb259;
    font-family: Calibri;
    font-size: 11px;
}


.dnc_input {
    background-color: #ff9c97;
}

.stc_input {
    background-color: #a1ff87;
}

.tc_rows{
}

.tc_rows:hover{
    background-color: #A6DBF0;
}

.forgot{
    font-family: Calibri;
    color: #4CA9D0;
}

.forgot:hover{
    font-family: Calibri;
    color: #4CA9D0;
}

.dncemailrow {
    background-color: #FFA43C;
}

.viprow {
    background-color: #FDC0E7;
}

.viprow {
    background-color: #FDC0E7;
}

.invoicetablemain {
    background-color: #b8cce4;
    font-weight: bold;
    padding: 5px;
}

.invoicetablemainright {
    background-color: #b8cce4;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}


.invoicetableroicalculator {
    background-color: #ebf1de;
    font-weight: bold;
    padding: 5px;
}

.invoicetableroicalculatorright {
    background-color: #ebf1de;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}

.invoicetableroittl {
    background-color: #4bacc6;
    font-weight: bold;
    padding: 5px;
}

.invoicetableroittlright {
    background-color: #4bacc6;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}

.invoicetableroidiff {
    background-color: #b8cce4;
    font-weight: bold;
    padding: 5px;
}

.invoicetableroidiffright {
    background-color: #b8cce4;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}

.invoicetableroi {
    background-color: #92d050;
    font-weight: bold;
    padding: 5px;
}

.invoicetableroiright {
    background-color: #92d050;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}



.loginlabels14pxgreen {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    background-color: #92d050;
}

.loginlabels14pxgreenright {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    background-color: #92d050;
    text-align: right;
}

.loginlabels14pxred {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    background-color: #e6b8b7;
}

.loginlabels14pxredright {
    font-family: Calibri;
    font-size: 14px; !important;
    padding: 5px;
    background-color: #e6b8b7;
    text-align: right;
}