/* Client: das
------------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.form-element input {
  width: 294px; 
}

body {
  background-color: white;
}

a:link, a:visited  {
  color: #003366;
  text-decoration: none;
}
a:hover{
  color: #003366;
  text-decoration: underline;
}

#tms-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}

#tms-container {
  border: none;
  background-color: white;
  color: #484848;
}


#tms-nav li {
	background: #E4E4E4;
  border: 1px solid #E4E4E4;
  padding: 5px 6px 5px 6px;
  margin-right: 10px; 
}

#tms-nav li a {
 background-color: #E4E4E4;
 color: #000;
 text-decoration: underline;
}

#tms-nav-lang-selector {
	margin: 0px 10px 0px 0px;
	}

#tms-content {
	width: 670px;
}
	
#tms-content-form {
  border-top: 1px solid #003366;
  border-bottom: none;
  background-color: white;
} 

.form-element {
	padding-bottom: 10px;
	}
.end-row {
	padding-top: 10px;
	border-top:1px solid #003366;	
} 
/*#tms-form-client, #tms-content-label-client {
	display: none;
}*/

h3 {
	color: #687E8D;
  font-size: 1.25em;
  font-weight: bold;
} 

h4 {
	color: #000;
	font-size: 1em;
}

#tms-additionaltext {
	padding: 0px;
	margin: 0px;
	
	}
#tms-additionaltext-help {
	font-size: 1em;
	color: #000;
}

#tms-subnav-detailsearch {
	padding-bottom: 6px;
	}
	
#introtext {
	font-weight: normal;
	font-size: 0.7em;
	font-family: arial;
	margin: 25px 0px -25px 15px;
	padding: 6px 0px 3px 6px;
	width: 665px;
	border: 1px solid #003366;	
}

.tms-button {
	border: 1px solid #DEDEDE !important;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial; 
	color: #000000;
	background: #ECE9D8;
	padding: 2px 6px 2px 6px;
}

#tms-results-top-pagination .pagination-right li,
#tms-results-bottom-pagination .pagination-right li {
   margin-left: 5px;
}


