/* CONTAINERS */

#help {
	position: relative;
	top: 5px;
	left: 100%;
	margin-left: -45px;
	float: left;
	font-family: cursive;
	color: #555;
}

#containerOptions {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 388px;
	height: 288px;
	padding: 3px;
}

#containerInput {
	position: absolute;
	top: 320px;
	left: 10px;
	width: 394px;
	height: auto;
}

#containerOutput {
	width: 100%;
	padding: 2px;
	margin: 0;
}

/* ELEMENTS */

#txtInput {
	min-height: 500px;
    min-width: 388px;
	max-width: 388px;
	width: 388px;
	height: 500px;
	font-family: monospace;
}

#txtOutput {
	background-color: #FFF;
	overflow: hidden;
}


.textareaContainer {
	padding-right: 8px;
	padding-bottom: 4px;
}

.fullsize {
	width: 100%;
	height: 100%;
}

.borderOuter {
	border-style: solid;
	border-width: 3px;
	border-color: #FED #888 #888 #FED;
	background-color: #FD9;
}

.borderInner {
	border-style: solid;
	border-width: 2px;
	border-color: #888 #FED #FED #888;
	background-color: #FD9;
}

.title {
	text-shadow: 1px 1px 12px #004;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.optOption {
	text-decoration: none;
	color: #028;
}

.optDescription {
	font-weight: bold;
}

.optColorCell {
	width: 20px;
	height: 20px;
	font-size: 1px;
}

.mButton {
	background-color: #FB8; 
	color: #B32; 
	border-style: solid; 
	border-width: 2px; 
	border-color: #FFF #444 #444 #FFF; 
	text-align: center; 
	font-family: sans-serif; 
	font-weight: bold; 
	font-size: 12pt; 
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #422;
	text-decoration: none;
}

#optFontFamily {
	width: 150px;
}

#optFontFamilySelect {
	width: 172px;
	height: 22px;
	margin-left: -154px;
}

#optFontSize {
	width: 50px;
}

#optFontSizeSelect {
	width: 72px;
	height: 22px;
	margin-left: -54px;
}

@media screen {
	.noPrint {
		
	}
	
	body {
		background-color: #FC8;
		padding-right: 10px;
		margin: 10px;
		font-family: cursive;
		font-size: 12pt;
		color: #028;
	}
	
	#containerPrint {
		display: none;
	}
}

@media print {
	.noPrint {
		display: none;
	}
	
	body {
		background-color: #FFF;
	}
	
	#containerPrint {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
	}
}
