
/*========================================================================
Cal Poly Template Custom Print Stylesheet

Add custom styles for your web site here.
=========================================================================*/

#columns #columnCustom2 {
	float: left;
	width: 49%;
	padding: 0 1.5%;
	border-left: #aaa dotted 1px;
	border-right: #aaa dotted 1px;
}

#columns #columnCustom3 {
	float: left;
	width: 22%;
	padding: 0 0 0 1.5%;
}

th.phone
{
	width:400px;
}
th.midTitle
{
	width:45%;
}


em.red {
	color: red;
}

#si_logo {
	margin-bottom:10px;
	height: 130px;
	display:block;
	width: 175px;
}

.medInput {
	width: 40px;
}

.qualPoints {
	width: 30px;
}

.shortInput {
	width: 19px;
}

.fillpage {
	width: 650px;
}

#programContent .column.right {
	position: relative;
	text-align: left;	
}

/*use for left floating text within a block*/
#programContent .left {
	float:left;
}

/*use for right floating text within a block*/
#programContent .right {
	float:right;
}

div.comment {
	margin: 10px;
	padding: 2px;
	border: 1px solid #000;
}

div.comment .name {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	padding: 5px;
}

div.comment .name .time {
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
}

div.comment .post {
	background: white;
	padding: 10px;
	margin: 5px;
	border: 1px solid #000;
}

form.wider {
	width: 95% !important;
	margin: 0 20px !important;
}

form.wider fieldset {
	border: 1px solid #000 !important;
}
