﻿/*   Search.ascx    */
.tablesearch
{
    border:solid 0px black;     
}


.tablerow
{
    width:120px;
}

.tablerow1
{
    width:120px;
    padding-left:20px;
}

.tablerow2
{
    width:120px;
    padding-left:40px;
}

.searchddls
{
    width:300px;
}

#content-search
{ 
    height:10%;
}

/*	Used to display on top of search results */
.searchresultsmessage 
{
    font-family: Verdana;
	font-size:12px;
	line-height:24px;
	border: solid black 1px;
	margin: 10px 0px 5px 0px;
}

.imageshowhide
{
    padding: 3px 0px 0px 3px;
}

.searchresultsheader
{
    border: solid black 1px;
    border-top: solid 2px black;
    font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c6dce8;
	text-align: left;
	height:25px; 
}

.searchresults
{
   border: solid black 1px;
}

.gridviewheader
{
    border-top: black 1px solid;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gainsboro;
	text-align: left;
	height:20px;
}

.gridviewrow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000; 
}

.gridviewitem
{
   width:15%;
}

.gridviewitem2
{
    width:5%;
    text-align:center;
}

.gridviewitem1
{
   width:35%;
}

.SmallText
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

.SmallText A
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

.SmallText A:link
{
	color: red;
}

.SmallText A:visited
{
	color: red;
}
 
.SmallText A:hover
{
	color: red;
}

