
div, p, td {
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	color: #000000;
	direction: ltr;
}
body {
	background-color: #F9F9F9;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #333399;
}
a.normlink:link, a.normlink:visited, a.normlink:active {
	color: #333399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.normlink:hover {
	color: #333399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
.message {
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;
}
a.message:link, a.message:visited, a.message:active {
	color: #333399;
	text-decoration: none;
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.message:hover {
	color: #333399;
	text-decoration: none;
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}

.box {
	background: #FAF6F7;
	border: 1px solid #ddd;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	width: 95%;
	margin: 5px;
}

div.bubble {
	font-size:0.75em;
	margin-left:2px;
	margin-bottom:10px;
	margin-right:3px;
	width:auto;
}

div.bubble blockquote {
	background-color:#FFFFFF;
	border:1px solid #C9C2C1;
	margin:0;
	padding:0;
}

div.bubble blockquote p {
	margin:7px;
	padding:0;
}

div.bubble cite {
	background:transparent url(tip.gif) no-repeat scroll 20px 0;
	font-style:normal;
	margin:0;
	padding:7px 0 0 15px;
	position:relative;
	top:6px;
}

/* Smilies Bubble pop-up */

* {
	margin: 0;
	padding: 0;
}


.bubbleInfo {
	position: relative;
	top: 0px;
	left: 500px;
	width: 500px;
	z-index: 1;
}

.trigger {
	position: absolute;
	left: 60px;
	top: 0px;
}
 

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(../images/bubble-1.png); }
.popup td.top { background-image: url(../images/bubble-2.png); }
.popup td#topright { background-image: url(../images/bubble-3.png); }
.popup td.left { background-image: url(../images/bubble-4.png); }
.popup td.right { background-image: url(../images/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png); }
.popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/bubble-8.png); }

.popup-contents {
	text-align: center;
 }
