/*
 * www/example.css
 *
 * Ian Baker <ibaker@arsdigita.com>
 * $Id: default.css,v 1.1.1.1 2002/07/09 17:35:10 rmello Exp $
 */


/* Specific text styles */
div.portal_new {
	font-style: underline;
}

div.portal_alert {
	color: red;
	font-weight: bolt;
}


/* Sizing */
p.portal_small {
	font-size: 75%;
}

p.portal_smaller {
	font-size: 50%;
}

p.portal_smallest {
	font-size: 25%;
}

/* 
 * Even though we recommend <h1>..<h5>, someone's going to use these,
 * so we might as well support them.
 */
p.portal_large {
	font-size: 125%;
}

p.portal_larger {
	font-size: 150%;
}

p.portal_largest {
	font-size: 175%;
}

/*
 * The "title bar" area for an element.
 */

td.portal_header {
	font-weight: bold;
	color:#eeeedd;
	background-color: #006600;
}

/*
 * The actual body of the element.
 */

td.portal_body {
	background-color: #dddddd;
}
