/* 
    Document   : GearStart01
    Created on : Oct 3, 2010, 5:55:28 PM
    Author     : Gearing
    Description:
        Purpose of the stylesheet follows.

media query
vw - viewpoint width */

html {
	font-family: "PT Serif", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	color:#3d0347;
	font-size: 0.75em;
	background-color:#F5EAFF;
	text-shadow: 4px 4px 6px #f6ffb4;
	margin: 0px;
	padding:0px;}

hr {
	clear: both;
}
	
.error {
	float: right;
	width: 14em;
	border: 0px solid #FFFEE9;
    font-size: 0.8em;
	color: #5E5906;
	font-style: italic;
	clear: both;
}

.message {
	float: right;
	width: 18em;
	border: 1px solid #FFFEE9;
    font-size: 0.8em;
	color: #8E8712;
	font-style: italic;
	clear: both;
}

.label {
	display: inline-block;
	width: 14em;
	text-align: right;
	border: 0px solid #FFFEE9;
}

.data {
	color				: #660000;
	margin				: 3px;
	border				: 0px solid #c0c0b0;
	width				: 4em;
}

.dataId {
	font-family			: inherit;
	color				: #660000;
	margin				: 3px;
	border				: 0px solid #c0c0b0;
	width				: 6em;
}

.sys {
	display: inline-block;
	width: 3em;
	text-align: left;
	border: 1px solid #FFFEE9;
}

.comp {
	display: inline-block;
    font-size			: 1.2em;
	width				: 8em;
	margin				: 1px;
}

.response {
	color				: #660000;
	text-align: left;
	margin				: 3px;
	display: inline-block;
	width: 6em;
	border: 0px solid #FFFEE9;
}

.clear {clear: both;}

.space {clear: both;height: 5px;border: 0px solid #FFFEE9;}

.span0 {
    font-size			: 2em;
}

.span1 {
    font-size			: 3em;
}

.span2 {
    font-size			: 4em;
}

a {display:block; margin:0; color:#444; border-right:1px solid #eae6d8; font:bold 14px/2em Verdana, Geneva, sans-serif; text-decoration:none; text-shadow:#fff 1px 1px 1px}
a:link {display:block; margin:0; color:#444; border-right:1px solid #eae6d8; font:bold 14px/2em Verdana, Geneva, sans-serif; text-decoration:none; text-shadow:#fff 1px 1px 1px}
a:visited {display:block; margin:0; color:#444; border-right:1px solid #eae6d8; font:bold 14px/2em Verdana, Geneva, sans-serif; text-decoration:none; text-shadow:#fff 1px 1px 1px}
a:active {color:#c60; text-decoration:none}
a:hover{text-decoration:underline; color:#0079C1; background-color:#f4f3f0}

.top11 {
	float: left;
	width				: 100px;
}
.top1 {
	border		: 1px solid #FFFEE9;
	text-align	: center;
}

.input {
    font-size			: 1.2em;
	text-align: right;
/*	float: left; */
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #8E8712;
	width:320px;
	padding: 1em 1em 1em 1em;
	margin: 0em 0em 0em 1em;
}
