<!--
@media all {
div.selection_primary,div.selection_secondary {
font-size: 11px;
font-weight: bold;
text-indent: 0px;
font-style: italic;
padding-left: 8px;
}
div.selection_secondary {
margin-top: 10px;
padding-bottom: 8px;
}
#selection_primary,#selection_secondary {
font-weight: normal;
}
#primary_color_box {
width: 10px;
height: 10px;
margin-left: 5px;
margin-right: 5px;
margin-top: 1px;
background-color: #FFFF99;
border: 1px solid blue;
float: left;
}
#secondary_color_box {
width: 10px;
height: 10px;
margin-left: 5px;
margin-right: 5px;
margin-top: 1px;
background-color: #CC6666;
border: 1px solid blue;
float: left;
}
div.comp_trends_selection {
margin-top: 10px;
}
table.comp_trends_selection {
width: 100%;
}
td.comp_trends_selection {
width: 50%;
text-indent: -24px;
padding-left: 24px;
}
a.comp_trends_selection {
cursor: pointer;
}
input.comp_trends_selection {
padding-left: 8px;
vertical-align: middle;
}
#region_map_cntnr,#region_map_pri,#region_map_sec,#region_image {
width: 540px;
background-position: center top;
background-repeat: no-repeat;
cursor: pointer;
text-align: center;
}
#region_map_cntnr {
margin-top: 20px;
}
#region_image {
padding-left: 0px;
margin-top: 0px;
z-index: 1000;
}
}
//-->
