.contactTextBox {
	width: 200px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px; 
	padding: 0 5px;
}

.contactTextBox2 {
	width: 100px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px;
	padding: 0 5px;
}	

.contactTextBox3 {
	width: 40px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px;
	padding: 0 5px;
}

.contactTextBox4 {
	width: 200px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 0px;
	padding: 0 5px;
}

.contactComboBox {
	margin: 0 0 0 10px;
}

.standardTextBox {
	width: 200px;
}
.standardTextBoxURL {
	width: 400px;
}

.standardMLEditBox {
	width: 500px;
	height: 56px;
}

.standardMultiValueBox {
	width: 200px;
	height: 84px;
}

.standardNumberBox {
	width:60px;
	text-align:right;
}

.customRadioButton td {
	padding-right:20px;	
}

.customTable {
	border-collapse:collapse;
}
.customTable td {
	border:1px solid #BEB26F;
	padding:3px 7px 2px 7px;
}
.customTable tr.hdr td {
	padding-top:5px;
	padding-bottom:4px;
	background-color:#007360;
	color:white;
	font-weight:bold;
}
.customTable tr.data td {
	border-top-style:none;
}
.customTable table td {  /*radio buttons are rendered in tables, so in this case within another table, so this fixes improper styles in table within customTable */
	border:0px;
	padding:0px 0px 0px 0px;
}

.customTableNoBorders td {
	border:0px;
	padding:3px 7px 2px 7px;
}

.borderBottom {
	border-bottom:1px;
}

/* custom bootstrap navbar coloring */
.navbar-custom {
	background-color:#00007b;
    color:#ffffff;
  	border-radius:0;
}
  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
/*  	padding-left:20px; */
/*  	padding-right:20px; */
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: #3e39c0;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus, .navbar-custom .navbar-nav .open>a  { 
  background-color: #3e39c0;
}

/* dropdown */
.navbar-custom .navbar-nav .dropdown-menu  { 
  background-color: #3e39c0;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  { 
  color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
  color: #3e39c0;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#3e39c0;
}