/*
         _    _ _  __  _____  _      _____ 
   ____ | |  | | |/ / |  __ \| |    / ____|
  / __ \| |  | | ' /  | |__) | |   | |     
 / / _` | |  | |  <   |  ___/| |   | |     
| | (_| | |__| | . \  | |    | |___| |____ 
 \ \__,_|\____/|_|\_\ |_|    |______\_____|
  \____/

/* CSS Begins */

body {
	background: white;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
}
	
#wrapper, #content {
	width: auto; 
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

img {
	border: none;
}

#navBar {
	display: none;
}

#search {
	display: none;
}

#stage {
	display: none;
}

.smlModule {
	display: none;
}

.calltos {
	display: none;
}

.pdfDownload {
	display: none;
}

/* ======================= */
/* ! Zebra Table Styling   */
/* ======================= */

.zebra { /* Uses MooTools 1.2 to add fancy effects and styling to tables with the class "zebra" applied */
	margin-bottom: 30px;
	width: 100%;
}

.zebra th {
	width: 130px;
	padding: 5px;
	background: #ddd;
	text-align: left;
	font-weight: bold;
	color: black;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.zebra td {
	text-align: left;
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* ======================= */
/* ! Zebra Table Styling   */
/* ======================= */

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}

#footer {
	display: none;
}

#copyRight {
	font-size: 8px;
	text-align: left;
}

#copyRight a {
	text-decoration: none;
	color: black;
}
