h3 {
	padding:15px 5px;
}

h4 {
	font-weight:700;
}

.hidden {
	display:none;
}

span.asterisk {
	color:#C00;
}

.line {
	height:1px;
	background:#DDD;
	width:100%;
	margin:25px 0;
}

.currentType {
	background-color:#C00;
	padding:4px 6px;
	color:#FFF;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.otherType-s {
	background-color:#0C948D;
	padding:4px 6px;
	color:#FFF;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.otherType-i {
	background-color:#82BD02;
	padding:4px 6px;
	color:#FFF;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.delete {
	font-size:10px;
	color:#999;
	cursor:pointer;
}

.deadline {
	font-style:italic;
}

.cross_out {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border:0;
	width:95%;
	margin:15px 0 0 5px;
}


.red {
	color: #ff0000;

}

.col {
	font-weight:normal;
	font-style:italic;
}

th {
	text-align:left;
}

th,td {
	padding:5px 3px;
}

tr {
	border-bottom:1px solid #F2F2F2;
}

#view label {
	font-size:14px;
	padding-bottom:3px;
	margin:4px 0;
	display:block;
	border-bottom:1px solid #C3CEC3;
}

#view span {
	color:#666;
	font-size:12px;
}

input[disabled='disabled']{
	background:#F1F1F1;
}

.form input[type=submit],.form input[type=button] {
	background:url(https://webapps.wku.edu/pcal/app/professional_development/images/button.png);
	padding:2px 5px 4px;
	margin:0;
	font-size:12px;
	line-height:18px;
	width:60px;
	height:22px;
	border:0;
	outline-width:thin;
	color:#333;
}

.form input[type=submit]:active,.form input[type=button]:active {
	background:url(https://webapps.wku.edu/pcal/app/professional_development/images/button.png) 0 22px;
}

