body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}
a {
	color: #900;
}
#right-col {
	float: right;
	clear: right;
}
#content {
	background-color: white;
	width: 950px;
	padding:5px;
	text-align: left;
}
#content .row:after {
	clear: left;
}
#content sub {
    vertical-align: sub;
}
#content sup {
    vertical-align: super;
}
#content sup, .page_content sub {
    font-size: 0.75em;
    line-height: 1;
}
.row.odd{
	border-radius:8px;
	border: 2px solid rgb(230,230,230);
}
.row.odd.pop{
	margin:10px;
	padding-bottom:10px;
	border-radius:8px;
	border: 2px solid rgb(230,230,230);
}
.row.even.pop{
	background-color:#fefefe;
	margin:10px;
	padding-bottom:10px;
	border-radius:8px;
	border: 2px solid rgb(230,230,230);
}
#findbutton {
	display: none;
}
a:hover {
	color: #e00;
}
label.hide {
	position: absolute;
	left: -9999em;
}
#container {
	width: 960px;
	min-height: 900px;
	margin: 0 auto;
	padding: 4px;
}
TD.reflabel {
	width: 220px;
}

.listexisting {
	margin-left: auto;
	margin-right: auto;

}
#instructiontext {
	margin-bottom: 18px;
}
.cancel-icon {
	cursor: pointer;
	color: inherit;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
.cancel-icon:after {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	background-color: #cc0000;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAzNDguMzMzIDM0OC4zMzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM0OC4zMzMgMzQ4LjMzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMzYuNTU5LDY4LjYxMUwyMzEuMDE2LDE3NC4xNjVsMTA1LjU0MywxMDUuNTQ5YzE1LjY5OSwxNS43MDUsMTUuNjk5LDQxLjE0NSwwLDU2Ljg1ICAgYy03Ljg0NCw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQwNywxMS43NjljLTEwLjI5NiwwLTIwLjU4MS0zLjkxOS0yOC40MTktMTEuNzY5TDE3NC4xNjcsMjMxLjAwM0w2OC42MDksMzM2LjU2MyAgIGMtNy44NDMsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MTYsMTEuNzY5Yy0xMC4yODUsMC0yMC41NjMtMy45MTktMjguNDEzLTExLjc2OWMtMTUuNjk5LTE1LjY5OC0xNS42OTktNDEuMTM5LDAtNTYuODUgICBsMTA1LjU0LTEwNS41NDlMMTEuNzc0LDY4LjYxMWMtMTUuNjk5LTE1LjY5OS0xNS42OTktNDEuMTQ1LDAtNTYuODQ0YzE1LjY5Ni0xNS42ODcsNDEuMTI3LTE1LjY4Nyw1Ni44MjksMGwxMDUuNTYzLDEwNS41NTQgICBMMjc5LjcyMSwxMS43NjdjMTUuNzA1LTE1LjY4Nyw0MS4xMzktMTUuNjg3LDU2LjgzMiwwQzM1Mi4yNTgsMjcuNDY2LDM1Mi4yNTgsNTIuOTEyLDMzNi41NTksNjguNjExeiIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	border-radius: 50%;
	line-height: normal;
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.cancel-icon:hover,
.cancel-icon:focus {
	color: #aa0000;
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.screentitle H2 {
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: inherit;
}
#adminoptions {
	padding: 10px 0;
	right: 50px;
	position: absolute;
}
#adminoptionsicon {
	background: url('./images/gear.png') no-repeat right 50%;
	padding-right: 16px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	position: relative;
}
#adminoptionsicon:focus, #adminoptionsicon:active {
	outline: 1px dotted gray;
}
#adminoptionstitle {
	height: 18px;
	font-weight: bold;
	border-bottom: 1px solid gray;
}
#adminoptionsclose {
	background: url('../images/icons/cancel.png') no-repeat right 50%;
	float: right;
	clear: right;
	padding-right: 16px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	position: relative;
}
#adminoptionscontainer {
	display: none;
	position: absolute;
	border-radius: 4px;
	border: 1px solid #828282;
	background-color: #F9F9F9;
	right: 0;
	margin-top: 6px;
	padding: 4px;
	overflow: hidden;
	-moz-box-shadow: 5px 5px 5px 3px #ccc;
	-webkit-box-shadow: 5px 5px 5px 3px #ccc;
	 box-shadow: 5px 5px 5px 3px #ccc;
	 z-index: 999;
}
#adminoptionsarea {
	clear: right;
	width: 200px;
}
#adminoptionsarea UL {
	list-style-type: disc;
	padding-left: 18px;
}
#adminoptionsarea A {
	cursor: pointer;
}
.admineditform {
	padding-right: 18px;
	background: url('../images/icons/pencil_go.png') no-repeat right 50%;
}
/* CK Bottom toolbar displays above gear, static position (from relative in CK core) puts it back below */
span.cke_bottom {
	position: static;
}

