﻿@import url("../common.css");

*
{
	outline: none;
}

a,
a:link
{
	background: Transparent;
	color: #C00;
}

body
{
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 1em;
}

h1
{
	color:#83b401;
	font-family: Georgia;
	font-size:180%;
}

h2
{
	color: #00508b; /* Blue */
	font-size: 150%;
	font-weight:normal;
	padding-bottom:.5em;
}

h3
{
	color: #1f6599; /* Lighter Blue */
	font-size: 130%;
	font-weight:normal;
	padding-bottom:.5em;
}

hr
{
	background: #CCC;
	border-style: none;
	color: #CCC;
	height: 1px;
	width: 100%;
}

p
{
	margin: 0 0 1em 0;
}

td, th
{
	text-align: left;
}

tr.altrow td
{
	background: #EEE;
	color: inherit;
}

ul, ol
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

.alert
{
	background: Transparent url("../../images/icons/alert_32.gif") left top no-repeat;
	color: #C60;
	line-height: normal;
	margin: 0;
	min-height: 12px;
	padding: 10px 0 10px 40px;
}

.button img
{
	border:0;
}

.button,
.button:link
{
	border: 1px inset #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
}

.button span
{
	background-color: #CCC;
	border: 1px outset #CCC;
	color: #000;
	display: block;
	padding: 0 4px;
}

.button img
{
	margin-right: 4px;
	vertical-align: middle;
}

.buttonList
{
	line-height: 2em;
	overflow: hidden;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin-right: 1em;
}

.error
{
	background: Transparent;
	color: #900;
	font-weight: bold;
}

.siteAdminMenu
{
	display: none;
}

.success
{
	background: Transparent url("../../images/icons/success.gif") left top no-repeat;
	color: #090;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	min-height: 12px;
	padding: 10px 0 10px 40px;
}

.summary
{
	background: url("../../images/icons/error.gif") left top no-repeat;
	line-height: normal;
	min-height: 32px;
	padding: 10px 0 0 40px;
}

.summary ul
{
	font-weight: normal;
}

