div.debug {
	border: 1px solid #777777;
	background: #c3ff8e;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#debug_info,
#debug_info a {
	font-size: 11px;
	}
#debug_info {
	display: none;
	}


table.sponsor {
	width: 100%;
	text-align:center;
	}
table.sponsor td {
	width: 33%;
	text-align:center;
	vertical-align: middle;
	padding: 15px 0 50px 0;
	}


div.sponsor {
	text-align: center;
	}
div.sponsor img {
	border: 0;
	padding: 15px 50px 50px 50px;
	}
div.sponsor a {
	text-decoration: none;
	border: none;
	}



	.editbar,
	.editbutton {
		font-size: 12px;
		color: #ff0000;
		background: #ff9900;
		padding: 3px 10px 3px 10px;
		text-align: left;
		border-radius: 0px 0px 10px 10px;
		}
	.editbutton {
		border-radius: 10px 10px 10px 10px;
		}

	.frbutton {
		float: right;
		border-radius: 0;
		margin-left: 3px;
		}


	.editbar a,
	.editbutton a {
		font-size: 12px;
		font-weight: normal;
		color: white;
		padding: 0 10px 0 10px;
		text-decoration: none;
		}
	.editbar a:hover {
		text-decoration: underline;
		}
	.editbutton:hover {
		background: #ffb56c;
		}
	.editbutton a:hover {
		color: #000000;
		}	

form[name="modulo"] input[type="text"],
form[name="modulo"] textarea,
form[name="modulo"] select {
	margin-right: 20px;
	border: 1px dotted #ccc;
	border-bottom: 1px solid black;
	padding: 5px;
}

input.diet_note {
	display: none;
}

a.createlink, a.createlink:hover {
	font-size: 12px;
	margin: 5 5 5 5;
	padding: 0 3 0 0;
	border: 1px dashed #aaaaaa;
	text-decoration: none;
	background: red;
	color: white;
	}
a.createlink:hover {
	background: white;
	color: red;
	}



div.AuthorInformation ol li {
	font-weight: bold;
	}
div.AuthorInformation ul li {
	list-style: disc;
	font-weight: normal;
	}

form.credit_card {
	line-height: 2em;
	}
form.credit_card input {
	margin-top: 10px;
	}


table.comms td {
	border-bottom: 1px solid #ddd;
	padding: 3px 15px 3px 5px;
}
