<? header('Content-Type: text/css'); ?>
<?

if (isset($_REQUEST["s"])) {
	$SiteBaseURI = $_REQUEST["s"];
} else {
	$SiteBaseURI = "/";
}

?>
.exportMain
{
	color:#A36621;
	font-size:16px;
	font-weight:bold;
}
.exportActive
{
	color:#765f9A;
	font-size:16px;
	cursor:pointer;
	font-weight:bold;
}
.exportInActive
{
	color:#CDC4DA;
	font-size:16px;
	font-weight:bold;
}
.listClosed1
{
	width:16px;
	height:16px;
	cursor:pointer;
	background: url(http://www.spicynodes.org/system/images/ui/<?=$SiteBaseURI?>system/images/users/tri-closed.gif) no-repeat;
}

.listClosed2
{
	width:16px;
	height:16px;
	cursor:pointer;
	background: url(http://www.spicynodes.org/system/images/ui/<?=$SiteBaseURI?>system/images/users/folder-closed.gif) no-repeat;
}


.listOpen1
{
	width:16px;
	height:16px;
	cursor:pointer;
	background: url(http://www.spicynodes.org/system/images/ui/<?=$SiteBaseURI?>system/images/users/tri-open.gif) no-repeat;
}

.listOpen2
{
	width:16px;
	height:16px;
	cursor:pointer;
	background: url(http://www.spicynodes.org/system/images/ui/<?=$SiteBaseURI?>system/images/users/folder-open.gif) no-repeat;
}

td.fieldActive
{
	color:#A36621;
	font-size:16px;
	font-weight:bold;
}

td.optionalQuestion
{
	padding: 0 0 0 70px;
	font-style: italic;
}

table.fieldActive
{
	background-color: white;
	border-color: #FC0;
	border-width: 2px;
	border-style: solid;
}