body
{
	background: #0094d8;
	color: #fff;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2em 0 1em;
	text-align: center;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 55em;
}

*>#wrapper
{
	max-width: 55em;
	width: auto;
}

h1
{
	display: none;
}

#breadcrumbs
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 35px;
}

#breadcrumbs li
{
	background: url(/Interface/Images/breadcrumb.png) no-repeat;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 192px;
}

#breadcrumbs a
{
	color: #fff;
	display: block;
	height: 100%;
	text-decoration: none;
	text-transform: uppercase;
}

#breadcrumbs span
{
	display: block;
	margin: 5px 0;
	text-align: center;
}

h2
{
	border-bottom: 1px solid #fff;
	clear: both;
	padding-bottom: .5em;
}

div.containerPadded
{
	margin: 2em 10em;
}

div.containerPadded h3
{
	border-bottom: 1px solid #36a;
}

div.container, div.containerBlue
{
	margin: 1em 1.5em;
	padding: 1em;
}

div.containerBlue
{
	background: #14a2e3;
}

div.containerBlue table td {
	vertical-align: top;
}

div.containerModule
{
	padding: 1em 0;
}

div.containerModule div.image
{
	float: left;
}

div.containerModule div.content
{
	margin-left: 62px;
}

div.containerModule h3
{
	margin-left: 1.2em;
}

div.containerOptions div.containerBlue
{
	margin-right: 180px;
}

div.containerOptions ul.linksOptionsSide
{
	float: right;
}

div.containerOptionsLinks h3
{
	border-bottom: 2px solid #8be;
}

div.left
{
	float: left;
	width: 49%;
}

div.right
{
	float: right;
	width: 49%;
}

div.clear
{
	clear: both;
}

form.formAligned table
{
	width: 22em;
}

form.formAligned td
{
	padding: 0 0 10px;
}

form.formAligned label
{
	display: block;
	margin-right: 1em;
	text-align: right;
	white-space: nowrap;
}

form.formAligned label.username
{
	display: block;
	margin: 0px;
	font-size: 150%;
	text-align: left;
}

form.formAligned td.wide
{
	width: 99%;
}

form.formAligned td.buttons
{
	text-align: right;
}

form.formAligned td.buttons button
{
	left: 2px;
	position: relative;
}

ul.action
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.action li
{
	margin: 0;
	padding: 0;
}

ul.action a
{
	background: url(/Interface/Images/button-bglight.png) no-repeat;
	color: #fff;
	display: block;
	height: 32px;
	margin: 0 0 1em;
	text-decoration: none;
	width: 250px;
}

div.containerBlue ul.action a
{
	background: url(/Interface/Images/button-bgdark.png) no-repeat;
}

ul.action a img
{
	border: none;
}

ul.action a span
{
	bottom: 10px;
	left: 2px;
	position: relative;
}

ul.gallery
{
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.gallery li
{
	float: left;
	margin: 1em 0;
	width: 33%;
}

ul.gallery p
{
	margin: 0;
}

ul.linksOptions, ul.linksOptionsSide
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.linksOptionsSide li
{
	margin: 0 0 .75em;
	padding: 0;
}

ul.linksOptions li
{
	float: left;
	margin: 0 .5em;
	padding: 0;
}

ul.linksOptions a, ul.linksOptionsSide a
{
	color: #fff;
	background: url(/Interface/Images/button-bggreen.png) no-repeat;
	display: block;
	font-weight: bold;
	height: 62px;
	text-align: center;
	text-decoration: none;
	width: 163px;
}

ul.linksOptions span, ul.linksOptionsSide span
{
	display: block;
	padding-top: 21px;
}

.form-container label {
  display: block;
  float: left;
  width: 10em;
  text-align: right;
  margin-right: 1em;
}

