* {
	font-size:11px;
	font-family:Tahoma;
	color:#464646;
}

a.openClose { font-size:9px; color: #ffffff; text-decoration: none; }
a:link.openClose { font-size:9px; color: #ffffff; text-decoration: none; }
a:visited.openClose { font-size:9px; color: #ffffff; text-decoration: none; }
a:hover.openClose { font-size:9px; color: #e89c2b; text-decoration: none; }

td.titleBar01 {
	background-image: url(../../images/0/layout/diaCrossBg01.gif);
	padding-left:18px;
}

td.titleBar02 {
	background-image: url(../../images/0/layout/diaCrossBg02.gif);
	padding-left:18px;
}

td.titleBar03 {
	background-image: url(../../images/0/layout/diaCrossBg03.gif);
	padding-left:18px;
}

td.listingHeader01 {
	background-color:#a6a77a;
	border: 1px solid #FFFFFF;
	background-image: url(../../images/0/layout/listHeaderBg01.gif);
}

td.listingHeader02 {
	background-color:#b4c292;
	border: 1px solid #FFFFFF;
	background-image: url(../../images/0/layout/listHeaderBg02.gif);
}

/* LISTING OVERS start /////////////////////////////////////////////////////////////////////////////////////////////////// */

/* odd table rows 1,3,5,7,... */
table tr.listingResultTr01 th,
table tr.listingResultTr01 {
    background-color: #e7e7e7;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.listingResultTr02 th,
table tr.listingResultTr02 {
    background-color: #ffffff;
    text-align: left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color: #fffbb8;
}

/* hovered table rows */
table tr.listingResultTr01:hover,
table tr.listingResultTr02:hover,
table tr.listingResultTr01:hover th,
table tr.listingResultTr02:hover th,
table tr.hover th,
table tr.hover {
    background-color: #d3dbbe;
}
/* LISTING OVERS end  /////////////////////////////////////////////////////////////////////////////////////////////////// */


/*
table tr.odd th,
table tr.odd {
    background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
    text-align: left;
}

table tr.even th,
table tr.even {
    background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
    text-align: left;
}
    
table tr.marked th,
table tr.marked {
    background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
 
table tr.odd:hover,
table tr.even:hover,   
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
*/



td.listingResultTd01 {
	border: 1px solid #FFFFFF;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
}
td.lRTd01 {
	border: 1px solid #FFFFFF;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
}

td.listingResultTd02 {
	border: 1px solid #FFFFFF;
	padding-left:2px;
	padding-right:2px;	
	font-size:11px;	
}
td.lRTd02 {
	border: 1px solid #FFFFFF;
	padding-left:2px;
	padding-right:2px;	
	font-size:11px;	
}

td.listingHover {
	background-color:#fffbb8;
	border: 1px solid #FFFFFF;
	padding-left:2px;
	padding-right:2px;	
	font-size:11px;	
}

td.detailListing {
	font-size:11px;
	padding:0px;
}


td.detailListing TABLE {
	margin-top:8px;
	margin-left:23px;
	margin-right:10px;
	margin-bottom:8px;
}

td.detailListing TABLE.tabularLinedNoMargin {
	margin-top:8px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:8px;
}



div#titleBar01 {
	background-color:#a6a77a;
	font-size:10px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	float:left;
	/*margin-top:-2px;
	margin-bottom:-2px;
	*/
}

div#titleBar02 {
	background-color:#b4c292;
	font-size:10px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	float:left;
	/*margin-top:-2px;
	margin-bottom:-2px;
	*/
}

div#titleBar03 {
	background-color:#a6a77a;
	font-size:10px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	float:left;
	line-height:14px;
}

div#titleBar04 {
	background-color:#e6951c;
	font-size:10px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	float:left;
	line-height:14px;
}

div#listingHeader01 {
	/* float:left; */
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding-left:2px;
}

div#sortElements {
	text-align:right;
	padding-right:2px;
	float:right;
}

table.pagingbox {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.allNoneSelector {
	padding-top: 3px;
	padding-bottom: 3px;
}