/* flat form classes */
.notes,
.newfield,
.screennote,
.instruction {
	padding: 3px;
	color: #000 !important;
	font-size: 0.85em;
	margin: 1px 0 2px;
	clear: left;
	display: none;
	border: 1px solid rgb(170, 190, 230);
	background: #DCE8EB !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 4px .5px #222;
	-webkit-box-shadow: 2px 2px 4px .5px #222;
	 box-shadow: 2px 2px 4px .5px #222;
}
.notes HR.specdivider {
	margin: 0;
	border-top: 1px solid #A4A4A4;
}
/* General Notes specific styles */
#general__notes_notes {
	background-color: #fcf8ae !important;
	max-height: 500px;
	overflow: auto;
}
#general__notes_notes .notefieldlabel {
	font-size: 1.1em;
}
.screennote {
	color: #000;
	background: #f5b8b8 !important;
	border: 1px solid rgba(255, 125, 125, 1);
}
.mpindent {
	margin-left:50px;
}
.instruction, .bridgenotes {
	background: none repeat scroll 0 0 #c6f5ba !important;
	border: 1px solid rgb(125, 255, 125,1);
}
.notefieldlabel {
	display: block;
	font-weight: bold;
}
.first .notes,
.first .newfield,
.first .screennote {
	margin: 1px 0 2px 10px;
}

span.notation{
	display:inline-block;
	font-size:0.85em;
	font-style:italic;
	font-weight:normal;
}
div.first .notation, div.first .sublegend, div.first .legend {
	margin-left: 10px;
}
div.first span.notation{
	display:inline-block;
	text-align:justify;
	font-size:0.85em;
	font-style:italic;
	font-weight:normal;
	margin:0 20px 0 10px;
}
span.note{
	font-size:1.3em;
	font-weight:bold;
}
form.horizontal label.fullwidthlabel, form.horizontal .faux-label.fullwidthlabel {
	display: block;
	margin-bottom: 4px;
	width: 100%;
}
div.full_line div.checkbox.inline {
	width:100%;
	margin:2px 0 2px 0;
}
div.checkbox.inline {
	padding-bottom: 3px;
	margin: 0 10px 0 0;
}
div.checkbox.inline.grid1,
.checkbox.inline .grid1{
	width:60px;
}
div.checkbox.inline.grid1\.5,
.checkbox.inline .grid1\.5{
	width:100px;
}
div.checkbox.inline.grid2,
.checkbox.inline .grid2{
	width:140px;
}
div.checkbox.inline.grid2\.5,
.checkbox.inline .grid2\.5{
	width:180px;
}
div.checkbox.inline.grid3,
.checkbox.inline .grid3{
	width:220px;
}
div.checkbox.inline.grid3\.5,
.checkbox.inline .grid3\.5{
	width:260px;
}
div.checkbox.inline.grid4,
.checkbox.inline .grid4{
	width:300px;
}
div.checkbox.inline.grid4\.5,
.checkbox.inline .grid4\.5{
	width:340px;
}
div.checkbox.inline.grid5{
	width:380px;
}
div.checkbox.inline.bool{
	width:60px;
}
.adminfieldon {
	display: inline-block !important;
}
.row > .adminfieldon {
	display: block !important;
}

.screenreview {
	padding: 5px;
	background: rgba(46, 100, 255, 0.3) !important;
	border-radius: 4px;
}

/* end flat form classes */

.editbutton.btn, .esig.btn {
	clear: right;
	float: right;
	margin-bottom: 4px;
}
div.wfcomments {
	text-align: right;
	margin-bottom: 4px;
}
.wfcommentbutton {
	margin-bottom: 4px;
}
#wfcommentcontainer {
	display: none;
	position: absolute;
	border-radius: 4px;
	border: 1px solid #828282;
	background-color: #F9F9F9;
	right: 0px;
	-moz-box-shadow: 5px 5px 5px 3px #ccc;
	-webkit-box-shadow: 5px 5px 5px 3px #ccc;
	 box-shadow: 5px 5px 5px 3px #ccc;
}
#wfcommentarea {
	padding: 4px;
	width: 340px;
	text-align: left;
}
TEXTAREA#wfcomments {
	width: 326px;
	height: 100px;
	margin-bottom: 4px;
}
#wfcommentstatus {
	color: red;
}
.shredbutton {
	margin-left: 3px;
}
.deletebutton.btn,
.shredbutton.btn  {
	margin-left: 0px;
	margin-bottom: 4px;
	float: left;
	clear: left;
}
.previewworkflow {
	float: right;
	clear: right;
}
#sidebar {
	overflow: visible;
	float: right;
	clear: right
}
#workflow, #history, #tsoaction {
	width:  175px;
	float: right;
	padding: 8px 0px 8px 8px;
	margin:  12px 0px 12px 6px;
	clear: right;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
