img.login-logo {
	 padding-top: 100px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
hr {
    display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid darkgrey;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}


#menubox {
    
    background: #F0F0F0;     
    border-width: 1px; 
    border: solid thin #CDCDCD; 
    padding: 30px;
    width: 250px; 
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -0%);
    
}
#center_div {
    position: absolute;
    width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table-row;
	overflow: auto;
	height:90%;    
	border-style:solid thin #CDCDCD;
	border-width:1px; 
    
}
#batchmenubox {
    background: #F0F0F0;     
    border-width: 1px; 
    border: solid thin #CDCDCD; 
    padding: 30px;
    margin-top: 60px;
    width: 900px;    
    
}


#column {
    
    background: #F0F0F0;
    float: left;
    width: 24%;
    
}
#smallcolumn {
    
    background: #F0F0F0;
    float: left;
    width: 27%;
    
}

/* Clear floats after the columns */
#row:after {
  content: "";
  display: table;
  clear: both;
  
}

#line{
width: 100%;
height: relative;

position: relative;
}



#error {
    border-width: 1px; 
    border: solid thin #CDCDCD; 
    padding: 3px;
    background: #FF0000;
	color:  white;
	text-align: center;
}

#outer1 {
    position: absolute;
    left: 50%;
    top:0%;
    transform: translate(-50%, -0%);
   
}
#outermainmenu {
    position: relative;
    left: 40%;
    top: 5%;
}

#outer2 {
    position: relative;
    left: 20%;
    top: 15%;
}

#outernewacc {
    position: relative;
    left: 30%;
    top: 5%;
}

#outerbatch {
    position: relative;
    left: 15%;
    top: 15%;
}

#newaccount1 {
   border-width: 1px; 
   border: solid thin #CDCDCD; 
   padding: 30px;
   width: 500px;
   background: #F0F0F0;
}

#newaccount2 {
   border-width: 1px; 
   border: solid thin #CDCDCD; 
   padding: 30px;
   width: 450px;
   background: #F0F0F0;
}

#search-grid {
    border-collapse: collapse;
	border-spacing: 0;
    border: solid thin #CDCDCD; 
    left: 20%;
    top: 5%;	
	padding: 30px;
	background: #F0F0F0;
	color: #5F5F5F;
	margin-left: 140px;
	margin-right: 140px;
	margin-top: 50px;
    width: 700px;
}

#grid {
    border-collapse: collapse;
	border-spacing: 0;
    border: solid thin #CDCDCD; 
    background: grey;
	color: white;
}

#grid:hover {
    background: yellow;
    color: black;	
}

#griderror{
    background: red;
}
#griderror:hover{
    background: darkred;
    color: black;
}


.eventsubmit {
    background: url('../images/button1-inactive.png');
    color:  white;    
    height: 43px;
    display: block;
    border: 0;
    text-decoration: none;
	line-height: 43px;	
    text-align: center;
	vertical-align: middle;
}

.eventsubmit:hover {
   background: url('../images/button1-hover.png');
}

a.eventsubmit_med {
    background: url('../images/button32px-inactive.png') repeat;
    margin-left: 6px;
    color:  white;    
    border: 0;
}

a.eventsubmit_med:hover {
   background: url('../images/button32px-hover.png') repeat;
}

.addTextField {
   marign-bottom: 0px;
   padding: 3px;
   height: 28px;
   border: solid thin #B4B4B4;
   border-radius: 3px;
   display: inline;
}

.fieldLabel {
   color: #5F5F5F;
   font-weight: normal;
   width: 90%;
   height: 16px;
}

.fieldSubLabel {
   color: #5F5F5F;
   font-weight: normal;
   width: 90%;
   height: 16px;
   font-style: italic;
   font-size: 90%;
}

.fieldLabel1 {
   color: #5F5F5F;
   font-weight: normal;
   width: 90%;
   height: 16px;
   text-align: center;   
}

.fieldSubLabel1 {
   color: #5F5F5F;
   font-weight: normal;
   width: 90%;
   height: 14px;
   font-style: italic;
   font-size: 90%;
   text-align: center;
}

#paginate{
 padding-bottom: 10px;
}
.pagination>ul {
  list-style-type:none;
  margin: 0;
  padding: 0px;   
  overflow: hidden;
  background-color: #333333;
text-decoration: none;
    
    
}

.pagination>li {
    list-style-type:none;
    float:left;
    width: auto;
    
      width: 7%;
   
}

.pagination>li a {
    list-style-type:none;
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
    background: grey;
    
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px;
    
   
    
}

.pagination>li a:hover {
    list-style-type:none;
    color: black;
  background-color: yellow;
}
.pagination>.disabled {
    visibility: hidden;
   
}
.pagination>li.disabled {
    visibility: hidden;
    width: 1px;
   
}
