@CHARSET "ISO-8859-1";
/* Logo */
.bang {
	font-family:"Arial Rounded MT Bold", arial, sans-serif;
	font-size: 2em;
	color: #9966cc; /* PurpleChalk (aka Magenta 4)*/
}
.tw {
	font-family:"Arial Rounded MT", arial, sans-serif;
	font-size: 2em;
	color: #696969; /* DimGray */
	letter-spacing: -.1em;
}
.etailer {
	font-family:"Arial Rounded MT Bold", arial, sans-serif;
	font-size: 2em;
	color: #696969; /* DimGray */
}

/*  Copy/paste demo fields  */
.copypaste {
	font-family: "tahoma";
	font-size: 10pt;
	color: white;
	background-color: #9966cc; /* PurpleChalk (aka Magenta 4)*/
	width: 7em;
}
.purple {
	font-weight: bold;
	color: #9966cc;
}

/* anchors copy into fluid960gs/css/layout.css
----------------------------------------------- */
a {
	text-decoration: underline;  /* changed "none" */
}
/* 
.header
{
	position: relative;
	color: white;
}

.header_logo
{
	float: left;
	border: 0;
}

.header_panel
{
	position: relative;
	top: 1em;
	left: 1em;	
}

.header_panel_heading
{
	position: relative;
	font-family: sans-serif;
}

.header_panel_maezel
{
	position: relative;
	top: -2em;
	left: 5em;
	vertical-align: sub;
	color: white;
	font-family: sans-serif;
	font-size: smaller;
}

.header_panel_breadcrumb
{
	position: relative;
	top: -1em;
	left: 0em;
	font-size: smaller;
}

BODY
{
	font-family: sans-serif;
	font-size: smaller;
	background-color: grey;
	color: white;
}

/*
	
.form
{
	position: relative;
	top: 1em;
	left: 1em;
}

.tweet
{
	position: relative;
	left: 1em;
	margin-top: 3em;  
}
.hint
{
	background-color: grey;
	color: white;
	border: 0;
	font-family: sans-serif;
	width: 50%;
}
/*
.msg
{
	border: thick;
	background-color: grey;
	text-align: right;
}
.msgLength
{
	border: none;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	background-color: grey;
	color: white;
}
*/

.msg
{
	font-family:'Lucida Grande',sans-serif;
	font-size:1.15em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
}

.maezel
{
	background:#AAAAAA none repeat scroll 0 0;
	font-size: xx-small;	
	position: absolute;
	top: 8.5em;
	padding-left: 16em;
}

.logo
{
	position: relative;
	float: right;
	top: 3.25em;
	right: 1em;
}

.msgLength
{
	font-size:22pt !important;
}

.error
{
	color: red;
	font-weight: bold;
}
.text_container
{
	position:relative;
	margin-left: 10px;
}

/*

h2, h3
{
	position:relative;
	left: 10px;
}

*/

table.home
{
	empty-cells: show;
	border-spacing: 0px;
	padding: 10px;
}

.col1
{
	background-color: black;
	color: white;
	border-style:solid;
	border:thin;
	border-color: black;
}

.col2
{
	background-color: white;
	color: black;
	border-style:solid;
	border:thin;
	border-color: black;	
}	

.col3
{
	background-color: grey;
	color: white;
	border-style:solid;
	border:thin;
	border-color: black;	
}	

button
{
	padding: 25px;
}

.verbage
{
	text-align: right;
	width: 40%;
}

.parm
{
	width: 10%;
}
