body,input,select,.maintable,.tableForm,.dialog,.table_intro_text {
	font-family : Tahoma;
	font-size: 12px;
}

.table_intro_text {
  font-size: 12px;
  width: 100%;
  
}

.td_intro_text {
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #D2ECD5;
}

input,select {
	background-color: #FBFEFB;
	border-style:solid;
	border-width:1px;
	border-color: #015351; 
	border-top-width:1px;
	padding: 3px;
	width: 200px;
	height: 22px;
}

.maintable {
	width: 800px;
	font-size: 12px;
}

.div_errors {
    font-weight: bold;
    color: red;
}

.tableBanner {
	border-style:solid;
	border-width:1px;
	border-color: black;
	width: 800px;
}

.tableForm {
	width: 400px;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	color: #015351;
	text-align: right;
	padding-right: 5px;
	width: 90px;
}

.labelTxt {
  font-size: 12px;
  font-weight: bold;
  color: #015351;    
}

.dialog {	
	background-color: #EBF7F7;
	width: 400px;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	border-top-width:2px;
	border-bottom-width:2px;	
}

.dialog_title {	
	background-color: #015351;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.link {
    color: #015351;    
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}
