/* @override http://www.sandiego.edu/css/massmail.css */

/* @group Options */

p.switchbar, div.areas, div.schools, div.addresses, div.statuses, div.levels, div.worker, div.options {
	border: solid .1em black;
	padding: .1em;
	padding-left: .3em;
}
div.students, div.employees {
	min-height: 28em;
}

div.form {
	border: none;
	position: relative;
}

div.areas, div.schools, div.addresses, div.statusoptions, div.levels, div.worker, div.options {
	width: 48%;
	margin-top: 1em;
}

div.form h3 {
	border: none;
	font-style: normal;
	text-align: center;
	font-size: 140%;
}
ul.areas, ul.schools, ul.departments, ul.statuses, ul.levels, ul.worker, ul.options, ul.exclusion, div.options ul {
	list-style-type: none;
	margin-left: 0;
}

ul.areas li, ul.schools li, ul.departments li, ul.levels li, ul.worker li {
	margin-bottom: .5em;
	text-indent: -1em;
	margin-left: 1em;
}

ul.pending {
	text-align: justify;
	padding-left: .4em;
	padding-right: .5em;
}
li.buttons {
	text-align: center;
}

/* apply to the ul rather than the li because IE 7 will misalign the radio buttons otherwise */
li.commercial ul {
	border: inset red .1em;
	padding-left: 1em;
	margin: 1em;
	font-weight: bolder;
}

div.options {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}

div.options h3.pending {
	border-top: inset .1em;
	padding-top: .4em;
	margin-top: .4em;
}

/* @end */

/* @group Students */

div.worker {
	margin-top: 0;
	border-top: none;
}
/* @end */

/* @group Employees */

ul.areas {
	margin-bottom: 0;
	border-bottom: none;
}

ul.departments, ul.additional {
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	margin-top: 1.2em;
	padding-top: 1em;
}
ul.exclusion {
	padding-top: .2em;
	text-align: center;
}
ul.exclusion li {
	display: inline;
	padding-right: .2em;
	padding-left: .2em;
	/* border: inset .1em; */
}
div.statusoptions {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}
div.statusoptions div.options {
	position: static;
	width: auto;
	margin-top: 1em;
}

div.form.employees {
	min-height: 38em;
}
/* @end */

/* @group Custom */

div.addresses {
	padding-left: 0;
}
div.paste {
	border-top: solid .1em #AAAAAA;
	margin-top: 1em;
}
div.external p, div.clean p {
	margin-top: .4em;
	margin-bottom: .4em;
	padding-left: 1em;
	padding-right: 1em;
}
textarea.message_AddressList {
	width: 100%;
	height: 15em;
}

/* @end */

/* @group Message */

div.message {
	border: solid .1em black;
	margin-top: 1em;
	padding: 1em;
	padding-top: 0;
}
table.headers {
	width: 100%;
}

table.headers th {
	text-align: right;
	width: 30%;
}
table.headers th:after {
	content: ":";
}
table.headers td input {
	width: 60%;
}

textarea.message_body {
	width: 100%;
	height: 40em;
}
/* @end */


/* @group Submissions */

p.submit {
	margin-top: 1em;
	text-align: center;
}

ul.errors {
	border: inset .1em red;
	padding: .5em;
	width: 80%;
	margin: auto;
	list-style-type: none;
	color: red;
}
ul.notice {
	list-style-type: none;
}

tr.error, p.error, li.error {
	color: red;
}

/* @end */

/* @group tinyMCE */

form#formchoiceform table.mceToolbar td {
	padding: .3em;
}

/* @end */
