/* 
    Document   : direcotory.css
    Created on : 21 maart 2003, 10:34
    Author     : PUMINMO
    Description:
        These styles are specific for the directory service templates
*/

.directoryItem
{
}
.directoryItem .leftBorder
{
	background-color: #afcddd;
	background-image: url("images/message/leftborder.jpg");
	background-repeat: repeat-y;
}
.directoryItem .rightBorder
{
	background-color: #afcddd;
	background-image: url("images/message/rightborder.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
.directoryItem .headerRow
{
	font-weight: bold;
	color: white;
	background-color: #a4803b; <!--#006db2;-->
}
.directoryItem .contentRow
{
	background-color: #afcddd;
}
.directoryItem .content .addresstype
{
	white-space: nowrap;
	font-style: italic;
	font-size: 80%;
}
.directoryItem .content A:hover
{
	color: white;
}
.directoryItem .footerRow
{
	background-color: #a4803b; <!--#006db2;-->
	color: white;
	font-style: italic;
	font-weight: bold;
}

