
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
}

a {
color: #0c76d4;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
	
}

h1 {
	font-size: 180%;
	text-transform: uppercase
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

.outer {
	text-align:center;
}

.bannerWrapper {
	margin-top:10px;
}

.inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.banner {
	height:85px;
	background-color:white;
	background-image:url(images/eventineerlogo.png);
	background-position:right;
	background-repeat:no-repeat;
}

.brandedLogo {
	float:left;
	line-height:85px;
	height: 85px;
}

.brandedLogo img {
	border: 0px;
}

.pageHeaderWrapper {
	background-color:#08345b;
	background-image:url(images/headergrad.png);
	background-repeat:no-repeat;
	background-position:center;
	height:54px;
}

.pageHeader {
	color:white;font-size:200%;line-height:54px;
}

.contentPaneWrapper {

}

.contentPane {
	background-color:white;
}

.pageFooterWrapper {
	background-color:white;
	background-image:url(images/footer-bar.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.pageFooter {
	padding-bottom:5px;
}

.siteCredsWrapper {

}

.siteCreds {
	background-color:white;
}

.siteCredsCopyright {
float:left;width:850px;font-size:60%;line-height:30px;
}

.siteCredsLogout {
float:left;width:50px;font-size:100%;line-height:30px;
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.ChickenlipRounded {
background: transparent url('images/btn_right.png') no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.ChickenlipRounded span {
background: transparent url('images/btn_left.png') no-repeat scroll left top;
}

button.ChickenlipRounded:hover {
background-position: 100% -30px;
}

button.ChickenlipRounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}


button.ChickenlipRounded span a {
color: #000;
text-decoration:none;
}


div.CLWizardCounter 
{
	float:right;

}

div.CLWizardCounter  .CLWizardStepContainer 
{
	background-image: url(images/horizontal-line.png);
	background-position: center;
	background-repeat: repeat-x;
	float:right;
}

div.CLWizardCounter img 
{
	vertical-align:top;
	border: 0px;
	background-color:Transparent;
	background-image: none;
}

div.CLWizardCounter .CLWizardCounterText 
{
	font-size: 150%;
	font-weight: 900;	
	margin-right: 10px;
	color: #165287;
}

div.CLWizardCounter .CLWizardCounterNum 
{
	font-size: 100%;
	margin-right:10px;
}

div.CLWizardCounter .CLWizardCounterNumLast
{
	font-size: 100%;
	margin-right:0px;
}

div.CLWizardCounter .CLWizardCounterNumCurrent
{
	font-size: 200%;
	font-weight: 900;
	margin-right: 50px;
}

div.CLWizardCounter .CLWizardCounterNumCurrentFirst
{
	font-size: 200%;
	font-weight: 900;
	margin-right: 50px;
	margin-left: 0px;
}

div.CLWizardCounter .CLWizardCounterNumFirst
{
	margin-left: 0px;
}

div.CLWizardCounter .CLWizardCounterNumCurrentLast
{
	font-size: 200%;
	font-weight: 900;
	margin-left: 40px;
	margin-right: 0px;
}
