﻿.Solutions h1, .Latitude_Sub h1, .Oasys_Sub h1{ font-size: 26px; }
.Latitude_Sub h2, .Oasys_Sub h2{ text-transform:uppercase; }

/* header box */
.headerBoxText{ font-size:12px; line-height: 14px; }
.headerBoxText p{ color: #FFFFFF; padding-left:10px; }
.headerBoxText p.plus{ color: #FFD800; padding-left:10px; text-indent:-10px; display:block; font-weight:bold; }


/* home */
h3.homeNews{ margin-left:0; padding-left: 30px; background: url( /Images/HomeNewsArrow.gif ) no-repeat; line-height: 25px; margin-bottom: 10px; }
.homeNewsFeature h4{ background:none; text-indent:0; }
div.homeNewsFeature{ width:180px; float:left; margin-right: 19px; }
div.homeNewsFeature p{ margin:0px; }
div.homeNewsFeature a{ text-decoration: none; color: #000000; }
div.homeNewsFeature a:hover{ color: #808080; }
div.homeNewsFeature a.arrow{ font-size:12px; padding-right: 12px; }

/* customers table */
table.customers{ margin: 0 10px 10px 0; }
table.customers th{ height: 30px;  border: 1px solid #808080; }
table.customers td{ width: 135px; border: 1px solid #808080; }

/* forms */
.required{ color: #993333; }
.error{ 
	color: #993333; font-weight:bold; 
	border: 3px double #993333;
	padding: 5px;
	width: 50%;

}

.banner{ margin-left:-20px; }
#eventFormSubmitFrame{ visibility:hidden; width:1px; height:1px; }
.eventFormBody{ float:left; width:65%; }
.eventForm{ background-color:#666666; width:166px; padding:10px; float:right; color:#ffffff; }
	.eventForm h2{ font-size:15px; text-transform:uppercase; color:#FFD800; }
	.eventForm p{ margin:0px; }
	.eventForm label{ display:block; margin-top:10px; }
	.eventForm label.required{ color:#FFD800; }
	.eventForm input.required{ color:#000; }
	.eventForm input{ width:160px; }
	.eventForm a.submit{ display:block; text-align:center; width:100px; height:19px; margin:15px 0px; background-image:url('/images/ButtonSubmit.gif'); cursor:pointer; }
	.eventForm a.submit:hover{ background-image:url('/images/ButtonSubmitOver.gif'); }
	.eventForm p.legal{ font-size:11px; }
	.eventForm p#thanksMsg{ margin:15px 0px; padding:10px; background-color:#FFD800; color:black; }
