body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 20px 0px 20px 0px;
	background-color: #CCECFF;
}

img {
	border: 0;
}

label {
	display: block;
	margin-bottom: 1em;
}

label span.text_label {
	float: left;
	width: 12em;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	display: inline;
	font-weight: normal;
	width: 35em;
}

div.webpart h2 {
  z-index: 10;
}

div.webpart input, div.webpart textarea, div.webpart select {
	width: 20em;
}

fieldset.checkbox_group, fieldset.radio_group {
	margin-left: 12em;
}

fieldset.checkbox_group input, fieldset.radio_group input {
	width: auto;
}

select#credit_card_month, select#credit_card_year {
	width: auto;
}

input#cvn {
	width: 3em;
}

#purchase_amount_label {
	margin-left: -1em;

}

input.button {
	
}

fieldset {
	border: none;
}

legend {
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

hr {
	border: none;
	border-bottom: 1px dashed #007DC5;
	color: #FFFFFF;
  clear: both;
}

a {
	color: #007DC5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dt {
	width: 10em;
	float: left;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

table tfoot {
	font-weight: bold;
}

.clear {
	clear: both;
}

div.pagination {
	padding: 1em;
}

div.pagination span {
	display: block;
	margin: 0;
	padding: 0;
}

div#outer-container {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 5px;
}

div#container {
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #ACACAC;
	padding: 0px 0px 0px 0px;
	top: -5px;
	left: -5px;
	
}

div#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #007DC5;
	background: #007DC5;
	height: 200px;
	background-image: url(../images/madpilot_title.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#header h1 {
	margin-left: -1000px;
}

div#content {
	padding: 10px 40px 10px 40px;
}

div#footer {
	text-align: center;
	font-size: 80%;
	padding-bottom: 8px;
  clear: both;
}

div#navigation, div#admin-navigation {
	background-color: #ACACAC;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ACACAC;
}

div#admin-navigation {
	border-top: 1px solid black;
}

div#navigation ul, div#admin-navigation ul {
	text-align: center;
	border-collapse: collapse;
}

div#navigation ul li, div#admin-navigation ul li {
	display: inline;
	font-weight: bold;
	font-size: 130%;
	margin: 0px 0px 0px 0px;
	padding-left: 30px;
	padding-right: 30px;
}

div#navigation ul li a, div#admin-navigation ul li a {
	color: #FFFFFF;
}

div.webpart { 
	position: relative;
	clear: both;
	border-bottom: 1px dashed #007DC5;
}

h2 {
	line-height: 1.4em;
	font-size: 1.4em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

div.webpart h2 {
	position: relative;
	float: left;
	width: 200px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

div.webpart div.content {
	position: relative;
	padding-left: 240px;
	padding-top: 0.01em;
}

label.required {
	font-weight: bold;
}

div.error {
	color: #ED1B23;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 1px dotted #ED1B23;
}

span.error input, span.error textarea {
	border: dotted #ED1B23 1px;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
	border: dotted #ED1B23 2px;
}

p.footnote {
	font-size: 80%;
}

div.addr, div.contact {
	display: none;
}

fieldset.toolbox.radio_group.toolbox {
	margin-left: auto;
}

fieldset.toolbox.radio_group.toolbox label {
	display: inline
}

fieldset.radio_group.toolbox input {
	width: auto;
}

span.footnote {
	display: block;
	font-size: 75%;
	margin-left: 16em;
	font-weight: normal;
}

fieldset.comment input, fieldset.comment textarea {
	width: 20em;
}

fieldset.comment textarea {
	height: 20em;
}

div.comments img.gravatar {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.comments p {
	clear: left;
}

div.comments li {
	clear: left;
	border-bottom: 1px dashed #007DC5;
}

div.message {
	border: 3px solid #007DC5;
	background-image: url(/images/message-background.png);
	background-repeat: repeat-x;
	margin: 1em 0;
	padding: 1em;
	background-color: #CDD5F1;
}

span.next {
	float: right;
}

span.prev {
	float: left;
}

div.pagination span.disabled {
	display: none;
}

div.bookmarks a {
  padding: 0;
  margin: 0;
  outline: none;
}

div.bookmarks img {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
  position: relative;
}

div.site {
  clear: both;
  padding: 1em 0;
  margin: 1em 0;
}

div.site img.screenshot {
  float: right;
  margin-left: 1em;
  position: relative;
}

.hidden {
  display: none;
}
