﻿/* The A to Z letter styles */
#alphabet {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#atozletters
{
	background-color: #e1f2ec;
	border: solid 1px #cce9df;
	height: 80px;
}

.centreatoz{
	width : 360px;
	margin : 0 auto;
	padding : 10px 0;
	text-align: center;
}

.setimage{
	width : 100%;
}

#alphabet li 
{
	text-align: center;
	float: left;
	padding: 0;
	margin: 0.1em;
}

.setimage
{
	height: 40px;
	width: 40px;
	display: inline;
}

.setimage a
{
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 140%;
	line-height: normal;
	width: 15px;
	float: left;
}

.setimage a:hover
{
	color: #000;
	font-weight: bold;
}

.setimage a:active, .setimage a:focus
{
    color: #FFF;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}

.selected
{
	color: #FFFFFF;
	background-color: #000;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 140%;
	line-height: normal;
	width: 15px;
	float: left;
}

#alphabet li .selected, #alphabet li a {
	display: block;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #EBCCEB;
	border: 1px solid #000000;
	font-size: 160%;
}

#alphabet li .selected {
	background-color: #CC66CC;
	color: #FFFFFF;
}

#alphabet li a {
	color: #000000;
	text-decoration: none;
}

#alphabet li a:hover {
	background-color: #CC66CC;
}

/* The A-Z list styles */
#atozlist {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#atozlist li {
	clear: both;
	padding: 0.5em 0 0 0;
	margin: 0;
	text-align: left;
}

#atozlist p {
	padding: 0;
	margin: 0;
	color: #000;
	font-weight:bold;
}

/* Any items floated on the right of an event */
div.atozrelated {
	float: left;
	width: 430px;	
	margin: 0.5em 0 0.5em 0.5em;
}

div.atozrelated h2 {
	margin: 0;
	padding: 0.2em;
	font-size: 100%;
	font-weight: bold;
	background-color: #039c80;
	color: #FFFFFF;
}

div.atozrelated ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #e1f2ec;
}

div.atozrelated ul li {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div.atozrelated ul li a
{ font-weight: normal; background : url(../../images/ecitizen/common/arrowoff_3.gif) no-repeat; padding : 2px 2px 2px 20px; text-decoration : none; display: block;}

div.atozrelated ul li a:hover
{ font-weight: normal; background : url(../../images/ecitizen/common/arrow_black.gif) no-repeat; padding : 2px 2px 2px 20px; color: #ff8080; }

hr
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

div.atozrelated div.genericblock
{
	border: 0px;
}

.atozdivider
{
	clear: both;
	height: 1px;
	border-bottom: solid 1px #119778;
	width: 100%;
	margin: 0.5em 0 0 0;
}

#atozlist li ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#atozlist a 
{
	color: #000;
}

#atozlist a:visited
{
 	text-decoration: none;
}

#atozlist a:hover
{
 	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#atozlist a:active, a:focus
{
    color: #FFF;
    background-color: #000;
}
