/**
 * Style sheet popup
 */
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
span,
table,
tr,
td,
form,
fieldset,
label,
a,
img
{
	margin:0;
	padding:0;
	border:0 none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#808080;
}

body
{
	margin:12px;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:focus
{
	text-decoration:none;
	font-size:12px;
	color:#eda41f;
}

h1
{
	margin-bottom:14px;
	font-size:16px;
	color:#4c4c4c;
}

h2
{
	padding-bottom:12px;
	font-size:14px;
	color:#eda41f;
}

h3
{
	font-size:12px;
	color:#4c4c4c;
}

div.mod_eventreader h3
{
	margin-bottom:12px;
}

div.mod_eventreader a.back
{
	float:left;
	display:block;
	margin:20px 0px;
}

div.mod_eventreader a.order
{
	float:right;
	display:block;
	margin:20px 0px;
}

