/* GENERAL STYLES */
body
{
  font-family: "Gill Sans MT", "Gill Sans", verdana, arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
}

div#logo, div#strapline, div#nav
{
  display: none;
}

h1, h2
{
  color: #d7181f;
}

h1
{
  font-size: 18pt;
}

h2
{
  font-size: 14pt;
}

h6
{
  font-size: 11pt;
  color: #666;
}

.supressh1 h1
{
  display: none;
}

.alert
{
  margin: 1em auto;
  padding: 0.5em;
  background-color: #fffcda;
  border: 2px solid #FAF7B4;
  color: #555555 !important;
  background-image: url(../ui/alertIcon.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-weight: bold;
}

.alert li
{
  font-size: 11px;
  line-height: 130% !important;
  background-image: url(/ui/atg/atg-alert-bullet.png) !important;
  background-position: 0 5px!important; 
  font-weight: bold;
}

.floatLeft, .floatleft
{
	float: left;
	margin: 1em 1em 0.8em 0;
}

.floatRight, .floatright
{
	float: right;
	margin: 1em 0 0.8em 1em;
}

div.questionBox
{
	background-image: url("/ui/atg/atg-qMark.png");
	background-repeat: no-repeat;
	border: 2px solid #f2f2f2;
	background-color: #fafafa;
	padding: 0.8em;
	background-position: 95% 50%;
	margin-bottom: 1em;
}

div.questionBox li
{
	margin-bottom: 1em;
	font-style: italic;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* EDITOR PROPERTIES */