#sidebar #workflow, #sidebar #history, #sidebar #tsoaction {
	width: 155px;
	float: none;
	clear: none;
	margin-left: 4px;
	-moz-box-shadow: 4px 4px 5px 2px #ccc;
	-webkit-box-shadow: 4px 4px 5px 2px #ccc;
	box-shadow: 4px 4px 5px 2px #ccc;
}
#workflow h2, #history h2, #tsoaction h2 {
	margin: 8px 0px 8px 0px;
	line-height: 22px;
	border-bottom: none;
	font-size: 20px;
	padding-bottom: 0;
}
#workflow ol, #history ol, #tsoaction ol {
	padding-left: 30px;
	margin-bottom: 2px;
	list-style-type: decimal;
}
#sidebar #workflow ol, #sidebar #history ol, #sidebar #tsoaction ol {
	padding-left: 22px;
}
#workflow a, #history a {
	color: #888;
	text-decoration: none;
}
#tsoaction li {
	color: #444;
}
#tsoaction li.tsovotehasresults {
	cursor: pointer;
}
#tsoaction .tsovoteresults {
	position: absolute;
}
#tsoaction .tsovoteresults .tsovoteresultsclose {
	text-align: right;
}
#tsoaction .tsovoteresults .tsovoteresultsclose IMG {
	cursor: pointer;
}

#workflow li.current, #history li.current,  #workflow a.current, #history a.current {
	color: #a36200;
	font-weight: bold;
	text-decoration: none;
}

#workflow li.approved, #history li.approved, #workflow a.approved, #history a.approved {
	color: #090;
	font-weight:bold;
	text-decoration: none;
}

.hiddenRow, .hiddenRow TD, .hiddenRow TH {
}
.hidden {
	position: absolute;
	left: -9999em;
}
h1, h2, h3, h4 { font-weight: normal; }

