﻿/* This Style sheet is for the custom styling options for the user interfrace */
/* Custom Styles Begins Here*/
.danger {
    color: red;
}

#Documents {
    max-width: 350px;
    overflow:auto;
    overflow-y:scroll;
}

#TableHeader {
    /*background-color: white;*/
    color: cornflowerblue;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: initial;
    border: solid;
    border-radius: 5px;
 /*   border-color: #4A6C93;
    font-weight: bold;*/
    font-size: 15px;
}

#AdminSearchTableHeader {
    /*background-color: white;*/
    color: cornflowerblue;
    font-size: 15px;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: initial;
    border: solid;
    border-radius: 5px;
  /*  border-color: #4A6C93;
    font-weight: bold;*/
}

#AdminSearchTableHead {
    text-align: left;
    width: 150px;
    /*border:solid;*/
}

.table1 {
    width: 832px;
    background-image: url(img/eiebborder.png);
    background-repeat: repeat-y;
    border: 0px solid #CCC;
    border-collapse: collapse;
    margin-bottom: -6px;
}

/* Custom Styles Ends Here*/