.inputfield {
	border: solid 1px #999999;
}

.fieldset {
	width: 500px;
	margin-left: 40px;
	margin-top: 12px;
	padding: 6px;
}

.inlineblock_sm {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 6px;
	width: 100px;
}

.inlineblock_md {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 6px;
	width: 160px;
}

.inlineblock_lg {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 6px;
	width: 300px;
}

.newblock_sm {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 100px;
}

.newblock_md {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 160px;
}

.newblock_lg {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 300px;
}

.fullblock {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 400px;
}

#nav ul {
	z-index: 1;
}

.spendtime {
	color: #e3f3cd;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}

/* the following seems to work OK with the structure in ...cp/include/right_column.htm 
note that only cp is setup & working & that the cp video - 
& others - need to be redone using the better videos */

#video_chp {
	display: block;
	width: 140px;
	height: 112px;
}

#video_chp a {
	display: block;
	width: 140px;
	height: 112px;
}

#video_chp img {
	width: 140px;
	height: 112px;
	border: 0;
}

#video_chp a:hover img {
	visibility: hidden;
}

#cp_video {
	background: url(/chp/programs/cp/images/video_graphic_downcp.jpg) no-repeat;
}

#mi_video {
	background: url(/chp/programs/mi/images/video_graphic_downmi.jpg) no-repeat;
}

#mt_video {
	background: url(/chp/programs/mt/images/video_graphic_downmt.jpg) no-repeat;
}

#pt_video {
	background: url(/chp/programs/pt/images/video_graphic_downpt.jpg) no-repeat;
}

#rt_video {
	background: url(/chp/programs/rt/images/video_graphic_downrt.jpg) no-repeat;
}

#csrc_video {
	background: url(/chp/programs/csrc/images/video_graphic_downcsrc.jpg) no-repeat;
}

#accepted {
	background: url(/chp/images/accepted_envelope_down.gif) no-repeat;
	display: block;
	width: 173px;
	height: 25px;
}

#accepted a {
	display: block;
	width: 173px;
	height: 25px;
}

#accepted img {
	width: 173px;
	height: 25px;
	border: 0;
}

#accepted a:hover img {
	visibility: hidden;
}

#blackboard {
	background: url(/chp/images/blackboard_down.jpg) no-repeat;
	display: block;
	width: 137px;
	height: 38px;
}

#blackboard a {
	display: block;
	width: 137px;
	height: 38px;
}

#blackboard img {
	width: 137px;
	height: 38px;
	border: 0;
}

#blackboard a:hover img {
	visibility: hidden;
}

#two_two {
	background: url(/chp/images/2_2_down.gif) no-repeat;
	display: block;
	width: 120px;
	height: 42px;
}

#two_two a {
	display: block;
	width: 120px;
	height: 42px;
}

#two_two img {
	width: 120px;
	height: 42px;
	border: 0;
}

#two_two a:hover img {
	visibility: hidden;
}

.slideframe {
	visibility: hidden;
}

#simulation_slideframe {
	position: relative;
	width: 320px;
	height: 240px;
	padding: 4px;
	border: solid 1px #cccccc;
}

#simulation_slideframe img {
	position: absolute;
	top: 4px;
	left: 4px;
}

/* input validate */
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	display: block;
}

/* share idea and captcha */
#slider_label_div, #slider_locked_unlocked_div,#slider,#locked_unlocked_div {
	width: 340px;
}

/* captcha */
#slider_label_note {
	display: block;
	font-size: 0.85em;
}

#sliderlabel {
	font-weight: bold;
	color: red;
}

#slider_locked_unlocked_div {
	margin: 8px 0 0;
}

#slider {
	margin: 0;
}

#locked_unlocked_div {
	margin: 5px 0 0;
}

#locked {
	font-weight: bold;
	color: #333333;
}

#gradvideo {
	width: 170px;
	height: 98px;
	display: block;
	background: url(/currentstudents/images/gradvideo.jpg) no-repeat;
	cursor: pointer;
}

#gradvideo:hover {
	background-position: 0 -98px;
}

