#nli_events
{
	text-align: left;
}

#nli_events #login_info
{
	float: right;
	width: 350px;
	text-align: right;
	font-size: 12px;
}

#nli_events h2
{
	font-size: 20px;
	color: #4F1818;
}

#nli_events h3
{
	font-size: 14px;
	font-style:italic;
	color: #666;
	letter-spacing: 1px;
}

#nli_events h4
{
	font-size: 16px;
	color: #540000;
}

#nli_events a, #nli_events a:visited
{
	text-decoration: underline;
	color: #7F3F3F;
}

#nli_events a:hover
{
	text-decoration: none;
}

#nli_events fieldset legend 
{
	color: #9E9F4F;
	font-size: 11px;
}

#nli_events fieldset input
{
	font-size: 16px;
}

#nli_events fieldset input.active_button
{
	color: #ccc;
	background-color: #5F1212;
}

#nli_events fieldset div.form_row
{
	text-align: left;
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

#nli_events fieldset div.form_row p
{
	text-indent: 10px;
	color: #333;
	font-size: 14px;
}

#nli_events fieldset div.button_row
{
	float: left;
	text-align: center;
	width: 100%;
}

#nli_events fieldset
{
	margin: 5px 0 5px 0;
}

#nli_events fieldset label
{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	width: 250px;
	display: block;
}

#nli_events .errors
{
	color: #4F0A0D;
	background: #FFDFE0 url(/nli/events/images/error.gif) no-repeat;
	background-position: 5px 5px;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 50px;
	font-size: 14px;
	border: 1px solid #EFC2C4;
}

#nli_events .success
{
	color: #0A4F0C;
	background: #DFFFE0 url(/nli/events/images/success.gif) no-repeat;
	background-position: 5px 5px;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 50px;
	font-size: 14px;
	border: 1px solid #C2EFC3;
}

/* Table styles */
#nli_events table
{
	margin: 0 auto 0 auto;
	width: 90%;
	margin-bottom: 15px;
	border-collapse: collapse;
	font-size: 14px;
	color: #333;
}

#nli_events table th
{
	border: 1px solid #000;
	background-color: #4F1818;
	color: #fff;
	height: 20px;
}

#nli_events table td
{
	border: 1px solid #000;
	padding-left: 5px;
	height: 20px;
}

#nli_events table caption
{
	color: #666;
	font-size:12px;
}

/* Links */
a.lnkHome
{
	padding: 5px 0 0 20px;
	background: #fff url(/nli/events/images/home.gif) no-repeat;
}

a.lnkEvents
{
	padding: 5px 0 0 20px;
	background: #fff url(/nli/events/images/events.gif) no-repeat;
}

a.lnkLogOut
{
	padding: 5px 0 0 20px;
	background: #fff url(/nli/events/images/logout.gif) no-repeat;
}

a.lnkLogIn
{
	padding: 5px 0 0 20px;
	background: #fff url(/nli/events/images/login.gif) no-repeat;
}