


/* --------------------- Search Css Starts here ----------------------------*/

/* sets the headings style for search pages */

.Search_Heading

{
background-color:#E8E8E8;
height:25px;
padding: 2px 2px 2px 5px ;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color:#414143;
}

/* sets the spacing between search textbox and search Button */

.Search_Space

{
padding: 5px 5px 5px 0px; 
}


/* style for search TextBox */

.Search_TextBox

{
border: 1px solid #626262;
height: 20px;
cursor: default;
}

/* style for Search Button */

.Search_Btn

{
border: 1px solid #626262;
height: 20px;
cursor: default;
}

/* set the background color for Search results */

.Search_AreaDesign

{
background-color: #FFFFFF;

}

/* Used to set the Title text Font Styles &amp; Color for Articles */

.Search_ContentTextTitle

{
font-family: verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight:bold;

}


.Search_ContentTextTitle:hover

{
font-family: verdana;
font-size: 12px;
color: #FFA81A;
text-decoration: none;
font-weight:bold;

} 

/* Used to set the text Font Styles &amp; Color for Articles brief description */ 

.Search_ContentAreaText

{
font-family: verdana;
font-size: 11px;
color: #000000;
text-decoration: none;
}

/* sets the textcolor and style for url for page */

.Search_path

{
font-size: 9pt;
color: green;
font-family: Arial, Helvetica, sans-serif;
}

/* sets the style for emptyTemplate when result is not found */

.EmptyTemplateStyle

{
padding: 5px;
border: solid 1px #1e1e1e;

}

/* sets the font style for message to display no result found */

.EmptyLblMessage

{
font-family: verdana;
font-size: 11px;
color: #000000;
text-align:center;
vertical-align:middle;
text-decoration: none;
}


