/*
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #ffffff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #ffffff;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #ffffff;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #ffffff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
} */

img.login-logo {
	padding-top: 50px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

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

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

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

#menu-button {
	position: relative;
    top: 50%; 	
	left: 0;
    width: 100%;
}

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

#outer1 {
	position: relative;
	padding-top: 50px;
	display: table;
	margin-left: auto;
    margin-right: auto;	
}

#back-to-main {	
	display: block;
	margin-left: 125px;
	margin-right: 125px;
}

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

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

#column-bottom {
	vertical-align: bottom;
}

#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;
}

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

#grid:hover {
    background: yellow;
    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');
}

.addTextField {
   margin-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;
}