h1, h2 {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

img {
	border: none;
}

.right {
	float: right;
}
.indent {
	padding-left: 10px;
}

h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

h3.statushead {
	text-align: center;
	color: #900;
	font-size: 26px;
	font-weight: bold;
}
/*--- Search Page ---*/

#search_field {
	width: 268px;
	height: 20px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
}
#search_options {
	display: inline-block;
	width: 65px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: bottom;
}
#search_options label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
}
#search_options input {
	vertical-align: middle;
}
#search_results {
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 20px 0;
}
#showcontent {
	min-height: 250px;
	position: relative;
}
#showcontent label {
	cursor: text;
}
#pending_courses {
	margin-top: 40px;
}
.archiveproposal {
	float: right;
	clear: right;
}
.printbutton {
	float: left;
	clear: left;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	min-width: 140px;
	float: left;
	padding: 4px 6px;
	margin-bottom: 4px;
	clear: left;
	background-image: -moz-linear-gradient(top, #EEEEEE, #E2E2E2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#E2E2E2));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #E2E2E2);
	background-image: -o-linear-gradient(top, #EEEEEE, #E2E2E2);
	background-image: linear-gradient(to bottom, #EEEEEE, #E2E2E2);
}
.printbutton img.printicon {
	vertical-align: middle;
}
.printbutton .exportword {
	padding-right: 20px;
	line-height: 18px;
	background: url('../images/icons/word.png') no-repeat 100% 50%;
}
.printbutton .exportpdf {
	padding-right: 20px;
	line-height: 18px;
	background: url('../images/icons/pdfview.png') no-repeat 100% 50%;
}
img.helpbubble {
	vertical-align: middle;
}
.helpbubblelink {
	padding-left: 4px;
}
.helpbubblecontainer {
	white-space: nowrap;
}
.blogusertimestamp {
	font-weight: bold;
	color: #333333;
}
#courseref{
	height:125px;
	overflow:auto;
	margin-bottom:25px;
}
DIV.coursereflabel {
	padding-top: 15px;
}
H4.coursereftype {
	width: 50%;
	margin: 2px;
	border-bottom: 1px solid black;
}
H5.courserefallcode, H4.courserefallcode {
	font-weight: bold;
	font-size: 1em;
}
/*--- Form Pages Common Styles ---*/

form.newedit {
	width: 725px;
	margin: 0 auto;
}

fieldset {
	padding: 20px;
	border: none;
}

fieldset.shaded {
	background-color: #ededed;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content fieldset legend, form fieldset legend {
	margin-top: 14px;
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	border-bottom: 1px solid black;
}
fieldset.shaded legend {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #F7F7F7;
}
table.form_table {
	width: 100%;
}
table.form_table th {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	width: 145px;
	padding-top: 8px !important;
}

table.form_table th, table.form_table td { padding: 5px;}


input.text_field {
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px;
}

input.uppercase, textarea.uppercase {
	text-transform:uppercase;
}

#content input.f_xxsmall { width: 50px; }
#content input.f_xsmall { width: 85px; }
#content input.f_small { width: 150px; }
#content input.f_medium { width: 250px; }
#content input.f_large { width: 500px; }

textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 500px;
	height: 65px;
}
textarea.ta_xsmall { height: 30px; }
textarea.ta_small { height: 45px; }
textarea.ta_medium { height: 100px; }
textarea.ta_large { height: 150px; }
textarea.ta_xlarge { height: 200px; }
div.cke_contents.ta_medium { height: 120px ; }
div.cke_contents.ta_large { height: 150px ; }
div.cke_contents.ta_xlarge { height: 200px ; }
div.cke_contents.ta_xxlarge { height: 250px ; }
select {
	font-size: 14px;
	padding: 5px;
}

#content select.s_xxsmall { width: 50px; }
#content select.s_xsmall { width: 85px; }
#content select.s_small { width: 175px; }
#content select.s_medium { width: 250px; }
#content select.s_large { width: 350px; }
#content select.s_xlarge { width: 450px; }

TR.cimstatusedited TD {
	background-color: #DBD9FC;
}
TR.cimstatusadded TD {
	background-color: #DBFCD9;
}
TR.cimstatusdeleted TD {
	background-color: #FCD9DD;
}

.sc_container {
	border: 1px solid black;
	padding: 0px;
	min-height: 150px;
}
.sc_content {
	padding: 8px;
}
.sc_container LEGEND {
	border: 1px solid black;
	margin-left: 8px;
	min-width: 50%;
	margin-top: 2px;
}
.sc_container LEGEND .sc_actions {
	float: right;
	text-align: right;
	min-width: 56px;
}
.sc_container LEGEND .sc_actions A {
	cursor: pointer;
}
.sc_container LEGEND .sc_actions IMG {
	margin: 6px;
}
.sc_container TABLE {
	border-collapse: separate;
	border-spacing: 0;
}
.sc_container TD {
	padding: 5px 4px;
	vertical-align: top;
}
.sc_container TR.odd {
	background: none repeat scroll 0 0 #ECECEC;
}
.sc_container TR.listsum TD {
	border-top: 2px solid #D8D8D8;
}
.sc_container TR.orclass TD.codecol {
	padding: 5px 4px 5px 20px;
}
.sc_container TR.orclass TD {
	border-top: medium none;
}
.sc_container TD.hourscol, .sc_courselist TD.hourscol {
	text-align: right;
}
.sc_container TD.codecol {
	width: 175px;
}
.sc_container TR.areaheader TD, .sc_courselist  TR.areaheader TD {
	font-weight: bold;
}
TABLE.sc_courselist {
	width: 100%;
}
.sc_courselist TD {
	border-top: 1px solid #dbdde0;
	padding: .3em .75em;
	vertical-align: top;
}
.sc_courselist TD.codecol {
	width: 20%;
}
.sc_courselist TR.orclass TD.codecol {
	padding-left: 1.25em;
}
.sc_container .sc_plangrid {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:10px;
	width: 100%;

}
.sc_container .plangridyear, .sc_container .plangridyear th {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
}
.sc_container .plangridterm, .sc_container .plangridterm th {
	font-weight:bold;
	text-align:left;
}
.sc_container .plangridsum, .sc_container .plangridsum td {
	border-top:1px solid #999999;
	font-weight:bold;
	vertical-align:top;
}
.sc_container .plangridtotal td {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px 0;
	text-align:left;
	text-transform:uppercase;
}
.sc_container .sc_plangrid td.hourscol {
	padding-right:10px;
	text-align: left
}
DIV.pickcoursecontainer {
	width: 65%;
	min-height: 50px;
	margin-bottom: 8px;
}
.formbuilder DIV.pickcoursecontainer, .fbbuilt DIV.pickcoursecontainer {
	width: 95%;
}
DIV.picknewcoursecontainer {
	width: 45%;
}
TABLE.pickcoursetable {
	border-collapse: collapse;
	width: auto;
}

TABLE.pickcoursetable TH {
	font-size: 14px;
	background-color: black;
	color: white;
	text-align: center;
	width: auto;
}
TABLE.pickcoursetable TH.codecol {
	width: 100px;
}
TABLE.pickcoursetable TH.titlecol {
	width: 250px;
	border-right: none;
}
TABLE.pickcoursetable TD, TABLE.pickcoursetable TH {
	border: 1px solid black;
	padding: 3px;
}
TABLE.pickcoursetable .actioncol {
	width: 20px;
	text-align: center;
}
TABLE.pickcoursetable.sortable .actioncol {
	width: 50px;
}
TABLE.pickcoursetable .infocol {
	width: 20px;
	text-align: center;
	border-left: none;
}
TABLE.pickcoursetable .codecol {
	width: 75px;
}
TABLE.picknewcoursetable .codecol {
	border-right: none;
}
TABLE.pickcoursetable TD.codecol {
	text-align: left;
}
TABLE.pickcoursetable TD.titlecol {
	border-right: none;
}
.vlistactions {
	white-space: nowrap;
	text-align: right;
}
.vlistactions A, .vlistactions IMG, .vlistactions BUTTON {
	display: inline;
	float: none;
	background: transparent;
}
.vlisttomany {
	min-width: 165px;
}
.vlisttomany .vlisttomanyedit {
	margin-left: 4px;
}
.pickcourseadd, .vlistadd {
	float: right;
	width: 16px;
	height: 16px;
	background: transparent;
}
.pickcourseadd, .vlistadd IMG {
	width: 16px;
	height: 16px;
}
.pickcourseadd, .pickcoursedelete, .vlistdelete, .vlistadd, .vlistmovedown, .vlistmoveup, .vlisttomanyedit {
	cursor: pointer;
}
.pickcourseadd:active, .pickcourseadd:focus, .vlistadd:active, .vlistadd:focus  {
	outline: 1px dotted white;
}
.pickcoursedelete:active, .pickcoursedelete:focus,
.vlistdelete:active, .vlistdelete:focus, .vlistmovedown:active,
.vlistmovedown:focus, .vlistmoveup:active, .vlistmoveup:focus  {
	outline: 1px dotted gray;
}
.valuelisttomanyscreen.screen{
	min-width: 550px;
	border-radius: 4px;
	width: auto;
	overflow: hidden;
}
.valuelisttomanyscreen .screenfooter {
	text-align: center;
	padding: 4px;
}
p.charsRemaining {
	font-size: 14px;
	margin-bottom: 4px;
	text-align: left;
}
/*--- New Course Form ---*/


/*--- Change Course Form ---*/

.course_number {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
}
H2 .course_number {
	font-size: 1em;
}
.cipfindlink {
	padding-left: 5px;
}
.cipname {
	padding: 0px 6px;
}

/*--- Program Form Stuffs ---*/

#bodycontentframe, .cimcontentframe {
	height: 450px;
	width: 100%;
}
/*--- Buttons ---*/

