/* STELLAR GLOBAL FORMS STYLESHEET */
#content form img
{
	border: none;
	margin-right: 5px;
}

form div
{
	border: 1px solid #fff;
	border-width: 1px 1px 5px 1px;
}

fieldset
{
	border: 1px dotted #bbb;
	padding: 0 0.5em 1em 1em;
	margin: 0.5em 0;
	text-align: left;
}

/* FCKeditor WYSIWYG toolbar on textarea  ============== */
#content iframe
{
	overflow: hidden !important;
	padding: 0;
	margin-left: -8px;
}

fieldset fieldset
{
	border: none;
	padding: 0.25em 0;
}

fieldset fieldset span { white-space: nowrap; }

fieldset h3, fieldset h4
{
	color: #444;
	border-bottom: 1px dotted #bbb;
}

fieldset h4 { margin-top: 8px; }

/* Gradebook tweak  ============== */
#rosterBox form { margin-left: 170px; }

legend, fieldset h4
{
	color: #178AC3;
	background: #fff;
	font-weight: 800;
	font-size: 125%;
	line-height: 200%;
}

label, fieldset fieldset legend
{
	display: block;
	margin: 10px 5px 0 0;
	font-size: 105%;
	font-weight: 800;
	line-height: 140%;
	color: #333;
}

label { border-bottom: 3px solid #fff; }
fieldset fieldset legend { line-height: normal; }

/* used in Gradebbok roster to filter by section  ============== */
label.inlineLabel
{
	display: inline;
	border: none;
}

label.twoColLabel
{
	width: 48%;
	float: left;
	margin-right: 2.5em;
}

label strong
{
	display: block;
	float: left;
	margin-right: 1em;
	width: 15%;
}

input, textarea, select
{
	padding: 3px;
	font-size: 95% !important;
	line-height: 145%;
	color: #000;
	border: 1px solid #ddd;
	border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
	background: #fbfbfb url("/stellar/f/shared/2.0.2/img/fieldbg.gif") repeat-x top;
}

select
{
	padding: 3px 0;
	min-width: 5em;
	margin-right: 8px;
}

form div select { width: 15em; }
select.reorderBox { width: 25em; }

input:focus, textarea:focus
{
	background: #FEFFF2;
	color: #000;
}

input.button
{
	color: #000 !important;
	padding: 2px 5px;
	margin: 0 3px;
	text-decoration: none;
	border: 1px solid #ddd !important;
	border-color: #ddd #bbb #aaa #ccc !important;
	background: #E1F594;
	font-size: 98%;
	font-weight: 800;
}

input.button:hover
{
	border-color: #eee #ddd #bbb #aaa !important;
	background-color: #EDFFAA !important;
}

input.required { border-color: #f30; }
label.required { color: #DF2D13; }

input.UpButton, input.DownButton
{
	width: 50px;
	height: 18px;
	text-indent: 20px;
}

input.UpButton { background: #E1F594 url("/stellar/f/shared/2.0.2/img/up.gif") no-repeat; }
input.DownButton { background: #E1F594 url("/stellar/f/shared/2.0.2/img/dn.gif") no-repeat; }

/*validation message - overrides other rules in effect  ============== */
.validation-advice
{
	color: #f30;
	font-weight: 800;
	font-size: 95%;
}

label .validation-advice
{
	margin-left: 15%;
	padding-left: 1em;
}

/* for action controls ============== */
.act
{
	padding: 1em;
	margin: 1em 0;
}

/* the default action button ============== */
.act input { border: 1px solid #777; }

.act input.active
{
	border: 1px solid #555 !important;
	border-color: #aaa #555 #555 #aaa !important;
	color: #000;
	font-weight: 800;
}

/* buttons that need to look like text links ============== */
input.textButton
{
	border: 0;
	background: transparent; padding: 0;
	border-bottom: 1px dotted #777;
}
input.textButton:hover {color: #fff; background: #8B8B8B;}

/* Gradebook table buttons ============== */
.gradeTable tbody input
{
	text-align: right;
	position: relative;
	left: 10%;
}

input.refresh, input.approveAll, input.approve
{
	display: block;
	text-align: center;
	width: 80px;
	padding: 2px 3px 2px 10px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-color: #ddd #bbb #aaa #ccc;
	background: #ffff00 url("/stellar/f/shared/2.0.2/img/refresh.png") 3px 1px no-repeat;
}

input.refresh:hover, input.approveAll:hover, input.approve:hover
{
	border-color: #ddd #bbb #555 #777;
	background-color: #A1D799;
}

input.approveAll, input.approve
{
	background: #eee url("/stellar/f/shared/2.0.2/img/confirm.png") 2px 1px no-repeat;
	width: 90px;
	padding: 2px 3px 2px 18px;
	margin-left: 5px;
}

.gradeTable tbody input.approve
{
	width: 75px;
	left: 0;
	margin-left: 0;
}

input.approved
{
	color: #44A742;
	border: 1px solid #ddd;
}

input.changedField
{
	color: #000;
	background: #ffff00;
	border: 1px solid #bbb !important;
}

/* Access control tab panel form ============== */
.panel form { margin-top: 1em; }
.panel label { border-bottom: 10px solid #fff; }

/* Access Control user editing modules ============== */
div.userAddMod
{
	width: 210px;
	z-index: 100;
	float: left;
}

div.userCurrentMod, div.userCurrentNone { padding-left: 220px; }

.toggleOptions
{
	font-size: 95%;
	margin-left: 1em;
	font-weight: normal;
}

div.userAddMod input.button
{
	padding: 2px;
	margin: 0;
}

/* Image search ============== */
form#imageSearch, form.slidesAdd
{
	width: 415px;
	clear: right;
}

div.slidesAdd
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

div#imgsearch { white-space: nowrap; }

#imageSearch div.optionalFields, .slidesAdd div.AddLecture
{
	border-top: 1px solid #eee;
	padding-top: 3px;
	margin-top: 3px;
}

#imageSearch div.optionalFields select { width: 115px; }
#imageSearch div.optionalFields label { font-size: 95%; }

/* Image viewer ============== */
form#pager
{
	height: 45px;
	margin: -62px 0 20px 425px;
	position: relative;
	z-index: 200;
}

form#pager fieldset
{
	width: 220px;
	text-align: center;
	background: #fff;
	padding: 5px 2px;
	float: right;
}

form#pager legend
{
	font-size: 95% !important;
	line-height: normal;
	color: #000;
}

#pager input, #pager select
{
	padding: 1px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

#pager select { width: 78px; }
