
body .content-container div.messages, 
body .content-container div.error, 
body .content-container div.status, 
body .content-container div.warning {
	width: auto;
}

input[type='button'], input[type='submit'] {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-right{
	float:right;
	margin-right:16px;
}

.content label {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

.content select {
	width: 300px;
	margin-bottom: 5px;
}

.content input {
	margin-bottom: 5px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 5px;
}

fieldset legend {
	font-size: 14px;
}

span.text-label {
	font-weight: bold;
	float: left;
	display: block;
	width: 200px;
}

fieldset legend a {
	text-decoration: none;
	color: #5694B6;
}

fieldset.collapsible legend a{
	padding-left: 15px;
}

fieldset.collapsible legend a {
	background: url("http://www.uwindsor.ca/misc/menu-collapsed.png") no-repeat scroll 3px;
}

fieldset.collapsed legend a {
	background: url("http://www.uwindsor.ca/misc/menu-expanded.png") no-repeat scroll 3px;
}

fieldset.collapsed {
	border: 0px;
	border-top: 1px solid #ccc;
	padding-left: 6px;
}

fieldset div.fieldset-wrapper {
	margin: 5px;
}

span.required {
	color: red;
	float: left;
	margin-bottom: 5px;
}

span.select-ajax-load {
	position: relative; 
	left: -35px; 
	top: 2px;
	display: none;
	margin-right: -17px;
}

select.ajax ~ span.select-ajax-load {
	display: inline;
}

span.select-ajax-load img {
	height: 13px;
}

table.tuition {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

table.tuition tr.title {
	background-color: #ddd;
}

table.tuition tr.total {
	background-color: #fff;
	font-size: 14px;
}

table.tuition tr.total td {
	padding: 5px;
}

table.tuition td, table.tuition th {
	padding: 0px 4px;
	border: 1px solid #ccc;
}

table.tuition th {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid c;
}

table.tuition tr.titles th {
	font-size: 11px;
	border-bottom: 0px;
	
}

table.tuition .name {
	width: 250px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.tuition .amount {
	width: 80px;
	border-right: 1px solid #ccc;
}

table.tuition .rule {
	width: 350px;
	font-size: 11px;
	border-right: 1px solid #ccc;
}

table.tuition tr.total td, table.tuition tr.total th{
	border-width: 0px;
}