div.row.buttons {
	text-align: center;
	margin-top: 20px;
	padding: 14px;
}
#content .button {
	height: 31px;
	border: none;
	color: #fff;
	font-size: 16px;
	background-repeat: repeat-x;
	background-color: #008000;
}
.btn {
	margin-right: 4px;
}
.btn:focus {
	outline: 1px dotted gray;
}
.b_xsmall { width: 80px; background: url(./images/btn_green_xsmall.png); }
.b_small { width: 100px; background: url(./images/btn_green_small.png); }
.b_medium { width: 120px; background: url(./images/btn_green_medium.png); }
.b_large { width: 150px; background: url(./images/btn_green_large.png); }
.b_xlarge { width: 200px; background: url(./images/btn_green_xlarge.png); }
.b_xxlarge { width: 260px; background: url(./images/btn_green_xxlarge.png); }

.b_cancel {
	background: #c00 url(./images/btn_red_large.png);
	width: 160px;
}

.b_cancel.b_small { width: 100px; background: url(./images/btn_red_small.png); }
.b_cancel.b_medium { width: 120px; background: url(./images/btn_red_medium.png); }
.b_cancel.b_large { width: 160px; background: url(./images/btn_red_large.png); }
.b_cancel.b_xlarge { width: 200px; background: url(./images/btn_red_xlarge.png); }
.b_cancel.b_xxlarge { width: 260px; background: url(./images/btn_red_xxlarge.png); }



