﻿a
	{
		font-family: Tahoma;
		text-decoration: none;
		color: #000;
	}
a:hover
	{
		text-decoration: underline;
		color: #00f;
	}

.Link
	{
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		color: #000;
	}
.Link:hover
	{
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		color: #00f;
	}

.Text
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #000;
	}

.background
	{
		height: 90px;
		background:#ffffff url("/images/background_2.jpg") top left repeat-x;
	}

.footer
	{
		height: 25px;
		background:#ffffff url("/images/background_footer.jpg") top left repeat-x;

	}

.footerText
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #ffffff;
	}

.separator
	{
		border-top: 1px dotted #C5D0DB;
		margin: 10px 0px 10px 0px;
		font-size: 1px;
	}

.Pagination
	{
		margin-left: 5px;
		padding: 3px 7px;
		font-style: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #e6f0f0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #737d7d;
		text-shadow: 0 1px #fff;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
	}
.Pagination:hover
	{
		background: #008cb4;
		color: #fff;
		text-shadow: 0 1px #006699;
		text-decoration: none;
	}

.PaginationActual
	{
		margin-left: 5px;
		padding: 3px 7px;
		font-style: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #008cb4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		text-shadow: 0 1px #006699;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
	}

.PaginationSeparator
	{
		margin-left: 5px;
		font-style: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #737d7d;
		text-shadow: 0 1px #fff;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
	}

.Alphabet
	{
		margin-left: 2px;
		padding: 1px 5px;
		font-style: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #e6f0f0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #737d7d;
		text-shadow: 0 1px #fff;
		text-decoration: none;
		text-align: center;
		font-size: 10px;
	}
.Alphabet:hover
	{
		background: #008cb4;
		color: #fff;
		text-shadow: 0 1px #006699;
		text-decoration: none;
	}

.LetterActual
	{
		margin-left: 3px;
		padding: 1px 5px;
		font-style: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #008cb4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		text-shadow: 0 1px #006699;
		text-decoration: none;
		text-align: center;
		font-size: 10px;
	}

#floating-box
	{
		width:170px;
		float:left;
		margin-left:0px;
		position:absolute;
		z-index:1;
	}
	
.MessageError
    {
	    font-size: 14px;
	    font-family: Tahoma;
	    color: #eda512;
    }
