
/* ====================================== */
/*  Tourism Catalog styles definitions.   */
/* ====================================== */

/*----------------------------------*/
/*   Path tracing part styles       */

TABLE.pathTable {
    /* FOR NETSCAPE */
    border-width: 0px;
    /* FOR IE */
    border: 0px;
    width: 100%;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 9px;
    text-align: left;
}

TABLE.pathTable TD.iconFieldLeft {
    width: 25px;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
}

TABLE.pathTable TD.iconFieldRight {
    width: 25px;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

TABLE.pathTable TD.pathField {
    width: 100%;
    height: 22px; /* Minimal height. */
    background-color: #EFEFEF;
    color: #B3B3B3;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

TD.pathField a:link {
    color: #B3B3B3;
    text-decoration: none;
}
TD.pathField a:visited {
    color: #B3B3B3;
    text-decoration: none;
}
TD.pathField a:active {
    color: #B3B3B3;
    text-decoration: none;
}
TD.pathField a:hover {
    color: #B3B3B3;
    text-decoration: underline;
}

/*----------------------------------*/
/*  Main table styles.              */

TABLE.mainTable {
    /* FOR NETSCAPE */
    border-width: 0px;
    /* FOR IE */
    border: 0px;
    width: 100%;
}

TABLE.mainTable TD.ntisContent {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
}

TABLE.mainTable TD.listHeaderTitle {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	border: 0px;
	background-color: #FFFFFF;
}

TABLE.mainTable TD.listPagingRow {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
}

TABLE.mainTable TD.listSearchParameters {
	padding-left: 25px;
	padding-right: 25px;
}

TABLE.mainTable TABLE.searchParamsTable {
	border-width: 0px;
	border: 0px;
	font-family: verdana, arial;
	font-weight: normal;
	width: 100%;
	font-size: 1em;
	margin
}

TABLE.mainTable TABLE.searchParamsTable TD.searchParamsTitle {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #CECECE;
	 border-top-width: 1px;
	 border-top-color: #CECECE;
	 border-top-style: solid;
	 border-bottom: 1px solid #CECECE;
	 border-bottom-width: 1px;
	 border-bottom-color: #CECECE;
	 border-bottom-style: solid;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.75em;
    text-align: left;
}

TABLE.mainTable TABLE.searchParamsTable TD.searchParamName {
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 5px;
	width: 30%;
}

TABLE.mainTable TABLE.searchParamsTable TD.searchParamValue {
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 2px;
	width: 70%;
}

TABLE.listBorders {
	border-width: 0px;
	border: 0px;
	width: 100%;
	font-family: verdana, arial;
	text-align: left;
	padding-left: 25px;
	padding-top: 15px;
	padding-right:25px;
	padding-bottom: 15px;
}

/*----------------------------------*/
/*  List table styles.              */

TABLE.listTable {
    /* FOR NETSCAPE */
    border-width: 0px;
    /* FOR IE */
    border: 0px;
    width: 100%;
    font-family: verdana, arial;
    font-weight: normal;
    text-align: left;
}

TABLE.listTable TD.listHeaderTitle {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	border: 0px;
	background-color: #FFFFFF;
}

TABLE.listTable TD.entry {
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

TABLE.listTable TD.entry A {
	color: #00735A;
	text-decoration: none;
}

TABLE.listTable TD.entry A:hover {
	color: #00735A;
	text-decoration: underline;
}

TABLE.listTable TD.spaceBetweenEntries {
    height: 2px;
    border: 0px;
    border-width: 0px;
    background-color: #FFFFFF;
}

TABLE.listTable TD.entryField {
    background-color: #FFFFFF;
    color: #00735A;
    font-size: 0.7em;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    /* FOR NETSCAPE */
    border-width: 0px;
    border: 0px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CECECE;
    /* FOR IE */
    border-bottom: 1px solid #CECECE;
}

TD.entryField a:link {
    color: #00735A;
    text-decoration: none;
}
TD.entryField a:visited {
    color: #00735A;
    text-decoration: none;
}
TD.entryField a:active {
    color: #00735A;
    text-decoration: none;
}
TD.entryField a:hover {
    color: #00735A;
    text-decoration: underline;
}

/*----------------------------------*/
/*  Object entry in the list table  */

TABLE.objectEntryTable {
    width: 100%;
    border-width: 0px;
    border: 0px;
    font-family: verdana, arial;
}

TABLE.objectEntryTable TD.name {
    height: 18px;
    /* IE */
    border: 1px solid #CECECE;
    /* NETSCAPE */
    border-width: 1px;
    border-style: solid;
    border-color: #CECECE;
    font-size: 11px;
    font-weight: bold;
    color: #939393;
    text-align: left;
    padding-left: 10px;
}

TD.name a:link {
    color: #939393;
    text-decoration: none;
    font-weight: bold;	
}
TD.name a:visited {
    color: #939393;
    text-decoration: none;
    font-weight: bold;	
}
TD.name a:active {
    color: #939393;
    text-decoration: none;
    font-weight: bold;	
}
TD.name a:hover {
    color: #939393;
    text-decoration: underline;
    font-weight: bold;	
}

TABLE.objectEntryTable TD.address {
    height: 18px;
    /* IE */
    border: 0px;
    /* NETSCAPE */
    border-width: 0px;
    padding-left: 30px;
    padding-right: 5px;
    text-align: left;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    background-color: #EFEFEF;
}

TABLE.objectEntryTable TD.address A:link {
	text-decoration: none;
	color: #00725B;
	text-align: left;
}

TABLE.objectEntryTable TD.address A:visited {
	text-decoration: none;
	color: #00725B;
}

TABLE.objectEntryTable TD.address A:active {
	text-decoration: none;
	color: #00725B;
}

TABLE.objectEntryTable TD.address A:hover {
	text-decoration: underline;
	color: #00725B;
}

TABLE.objectEntryTable TD.infoIcon {
    height: 18px;
    /* IE */
    border: 0px;
    /* NETSCAPE */
    border-width: 0px;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #EFEFEF;
}

TABLE.objectEntryTable TD.phone {
    height: 18px;
    /* IE */
    border: 0px;
    /* NETSCAPE */
    border-width: 0px;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    background-color: #EFEFEF;
}

/*--------------------------*/
/*  Object styles            */


TABLE.headerTable {
    width: 100%;
    font-family: verdana, arial;
    font-weight: bold;
    text-align: left;
    border: 0px;
    border-width: 0px;
}

TABLE.headerTable TD.title {
    font-size: 14px;
    color: #000000;
    padding-bottom: 3px;
    padding-top: 10px;
    border: 0px;
    border-width: 0px;
}

TABLE.headerTable TD.underTitle {
    font-size: 11px;
    color: #B3B3B3;
    padding-bottom: 20px;
    border: 0px;
    border-width: 0px;
}

TABLE.basicInfoTable {
    width: 100%;
    font-family: verdana, arial;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #000000;
}

TABLE.basicInfoTable TD.label {
    font-size: 0.70em;
    padding-left: 3px;
    color: #B3B3B3;
}

TABLE.basicInfoTable TD.value {
    font-size: 0.70em;
    text-align: left;
    padding-left: 3px;
}

TABLE.basicInfoTable TD.valueBlackBottom {
	font-size: 0.70em;
	text-align: left;
	padding-left: 3px;
	border-bottom: 1px solid #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

TABLE.basicInfoTable TD.contacts{
    border-top: 1px solid #EFEFEF;
    background-color: #FBFBFB;
    padding-top: 12px;
    padding-bottom: 12px;
}

TABLE.basicInfoTable TD.value A {
    color: #000000;
    text-decoration: none;
}

TABLE.basicInfoTable TD.value A:hover {
    text-decoration: underline;
}

TABLE.objectServices TD {
	border-top: 1px solid #B3B3B3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.70em;
}

TABLE.objectServices TD.spacerBeforeFacTables {
	border-top: 1px solid #B3B3B3;
	font-size: 0px;
	height: 2px;
}

TABLE.objectServices TD.blackBottom{
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.70em;
}

TABLE.objectServices TD.greenLine {
	background-color: #E2ECD6;
	border: 0px;
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.70em;
}

TABLE.objectServices TD.greenLine FONT.label {
	color: #000000;
	font-weight: normal;
}

TABLE.objectServices TD.greenLine FONT.value {
	color: #000000;
	font-weight: bold;
}

TABLE.objectServices TD.grayBottom{
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.70em;
}

TABLE.objectServices FONT.label {
	color: #B3B3B3;
	font-weight: bold;
}

TABLE.objectServices FONT.value A {
	color: #00735A;
	font-weight: bold;
 	text-decoration: none;
}

TABLE.objectServices FONT.value A:hover {
	color: #00735A;
	font-weight: bold;
 	text-decoration: underline;
}

/*------------------------------------------------*/
/* Paging styles' definitions for midas main table */
/*------------------------------------------------*/

TABLE.midas_main {
    /* FOR NETSCAPE */
    border-width: 0px;
    /* FOR IE */
    border: 0px;
    width: 100%;
}

TABLE.midas_main TD.content {
    padding-left: 16px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

TABLE.midas_main TD.main_header {
    padding-left: 16px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: verdana, arial;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
}

TABLE.midas_main TD.main_errorOutput {
    padding-left: 16px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    text-align: left;
}

TABLE.midas_main TD.back_link {   
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    padding-left: 16px;
    padding-right: 25px;
    vertical-align: top;
}

TABLE.midas_main TD.back_link A{
    text-decoration: none;
    font-weight: normal;
    color: #00725B;
}

TABLE.midas_main TD.back_link A:hover {
    text-decoration: underline;
    color: #00725B;
}

/*----------------------------------------------------*/
/* Paging styles' definitions for accommodation room search rezults */
/*----------------------------------------------------*/

TABLE.accomRooms {
    width: 650px;
    font-family: verdana;
    font-weight: normal;
    font-size: 0.7em;
    padding-bottom: 100px;
    border-style: solid;
    border-color: #B3B3B3;
    border-width: 1px;
}

TABLE.accomRooms TD.accomRooms_header_left{
    background-color: #EFEFEF;
    border-color: #B3B3B3
    border-left: 1px solid #B3B3B3;
    border-right: 0px;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}

TABLE.accomRooms TD.accomRooms_header_right{
    background-color: #EFEFEF;
    border-color: #B3B3B3
    border-left: 0px;
    border-right: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}

TABLE.accomRooms TD.accomRooms_price{
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3;
}


TABLE.accomRoomsDates {
    width: 100%;
    border-width: 0px;
    border: 0px;
    font-family: verdana;
    font-weight: normal;
    font-size: 0.8em;
}

TABLE.accomRoomsDates .field{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #EFEFEF;
    color: #000000;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}

TABLE.accomRoomsDates .button{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #00725B;
    color: #EFEFEF;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}


/*------------------------------------------------*/
/* Paging styles' definitions for rrezervation form */
/*------------------------------------------------*/

TABLE.rezervationForm {
    width: 100%;
    font-family: verdana;
    font-weight: normal;
    font-size: 0.8em;
    padding-bottom: 100px;
}

TABLE.rezervationForm TD.header{
    background-color: #EFEFEF;
    border-color: #B3B3B3
}

TABLE.rezervationForm TD.value{
    background-color: #F8F8F8;
    border-color: #B3B3B3
}

TABLE.rezervationForm TD.entry{
    background-color: #F8F8F8;
    text-align: right;
    border-color: #B3B3B3
}

TABLE.rezervationForm .field{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #EFEFEF;
    color: #000000;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}

TABLE.rezervationForm .checkbox{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #EFEFEF;
    color: #000000;
    font-weight: bold;
}

TABLE.rezervationForm .button{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #00725B;
    color: #EFEFEF;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}

/*------------------------------------------------*/
/* Paging styles' definitions for rezervation preview */
/*------------------------------------------------*/

TABLE.rezervationPrev {
    width: 100%;
    font-family: verdana;
    font-weight: normal;
    font-size: 0.8em;
    padding-bottom: 100px;
}

TABLE.rezervationPrev TD.header{
    background-color: #EFEFEF;    
    padding-left: 10px;        
}


TABLE.rezervationPrev TD.entry{
    background-color: #F8F8F8;
    padding-left: 10px;
}

/*------------------------------------------------*/
/* Paging styles' definitions for room search     */
/*------------------------------------------------*/

TABLE.roomSearchForm {
    width: 100%;
    border-width: 0px;
    border: 0px;
    font-family: verdana;
    font-weight: normal;
    font-size: 0.8em;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 25px;
}

TABLE.roomSearchForm .field{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #EFEFEF;
    color: #000000;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}

TABLE.roomSearchForm .button{
    font-size: 0.8em;
    font-family: verdana, arial;
    background-color: #00725B;
    color: #EFEFEF;
    font-weight: bold;
    border-style: solid;
    border-color: #B3B3B3
}

TABLE.roomSearchForm TD.label {
    width: 30%;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}

TABLE.roomSearchForm TD.entry {
    width: 70%;
    text-align: left;
    vertical-align: top;
}

TABLE.roomSearchForm TD.field_names{
    width: 30%;
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

TABLE.roomSearchForm TD.errorOutput{
    padding-top: 5px;
    padding-bottom: 5px;
}

TABLE.roomSearchForm A {
    text-decoration: none;
    font-weight: normal;
    color: #00725B;
}

TABLE.roomSearchForm A:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #00725B;
}

/*----------------------------------------------------*/
/* Paging styles' definitions for room search rezults */
/*----------------------------------------------------*/

TABLE.roomSearchRezults {
    width: 100%;
    background-color: #FFFFFF;
}

TABLE.roomSearchRezults TD.pagingHeaderRow {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    font-family: verdana, arial;
    font-weight: bold;
    font-size: 0.75em;
    text-align: left;
    color: #818181;
}

TABLE.roomSearchRezults TD.pagingParamsHeaderRow {
    height: 20px;
    font-family: verdana, arial;
    font-weight: bold;
    font-size: 0.75em;
    text-align: left;
}

TABLE.roomSearchRezults TD.pagingParamsInfoRow {
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    vertical-align: top;
}

TABLE.roomSearchRezults TD.pagingParamsLine {
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    vertical-align: top;
    height: 20px;
    border-bottom: 2px solid #CECECE;
}

TABLE.roomSearchRezults TD.pagingInfoRow {
    background-color: #EFEFEF;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    padding-left: 10px;
    padding-right: 2px;
    vertical-align: top;
}

TABLE.roomSearchRezults TD.pagingInfoRow A{
    text-decoration: none;
    font-weight: normal;
    color: #00725B;
}

TABLE.roomSearchRezults TD.pagingInfoRow A:hover {
    text-decoration: underline;
    color: #00725B;
}

/*start Ilja*/
TABLE.roomSearchRezults  A.boldLink {
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #00725B;
    text-align: left;
}

TABLE.roomSearchRezults  A.boldBlackLink {
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

TABLE.roomSearchRezults  A.normalBlackLink {
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

TABLE.roomSearchRezults TR.roomInfoLine {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    font-family: verdana, arial;
    font-weight: bold;
    font-size: 0.70em;
    text-align: left;
    color: #818181;
}

TABLE.roomSearchRezults TD.roomInfoCell1 {
    border-left: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

TABLE.roomSearchRezults TD.roomInfoCell2 {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

TABLE.roomSearchRezults TD.roomInfoCell3 {
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

TABLE.roomSearchRezults TD.roomInfoCell4 {
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

TABLE.roomSearchRezults TD.emptyCell {
    font-size: 0.50em;
    height: 9px;
}

TABLE.roomSearchRezults TD.bottomRow {
    text-decoration: none;
    font-weight: normal;
     font-size: 0.60em;
}

TABLE.roomSearchRezults TD.myResCell{
    text-decoration: none;
    font-weight: normal;
    font-size: 0.60em;
}

TABLE.roomSearchRezults TR.rowHL{
   background-color: #F3F3F3;      
}

TABLE.roomSearchRezults .dataField{
    text-decoration: none;
    font-weight: bold;
   font-size:1em;
   color: #A3A3A3;     
}

TABLE.roomSearchRezults .button{
    font-size: 9px;
    font-family: verdana, arial;
    background-color: #00725B;
    color: #EFEFEF;
    font-weight: bold;
    border-style: solid;
    border-color: #D3D3D3
}

TABLE.roomSearchRezults TD.searchHeaderCell {
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 0.7em;
    vertical-align: top;
}

/*end Ilja*/


/*---------- Facility style definitions -----------*/
TABLE.facilityTable {
	background-color: #FFFFFF;
	text-align: left;
	font-family: verdana;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
TABLE.facilityTable TD.tableHeader {
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 0px;
	border: 0px;
	border-top: 0px;
	border-bottom: 1px solid #000000;
}

TABLE.facilityTable A.reservationButton{
        color: #00725B; 
        font-weight: bold; 
        text-decoration: none;
}


TABLE.facilityTable TD.tableContent {
	width: 100%;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 3px;
	border: 0px;
	border-bottom: 1px solid #B3B3B3;
}
TABLE.facilityTable TD.tableContent TD.infoLine{
	text-align: left;
	border: 0px;
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}
TABLE.facilityTable TD.tableContent TD.facilityName{
	width: 53%;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	color: #939393;
	border: 1px solid #CECECE;
	border-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 2px;
}
TABLE.facilityTable TD.tableContent TD.striped_0 {
	width: 93%;
	text-align: left;
	font-size: 0.64em;
	font-weight: normal;
	color: #000000;
	background-color: #EFEFEF;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border: 0px;
}
TABLE.facilityTable TD.tableContent TD.striped_1 {
	width: 93%;
	text-align: left;
	font-size: 0.64em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border: 0px;
}
TABLE.facilityTable TD.tableContent TD.striped_0 A {
    color: #00735A;
    text-decoration: none;
}
TABLE.facilityTable TD.tableContent TD.striped_0 A:hover {
    color: #00735A;
    text-decoration: underline;
}
TABLE.facilityTable TD.tableContent TD.striped_1 A {
    color: #00735A;
    text-decoration: none;
}
TABLE.facilityTable TD.tableContent TD.striped_1 A:hover {
    color: #00735A;
    text-decoration: underline;
}
TABLE.facilityTable TD.tableContent TD.facilityImg{
	width: 15%;
	text-align: left;
	font-size: 0.7em;
	border: 0px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	padding: 0px 0px 0px 0px;
}
TABLE.facilityTable TD.tableContent TD.facilityCapacity{
	width: 25%;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	color: #939393;
	border: 1px solid #CECECE;
	border-left: 0px;

}
TABLE.facilityTable TD.tableContent TD.facilityDescription {
	background-color: #EFEFEF;
	text-align: left;
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #000000;
	border: 0px;
}
TABLE.facilityTable TD.tableContent TD.emptySpace {
	background-color: #FFFFFF;
	width: 37px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
TABLE.facilityTable TD.tableContent TD.spacer_3{
	background: #FFFFFF;
	height: 3px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 0px;
}
TABLE.facilityTable TD.tableContent TD.spacer_w_time{
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	border: 0px;
	font-size: 0.64em;
	color: #939393;
	text-align: right;
}
TABLE.facilityTable TD.tableContent TD.facilityDescription_work {
	background-color: #EFEFEF;
	text-align: left;
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	color: #000000;
	border: 0px;
}
TABLE.facilityTable TD.tableContent TD.workDay{
	width: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 10pxpx;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #000000;
	border: 0px;
}

TABLE.gallery {
	border: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 1em;
	font-weight: normal;
	width: 100%;
	margin-top: 0px;
}

TABLE.gallery TD.galleryCell {
	border: 0px;
	padding: 2px;
}

TABLE.gallery TD.galleryCell IMG.galleryImg {
	border: 1px solid #000000;
	height: 80px;
	margin-bottom: 2px;
}

TABLE.gallery TD.empty {
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

TABLE.gallery .galleryTitleSpace {
	text-decoration: none;
	padding-left:	0px;
	padding-right:	0px;
	padding-bottom: 1px;
	border: 0px;
	border-bottom: 1px solid #b3b3b3;
}

TABLE.gallery .galleryTitleContent {
   text-decoration: none;
   font-size: 0.77em;
	padding-left:	0px;
	padding-right:	0px;
	padding-bottom: 1px;
	border: 0px;
   border-bottom: 1px solid #b3b3b3;
   color: #B3B3B3;
}

.serviceListHeader {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px;
	text-align: left;
	vertical-align: middle;
}

.serviceList {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #CECECE;
}

.serviceList A:link {
	text-decoration: none;
	font-weight: normal;
	color: #00725B;
}
.serviceList A:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00725B;
}
.serviceList A:active {
	text-decoration: none;
	font-weight: normal;
	color: #00725B;
}
.serviceList A:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #00725B;
}

.serviceListCell {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 0.8em;
	text-align: left;
	vertical-align: middle;
}
