/* @override 
	http://sihayogold.millstream.com.au/css/system.form.css
	http://www.mlc.wa.edu.au/system/css/system.manager.list.css
	http://www.mlc.wa.edu.au/css/system.form.css
	http://www.millstream.com.au/css/system.form.css
	http://www.thenakedbean.com.au/css/system.form.css
	http://help.millstream.com.au/css/system.form.css
	http://www.image7.com.au/css/system.form.css
	http://millstream.com.au/css/system.form.css
*/

body {
	padding-top: 48px;
}

/* @group Page Controls */

.controls {
	position: fixed;
	top: 0;
	background-image: url(/images/background-002.jpg);
	background-repeat: no-repeat;
	margin: 0;
	border-bottom: 6px solid #888;
	background-color: #999;
	padding: 10px;
	width: 100%;
	z-index: 10000;
}

.draft .controls {
	background-image: url(/images/background-003.jpg);
}

.controls div {
	width: 220px;
	padding: 10px 0 0 0;
}

.controls a {
	color: #fff;
	padding-right: 12px;
}

#newwindow {
	position: absolute;
	right: 10px;
	color: #999;
}

/* @end */

/* @group Notices */

.notice {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	background-color: #fffabf;
	z-index: 999999;
}

.notice div {
	padding: 10px;
}

.notice .label {
	font-weight: bold;
}

/* @end */

/* @group Permissions */

#permissionscontrols {
}

#permissionscontrols fieldset {
	padding: 10px;
	margin: 0 0 10px 0;
}

#permissionscontrols label {
	float: none;
	margin: 0 20px 0 0;
}

#permissionscontrols p {
	width: 93%;
	padding-left: 7%;
	background-image: url(/images/icon-user-40.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

#permissionscontrols span {
	padding: 2px 5px;
}

#permissionscontrols p.default {
	background-image: url(/images/icon-group-20.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #fffabf;
}

#permissionscontrols p.default span {
	font-style: italic;
}

#permissionscontrols div.caution {
	padding: 5px 0;
	color: #999;
}

/* @end */

/* @group Experimental Controls */

.track {
	height: 35px;
	background-image: url(/images/scroll-track-time-001.png);
	background-repeat: no-repeat;
	padding-top: 57px;
	margin-bottom: 20px;
}

.range {
	background-image: none;
	border-top: 3px solid #5B5B5B;
	padding-top: 0;
}

.handle {
	width: 41px;
	height: 17px;
	cursor: move;
	background-image: url(/images/scroll-handle-001.png);
	background-repeat: no-repeat;
	padding: 8px 5px 0 5px;
	text-align: center;
}

fieldset fieldset {
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}

/* @end */

/* @group TinyMCE */

#html.tinymce {
	display: none;
	overflow: hidden;
}



/* @end */

/* @group Modal */

#modal_container {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #666;
	overflow: auto;
	font-family: "Lucida Grande",Verdana;
	color: #333;
}

#modal_container.test {
	background-color: #900;
	color: #fff;
	padding: 30px;
}

#modal_overlay {
	background-color: #000;
}

#modal_overlay.test {
	background-color: #fff;
}

/* @end */

/* @group Columns */

.column {
	float: left;
	width: 50%;
}

/* @end */

/* @group Form Elements */

.systemform {
	padding: 0;
	clear: both;
}

.systemform fieldset {
	padding: 10px;
	margin: 0 0 8px 0;
	border: 1px solid #aaa;
	position: relative;
}

.systemform fieldset.repeat {
	border-left: 3px solid #aaa;
}

.systemform .wrapper {
	margin-top: 5px;
	overflow: hidden;
}

.systemform fieldset.repeat .wrapper, .systemform fieldset.removeable .wrapper {
	background-image: url(/images/move-handle-001.png);
	background-repeat: repeat-y;
}


.systemform p {
	position: relative;
	clear: left;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}

.systemform label {
	float: left;
	width: 20%;
	text-align: right;
	padding: 6px;
}

.systemform .label {
	display: block;
	padding: 6px;
}

.systemform .hide {
	visibility: hidden;
}

.systemform input.text {
	width: 65%;
	float: left;
	border: 1px solid #aaa;
	padding: 3px;
	font-family: sans-serif;
}

.systemform textarea {
	font-family: sans-serif;
	font-size: 11px;
}

.systemform .column1 label {
	width: 40%;
}

.systemform .column1 input {
	width: 50%;
}

.systemform .column2 label {
	width: 40%;
}

.systemform .column2 input {
	width: 50%;
}

.systemform .short {
	width: 100px;
}

.systemform .shorter {
	width: 72px;
}

.systemform textarea {
	width: 65%;
	height: 100px;
	border: 1px solid #aaa;
	padding: 3px;
}

.systemform input.checkbox {
	width: auto;
	float: left;
	margin: 6px 6px 6px 0;
	width: 12px;
	height: 12px;
	border: none;
}

.systemform .select {
	width: auto;
}

.systemform .radio {
	width: auto;
	float: none;
}

.systemform .deleted {
	padding: 3px;
}

.systemform p.hint {
	color: #999;
	padding-top: 0;
	font-style: italic;
}

#information .duplicateLink {
	/*float: right;*/
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px;
	margin-left: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	-webkit-border-radius: 10px;
}

#information .removeLink {
	/*float: right;*/
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px;
	margin-left: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	-webkit-border-radius: 10px;
}

/* @end */

/* @group Categories */

#categories {
	position: relative;
}

#categories .duplicateLink {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 4px 0 0 10px;
}

#categories .removeLink {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 4px 0 0 10px;
}

/* @end */

/* @group Attachments */

#attachedfiles #attachmentlist {
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-right: 10px solid #fff;
}

#attachmentlist .wrapper {
	padding: 0 5px 0 20px;
	margin-bottom: 2px;
	background-image: url(/images/move-handle-001.png);
	background-repeat: repeat-y;
}

#attachmentlist .unticked .wrapper {
	background-image: none;
}


#attachmentlist li {
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	border-left: 3px solid #ddd;
	padding: 5px;
	margin: 0 0 10px 0;
	clear: both;
	min-height: 120px;
}

#attachmentlist li.warning {
	border-color: #ff0000;
	background-color: #fef1f1;
}

#attachmentlist img {
	position: absolute;
	border: 5px solid #efefef;
	width: 100px;
	height: 100px;
}

#attachmentlist li .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	width: 12px;
	height: 12px;
}

#attachmentlist strong {
	color: #ff0000;	
}

#attachmentlist li .text {
	border: 1px solid #ccc;
	width: 93%;
	font: 10px;
}

#attachmentlist li .attachmentdetails {
	top: 6px;
	left: 145px;
	padding: 0 0 300px 120px;
	margin: 0 0 -300px 0;
}

#attachmentlist p {
	margin: 0;
	padding: 2px 0;
}

#attachmentlist li .delete {
	position: absolute;
	top: 20px;
	left: 70px;
}

#attachmentlist .attachmentname {
	font-size: 1.1em;
}

.attachmentupload {
	float: right;
	width: 235px;
	border: 1px dotted #ccc;
	margin-right: 5px;
}

.attachmentupload h2, .attachmentupload p {
	padding: 0 12px 0 12px;
	width: 211px;
	margin: 7px 0 0 0;
}

#dupIframe {
	padding: 0 0 15px 0;
	display: block;
}

.dummy-frame {
	height: 45px;
	width: 230px;
	border: none;
	padding: 0;
	margin: 0;
}

#checknone, #checkall {
	cursor: pointer;
}

/* @end */

.systemform .note {
	margin-left: 20%;
	padding: 10px;
	width: 65%;
}