.imgbtn {
	padding: 6px;
	padding-left: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.delete { background-image: url(../images/icons/delete.png); }
.undelete { background-image: url(../images/icons/add.png); }
.edit { background-image: url(../images/icons/pencil.png); }
.seechanges { background-image: url(./images/magnifier.png); }


/*---  Upload Style ---*/

div.filediv{
	float: right;
}
div.filediv div{
	border:1px solid #CCC;
	padding: 5px 5px 5px 10px;
	min-width: 175px;
	min-height: 15px;
}
.swfuploadwrapper {
	position: relative;
	float:left;
}

/*Upload opacity fix*/
object.swfupload {
   opacity: 0 !important;
}

/*--- Generic Styles ---*/
.error, .nferror {
	color: red;
}
.button_strip {
	height: 32px;
	background-color: #ededed;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 14px 20px;
}

.button_strip table {
	margin: auto;
}

span.help { font-size: 12px; padding-left: 5px;}

td p { margin-top: 0; }


.clear {
	clear: both;
	height: 1px;
}

/*
 *  LFJS custom styles
 */
#topactions {
	float: right;
	min-width: 200px;
}
#search_form {
	float: left;
	margin-bottom: 4px;
}
#defaultqueries {
	min-width: 150px;
}
#content #queryresults {
	height: 200px;
	clear: both;
	margin-bottom: 10px;
	overflow-y: scroll;
}
#queryresults.selectgrid tr.selected,
#queryresults.selectgrid tr.selected td {
	background-color: #A6A6A6;
	background-image: -moz-linear-gradient(top, #A6A6A6, #767676);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A6A6A6), to(#767676));
	background-image: -webkit-linear-gradient(top, #A6A6A6, #767676);
	background-image: -o-linear-gradient(top, #A6A6A6, #767676);
	background-image: linear-gradient(to bottom, #A6A6A6, #767676);
	color: white;
}

/*Sticky Table*/
.stickycontainer {
	position: relative;
	padding-top: 35px; /*thead height*/
}
.selectgrid.sticky {
	overflow-y: auto;
	height: 200px;
}
.selectgrid.sticky thead {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
}
#queryresults.selectgrid th, #queryresults.selectgrid thead, #queryresults.selectgrid.sticky th, #queryresults.selectgrid.sticky thead {
	background-color: #EEEEEE;
	color: black;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	border-bottom: 1px solid black;
}
#queryresults.selectgrid.sticky tr, #queryresults.selectgrid.sticky th {
	border: none;
}
#queryresults.selectgrid.sticky thead {
	border: 1px solid black;
	width: 100%;
}
/* sticky header */
#queryresults.selectgrid.sticky thead tr {
	padding-left: 0px;
	display: block;
}
#queryresults.selectgrid.sticky thead th {
	font-weight: bold;
	padding: 7px 3px;
	text-align: left;
	display: inline-block;
}
#content .selectgrid {
	clear: both;
	overflow: auto;
	background-color: inherit;
	max-height: 200px;
}
.selectgrid td {
	text-overflow: ellipsis;
}
.selectgrid .firstcol {
	text-align: left;
}
.selectgrid .lastcol {
	text-align: right;
}
.selectgrid .coursecol {
	width: 15%;
}
.selectgrid .titlecol {
	width: 40%;
}
.selectgrid .deptcol {
	width: 10%;
}
.selectgrid .hourcol {
	width: 10%;
	text-align: center;
}
.selectgrid .actioncol {
	width: 25%;
}
input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active, a:focus, a:active {
	outline: 1px dotted gray;
}
input[type="checkbox"].required, input[type="radio"].required, input[type="checkbox"].requiredoride, input[type="radio"].requiredoride {
	outline: 1px solid red;
	border: none;
}
input[type="checkbox"].required:focus, input[type="checkbox"].required:active, input[type="radio"].required:focus,
	input[type="radio"].required:active, input[type="checkbox"].requiredoride:focus, input[type="checkbox"].requiredoride:active,
	input[type="radio"].requiredoride:focus, input[type="radio"].requiredoride:active {
	outline: 1px dotted red;
}
SELECT.required, SELECT.requiredoride {
	*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0,color=#FF7777) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0,color=#FF7777) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1,color=#FF7777) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1,color=#FF7777);
}
textarea.required,select.required,input.required,#content button.required,.required,
textarea.requiredoride,select.requiredoride,input.requiredoride,#content button.requiredoride,
.requiredoride, .cke_contents.required {
	border: 1px solid #FF7777;
}
TABLE.pickcoursetable THEAD.required {
	border: 2px solid white;
	outline: 1px solid red;
}
TABLE.pickcoursetable THEAD.required TH {
}
div.loading {
	background: transparent url('./images/loading_small.gif') no-repeat;
	padding-left: 20px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}
div.loadingbig {
	background: transparent url('./images/loading_large.gif') no-repeat;
	/* IE8 doesn't support background-size, so IE 8 hack to not show bg image at all */
	background-image: none\9;
	background-size: 30px;
	padding-left: 33px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	color: #666666;
}
#loadingwindow {
	width: 300px;
}
#loadingwindow IMG#loadingimg {
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
#loadingwindow .screentitle {
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #AAAAAA, #666666);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AAAAAA), to(#666666));
	background-image: -webkit-linear-gradient(top, #AAAAAA, #666666);
	background-image: -o-linear-gradient(top, #AAAAAA, #666666);
	background-image: linear-gradient(to bottom, #AAAAAA, #666666);
	color: #FFF;
}
#loadingwindow #loadingmessage {
	font-size: 18px;
	vertical-align: middle;
}
/*
 *   Login/Logout
 */


#loginwindow {
	width: 230px;
}
#logoutbutton {
	text-align: right;
	min-width: 200px;
	font-size: 10px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
}
#logoutbutton A {
	float: right;
	margin-left: 6px;
}
#helpbutton {
	text-align: right;
	min-width: 150px;
	font-size: 12px;
	float: right;
	clear: right;
	font-family: Verdana, Geneva, sans-serif;
}
#helpbutton A {
	text-decoration: none;
}
#helpbutton A:hover {
	text-decoration: underline;
}
#helpbutton img{
	margin-bottom:-3px;
}


