* html { margin:0; padding:0;}

html, body {
	  height: 100%;
  }

body {
	background-color: #004F75;
	margin:0 auto;
	padding:0;
}

#wrapper {
	margin: auto;
	padding: 0px;
	width: 655px;
	min-height: 100%;
	border: solid #BFD72F 4pt;
	border-bottom: none;
	border-top: none;
	position: relative;
	background: url(../images/brick_background.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.largeText, .comicTitle {
	font-size: 17px;
	font-weight: bold;
}

.largeText, #contentHeader {
	margin: 0px 20px 20px 20px;
}

#contentHeader {
	font-size: 34px;
}

a, #contentHeader, .whiteText {
	color: white;
}

a {
	text-decoration: underline;
}

img.comic {
	border: 2px solid white;
	float: left;
	margin: 0px 15px 15px 0px;
}

#contentComics {
	padding: 25px;
}

hr {
	background-color: white;
	width: 605px;
	height: 3px;
	border: 1px solid white;
	clear: both;
}

.regularText {
	font-size: 13px;
}

.centerText {
	text-align: center;
}

.greenText {
	color: #BFD72F;
}

p {
	margin: 0px;
	padding: 0px;
}

#footerWrapper {
	margin: 0px;
}

a.comicDetails {
	color: #BFD72F;
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.missingInfoField
{
/*	background-color: #FFC239; */
	border: 2px solid red;
}

.requiredInputField{
}

.clearBoth {
	clear: both;
}

label.inputField {
	width: 14em;
	float: left;
	text-align: right;
	margin: 0px 6px 6px 0px;
	color: #BFD72F;
	font-weight: bold;
}

#contentWrapper {
	padding: 40px 15px 15px 15px;
}

#displayMessage {
	font-weight: bold;
	font-size: 16px;
	color: red;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 15px;
}

.inputButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#listComics {
	font-size: 10px;
	color: white;
	width: 100%;
	border: 0px solid #BFD72F;
	text-align: left;
}

th {
	font-size: 11px;
	color: #BFD72F;
}

.noImageSpacer {
	float: left;
	width: 95px;
	height: 91px;
}

table#deleteComic {
	color: white;
}

table#tblMailingList {
	text-align: center;
	font-size:  12px;
	color: white;
	width: 100%;
	border: 1px solid #BFD72F;
	margin-top: 15px;
}
