﻿
#CmsSite_MappedSearch_Search_dsi
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6a6a6a;
    width: 284px;
}

#CmsSite_MappedSearch_Search_dsi #CmsSite_MappedSearch_dsi
{
    padding:0 6px 14px 6px;
}

.CmsSite_MappedSearch_block
{
    margin-bottom:14px; 
}

.CmsSite_MappedSearch_buttonsBlock
{
    position:relative;
    height: 20px;
}

.CmsSite_MappedSearch_buttonsBlock img
{
    display:inline-table;
    margin:0 6px;
    border-collapse:collapse;
    border:0;
}

.CmsSite_MappedSearch_block div
{
    display:inline-table;
    width: 116px;
    padding:2px 6px;
}

.CmsSite_MappedSearch_block div select
{
    width:122px;
}

.CmsSite_MappedSearch_block div label
{
    margin-left:6px;
}


.CmsSite_MappedSearch_block .CmsSite_MappedSearch_header{
	font-size:12px;
	color:#515151;
	background-color:#F0F0F0;
	font-weight: bold;
	padding:6px;
	margin:0;
}
#CmsSite_MappedSearch_Search_dsi label 
{
    display:block;
	font-family:Arial, Helvetica, Sans-serif; 	
	font-size:11px; 
	margin-top: 5px;	
	margin-left: 12px;
}
#CmsSite_MappedSearch_Search_dsi input[type='text']{
	font-size: 10px;
	border: 1px solid #6a6a6a;
	color:#6a6a6a;
	height:20px;
	padding:0 0 0 3px;
	margin:2px 0 0 6px;
	-moz-border-radius: 2px;
    border-radius: 2px;
}
#CmsSite_MappedSearch_Search_dsi input[type='text']:focus, #CmsSite_MappedSearch_Search_dsi select:focus
{
    -moz-box-shadow: 0px 0px 4px #6a6a6a;
	-webkit-box-shadow: 0px 0px 4px #6a6a6a;
	box-shadow: 0px 0px 4px #6a6a6a;
}
#CmsSite_MappedSearch_Search_dsi select{
	font-size: 10px;
	border: 1px solid #6a6a6a;
	color:#6a6a6a;
	height:21px;
}
#CmsSite_MappedSearch_ProgramNameOrDestination_dsi
{
    width: 256px;
    margin-left:6px;
}
#CmsSite_MappedSearch_ProgramType_dsi
{
    width: 260px;
    margin-left:6px;
}

#CmsSite_MappedSearch_TourType_dsi
{
    width: 260px;
}

#CmsSite_MappedSearch_Reset_dsi, #CmsSite_MappedSearch_Reset_dsi:active
{
    width: 125px; 
    height: 27px;
    cursor:pointer;
    background-image:url("/Files/System/CmsSite/images/btn_limpar_on3.jpg");
    background-repeat:no-repeat;
    border:0;
    background-color:#fff;
    background-position:center; 
    position:absolute;
    left:6px;
}
#CmsSite_MappedSearch_Reset_dsi:hover
{
    background-image:url("/Files/System/CmsSite/images/btn_limpar_rollover3.jpg");
}

#CmsSite_MappedSearch_Submit_dsi, #CmsSite_MappedSearch_Submit_dsi:active
{
    width: 130px; 
    height: 27px;
    cursor:pointer;
    background-image:url("/Files/System/CmsSite/images/btn_pesquisar_on3.jpg");
    background-repeat:no-repeat;
    border:0;
    background-color:#fff;
    background-position:center; 
    position:absolute;
    right:6px;
}
#CmsSite_MappedSearch_Submit_dsi:hover
{
    background-image:url("/Files/System/CmsSite/images/btn_pesquisar_rollover3.jpg");
}