<?php
// Get the names and values for vars sent by the script that called this one
if (isset($HTTP_GET_VARS))
{
	while(list($name,$value) = each($HTTP_GET_VARS))
	{
		$$name = $value;
	};
};

if (!isset($medium) || $medium == "") $medium = 10;
$large = round(1.4 * $medium);
$small = round(0.8 * $medium);
?>

BODY
{
	font-family: helvetica, arial, geneva, sans-serif;
	background-color: #300000;
	color: #FFFFFF;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 400;
	margin: 5px;
	text-indent: 0;
}

BODY.frame
{
	background-color: #300000;
	color: #FFFFFF;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 400;
	margin: 5px;
	text-indent: 0;
}

BODY.mainframe
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 400;
	margin: 5px;
}

TABLE, TR, TD, TH
{
	color: #FFFFFF;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 400;
}

TD.whois, .whois
{
	color: #FFCCCC;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 600;
}

TH, B
{
	font-weight: 800;
}

A
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: 600;
}

A:hover, A:active
{
	color: #FF9900;
	text-decoration: none;
}

A.user, A.user:active
{
	text-decoration: none;
	color: #FFCCCC;
	font-weight: 400;
}

INPUT, SELECT, TEXTAREA
{
	background: #000000;
	color: #ffffff;
}

A.sender, A.sender:active
{
	text-decoration: none;
	color: #C0C0C0;
	font-weight: 600;
}

.msg
{
	font-family: helvetica, arial, geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: <?php echo($Charset == "windows-1256" ? "5" : "55"); ?>px;
	margin-right: <?php echo($Charset == "windows-1256" ? "55" : "5"); ?>px;
	text-indent: -50px;
}

.title
{
	color: #FFCCCC;
	font-size: <?php echo($large); ?>pt;
	font-weight: 800;
}

.table
{
	background-color: #400000;
	color: #ffffff;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 400;
}

.tabtitle
{
	background-color: #C00000;
	color: #FFFFFF;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 800;
}

.error
{
	font-weight: 800;
	color: #FF0000;
}

.small
{
	color: #FFFFFF;
	font-size: <?php echo($small); ?>pt;
}

.time
{
	font-family: helvetica, arial, geneva, sans-serif;
	unicode-bidi: embed;
	color: #C08080;
	font-size: 8pt;
}

.notify
{
	color: #996666;
	font-size: <?php echo($medium); ?>pt;
	font-weight: 600;
}
.tborder
{
	background: #333333;
	color: #000000;
	border: 1px solid #333333;
}
.tcat
{
	background: #cccc99 url(images/gradients/gradient_thead_olive.gif) repeat-x top left;
	color: #000000;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
	color: #003366;
	text-decoration: none;
}
.tcat a:visited
{
	color: #003366;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
	color: #ffffff;
	text-decoration: underline;
}
.thead
{
	background: #804040;
	color: #000000;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
	color: #663300;
}
.thead a:visited
{
	color: #663300;
}
.thead a:hover, .thead a:active
{
	color: #FFFFFF;
}

.vbmenu_control
{
	background: #402020;
	color: #FFCCCC;
	font: bold 11px helvetica, arial, geneva, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link
{
	color: #FFCCCC;
	text-decoration: none;
}
.vbmenu_control a:visited
{
	color: #FFCCCC;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_popup
{
	background: #A09090;
	color: #000000;
	border: solid 1px #113333;
	text-align: left;
}
.vbmenu_option
{
	background: #402020;
	color: #FFCCCC;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: hand;
}
.vbmenu_option a:link
{
	color: #FFCCCC;
	text-decoration: none;
}
.vbmenu_option a:visited
{
	color: #FFCCCC;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #F0A0A0;
	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: hand;
}
.vbmenu_hilite a:link
{
	color: #663300;
	text-decoration: none;
}
.vbmenu_hilite a:visited
{
	color: #663300;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

