﻿.foo{}

.SearchEngine
{
    background-color:#EAFAB4;
    width:100%;
    z-index:1;
}
.search_engine_center
{
    height:50px;
    /*width:700px;*/
}
.SearchEngineCriteriaLabel
{
    font-family:MS Sans Serif, Arial;
    font-size:12px;
    color: #5C8527;
    /*color:Black;*/
   /* font-weight:bold;*/
}



.SearchEngineCriteriaLabelBlack
{
    font-family:MS Sans Serif, Arial;
    font-size:12px;
    color:Black;
	font-weight:bold;
}

.SearchEngineCriteria
{
    font-family:MS Sans Serif, Arial;
    color:Black;
    font-size:12px;
    font-weight:bold;
    border-color:#5C8527;
    border-style:solid;
    border-width:1px;
}

.SearchEngineCriteria13
{
    font-family:MS Sans Serif, Arial;
    color:Black;
    font-size:13px;
    border-color:#5C8527;
    border-style:solid;
    border-width:1px;
}

.SearchEngineCriteria_passwd
{
    /*font-family:MS Sans Serif, Arial;*/
    color:Black;
    font-size:12px;
    border-color:#5C8527;
    border-style:solid;
    border-width:1px;
}


.search_engine_corner_top_left
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_corner_top_left.jpg');
    height:10px;
    width:10px;
    background-repeat:no-repeat;
    background-position:right;
}
.search_engine_corner_top_right
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_corner_top_right.jpg');
    height:10px;
    width:10px;
    
}
.search_engine_corner_bottom_left
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_corner_bottom_left.jpg');
    height:21px;
    width:10px;
    background-repeat:no-repeat;
    background-position:right;
    
}
.search_engine_corner_bottom_right
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_corner_bottom_right.jpg');
    height:21px;
    width:10px;
    
}

.search_engine_edge_top
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_edge_top.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}

.search_engine_edge_top_b
{
    border-top:solid 1px #0162C2;
    background-color:#D2DEEE; 
}

.search_engine_edge_bottom
{
    text-align:right;
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_edge_bottom.jpg');
    background-position:bottom;
}

.search_engine_edge_bottom_b
{
    border-bottom:solid 1px #0162C2; 
    background-color:#D2DEEE;
}

.search_engine_edge_left
{
    background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_edge_left.jpg');
    background-repeat:repeat-y;
     background-position:right;
}

.search_engine_edge_left_b
{
    border-left:solid 1px #0162C2; 
    background-color:#D2DEEE;
}

.search_engine_edge_right
{
   background-image:url('../../App_Themes/Site_green/pictures/search_engine/search_engine_edge_right.jpg');
   background-position:left;
   background-repeat:repeat-y;
}

.search_engine_edge_right_b
{
    border-right:solid 1px #0162C2;
    background-color:#D2DEEE; 
}

.Invisible
{
    display:none;
}

.search_engine_center_decoration
{
	height: 21px;
	color: #5C8527; 
	background-color:#EAFAB4;
}

.search_engine_center_decoration_result
{
	height: 21px;
	color:Black; 
	background-color:#EAFAB4;
	font-weight:bold;
}