/*	File		:	GUIDE.css
**	Author		:	Dr. Clue	( A.K.A. Ian A. Storms )
**	Description	:
*/

@import url('ElementFakes.css'	);/* fakes for b,i,center,u and similar tag replaeables.*/
@import url('shortHand.css'	);/* handy short hand classes.				*/
@import url('html.css'		);/* global modifications for all HTML elements.	*/


.THINBOX{
	background-color	:transparent			;
	border			:1px solid #006699		;
	width			:528px				;
	padding			:0px				;
	display:block;
	}
.listboxtext
	{
	font-family		:serpentine,arial,monospace	;
	font-weight		:100				;
	font-size		:10pt				;
	}
.buttoncasual
	{
	font-family		:"dom casual",monospace,sans-serif;
	font-weight		:100				;
	font-size		:10pt				;
	}
.counter{
	background-color	:transparent			;
	color			:#ffff99			;
	font-family		:serpentine,sans-serif,monospace;
	font-size		:10pt				;
	}

/*
** START	Browser Standards/Brands coloring
*/
.NS	,.MOZ	,.MSIE	,.W3C
	{
	font-family		:sans-serif			;
	font-size		:9pt				;
	font-weight		:bold				;
	padding			:2px				;
	}
.NS	{background-color	:#006699;color	:#ffffcc;	}
.MOZ	{background-color	:#ddaa99;color	:#336699;	}
.MSIE	{background-color	:#009999;color	:#ffffcc;	}
.W3C	{background-color	:#00aabb;color	:#ffffcc;	}
/*
** ENDS		Browser Standards/Brands coloring
*/



/*
** START text styling / coloring
*/

.SUBJECT	,
.DARKNESS	,
.NOTE		,
.PAPER		,
.TEXT		,
.CONTROLS	,
.GLASS		{
		font-family		:sans-serif			;
		}

.SUBJECT{
	font-size		:12pt				;
	font-weight		:bold				;
	color			:#ffffcc			;
	background-color	:#336633			;
	}
.DARKNESS
	{
	font-size		:12pt				;
	font-weight		:bold				;
	color			:#ffffcc			;
	background-color	:transparent			;
	padding			:0px				;
	}
.NOTE	{
	background-color	:transparent			;
	font-size		:16pt				;
	font-weight		:bold				;
	color			:#ff3300			;
	}
.PAPER	{
	font-size		:12pt		;
	color			:#006699	;
	background-color	:#ffffcc	;
	}
.PANEL	{
	font-family		:system  	;
	font-size		:12pt		;
	font-weight		:bold		;
	color			:#ffffff	;
	background-color	:#000000	;
	}
.TEXT	{
	font-size		:10pt		;
	font-weight		:100		;
	background-color	:#ffffff	;
	color			:#336699	;
	}
.CONTROLS
	{
	font-size		:10pt		;
	color			:#008080	;
	background-color	:#ffffff	;
	}
.GLASS	{
	font-size		:12pt		;
	color			:#ffffcc	;
	background-color	:transparent	;
	}

.TEXT_BRIGHT	{
		color		:#ccbb00	;
		font-size	:+2		;
		}






.thinBox530
	{
	padding			:0px			;
	padding-top		:2px			;
	padding-bottom		:2px			;
	background-color	:#ffffff		;
	border			:1px solid #336699	;
	font-size		:12pt			;
	min-width		:530px			;
	width			:530px			;
	text-align		:center			;
	}

.textBoldYellow	{
		font-weight	:600		;
		color		:#ccccbb	;
		}

.textBigBoldTan	{
		font-weight	:600		;
		font-size	:17pt		;
		color		:#ccccbb	;
		}


/*
** .OUT (Once Upon a Time). little storybook style where the first letter of a 
** paragraph is put in a little bordered box and given extra style and size.
*/
.OUT		{
		width		:2em			;
		min-width	:2em			;
		text-align	:center			;
		display		:inline-block		;
		border		:1px solid #cccccc	;
		font-size	:150%			;
		font-weight	:600			;
		background-color:#ffffff		;
		color		:#9900aa		;
		padding-left	:2px			;
		padding-right	:2px			;
		margin-left	:5px			;
		margin-right	:2px			;
		}

.tangreen
	{
	background-color:green;
	color		:#ffffcc;
	}

.ULDIV	{
	margin-left:40px;
	}



.controlsAd
	{
	background-color:#eeeedd	;
	display		:block		;
	border		:none		;
	padding		:15px		;
	width		:100%		;
	text-align	:center		;
	height		:120px		;
	}

.DCforums
	{
	display			:block			;
	margin			:20px			;
	padding			:2px			;
	border			:1px solid #336699	;
	background-color	:#dddddd		;

	}

.SP	{
	color			:#999900		;
	font-weight		:600			;
	font-size		:16pt			;
	margin-left		:2em			;
	}

.inlineInputButton
	{
	font-size:7pt;
	}


.THINBOXFRAME
	{
	display		:block		;
	width		:530px		;
	background-color:#336699	;
	padding		:1px		;
	}
.THINBOXCONTENT
	{
	display			:block	;
	vertical-align		:middle	;
	background-color	:#000000;
	padding			:2px	;
	text-align		:center	;
	width			:100%	;
	min-width		:100%	;
	}


.EDITBROWFRAME_EDITOR_TITLE
	{
	color		:#ffffff	;
	background-color:#008080	;
	font-weight	:600		;
	display:block;
	width:100%;
	}





.DONATE_PAYPAL
	{
	display			:block		;
	background-color	:transparent	;
	}


.fullWidthBlock
	{
	width:100%;min-width:100%;display:block;
	}



.appexample_content
	{
	white-space		:pre			;
	font-family		:courier,system		;
	}
.appexample_title
	{
	background-color:#008080	;
	color		:#ffffff	;
	text-align	:center		;
	font-family	:sans-serif	;
	font-weight	:600		;
	}



