.vsearch {
   font-family: Arial,Verdana,Helvetica,sans-serif;
   font-size: 8pt;
   vertical-align: top;
}

table.vsearch {
   margin-top: 1px;
}

.vsearch_header {
  text-align: center;
   background: #800404; /* old browsers */
   background: -moz-linear-gradient(top, #800404 0%, #BE0909 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800404), color-stop(100%,#BE0909)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800404', endColorstr='#BE0909',GradientType=0 ); /* ie */
   border-top: 1px solid #B00101;
   border-bottom: 1px solid #B10101;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
	text-transform: uppercase;
}

.vsearch_list_header {
   background-color: #FFFFFF;
   border: thin groove;
   color: #000000;
}

.vsearch_element_title {
   background-color:#ACA8A9;
   border: 1px solid #8B8B8B;
   color: #000000;
   font-size: 9pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

.vsearch_description_title {
   background: #800404; /* old browsers */
   background: -moz-linear-gradient(top, #800404 0%, #BE0909 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800404), color-stop(100%,#BE0909)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800404', endColorstr='#BE0909',GradientType=0 ); /* ie */
   border-top: 1px solid #B00101;
   border-bottom: 1px solid #B10101;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
	text-transform: uppercase;
}

.vsearch_element {
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC; /*border: thin groove #393939;*/
   margin-bottom: 3px;
}

.vsearch_sub_title {
   background: #800404;
   color: #FFFFFF;
   font-weight: bold;
}
.vsearch_sub_title:last-child
{
   background: #800404; /* old browsers */
   background: -moz-linear-gradient(top, #800404 0%, #BE0909 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800404), color-stop(100%,#BE0909)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800404', endColorstr='#BE0909',GradientType=0 ); /* ie */
}

.vsearch_sub_element {
   background-color: #FFFFFF;
}

select.vsearch {
}

tr.vsearch_row_even {
   background-color:#F3F3F3;
}

tr.vsearch_row_odd {
   background-color: #FFFFFF;
}

td.vsearch_summary_title {
   border: 1px solid #CCCCCC;
}

td.vsearch_summary_content {
   border: 1px solid #CCCCCC;
   font-weight: bold;
}

.vsearch_button {
   width: 186px;
   color:#FFFFFF;
   background: #800404; /* old browsers */
   background: -moz-linear-gradient(top, #800404 0%, #BE0909 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800404), color-stop(100%,#BE0909)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800404', endColorstr='#BE0909',GradientType=0 ); /* ie */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -o-border-radius: 5px;
   border: none;
   font-size:16px;
   font-weight:bold;
   padding: 5px 0px;
   cursor: pointer;
   -webkit-box-shadow: 0px 0px 3px #000;
   -moz-box-shadow: 0px 0px 3px #000;
   -o-box-shadow: 0px 0px 3px #000;
   box-shadow: 0px 0px 3px #000;
   text-transform: capitalize;
   margin: 5px 0px;
}

