﻿
.body {
    background-color :#ffffff; /* bkd - 20150615 - style sheet created for case #00060834 */
}

.admin-logo{
    border: none;
	padding: 2px 5px 2px 5px;
	background-image: url("../images/irondatalogo.gif" );
    width: 420px;
    height: 75px;
   	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.admin-bars{
    border: none;
	background-image:  url("../images/newbluebar.jpg");
	background-repeat:  no-repeat;
    width: 800px;
    height: 5px;
    margin: 0 auto ;
}

.textAlign{
   color:  #000080;
   text-align:center;
   height:30px; 
   font-size: larger; 
   vertical-align:middle; 
}
.ui-datepicker-trigger {
    background-color: Transparent;
    border: none;
    /*background-image:url("~/Scripts/jQuery/UI/images/calendar.gif");*/
}
/* 508 Compliance */
.accessKey {
   display: none;
    border: solid 1px black;
    padding: 1px;
    font-size: 9.5px;
    position:relative;
    z-index:5000;
    background-color: #ffffe0;
    overflow: scroll
}
.uploadtable {

    border: 1px solid black;
    width:626px
}