/* yhs94.css */

a:link
{
	color: #4444ff;
	text-decoration: none;
}

a:visited
{
	color: #ff4444;
	text-decoration: none;
}

a:active
{
	color: #448844;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
/*	background-color: #ffff88; */
}

/***/

body
{
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/***/

table
{
	border-collapse: collapse;
	font-size: 100%;
	border: none;
}

td
{
	padding: 0px;
	margin: 0px;
}

tr.header
{
	background-color: #ffcccc;
}

/* login */

table.login
{
	border: 1px solid #aaaaff;
}

table.login td
{
	padding: 5px;
}

/* rounded */

table.rounded
{
	background-color:#eeeeff;
}

td.rounded_top
{
	background-image: url('img/t.gif');
	background-repeat: repeat-x;
}

td.rounded_left
{
	background-image: url('img/l.gif');
	background-repeat: repeat-y;
}

td.rounded_right
{
	background-image: url('img/r.gif');
	background-repeat: repeat-y;
}

td.rounded_bottom
{
	background-image: url('img/b.gif');
	background-repeat: repeat-x;
}

/* post list */

tr.shaded
{
	background-color: #eeeeff;
}

tr.unread
{
	background-color: #aaffaa;
}

/* post */

table.post
{
	border:1px solid #aaaaaa;
}

table.post tr, table.post td
{
	border:1px solid #aaaaaa;
}

table.post_hdr td
{
	border: none;
}

/* user info */

table.user_info
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.user_info tr,table.user_info td
{
	border:none;
	text-align: center;
}

/* pad */

.pad td,.pad th
{
	padding: 3px;
}

/***/
/*
table
{
	border-collapse: collapse;
	font-size: 100%;
}



/***/
/*
tr
{
	background-color: #ffffff;
}

tr.shaded
{
	background-color: #eeeeff;
}

tr.header
{
	background-color: #eeeeff;
}

tr.header2
{
	background-color: #f8f8f8;
}

tr.post_header
{
	background-color: #ffcccc;
}

tr.unread
{
	background-color: #aaffaa;
}

/***/
/*
th
{
	padding: 3px;
}

th.border
{

}

/***/
/*
td
{
	padding: 3px;
}

td.header
{
	border: none;
}

td.post
{
	border: 1px solid #cccccc;
}


/***/

span.deltas span
{
	display: none;
}

span.deltas:hover span
{
	display: block;
	position: absolute;
}

/***/

smilies
{
}

/***/

span.tooltip
{
	position: relative;
	z-index: 24;
}

span.tooltip span
{
	display: none;
	position: absolute;
    border:1px solid #8888ff;
    background-color: #f8f8ff; 
	padding: 3px;
	font-size: 8pt;
	top: -3px;
	left: 0px;
/*
	top: 1em; 
	left: 0em;
	width:15em;
*/
}


