/* 
 *	Stylesheet for Howard Worth Applications
 */


#menubar {display: none; }

body, html {
	margin:0px;
	padding:0px;
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	color: #000000;
	background: #ffffff; 
}

.button  {display: none; }
.btnform  {display: none; }
.btn  {display: none; }
.empty  {display: none; }
.addrecord  {display: none; }
.tcalIcon, .tcalIconDisabled {display: none; }

.noprint {display: none;}

fieldset.list {
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	color: #000000;
	background: #ffffff;
	border: none;

}
fieldset.list legend { display: none; }

table.sortable, table.report2 {
	width:100%;
	margin-top: 10px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #DBEAF5;
	border-collapse: collapse;
}
table.sortable td, table.sortable th, table.sortable td {
	border-width: 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #DBEAF5;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10pt;
}

table.report2 td  {
	padding: 3px;
	margin: 0px;
	border-width: 0;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 9pt;
}



.sorttable_nosort {display:none;}


.myform fieldset {
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	color: #000000;
	background: #ffffff; 
	width: 745px;
	border-width:2px;
	border-style:solid;
	border-color:#4682b4;
	padding: 10px;
}
.myform legend {
	font-size : 12pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	font-weight: bold;
	color: #4682b4;
	background: #F0F7FC; 
	border-width:2px;
	border-style:solid;
	border-color:#4682b4;
	padding: 4px;
}

.myform div {
  width: 100%;
  clear: both;
}
label {
	display: inline;
	float:left;
	font-size:80%;
	color: #4682b4;
	margin: 10px 10px 0px 0px;
}

textarea,input{
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	background-color: #FFFFFF;
	border: none;
	overflow: hidden;
}
textarea { /*height: 100%;*/

}

textarea.expanding { 
	line-height: 18px; 
	/*height: 100%;*/
}

select {
	font: 10pt Tahoma, Verdana, Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #FFF; 
	color: #000000;
	background-color: #FFF;
	overflow:hidden;
}



label.note textarea {display: none; }
span.cv {display: none; }
span.cvfiller {display: none; }
span.cvprint{
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	color: #000;
}

label.c1 input { width:  110px; }
label.c2 input,label.c2 textarea { width: 234px; }
label.c3 input,label.c3 textarea { width: 358px; }
label.c4 input,label.c4 textarea { width: 482px; }
label.c5 input { width: 606px; }
label.c6 input,label.c6 textarea { width: 730px; }

label.note textarea { width: 730px; }

label.cc input { width: 215px; } /* for the calendar control */
label.cc1 input { width: 91px; } /* for the calendar control */
label.cf input { width: 730px; } /* for the file control */
label.ce { width: 234px; }

label.c1 select { width: 112px; }
label.c2 select { width: 237px; }
label.c3 select { width: 362px; }
label.c4 select { width: 488px; }

input.s2  { width: 96px; }
select.s2 { width: 124px; }

.tfvHighlight {
	color: red;
}
.tfvNormal {
	color: black;
}
form { 
	display: inline; 
	margin: 0px;
}


table.tabfields {
  width: 745px;
  clear: both;
}

table.tabfields tr {
 margin:0px;
 padding:0px;
}

table.tabfields td {
 width:50%;
 margin:0px;
 padding:0px;
}
.myform fieldset.none { 
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;  
	color: #000000;
	background: #ffffff; 
	width: 330px;
	border-width:1px;
	border-style:solid;
	border-color:#4682b4;
	float:left;
	padding: 10px;  
	margin: 0px;
}
.myform fieldset.none legend {
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-weight: normal;
	color: #4682b4;
	border-width:0px;
	border-style:none;
	background: #fff;
}



#backgroundPopup{
display:none;
}
#popupContact{
display:none;
}
#popupEMAIL, #popupCSV{
display:none;
}