body {
	background-color: #333333;
	background-image: url('../img/market-landing/bg-gradient.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #00608a;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}

p {
	margin-top: 0;
}

img {
	border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	margin: 20px 0px 20px 10px;	
}

h2 {
	border-top: 1px solid #000000;
	padding-top: 10px;
}

#wrapper {
	width: 925px;
	background-image: url('../img/market-landing/bg-texture.jpg');
	background-repeat: repeat-y;
	min-height: 650px;
	overflow: hidden;
	margin: 0 auto;
}

#sidebar {
	width: 225px;
	overflow: hidden;
	background-color: #000000;
	text-align: center;
	padding-top: 50px;
	float: left;
	color: #ffffff;
}

#sidebar a:link,
#sidebar a:visited {
	color: #ffffff;
}

#sidebar a:hover,
#sidebar a:active {
	color: #666666;
}

#sidebar #about {
	margin: 20px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	line-height: 25px;
	font-size: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#icons {
	text-align: left;
	margin-left: 30px;
}

#icons .icon {
	margin-bottom: 10px;
	clear: both;
	width: auto;
	overflow: hidden;
	line-height: 27px;
}

#icons .icon img {
	float: left;
	margin-right: 10px;
}

#main {
	float: left;
	width: 700px;
	min-height: 650px;
	overflow: hidden;
}

img#title {
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main #join-email img {
	margin: 0px 0px 0px 15px;
}

#main #confirmation a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	width: 575px;
	overflow: hidden;
	display: block;
	margin: auto;
}

.req {
	color: #ff0000;
}
	
#msg {
	color: #ff0000;
	font-weight: bold;
}

#msg p {
	width: 100%;
	margin-left: 0px;
}

#footer {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #000000;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 3px;
	font-size: 10px;
}

table.calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

table.calendar tr th {
	text-align: left;
	padding-bottom: 10px;
}

table.calendar tr th.events {
	width: 60%;
}

table.calendar tr th.promos,
table.calendar tr td.promos {
	width: 40%;
}

table.calendar tr td {
	padding-bottom: 5px;
	vertical-align: top;
}

table.calendar tr td.date {
	width: 30%;
}

table.calendar tr td.divider {
	border-top: 1px solid #000000;
}

table.mlp-events {
	width: 95%;
	margin-right: 5%;
	border-collapse: collapse;
}

table.mlp-events tr td.date {
	width: 40%;
}

table.mlp-events tr td.event {
	width: 60%;
}

form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

fieldset {
	border: none;
}

form div {
	width: 45%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

form div.error-message {
	width: 100%;
	color: #ff0000;
}

form div.clear {
	clear: both;
	width: 100%;
}

form div label {
	display: block;
	font-weight: bold;
}

form div select,
form div input {
	width: 300px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form div.medium {
	width: auto;
}

form div.small {
	width: auto;
}

form div.medium input {
	width: 200px;
}

form div.small select,
form div.small input {
	width: 100px;
}

form div.checkbox {
	width: 100%;
}

form div.checkbox input {
	width: auto;
	float: left;
	margin-right: 10px;
}

form div.submit {
	clear: both;
}

form div.submit input {
	width: auto;
	background-color: #000000;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

#flashMessage {
	width: 95%;
	overflow: hidden;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	border: 1px solid #000000;
}
