/* ------- @author Elie Zedeck RANDRIAMIANDRIRAY <rez@eliezedeck.com> ------- */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #000000;
	width: auto;
}

body,td,p {
	font-family: "Verdana", "Arial", "Sans", "Sans-serif";
	font-size: 10pt;
}

code {
	font-size: 8pt;
	font-family: Monospace, Mono, Fixed;
}

/* --------------------- Page Layout and Styles ----------------------------- */
#BigWrapper {
	width: auto;
	min-width: 800px;
}

#topBanner {
	margin: 0;
	padding: 0;
	height: 85px;
	width: 100%;
	background-image: url('/media/graphics/top_banner_bg.png?1238088977');
	background-repeat: repeat-x;
	background-position: top;
}

#menuWrapper {
	margin: 0;
	padding: 0 0 0 5px;
	height: 30px;
	background-image: url('/media/graphics/menu_bg_x.png');
}

#menuWrapper .menuItem {
	display: inline;
	padding: 0 5px 0 5px;
}

#menuWrapper .menuItem a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
}

#menuWrapper .menuItem a:HOVER {
	color: white;
}

#contentTransparentContainer {
	border: 1px solid white;
	background-image: url('/media/graphics/transparent_bg.png');
	padding: 10px;
	min-height: 300px;
}

#footerWrapper {
	color: white;
	height: 72px;
	line-height: 78px;
	vertical-align: middle;
	background-image: url('/media/graphics/footer_bg.png?1238088977');
	background-repeat: repeat-x;
	text-align: center;
	white-space: nowrap;
}

/* ------------------------------- jQuery marquee styles ----------------------------- */

ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: auto;
	height: 20px;
}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	font-size: 12pt;
	font-family: Times, serif;
	padding: 3px 5px 0 5px;
}