/*
 *   Voting Module
 */
#votecontainer, .tsovoteresults {
	overflow: visible;
	position: relative;
	z-index: 5;
	border: 1px solid gray;
	padding: 10px;
	border-radius: 8px;
	background-color: #F5F5F5;
	width: 275px;
	box-shadow: 4px 4px 5px 2px #CCCCCC;
}
#votebox {
	float: right;
	clear: right;
	margin: 0 0 8px 8px;
	position: relative;
}
H3.voteheader {
	margin: 0 4px;
	font-size: 18px;
	text-align: center;
}
#votecontainer p {
	margin: 10px 0 5px 0;
}
#votecontainer p.votecommentslabel {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}
#voteoptionstable TD {
	padding: 1px;
}
#voteoptionstable TD.votecb INPUT {
	margin: 4px;
}
#showcontent #voteoptionstable label {
	cursor: pointer;
}
.votecomments {
	width: 250px;
	height: 75px;
	display: block;
	font:15px/18px Calibri,Helvetica,Arial,sans-serif;
}
.votesavebutton {
	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	border: 1px solid #BBBBBB;
	border-radius: 4px 4px 4px 4px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: normal;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	margin: 5px 0 10px 0;
}
.votestatus {
	float: right;
	color: red;
	padding-left: 10px;
	width: 190px;
	min-height: 30px;
}
.votestatus.loading {
	background: url('./images/loading_small.gif') no-repeat 10px 8px;
}
.voteresultslink {
	clear: right;
}
.voteresultslink A {
	text-decoration: none;
}
.voteresultslink A:hover {
	text-decoration: underline;
}
.voteresults {
	display: none;
}
.votesummarytable {
	width: 100%;
	border-collapse: collapse;
}
.votesummarytable TD {
	vertical-align: middle;
	padding: 0 10px 0 0;
}
TD.votesummarycount {
	width: 100%;
}
.votesummarybar {
	height: 14px;
	background-color: #222222;
	min-width: 2px;
}
H3.votefullresultsheader {
	margin: 10px 0 4px 0;
	font-size: 18px;
	text-align:left;
}
.votefullresultstable {
	width: 100%;
	border-collapse: collapse;
}
.votefullresultstable THEAD TH {
	border-bottom: 1px solid black;
	text-align: left;
}
.votefullresultstable TD {
	padding: 1px;
}
.votefullresultsuser {
	width: 50%;
}
.votefullresultsvote {
	width: 50%;
}
TR.votefullresultscommentsrow TD {
	padding: 0 0 5px 15px;
	border-bottom: 1px solid black;
	font-size: 12px;
}
/*
 *   Subscreen Classes
 */

.row.subscreen, .row.even.subscreen, .row.odd.subscreen {
	padding-top: 0px;
	width: 890px;
	display: none;
	border-color: #777777;
	border-radius: 4px;
	box-shadow: 6px 6px 5px gray;
	overflow: hidden;
}
.row.subscreen .subscreencontents {
	padding: 10px 5px 0px;
}
.row.subscreen .screentitle {
}
.selectgrid.subscreengrid {
	margin-bottom: 10px;
}
.selectgrid.subscreengrid.required {
	outline: 1px solid red;
}
.selectgrid.subscreengrid THEAD TR {
	cursor: default;
}
.selectgrid.subscreengrid THEAD TH {
	overflow:hidden;
	text-overflow: ellipsis;
}
.selectgrid.subscreengrid TH.actioncol {
	width: 10%;
}
.subscreengrid TH.actioncol .subscreenadd {
	background: transparent url('../images/icons/add.png') no-repeat center center;
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
}
.subscreengrid .subscreenadd:focus, .subscreengrid .subscreenadd:active, .subscreengrid .subscreenedit:focus,
.subscreengrid .subscreenedit:active, .subscreengrid .subscreendelete:focus, .subscreengrid .subscreendelete:active,  {
	outline: 1px dotted white;
}
TR .subscreenedit, TR .subscreendelete, TR .subscreenmoveup, TR .subscreenmovedown {
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 0 0 4px;
	cursor: pointer;
}
TR .subscreenedit {
	background: transparent url('../images/icons/pencil.png') no-repeat center center;
}
TR .subscreendelete {
	background: transparent url('../images/icons/delete.png') no-repeat center center;
}
TR .subscreenmoveup {
	background: transparent url('../images/icons/arrow_up.png') no-repeat center center;
}
TR .subscreenmovedown {
	background: transparent url('../images/icons/arrow_down.png') no-repeat center center;
}

/* End Subscreen Classes */
/* All codes manager UI Classes */
.screen.allcodesmanagerscreen {
	width: auto;
	min-width: 450px;
}
/* float on checkboxes specified to form, but allcodes screens taken out of form and
    put at end of body by lfjs.window, so redeclare here */
