@charset "UTF-8";
/* CSS Document */

/* yahoo! CSS reset */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}
/* end yahoo! CSS reset */



/* Body */
body {
	background-color:#272727;
	margin:0;
}

body,td,th {
	font-family:arial, sans-serif;
	font-size:0.8em;
	color:#ffffff;
}



/* Content */
#content-wrapper {
	width:944px;
	margin:0 auto 0 auto;
}

#content-wrapper-white {
	width:944px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
}

#content-wrapper-grey {
	width:944px;
	margin:0 auto 0 auto;
	background-color:#414241;
}



/* Clear Float */
br.clear {
	clear:both;
}



/* Temporary Warning Message for search results  */
#content-wrapper-search-warning {
	width:917px;
	height:20px;
	margin:0 auto 0 auto;
	padding-top:5px;
	padding-left:27px;
	font-family:arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	background-color:#e4e8ab;
}