/********************************************************************
* Customized styles for JADE
*
* Jade styles where developed with the DTD:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

* However the styles are pretty simple and should work well-enough in other DTDs.
*
* We assume this and standard typography styles (<p>, <ul>, <h1>,...) are defined in the parent website
* and included in the page.  This gives JADE the look of the parent site.
* The styles here are mainly just layout and borders.
*/

/********************************************************************
* The JADE editor and popup editor
*/
.jadeEditor h1 {
	font-size: 1.5em;
}
.jadeEditor h2 {
	margin-top: 0.6em;
	font-size: 1.3em;
}
.jadeEditor form td.submitButton {
	padding: 1.0em 0.7em 0.3em 0.7em;
}
.jadeEditor form td.submitButton input {
	background-color: #BBBB88;
	width: 6em;
	font-weight: normal;
	font-size: 0.95em;
	border: thin outset #666600;
}
.jadeEditor form td.cancelButton {
	padding: 1.0em 0.7em 0.3em 0em;
}
.jadeEditor form td.cancelButton input {
	background-color: #BBBB88;
	width: 6em;
	font-weight: normal;
	font-size: 0.95em;
	border: thin outset #666600;
}

/********************************************************************
* Links placed in pages for JADE
*/


/********************************************************************
* The JADE site manager pages
*/
.jadeSiteManager form input.radio,
.jadeSiteManager form input.checkbox {
	width: 0.95em;
}


/*******************
 * Standard typography - main page
 */
