ul,ol,li,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
p
{
	margin-top: 1em;
}
fieldset
{
	border: none;
}

body
{
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 11px;
	width: 100%;
}

a {text-decoration: none;}
a:hover { text-decoration: underline; }

td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

a
{
  outline: none;
}

ul
{
	list-style: none;
}

.clear
{
	clear: both;
	overflow: hidden;
	height: 0;
}

div#flash-message
{
	clear: both;
	margin: 1em 0; 
	color: white;
	font-weight:bold; 
	font-size: 1.2em; 
	font-family: Arial; 
	background: lightgrey; 
	padding: 0.5em; 
	width: 60%
}

/* INDICATOR */
div#indicator
{
	position: absolute;
	width: 200px;
	z-index: 1000;
	text-align: center;
}
#indicator_top_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_top_left.gif);
}
#indicator_top_center
{
	float: left;
	background: url(/images/indicator_top_center.gif) repeat-x;
	width: 172px;
	height: 14px;
}
#indicator_top_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_top_right.gif);
}
#indicator_content
{
	width: 200px;
	background: url(/images/indicator_content.png) repeat-y top white;
}
#indicator_logo
{
	height: 30px;
	background: url(/images/logo-small.png) no-repeat;
}
#indicator_spinner
{
	margin-top: 8px;
	background: url(/images/indicator.gif) no-repeat 86px;
}
#indicator_msg
{
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

#indicator_bottom_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_bottom_left.gif);
}
#indicator_bottom_center
{
	float: left;
	background: url(/images/indicator_bottom_center.gif) repeat-x;
	height: 14px;
	width: 172px;
}
#indicator_bottom_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_bottom_right.gif);
}

/* LOGIN AS MODE */
#login_as
{
	position: fixed;
	top: 0;
	z-index: 10000;
	padding: 8px 10px; 
	background-color: blue; 
	color: white;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
#login_as a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#login_as a:hover
{
	text-decoration: underline;
}
