/**********************************************
  Padding properties.
  Netscape 4.x does not handle padding correctly.
  For this reason, these properties are specified
  in a separate file which will be ignored by
  Netscape 4.x.
**********************************************/
.ws-regioncaption
  {
  padding: 2px 4px;
  }

.ws-data-td, .ws-data-alt-td, .ws-totalrow, .ws-thead
  {
  padding: 1px 4px;
  }

.ws-jumpbar
  {
  padding-bottom: 3px;
  }

.ws-actionbar
  {
  padding: 5px;
  }

.ws-titlebox-body, .ws-titlebox-caption
  {
  padding: 5px;
  }

.ws-sidebar-head-dark, .ws-sidebar-head-medium, .ws-sidebar-head-light,
.ws-sidebar-body-dark, .ws-sidebar-body-medium, .ws-sidebar-body-light
  {
  padding: 5px;
  }
 td.ws-prof-services-left{
 	background: #fff;;
 	color: #224;
 	border-bottom: 1px solid #aaa;
 }
  td.ws-prof-services-right{
 	background: #fff;;
 	color: #224;
 	border-bottom: 1px solid #cce;
 }
 textarea.desc{
 	border: 1px solid #333;
 	background: #dde;
 	width: 550px;
 	height: 150px;
 }
 input.ws-services-form{
 	background: #dde;
 	width: 200px;
 	border: 1px solid #666;
 	}