.footer {font-size: 70%}
.ScreenID {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	right: auto;
}

/* ****************************************************************
*           rebates.css         V1-M0
*
*           V1-M0 07-12-07  Initial implementation
*
*	        	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-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-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;
}
.button150red {
	background-color: #CCFFCC;
	width: 150px;
	color: #CC3300;
	font-weight: bold;
}
