﻿
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
}



/*.menu{
    color: Gray;
    font-family: "Trebuchet MS";
    font-size:15px;
    font-weight:normal;
    cursor:pointer;
    text-decoration:none;
}*/  

.homecommandimg{
    margin-left:0px;
    width:50px;
    height:40px;
    border-style:none;
}

.homecommandlabel{
    vertical-align:top;
    margin-top:10px;
    margin-left:5px;
    text-align:left;
    color:#0068B3;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    cursor:pointer;
    display: inline-block;
    max-width:200px;
}

.pagetitle{
    padding-top:50px;
    padding-left:30px;
    font-size:24px;
    color:#0068B3;
}

.admintitle{
    padding-left:100px;
    font-size:20px;
    color:black;
}  

.adminmenu{
    color: black;
    font-family: "Trebuchet MS";
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    margin-left:20px;
    margin-right:20px;
}  

.listitem{
    color: black;
    font-family: "Trebuchet MS";
    font-size:12px;
    cursor:pointer;
    text-decoration:none;
}

.spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../Images/ajax-loader.gif') no-repeat center center;
    visibility:hidden;
}

.pagelabel{
    width: 200px;
    text-align: left;
    font-size:14px;
    display: inline-block;
    font-weight:normal;
}

.list{
    border:solid;
    border-width:1px;
    height: 400px;
    padding:2px;
    margin-top:20px;
    margin-left:120px;
    width:200px;
    vertical-align:top;
    display:inline-block;
    overflow-y: auto;

}

.errorlabel{
    color:red;
    font-size:10px;
    margin-left:10px;
    visibility:hidden
}

.combobox{
    width:155px;
    padding:2px;
}

.inputerror{
    color: red;
    cursor:help;
    font-size:.9em;
}


.scrollable-area {
  margin: 10px;
   width:950px;
    height: 500px;
    border: 2px solid #ccc;
    overflow-y:auto;
    overflow-x:auto;
}


.colheader{
    color:white;
    background-color:#0068B3;
    font-size:11px;
}

.imgpager{
    cursor:pointer;
    width:20px;
}

.selected{
   background-color:lightgray;
}

.list{
    border:solid;
    border-width:1px;
    height: 400px;
    padding:2px;
    margin-top:20px;
    margin-left:120px;
    width:200px;
    vertical-align:top;
    display:inline-block;
    overflow-y: auto;
}


.inputcontrol{
    width:300px;
}


.textarea {
    -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    min-height: 400px;
    width:100%;
    font-family: tahoma;
    font-size: 13px;
    border: 1px solid #0068B3;
    text-align: center;
    padding:20px;
     border-radius:10px;
}


.ui-dialog-titlebar-close {
  visibility: hidden;
}


