body{
    margin: 0px; padding: 0px;
    background-color: #f3f3f3;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
    color:#c3c3c3;
}
div.header{
    width: 100%;
    background-color: #fff;
    height: 95px;
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #f3f3f3;
    z-index: 10;
}
div.footer{
    width: 500px;
    margin: 0 auto;
    color:#d9d9d9;
    text-align: center;
}
div.logo{
    height: 65px;
    width: 50%;
}
div.headerspacer{
    position: relative;
    height: 95px;
    width: 100%;
}
.clear{
    clear: both;
    width: 100%;
}
.wrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.tabs{
    background-color: #004c8b;
    width: 1000px;
}
a{
    color:#004c8b;
    text-decoration: none;
}
a.tab{
    display: block;
    float:left;
    padding: 0px 15px 0px 15px;
    background-color: #004c8b;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    line-height: 30px;
}
a.logout{
    display: block;
    float:right;
    padding: 0px 15px 0px 15px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-left: 1px solid #ffffff;
    line-height: 30px;
}
a.active, a.tab:hover{
    background-color:#f3f3f3;
    color: #000000;
    -webkit-transition: all 200ms ease-out ;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div.loginwindow{
    display: block;
    width: 230px;
    padding: 20px;
    position: relative;
    margin: 100px auto;
    background-color: #ffffff;
}
div.tablecontrols{
    float:left;
    padding: 10px;
    width: 980px;
}
div.positioncontrols{
    float: right;
    padding: 10px;
    width: 300px;
    text-align: right;
}
.searchbox{
    background-color: #c0c0c0;
    color: #777777;
    padding: 5px;
    width: 990px;
    margin-top: 10px;
    line-height: 25px;
}
.contentbox{
    padding: 5px;
    width: 990px;
    margin-top: 10px;
    line-height: 25px;
}
.inputtitle{
    float: left;
    width: 130px;
    line-height: 30px;
    color: #fff;
    font-weight:bold;
}
.input{
    padding: 5px;
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
}
.input100{
    height: 25px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
}
select.input{
    height: 25px;
}
.button{
    padding: 5px;
    background-color: #222222;
    color: #ffffff;
    border: 0px;
}
.message{
    padding: 5px 2% 5px 2%;
    background-color: #e4ffe3;
    color:#4bc245;
    border: 1px solid #4bc245;
    width: 96%;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}
.message-error{
    padding: 5px 2% 5px 2%;
    background-color: #ffdcdc;
    color:#ed6767;
    border: 1px solid #ed6767;
    width: 96%;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}
.message .close{
    float: right;
}
.popup{
    padding: 15px;
    background-color: #ffffff;
    width: 700px;
    color:#000 !important;

}
.popup-nosize{
    padding: 15px;
    background-color: #ffffff;
    color:#000 !important;
}
.preview-row{
    line-height: 25px;
    border-bottom: 1px solid #f3f3f3;
    color: #343434;
}
.preview-body{
    height: 400px;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
}
.deleteSelected{
    background-image: url('/images/delete.jpg');
    background-position: top left;
    width: 150px;
    height: 29px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* SORTABLE TABLE */
.selectTable
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    width: 100%;
}
.selectTable tbody tr td
{
    background-color: #e6e6e6;
    border: 1px #F4F4F4 solid;
    padding:5px;
}

.selectTable tbody tr
{
    border-top: 1px #F4F4F4 solid;
    background-color: #e6e6e6;
}

.selectTable thead tr td
{
    background-color: #004c8b;
    padding: 5px 10px 5px 10px;
    color: #fff;
}