﻿hr { color: Gray; border-style:solid; height:1px; }

.login_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:Gray;
}

.login_font a
{
	color:Gray;
}

.gray_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.login_error
{
	color:Red;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.registration_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.registration_error
{
	color:Red;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.page_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.error
{
	color:Red;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.search
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:White;
}

.copyright
{
	color:#ACACAC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:nowrap;
}

.normal_text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.normal_header
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.donations_mail
{
	font-family: verdana;
	font-size: 11px;
	color: #990000;
}

.red_header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #AD0B00;
	letter-spacing: -2px;
}

.red_text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AD0B00;
}

.listboxSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Gray;
	font-style:italic;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor: pointer;
	cursor: hand;
	overflow : auto;
	height : 75px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #AD0B00;
	color: White;
	padding: 1px;
	cursor: pointer;
	cursor: hand;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}