
<style type="text/css">
<!--
/*======== Styling the SortHeader div - START ===============*/

form  {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  }

div.sortingMenu {
  width: 100%;
  height: 5em;
  }

div.cwaSortHeader {
  margin: 0;
  background: #5E5E70;
  text-align: left;
  color: #ddd;
  }
  
table.alphaIndex {
  width: 780px;
  margin: 0;
  padding: 0;
  text-align:;
  color: #333;
  table-layout: fixed;
  font-size: 90%;
  }
  
table.alphaIndex tr td{
  margin: 0;
  padding: 0;
  background-color: #e5e5e5;
  text-align: center;
  }

table.alphaIndex tbody tr td a,
table.alphaIndex tbody tr td a:visited {
  display: block;
  padding: 3px 0;
  color: maroon;
  text-decoration: none;
  font-weight: bold;
  }

table.alphaIndex tbody tr td a:hover{
  color: #eee; 
  text-decoration: none;
  background: #999;
  }

fieldset.jumpTo {
  width: 785px;
  height: 5em;
  margin: 0;
  padding: 15px 5px 0 10px;
  border: 1px solid #bbb;
  color: #666666;
  }

fieldset.jumpTo select {
  margin: 4px 0 0 5px;
  padding: 1px;
  border: 1px solid #aaa;
  font-size: 80%;
  color: #555;
  background-color: #fff;
  }

fieldset.jumpTo input.inputWrite {
  margin: 0 0 0 5px;
  padding: 1px 2px;
  border: 1px solid #bbb;
  font-size: 100%;
  color: #444;
  background-color: #fff;
  }  
  
fieldset.jumpTo input.jumpButton {}
div.cwaTotalNumber { 
	padding: 0 10px 0 0;
	text-align: right;
	}
/*======== Styling the SortHeader div - END ===============*/


/* --------- TABLE-CONTENTS ----------------*/

div#tableContents {}

table.tableContents tr.alternateRow td {
  background: #FFF8F0;
  }

*html div#tableContents {}
  
/*------ Define the width of cells in content table - START ----------- */

td.cell_1 { width: 62px; }
td.cell_2 { width: 207px; }
td.cell_3 { width: 128px; }
td.cell_4 { width: 160px; }
td.cell_5 { width: 114px; }
td.cell_6 {}

*html td.cell_4 { width: 144px; }
*html td.cell_3 { width: 116px; }

/*------ Define the width of cells in content table - END ----------- */


/* ------ Coloring of the Rows - normal and selected ------ */
td.cwa_row1 {
  text-indent: 5px;
  padding: 0;
  background-color: #ebebeb;
  }
  
td.cwa_row2 {
  text-indent: 5px;
  padding: 0;
  background-color: #f5f5f5;
  }

td.cwa_row1_selected {
  text-indent: 5px;
  padding: 0;
  background-color: #e0e0e0;
  }

td.cwa_row2_selected {
  text-indent: 5px;  
  padding: 0;
  background-color: #e7e7e7;
  }

td.cwa_row1 input,
td.cwa_row2 input {
	vertical-align: -3px;
	}
  
 /* ------------ Styling the Buttons ------------ */
 
div.buttons_container {
  margin: 30px 0 5px 5px;
  background:;  
  text-align: center;
  }
  
input.buttons {
  border: 2px solid #fff;
  background-color: #fff;  
  color: maroon;
  font-family: Verdana, Arial, Tahoma;
  cursor: pointer;
  }

input.buttons_dis {
  border: 2px solid #fff;
  background-color: #fff;  
  color: #C64646;
  font-family: Verdana, Arial, Tahoma;
  cursor: pointer;
  }
  
/*--------- Header Table styling ----------------------------------------------------------------*/

table.headerTable {
  width: 800px;
  margin: 0;
  }
  
table.headerTable th {
  padding: 3px;
  border-left: 1px solid #aaa;
  background: #5E5E70;
  text-align: left;
  font-size: 11px;
  }

/* defining width of the headerTH*/
th#firstHeader {
  width: 56px;
  padding: 3px 0 2px 2px; 
  }

th#secondHeader {
  width: 190px; 
  padding: 3px 0 2px 5px;
  }

th#thirdHeader {
  width: 115px;  
  }
  
th#fourthHeader {
  width: 144px; 
  }

th#fifthHeader {
  width: 101px;
  }

th#sixthHeader {
  width: 115px; 
  }

table.headerTable th img {
  margin: 0;
  padding: 2px 0 0 0;
  }



/* --------------- Links into the headerTH ------------- */
th.headerTh_notsellected a:link, 
th.headerTh_notsellected a:visited{
  padding: 0 3px 0 0;
  color: #ddd !important;
  text-decoration: none;
  font-weight: bold !important;
  }

th.headerTh_sellected a, 
th.headerTh_sellected a:visited {
  padding: 0 3px 0 0;
  color: #FFA500 !important;
  text-decoration: none;
  font-weight: bold !important;
  }
  
th.headerTh_notsellected a:hover, 
th.headerTh_sellected a:hover{
  text-decoration: none;
  color: orange;
  }



/* Listing Table styling - the table displaying the row wirh results*/
table.listingTable {
  width: 800px;
  margin: 0  ;
  color: #333;
  }

  
table.listingTable tr td {
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #dadada;
  font-size: 11px;
  }

/*----- Current Work Alert Wizard -------------*/

table.wizardTable td{
  font-size: 10px;
  color: red;
  }

/*----- No more entries in CWA page -------------*/

div.noEntries {
  text-align:center;
}


-->
</style>

