/*-----------------------------*/
/*	Standard Elements          */
/*-----------------------------*/
html, body {
	margin		: 0;
	padding		: 0;
	font-size	: 12pt;
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color 		: black;
}

#wrapper {
	min-height 			: 100%;
	height 				: auto !important;
	height 				: 100%;
	height 				: 100%;
	background			: url(../gfx/footerbg.jpg);
}

/* Headers */
h1 {font-size:18pt;font-weight:normal;color:#C5710B;}
h2 {font-size:16pt;font-weight:normal;color:#C5710B;}
h3 {font-size:15pt;font-weight:normal;color:#C5710B;}
h4 {font-size:14pt;font-weight:normal;color:#C5710B;}
h5 {font-size:13pt;font-weight:normal;color:#C5710B;}

/* Links */
a:link, a:visited {
	color				: #c30140;
	background			: transparent;
	font-weight			: bold;
	text-decoration		: underline;
	}

/*-----------------------------*/
/*	Hidden Elements            */
/*-----------------------------*/
#top_menu, #rotator, .order_box, #right_column, #left_column, .bannerwrapper,
#top_menu ul li, #top_menu #search, .pollwrapper, .reactionwrapper, 
.mediasharing, .ShowForm, .video, input, label, #footer_wrapper ul li  {
	display:none;
	visibility:hidden;
}

/*-----------------------------*/
/*	Printed Elements           */
/*-----------------------------*/
/* Header */
#header_wrapper {
	display				: list-item;
	list-style-image	: url(../gfx/Orange/header.jpg);
	list-style-position	: inside;
	letter-spacing		: -1000em;
	font-size			: 1pt;
	color				: #fff;	
}

/* Content */
#content_wrapper {
	text-align 			: left;
}

/* Sections */
#headline_section strong,
#cont_section strong, 
#banner_section strong {
	font-size 			: 10pt;
}

/*-----------------------------*/
/*	Content types              */
/*-----------------------------*/
/* Table */
.tableContainer {}
.tableContainer .table_table {border:1px solid #C5710B;}
.tableContainer .table_table td {border:1px solid #C5710B;padding:0 5px;}


/*-----------------------------*/
/*	Footer				       */
/*-----------------------------*/

/* Footer */
#footer_wrapper {
	display				: list-item;
	list-style-image	: url(../gfx/print_footer.jpg);
	list-style-position	: inside;
	height 				: 45px;
}
			