/* ================================
    CSS STYLES FOR BROCHURE SEARCH FORM
   ================================
*/   

.search_table
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    color: Black;
    background-color: White;
    border-width: 0px;
    width: 100%;
    border-collapse: collapse;
}

.search_header
{
	font-weight:bold; 
	color:#660000;
	border-top: 3px solid #cccccc;
	border-bottom: 3px double #cccccc; 
	background-color:#ffffff;
}

.search_item
{
	background-color: #ffffff;
}

.search_pager
{
	font-weight:bold; 
	color: Black;
	border-top: 3px solid #cccccc;
	border-bottom: 3px double #cccccc; 
	background-color:#EEEEEE;
}

A:link
{
	color: #990000;
	text-decoration: none;
}

A:visited {
    text-decoration: none;
    color: #990000;
}

A:active {
    text-decoration: none;
    color: #990000;
}

A:hover
{
	color: #CC0033;
	text-decoration: underline;
}

.ErrorMessage
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Red;
}

.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px    
}

.SmallNormal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px    
}

.ItemText
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.ItemControl
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px    
}

.CmdButton
{
	font-family: tahoma, helvetica, arial;
	border: 3px double #990000;
	color: #ffffff;
	background: #990000;
	font-size: 11px;
	font-weight: bold;
	width: 75px;
	height: 21px;
	cursor: pointer;
}