.screen.allcodesmanagerscreen .checkbox.inline {
	margin: 0 10px 0 0;
	float: left;
}
.acm_subjectlist {
	width: 250px;
}
.acm_course_number {
	width: 125px;
}
.acmaction {
	font-size: 0.8em;
}
/* End All codes manager UI Classes */
/* Bundling Classes */
.bundlepickscreen .screentitle {
	background-color: #A03133;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
.bundle-list FIELDSET {
	border: 1px solid black;
	border-radius: 4px;
	padding: 0px 2px 6px 2px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bundle-list LEGEND {
	padding: 4px;
	margin-left: 8px;
}
.bundle-list.full_line DIV.checkbox.inline {
	margin-left: 8px;
}
.bundle-list .invalid BUTTON {
	margin-left: 6px;
}
INPUT#bundletitle {
	margin-left: 6px;
	width: 60%;
}

.bundle-toc {
	text-align: center;
	margin: 0 25%;
	padding: 6px;
}
.bundle-toc HEADER {
	font-size: 1.3rem;
	font-weight: bold;
}
.bundle-toc SECTION {
	text-align: left;
}
.bundle-toc SECTION .bundle-toc-label {
	font-size: 1.1rem;
	border-bottom: 1px solid black;
	margin-bottom: .5rem;
}
.bundle-toc SECTION UL {
	padding-left: 8%;
}
.bundle-toc SECTION UL LI {
	list-style-type: disc;
}
.bundle-toc .bundle-icon {
	margin-left: .4em;
	vertical-align: 0;
	background-color: transparent;
}
.bundle-toc bundle-delete:after {
	height: .9em;
	width: .9em;
}
.bundle-toc .bundle-add {
	font-size: .8em;
	color: #6FB759;
}
/* End Bundling Classes */

/* Nested List (checkbox) classes */
.nestedlist ul {
    margin-bottom: 1.5em;
   margin-left: 20px;
}
.nestedlist ul li {
    margin: 0 0 0.5em;
}
.nestedlist ul:not([type]) {
    list-style: none;
}
.nestedlist ul li ul {
    margin-bottom: 0;
    margin-top: 0.5em;
   margin-left: 40px;
}
.nestedlist ul li ul:not([type]) {
    list-style: none;
}
/* End nested List (checkbox) classes */

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

button.faux-link {
	background-color: transparent;
}

i.support {
	font-size: 18px; 
	margin: 0 1px;
	color:black;
}

.plodesc {
	margin-bottom: 6px;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url("../assets/fonts/font-awesome/fa-solid-900.eot");
	src: url("../assets/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../assets/fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../assets/fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../assets/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("../assets/fonts/font-awesome/fa-regular-400.eot");
	src: url("../assets/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../assets/fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../assets/fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../assets/fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.fa-edit:before {
	content: "";
}
.fa-info-circle::before {
	content: "";
}
.fa-exclamation-circle::before {
	content: "";
}
.fa-eye-slash::before {
	content: "";
}
.fa-eye::before {
	content: "";
}
.fa-plus-circle::before {
	content: "";
}


.sticky-save-btn-container {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 15px;
}

.sticky-save-btn-container.hidden {
	display: none;
}

.sticky-save-btn {
	background-color: gray;
	color: white;
	border-radius: 5px;
	padding: 8px 20px;
}

.sticky-save-kb-note {
	color: white;
	font-size: 0.9em;
	margin-left: 10px;
}

@media print{
	body {
		width: auto;
	}
	#shred_changes_btn {
		display: none;
	}
	div.fieldset {
		width: auto;
	}
	div.fieldset.shaded {
		background-color: #ededed;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	div.fieldset.shaded legend {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-color: #F7F7F7;
	}
	form.newedit, form {
		width: auto;
		margin: 0;
	}
	fieldset {
		display: table;
	}
	#header, #logoutbutton, #helpbutton, .cimtitle, #topactions, #instructiontext,
	#search_form, #queryresults, #content .btn, .btn-green, .btn-red, .btn-blue, .editbutton,
	.deletebutton, .printbutton, #submit_course_btn, .previewworkflow, #printbar {
		display: none;
	}
	#bodycontentframe {
		width: 0px;
		display: none;
	}
	#bodycontentframediv {
		width: auto;
		height: auto !important;
		margin: 0;
		padding: 8px;
	}
	#content .grid11, #content .grid10 {
		float: none;
		width: auto;
	}
	#bodycontentframediv #innercontent {
		display: inline;
		width: auto;
		border: 1px solid yellow;
	}
	BODY #container {
		height: auto;
		float: none;
		overflow: visible;
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		border-color: transparent;
	}
	#content {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#courseref{
		height: auto;
	}
	#general__notes_notes {
		max-height: none;
		height: auto;
	}
	#adminoptions {
		display: none;
	}
	span.notation, div.first span.notation{
		display:block;
	}
}
