.eventcontbutt { float: right; padding-bottom: 12px; }
.or { position: relative; top: -30px; left: -80px; right: -12px; bottom: -12px; float: right; }

div.wrapper { margin: 0px !important; padding: 0px !important; }

div.wrapper * {
	font-family: 'lucida grande', 'lucida sans unicode', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
	text-align:justify;
	line-height: 16px;
}

span.fronttitle { font-family: Arial, Helvetica, sans-serif; 
	font-size:18px; color: #00972e; font-weight: bold;}

.bigbutton {
	background: #3AA0C7 url(/images/jqgrid/ui-bg_glass_75_d0e5f5_1x400_dark.png) 50% 50% repeat-x;
	font-size: 14px !important;
	text-transform: uppercase;
	text-align: center !important;
	padding: 8px 0 !important;
	color: white !important;
	width: 180px !important;
	height: 24px !important;
	line-height: 24px !important;
	display: block;
	margin: 8px 0;
	font-weight: bold;
}

.bigbutton:hover {
	text-decoration: none;
	background: #cc0000 url(/images/jqgrid/ui-bg_glass_75_d0e5f5_1x400_dark_red2.png) 50% 50% repeat-x;	
}

h2.front {
	font-size: 18px;
	color: #00A0C6;
	text-align:center;
	padding-bottom: 4px;
	border-bottom: 1px solid #bbb;
	margin: 8px 8px;
	text-transform: none;
	
}

img { border: none; }

h4 { text-transform: none; margin: 4px; font-size: 14px !important; }
h4 a { font-size: 12px !important; font-style: italic; }

/* OVER-RIDES */

hr {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 2px 0px; margin: 2px 0px;
}

.logobaritem { float:right; }

#logoimage {
	padding-right: 4px;
}

.mainmenuitem { font-weight: normal; font-size: 12px; }

.mainmenuitem a { color: #eee !important; background: #888 !important; }

.mainmenuitem a:hover { color: gold !important; background: #000 !important;  }

#menubar { background: #888 !important; }

.logobaritem a { color: #f31 !important; text-transform: lowercase; font-weight: bold; }

#contentcontainer {
	padding: 0px 1px;
}

#yield {
	padding:0px;
}

h1#pagetitle { margin: 0px !important; padding: 0px !important; font-weight: normal; font-size: 24px; line-height: 28px; text-transform: none; }

span#subtitle { margin: 0px; color: #555;  }

#welcomemsg { font-weight: 14px !important; padding: 0px 0px 12px 0px; }

select { border: none; }
/* ---- */

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fcc;
  color: #333;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  list-style-image: none !important;
}

