html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




html,body
{
	width:100%;
	height:100%;
}









html
{
	height:100%;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	font-size:13px;
	color:#666;
	line-height:19px;
}
h1
{
	font-size:30px;
	font-weight:bold;
	color:#333
}
h2
{
	font-size:26px;
	font-weight:bold;
	color:#333;
}
h3
{
	font-size:20px;
	font-weight:bold;
	color:#333;
}
h4
{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
h5
{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
h6
{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
img
{
	border:none;
}

#miniHeadline
{
	width:300px;
	height:230px;
	margin-bottom:25px;
	position:relative;
}
#miniHeadline .headlineItem
{
	position:absolute;
	display:none;
}
#miniHeadline .navigation
{
	width:298px;
	height:29px;
	position:absolute;
	bottom:0px;
	background:url(/Assets/Images/esh-sprite.png) left top repeat-x;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
}
#miniHeadline .navigation .button
{
	width:24px;
	height:24px;
	float:left;
	cursor:pointer;
	margin-top:2px;
}
#miniHeadline .navigation .left
{
	margin-left:100px;
	background:url(/Assets/Images/esh-sprite.png) -351px -88px no-repeat;
}
#miniHeadline .navigation .left:hover
{
	background:url(/Assets/Images/left-button-hover.gif) no-repeat 7px 4px;
}
#miniHeadline .navigation .left:activev
{
	background:url(/Assets/Images/left-button-hover.gif) no-repeat 8px 5px;
}
#miniHeadline .navigation .right
{
	background:url(/Assets/Images/right-button.gif) no-repeat 7px 4px;
}
#miniHeadline .navigation .right:hover
{
	background:url(/Assets/Images/right-button-hover.gif) no-repeat 7px 4px;
}
#miniHeadline .navigation .right:active
{
	background:url(/Assets/Images/right-button-hover.gif) no-repeat 8px 5px;
}
#miniHeadline .navigation .label
{
	float:left;
	font-size:16px;
	color:#777;
	font-weight:bold;
	margin-top:7px;
	padding:0 7px;
}
#miniHeadline .navigation a:link, #miniHeadline .navigation a:visited
{
	float:right;
	position:static;
	font-size:11px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	margin:8px 7px 0 0;
}
#miniHeadline .navigation a:hover, #miniHeadline .navigation a:active
{
	color:#000;
}






