/*@font-face {
    font-family: 'Helvetica Light';
    src: url("../fonts/helvetica_light.eot");
    src: url("../fonts/helvetica_light.eot?#iefix") format('embedded-opentype'),
         url("../fonts/helvetica_light.woff") format('woff'),
         url("../fonts/helvetica_light.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img{max-width:100%;height:auto}
:focus{outline:0}
a:active,img a:active{outline:0}
a:focus,img a:focus{-moz-outline-style:none}
a img{border:0;text-decoration:none}
a{outline:0;text-decoration:none}

html{
    width:100%;
    height:100%;

}
body{
    width:100%;
    height:100%;
    color:#fff;
    font-family:Arial, sans-serif;
    font-size:12px;
    background:#fff;
    line-height:1;
}
.wrap{
    width:950px;
    margin:0 auto;
}
.event-desc{
    background:#041c27;
    display:inline-block;
    padding:25px 40px 80px;
    line-height:25px;
}
.event-desc span, .table-header{
    font-weight:bold;
    font-size:18px;
    line-height:25px;
}
.table-header{
    background:#81a8b1;
    height:40px;
    line-height:40px;
    padding-left:40px;
}
header{
    width:950px;
    height:373px;
    background: #3d7583 url(../images/top-banner.jpg) no-repeat top left;
}
footer{
    background:#407b88 url(../images/footer.png) no-repeat 350px center;
    height:55px;
    padding: 25px 0 20px;
    width: 100%;
}
main{
    background: #fff url(../images/table-logo.png) no-repeat right 250px;
    width:100%;
    height:100%;
    min-height:935px;
    padding-bottom:160px;
}
#myTable{
  border-top:none;
  margin: 0;
}

.register{
    padding:2px 5px;
    background:#3c7584;
    color:#fff;
    border:1px solid #9ebac2;
    font-size:12px;
    font-family:'Arial',sans-serif;
}
.tablesorter-default .header, .tablesorter-default .tablesorter-header {
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 5px 20px;
  white-space: normal;
}
th, .tablesorter-header-inner{color:#205162; font-weight:bold;}
.tablesorter-header-inner{text-indent:20px;}
.tablesorter-default thead .sorter-false {
  height: 22px;
  vertical-align: middle;

}
.tablesorter-default td {
  border-bottom: 2px solid #dde7ea;
  border-top: 1px solid #dde7ea;
  border-right: 1px solid #dde7ea;
  border-left: 1px solid #dde7ea;
  padding: 8px 4px 8px 40px;
  vertical-align: middle;
  color:#404041;
}
.tablesorter-default th, .tablesorter-default thead td {
  border-bottom: 2px solid #dde7ea;
  border-top: 1px solid #dde7ea;
  border-right: 1px solid #dde7ea;
  border-left: 1px solid #dde7ea;
  border-collapse: collapse;
  color: #000000;
  font: bold 12px/18px Arial,Sans-serif;
}
.tablesorter-default, .tablesorter-default td,.tablesorter-default th, .tablesorter-default thead td{
    background-color:transparent;
}
.tablesorter-header{
    padding-left:30px;
}
.data-center{
    text-align:center;
    padding-left:0;

}
.data-center-inner{padding: 4px 0 !important; text-align:center;}
.data-center .tablesorter-header-inner{text-indent:0;}
.tablesorter-default td.faculty{padding: 4px 4px 4px 25px;}
.data-center.code .tablesorter-header-inner{text-indent:10px;}

.notify-form {
  color: black;
  width: 928px;
  padding: 10px;
  border: 1px solid #dde7ea;
  border-top: 0;
}

.notify-form p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.notify-form ul {
  list-style-type: circle;
}

.notify-form li {
  margin-left: 40px;
  margin-top: 10px;
}

.notify-form form {
  margin-top: 10px;
}

.notify-form .error {
  color: red;
}

.notify-form .error span {
  font-weight: bold;
}

.notify-form form div {
  margin-bottom: 10px;
}

.notify-form label {
  width: 150px;
  display: inline-block;
}

.notify-form input,
.notify-form select {
  border: 1px solid black;
  padding: 2px;
}