﻿ .button, .dgrid_hdr, .label, .link, .link_white, .text_box, body, .dgrid, .list { font-size: 12px; }

 .content_hdrmed, .content_hdr { font-size: 13px }

 .dgrid, .dgrid_hdr { font-weight: normal }

 .dgrid_hdr th a { color: white; }

 .dgrid tr th, .dgrid tr td { padding: 2px; }
 .min_max_button {
     color: white;
 }

 a img {
 border:none;
 }

 input { margin-bottom: 4px; }

 input[type=text] {
     height: 15px;
     width: 270px;
 }

 textarea {
     resize: vertical;
     vertical-align: middle;
     position: relative;
     bottom: 1px;
     width: 268px;
     margin-bottom: 4px;
 }

 input[type=checkbox] {
     height: 18px;
     width: 18px;
     vertical-align: middle;
     position: relative;
     bottom: 1px;
 }

 select {
     width: 274px;
     height: 21px;
     margin-bottom: 4px;
 }

 .list{
	width:auto;
	max-width:274px;
  }
 .dgrid input[type=text] {
     height: auto;
     width: auto;
     max-width:270px;
 }

 .dgrid textarea {
     margin-bottom: 0px;
    
 }

 .dgrid select {
     width: auto;
     height: auto;
     max-width: 274px;
     
 }
 .row {
     padding: 5px 5px 0px 5px;
     display: table-row;
 }

 .column {
     width: 500px;
     padding: 10px 1px 0px 10px;
     display: table-cell;
 }

 
 .content_hdr {
     background-size: 2px 24px;
     padding: 4px;
     margin-top: 12px;
     border-radius: 5px 5px 0 0;
 }

 .content_container {
     padding: 8px;
     border: solid 1px #696969;
     border-radius: 0 0 5px 5px;
     box-shadow: 0px 2px 8px #a0a0a0;
 }

 .button {
     border: 1px solid #656565;
     border-radius: 3px;
     padding: 3px 15px;
     text-align: center;
     font-size: 13px;
     cursor: pointer;
     background: #333333;
     color: white;
     box-shadow: 3px 2px 5px #737373;
     margin-right: 2px;     
 }
 
 .button:disabled, .button[disabled] {
    background: #9e9e9e;
    border: none;
 }

 .label {
     width: 145px;
     display: inline-block;
 }

 .submit { margin-left: 149px; }



 .menu_link {

     padding: 10px 18px 9px 18px !important;
     text-decoration: none;
     background: #333333;
     display: inline-block;
     font-size: 12px;
     font-weight: bold;
     color: #ffffff;
     margin-top: 2px;
 }

 .menu_link:hover {
     background: #C00;
     color: #fff;
 }

.warning_div{
     width:500px;
}

.warning_div .content_hdr {
    background-image: none;
    background: #ff3636;
   
}

.warning_div .content_container {
    border: solid 1px #ff4848;
    box-shadow: 0px 2px 8px #f78c8c;
}
.warning_button{
    background: #ff3636;
    border: 1px solid #ff3636;
}
.header-link{
    text-decoration:none;
}
.heading-text {
    font-size: 22px;
    margin-left: 42px;
    margin-top: -6px;
    color: #f1f1f1;
    text-shadow: 1px 1px #131212;
    font-family: 'ITC Charter W01', Georgia, Garamond, serif;
}

.hide{
    display:none;
}

.button_edit{
    background-image: url(../graphics/btn_edit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 5px 0px;
}
.alert{
	padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
	margin: 10px 0 20px 0;
	font-size: 13px;
    font-weight: bold;

}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    
}