html, body {
	margin:0;
	padding:0;
}
body {
	font:11pt/1.4 "helvetica neue", helvetica, arial, sans-serif;
	text-align:left;
	padding-bottom:20px;
	background-color: #999999;
	background-image: url(/images/bgr_default.jpg);
	background-repeat: repeat-x;
	color:#333;
}
a {
	color:#06c;
	background:inherit;
	text-decoration:underline;
}
a:link, a:visited {
	color:#06c;
	text-decoration: underline;
}
a:hover, a:active {
	color:#c00;
	text-decoration: underline;
}
h1 {
	font:bold 2.5em/1 "helvetica neue", helvetica, arial, sans-serif;
	color:#999;
	letter-spacing:-0.05em;
}
h2 {
	font:normal 1em "helvetica neue", helvetica, arial, sans-serif;
	padding:0;
	margin:0;
}
h3 {
	font:bold 1.6em "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1em;
	letter-spacing:-0.03em;
	padding:0;
	margin:0;
	color: #000;
}
h4 {
	font:bold 1.6em "helvetica neue", helvetica, arial, sans-serif;
	color:#9c0;
	padding:0;
	margin:0;
}

em {
	font-style: normal;
	font-weight:normal;
}


.status, .tools {
	float:left;
	width:70%;
	padding:10px 20px;
	background:#ffffe5;
	border-top:#ffe5ce solid 1px;
	border-bottom:#ffe5ce solid 1px;
	font-size:1em;
	font-weight:bold;
	color:#000;
}
.tools {
	background:#eaf5fa;
	border-top:#39c solid 1px;
	border-bottom:#39c solid 1px;
	font-weight:normal;
	color:#666;
	margin-bottom:20px;
}
.tools#blank {
	background:#fff;
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
}
.status#ok {
	background:#cfc;
	border-top:#0f0 solid 1px;
	border-bottom:#0f0 solid 1px;
}
.status#error {
	background:#f99;
	border-top:#f00 solid 1px;
	border-bottom:#f00 solid 1px;
}
#overview {
	float:left;
	text-align:left;
	vertical-align:middle;
}
#links {
	float:right;
	text-align:right;
	vertical-align:middle;
}
#left {
	float:left;
	width:70%;
	padding:20px;
	margin-bottom:0px;
	background:#fff;
	text-align:justify;
	min-height:400px;
}
#right {
	float:right;
	width:25%;
	margin:-40px 0 10px 0;
}
#right .box {
	padding:1em;
	margin:0 0 1em 0;
	background:#9c0;
}
#right .box li {
	display:block;
	color:#335D66;
	background-image: url(/images/icon_li.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 10px;
	margin: 5px 10px 0 0;
	list-style-type: none;
}
#right .box li a {
	background:none;
}

div#footer {
	overflow:hidden;
	margin-left:40px;
	margin-right:40px;
	font:75%/1 "helvetica neue", helvetica, arial, sans-serif;;
	color:#666;
	text-align:center;
}
#plans {
}
#plans table {
	border:0px none;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
#plans thead th {
}
#plans thead td {
	padding:10px;
	text-align:center;
	color:#336;
	font-size:16pt;
	font-weight:bold;
	vertical-align:bottom;
	background-color:#ccc;
	border-right:#fff solid 1px;
	border-bottom:#fff solid 1px;
}
#plans tbody th {
	padding:10px;
	background-color:#669;
	color:#fff;
	font-size:12.5pt;
	border-bottom:#fff solid 1px;
}
#plans tbody td {
	padding:5px;
	background-color:#eee;
	color:#000;
	font-size:12pt;
	text-align:center;
	border-right:#fff solid 1px;
	border-bottom:#999 solid 1px;
	width:12%;
}
#plans tfoot th {
}
#plans tfoot td {
	padding:10px;
	background-color:#9c0;
	color:fff;
	text-align:center;
	line-height:8pt;
	white-space: nowrap;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
}
#plans em {
	font-size:9pt;
	font-style: normal;
	font-weight:normal;
}
#plans sup {
	font-size:8pt;
}
#plans small {
	font-size:11pt;
	font-weight:normal;
}
#plans ol {
	font-size:9pt;
}
#plans #current {
	background: #e5f2bf;
}

.form input {
	font-size: 1.25em;
}
.form input[type='text'], .form input[type='password'] {
	font-size: 1.25em;
	background-color: #eee;
}

.form select {
	font-size: 1.25em;
	color: #666;
}
.form table {
	border:0px none;
	border-collapse:collapse;
	padding:0;
	margin:0;
	width: auto;	
}
.form thead th {
	padding-top: 20px;
	border-top: #eee solid 8px;
	font-size: 1.75em;
	font-weight: normal;
	color:#9c0;
	letter-spacing:-0.05em;
}
.form thead td {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999;
}
.form tbody th {
	padding-right:20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
	width: 25%;
	vertical-align: top;
}
.form tbody td {
	padding-right:20px;
	padding-bottom: 10px;
	vertical-align: top;
}
.form tfoot th {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #eee solid 8px;
}
.form tfoot td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #eee solid 8px;
}
.form em {
	font-size:9pt;
	font-weight: normal;
	color:#999;
}
.form sup {
	font-size:8pt;
}
.form input[disabled='disabled'] {
	background-color: #fff;
	color:#333;
}


.form#report tbody th {
	font-weight: normal;
}
.form#report tbody td {
	font-weight: bold;
	font-size: 1.25em;
}

