@charset "utf-8";
/* CSS Document */

th {
	text-align:left;
}

fieldset ul, fieldset li {
	margin:2px 0;
	padding:0;
}

#right-col form fieldset textarea {
	height:75px;
	width:250px;
}

fieldset label {
	width:auto;display:block;float:none;font-size:0.9em;margin-left:7px;
}

table.timetable td.day {
	text-indent:0;
	width:15%;
}


fieldset input {
	padding:0;
	margin:0 10px 0 0;
}

span.tickets {
	float:right;
}

span.ticketname {
	margin:0 0 0 23px;
}

label.details {
	width:160px;float:left;
}

fieldset p {
	padding:2px 0;
	margin:0;
	font-weight:bold;
}

.price {
	font-weight:bold;
}

span.instructor {
	color:#6E6E6e;
}

.errormsg {
	font-weight:bold;
	padding:3px 25px;
	color:#FF3300;
	background:url(/_img/icons/warning_16.gif) center left no-repeat;
}

h3.errormsg {
	background:none;
	padding:3px 0;
	color:#2b6287;
	border-bottom: none;
}

.button {
	cursor:pointer;
}

div.bordered {
	margin:15px 0;
	border-top:1px solid #A4BECF;
	border-bottom:1px solid #A4BECF;
	width:100%;
}

div.bordered button {
	margin:15px 0;
}

ul li label.discounts {
	float:left;
	width:350px;
	display:block;
}

#right-col form button {
	background: #ecf4f9 url(/_img/button.gif) 0px 0px no-repeat;
	width: 102px;
	height: 28px;
	text-align: center;
	color: #353846;
	border: none;
	padding: 0px;
	margin:15px 0;

	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#right-col form button:hover{
	background-position: 0px -50px;
	color: #6e707c;
}

a#backbutton {
	background: #ecf4f9 url(/_img/button.gif) 0px 0px no-repeat;
	width: 102px;
	height: 28px;
	text-align: center;
	color: #353846;
	border: none;
	padding: 0px;
	line-height:28px;
	margin:15px 10px 15px 0;
	display:block;
	float:left;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
a#backbutton:hover{
	background-position: 0px -50px;
	color: #6e707c;
}

.payment_indent {
	padding:10px 0 10px 60px;
	margin:0;
	display:block;
}

ul.payment_indent {
	padding:10px 0 10px 74px;
}

.longer {
	width:250px;
}

.medium {
	width:100px;padding-left:4px;
}

