body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #707072; /* FWD grey */
	background-color: #FFFFFF; /* white */
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

p { /* remove all text margins */
	margin-top: 0;
	margin-bottom: 0;
}

blockquote, blockquote p { /* to help hanging punctuation */
	text-indent: -0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */

a:active, a:focus,  a.red:active,  a.red:focus { outline: 0; } /* stop dotted borders in Firefox */

#widget { width:200px !important; }

#archive_date_2011,
#archive_date_2010 {
	width: 200px;
	height: 20px;
	margin: 0 0 0 14px;
	padding: 0 0 0 19px;
}

#archive_date_2011.off,
#archive_date_2010.off {
	background: url(../media/news/archive_arrow_right.jpg) top left no-repeat;
}

#archive_date_2011.on,
#archive_date_2010.on {
	background: url(../media/news/archive_arrow_down.jpg) top left no-repeat;
}

#archive_date_2011 p a,
#archive_date_2010 p a {
	font-size: 80%;
	font-weight: bold;
	color: #707072; /* FWD grey */
	text-decoration: none;
}

#archive_date_2011 span,
#archive_date_2010 span {
	color: #F58023; /* orange */
}

.show_hide_2011 { display:none; }

.show_hide_2010 { display:none; }

