.footer {font-size: 70%}
.ScreenID {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	right: auto;
}

/* ****************************************************************
*           rebates.css         V1-M1
*
*           V1-M0 07-12-07  Initial implementation
*           V1-M1 09-04-14  cellborder1 added
*
*	        	Created by:	Personal Systems Technology
*						www.PersonalSystems.biz
**************************************************************** */

body {
  font-family: 		Verdana, Geneva, Arial, sans-serif;
  font-size:   		small;
  background-color:	#FFF8DC;
  margin-left:		50px;
}

h1 {
  font-size:  		170%;
}

h2 {
  font-size:  		130%;
}

h3 {
  font-size:  		110%;
}

h4 {
	font-size:		90%
}

h1, h2, h3 {
  font-weight: 		bold;
}

caption {
	color:			blue;
}

td, th {
	font-size:	 	90%;
	border-width: 	0px;
}

#EventHeader {
	color:			#008080;
	font-size:		70%;
	width:			400px;
}

#UserHeader {
	border-width:	thin;
	border-color:	green;
	border-style:	solid;
 	color:			green;
 	font-size:		70%;
	width:			400px; 
}

.input {
	font-size:	 	100%;
	background-color: #CCFFCC;
}

.input-plus {
	font-size:		125%;
	background-color: #CCFFCC;
}

.input-monospace {
	font-family:    courier;
	font-size:	 	90%;
	background-color: #CCFFCC;
}
#errors {
	font-size:		70%;
	border-width:	thin;
	border-color:	red;
	border-style:	solid;
	width:			400px;	
}

#entry_error {
	background-color: #FA8072;
	border-width:	thin;
	border-color:	red;
	border-style:	solid;
	width:			400px;
}

#scroll_area {
	overflow:		auto;
}

.item {
	font-weight:	bold;
	font-size:		100%
}

.required {
  font-size:		120%;
	font-weight:	bold;
	color:	   		red;
}

.cellhilight {
	background-color: #CCC;
	font-weight:	bold;
	font-size:		100%;
	text-align: center;
}

.celloffset {
	background-color: #FF9;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.error {
	font-size: 120%;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.InputItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006600;
}
.hyperlinkItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: blue;
}
.button100 {
    background-color: #CCFFCC;
    width: 100px;
}
.button100red {
	background-color: #CCFFCC;
	width: 100px;
	color: #CC3300;
	font-weight: bold;
}
.button125 {
    background-color: #CCFFCC;
    width: 125px;
}
.button125red {
	background-color: #CCFFCC;
	width: 125px;
	color: #CC3300;
	font-weight: bold;
}
.button150 {
    background-color: #CCFFCC;
    width: 150px;
}
.button200 {
    background-color: #CCFFCC;
    width: 200px;
}
.button400 {
	background-color: #CCFFCC;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

.button150red {
	background-color: #CCFFCC;
	width: 150px;
	color: #CC3300;
	font-weight: bold;
}

.cellborder1 {
	border: 1px solid #CCCCCC;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccffcc), color-stop(1, #cceecc) );
	background:-moz-linear-gradient( center top, #ccffcc 5%, #cceecc 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffcc', endColorstr='#cceecc');
	background-color:#ccffcc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #666;
	display:inline-block;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cceecc), color-stop(1, #ccffcc) );
	background:-moz-linear-gradient( center top, #cceecc 5%, #ccffcc 100% );


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cceecc', endColorstr='#ccffcc');
	background-color:#cceecc;
}.myButton:active {
	position:relative;
	top:1px;
}
