@import url("News.css");
@import url("Scaffold.css");

* {
	margin: 0px;
	padding: 0px;
}

img {
	background: none;
}

*.clearer {
	float: none;
	clear: both;
}

*.warning {
	background-color: #F96;
	color: black;
}

iframe.submitter {
	position: absolute;
	top: -999px;
	left: -999px;
}

fieldset.collapsible legend,
fieldset.collapsed legend {
	cursor: pointer;
	font-weight: bold;
}

fieldset.collapsible legend *,
fieldset.collapsed legend * {
	margin-right: 0.5em;
	vertical-align: middle;
}

fieldset.collapsible fieldset.collapsible {

}

fieldset.collapsible fieldset.collapsible legend,
fieldset.collapsible fieldset.collapsed legend {
	cursor: pointer;
	font-weight: normal;
}

body.waiting * {
	cursor: wait;
}

label.duoSelect,
select.duoSelect {
	width: 24em;
	float: left;
	clear: none;
}

fieldset.duoSelect {
	width: 49em;
}

*.clickable {
	cursor: pointer;
}

ul.adminPageTree li {
	list-style: none;
	padding: 0.5em 0em 0.5em 2em;
	border: 1px solid black;
	border-width: 1px 0px;
}

hr.clearer {
	float: none;
	clear: both;
	height: 1px;
}

*.leftFloat {
	float: left;
}

*.rightFloat {
	float: right;
}

*.noneFloat {
	float: none;
}

/*	RTE */

div.PinjaRTEdiv {
	border: 1px solid black;
	width: 40em;
}

div.PinjaRTEdiv iframe {
	border: 0px;
	width: 40em;
}

div.PinjaRTEdiv div.toolbar {
	background-color: Menu;
	border-bottom: 1px solid black;
}

div.PinjaRTEdiv div.toolbar img {
	background-color: Menu;
	padding: 1px;
	border: 1px solid transparent;
	cursor: pointer;
}

div.PinjaRTEdiv div.toolbar img:hover {
	border: 1px inset;
}

div.PinjaRTEFileChooserResultList,
form.PinjaRTEFileChooserForm,
form.PinjaRTEFileAdditionForm,
form.PinjaRTEImageInsertionForm {
	float: left;
	clear: none;
	width: 200px;
	border: 5px solid #FFF;
	background-color: #FFF;
}

div.PinjaRTEFileChooserResultList {
	height: 300px;
}

div.RTEFileSelector {
	width: 730px;
}


div.RTEFileSelector select{
	width: 190px;
}

div.PinjaRTEFileChooserResultList {
	width: 300px;
	overflow: auto;
}

div.PinjaRTEFileChooserResultList table {
	border-collapse: collapse;
}

div.PinjaRTEFileChooserResultList table td {
	border: 1px solid #000;
	border-width: 1px 0px;
	padding: 3px;
}

div.PinjaRTEFileChooserResultList img {
	width: 50%;
	height: 50%;
}

/*	modal form */
div.PinjaModalBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(50trprBlack.png);
	background-color: transparent;
}

div.PinjaModalBG > div.formContainer {
	background-color: #DDD;
	margin: auto;
}

div.PinjaModalBG > div.formContainer > span {
	cursor: pointer;
	padding: 2px;
	background-color: #DDD;
	color: #000;
	font-family: monospace;
	font-weight: bold;
}

/* PinjaLog */

ul.PinjaErrorLogList {
	list-style: none;
	font-family: Consolas, "Andale mono", monospace;
	font-size: 11px;
}

ul.PinjaErrorLogList li {
	border: 1px solid black;
}

ul.PinjaErrorLogList li a {
	display: block;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
	color: ButtonText;
	background-color: ButtonFace;
	border: 1px outset;
}

ul.PinjaErrorLogList li a:visited {
	font-style: italic;
	color: WindowText;
	background-color: Window;
}

ul.PinjaErrorLogList li a:hover {
	color: ButtonFace;
	background-color: ButtonText;
	border: 1px inset;
}

ul.PinjaErrorLogList pre {
	margin: 0px;
	padding: 3px;
}

table.PinjaLogErrorItem td {
	vertical-align: top;
}

table.PinjaLogErrorItem pre {
	margin: 0px;
	border: 1px dotted silver;
	padding: 3px;
}

/* UploadProg */

iframe.UploadProg {
	border: 0;
	height: 2.5em;
}

form.UploadProgForm {
	background: #FFF;
}

div.UploadProgMsg {
	font-size: 1.25em;
	font-weight: bold;
	height: 2em;
	position: absolute;
	width: 100%;
}
