/* ---- Chat Styles ---- */
.questionDiv 
{
	background-color: #f1f1f1;
	padding: 5px 5px 10px 10px;
}
.questtext
{
    color: #868686;
    font-size: 11px;
    padding-bottom: 5px;
}
.indicatorDiv 
{
	background-color: #0183bd;
	padding-left: 6px;
}
.answerDiv
{ 
	background-color: #ffffff;
	padding: 10px;
}
.answerButtonDiv
{
	padding-top: 10px;
}
.editDiv
{
	float: right;
}
.listDiv
{
	/*width: 387px */
}
.spacerDiv
{ 
	height: 30px; 
}
.Bold
{
	font-weight: bold;
}
.ChatTypeHeader
{
	font-family: arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
.ChatHeader
{
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}


.chattimageframe
{
    background-image: url(/templates/core/images/frame_personListning.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px;
    width: 110px;
    height: 125px;
    float: left;
}


/* SiteMap */
/*------ Site map items ---*/
td.sitemapheader
{
	font-weight: 600;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}
table.sitemap 
{	
    COLOR: #000000;	
    LINE-HEIGHT: 1.2em;	
    FONT-FAMILY: Arial,Verdana, helvetica, tahoma;
}
table.sitemap td 
{
    LINE-HEIGHT: 1.2em;
    FONT-SIZE: 1.01em;
}