* {
	margin: 0; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #5b5d67;
}

body {
	background-color: #F7F7F7;
}

p {
	margin: 1em 0;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
  margin-top: .67em;
  font-size: 28px;
}

h2 {
  margin-bottom: .83em;
  font-size: 28px;
  color: #bf419a;
}

h3 {
  margin: 0.8em 0;
  font-size: 180%;
}

h4 {
  margin: 1.33em 0;
  font-size: 140%;
}

h5 {
  margin: 1.67em 0;
  font-size: 120%;
}

h6 {
  margin: 2.33em 0;
}

th, td {
	padding: 1px;
}

textarea {
	font-family: monospace;
}

select option {
	padding-right: 10px;
}

div.warn {
	border: 1px solid #F00;
	padding: 0 1em;
	background-color: #FCC;
}

div.tabbertab div.left {
	width: 70%;
	float: left;
}
div.tabbertab div.right{
	width: 30%;
	float: left;
}

form p {
	clear: both;
}

form p label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	color: #BF419A;
}

input.delete:hover { background-color: #F00; }

p.confirm {
	text-align: center;
}

p.confirm input {
	padding: 10px 20px;
	font-size: 125%;
	font-weight: bold;
}

ul li,
ol li {
	margin: 5px 0px;
	margin-left: 30px;
}

ul li {
	list-style-image: url(/images/bullet.png);
}

a {
	text-decoration: none;
	color: #BF419A;
}

div.column {
	float: left;
	width: 50%;
}

p.fom {
	text-align: right;
}

p.fom a {
	color: #BF419A;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	background: url(/images/bullet.png) 0 4px no-repeat;
}

code {
	font-family: monospace;
}

blockquote {
	padding: 5px;
	padding-left: 10px;
	border-left: 3px solid #BF419A;
}

input {
	padding: 2px;
	border: 1px solid #999;;
}
div.help,
div.righthelp {
	border-top: 3px solid #CCC;
	margin-top: 10px;
}

div.help h3,
div.righthelp h3 {
	margin-top: 5px;
}

div.help {
	width: 60%;
	float: left;
}

div.righthelp {
	width: 39%;
	float: right;
}

table {
	border-collapse: collapse;
}

table.data caption {
	text-align: left;
	color: #bf419a;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 4px;
}

table.data th {
	background-color: #bf419a;
	color: #FFF;
	font-weight: bold;
	padding: 5px 4px;
	border-right: 1px solid #dfa0cd;
	text-align: left;
}

table.data th.heading {
	background: none;
}

table.data th.heading h2 {
	margin: 0px;
}

table.data td {
	padding: 3px 4px;
	border-right: 1px solid #bf419a;
}

table.data th.last,
table.data td.last {
	border: none;
}

table.data th.number,
table.data td.number {
	/*text-align: center;*/
}

small.error {
	color: #F00;
	font-weight: bold;
}

div.alert, div.alert * {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

div.alert img {
	vertical-align: middle;
	margin-right: 10px;
}

div.infobar {
	height: 3px;
	background-color: #efb3e1;
	margin-bottom: 0px;
	margin-top: -3px;
	margin-left: -4px;
}

td.disable span,
td.lock span {
	display: none;
}

td.disable a,
td.lock a {
	display: block;
	height: 16px;
	width: 16px;
	background: url(/images/lock.png) 0 0 no-repeat;
}

td.disable a {
	background-image: url(/images/disable.png);
}

td.lock a:hover {
	background-image: url(/images/lock-hover.png);
}

tr.locked td.lock a {
	background-image: url(/images/lock-locked.png);
}

tr.disabled td.disable a {
	background-image: url(/images/enable.png);
}

tr.disabled td.lock a {
	display: none;
}

tr.disabled * {
	color: #999;
}

#code {
	background-color: #EFEFEF;
	padding: 0 10px 10px;
}

#code p {
	margin: 0px;
	padding: 1em 0;
}

#header {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
	height: 60px;
}

#header h1 {
	width: 100%;
	height: 100%;
	margin: 0px;
}
		
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#header h1 {
	background: url(/images/logo.png) 0px 0px no-repeat;
}

#header h1 a span { visibility: hidden; }

#header h2 {
	position: absolute;
	font-size: 40px;
	color: red;
	top: -20px;
	left: 220px;
	width: 600px;
}

#content {
	margin: 0px 30px;
	padding-bottom: 20px;
}

table.section {
	width: 100%;
}

#container0 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	background-color: #FFF;
	min-width: 760px;
}

#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#topmenu * {
	color: #bf419a;
}

#topmenu div {
	height: 4px;
	width: 100%;
	background-color: #bf419a;
	border-bottom: 1px solid #5b5d67;
}

#topmenu ul {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#topmenu li {
	display: block;
	float: left;
	border-right: 1px solid #bf419a;
	padding-right: 9px;
	margin-left: 10px;
}

#topmenu li.last {
	border: 0;
}

#topmenu form {
	margin-top: -3px;
}

#topmenu form.toplogin label {
	display: block;
	width: 210px;
	text-align: right;
	margin-bottom: 2px;
}

#topmenu input.submit {
	background-color: #bf419a;
	color: #FFF;
	border: none;
}

#topmenu form.toplogin input.submit {
	position: absolute;
	margin-top: 5px;
	right: 15px;
	width: 50px;
}

#strap {
	height: 247px;
	background: url(/images/lass.png) top right no-repeat;
	padding-right: 400px;
}

#strap h1 {
	padding-top: 80px !important;
	margin-top: 0px !important;
}

#strap h1, #strap h2 {
	margin: 5px 0;
	font-size: 30px;
	font-weight: normal;
}

#strap h1, #strap span {
	color: #bf4099;
}

#strap h2 {
	color: #5b5d67;
}

#login.column {
	width: 380px;
	float: right;
	background-color: #eff9fd;
	border-left: 10px solid #39a7d5;
	margin-top: 80px;
	position: relative;
	margin-top: 130px;
}

#login.column h3,
#login.column label {
	color: #39a7d5;
}

#login form,
#login div {
	margin-left: 10px;
}

#signup {
	position: absolute;
	right: 150px;
	top: -75px;
}

#signup h3 {
	width: 107px;
	height: 36px;
	background: url(/images/signup.png) 0 0 no-repeat;
	margin: 0px auto;
}

#signup h3 a {
	width: 100%;
	height: 100%;
	display: block;
}

#signup h3 a span {
	visibility: hidden;
}

code {
	font-size: inherit;
}

#messages {
	position: absolute;
	top: 50px;
	right: 100px;
}

div.message {
	width: 100%;
	border: 1px solid #333;
	background-color: #3b5998;
	color: #FFF;
}

div.message * { color: #FFF !important; }

div.message div.inner {
	margin: 0 10px;
}

div.message h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

div.message div.close {
	padding-bottom: 10px;
	text-align: right;
}

div.close a {
	display: inline;
	padding-left: 14px;
	background: url(/images/close.png) left center no-repeat;
}
tr.yesnoline td {
	vertical-align: middle;
}
#content div.yesno {
	text-align: center;
}

#content div.yesno img {
	cursor: pointer;
}

#handle {
	position: absolute;
	top: -3px;
	display: block;
	width: 25px;
	height: 13px;
	background: url(/images/handle.png) 0 0 no-repeat;
}

#track {
	position: absolute;
	top: 7px;
	left: 200px;
	display: block;
	width: 350px;
	height: 7px;
	background: url(/images/track.png) 0 0 no-repeat;
}
