﻿.ReviewCriteriaPanel
{
	border-top: solid 1px #ccdded;
	padding-top: 8px;
	margin-bottom: 20px;
}

.ReviewCriteria_SubheaderDiv
{
	padding-top: 8px;
	padding-bottom: 6px;
}

.ReviewCriteria_SubheaderTitle
{
	font-weight: bold;
	font-size: 13px;
	padding-right: 20px;
	margin-left: 10px;
}

.ReviewCriteria_RemoveOmit
{
	font-size: 10px;
	padding-right: 4px;
}

.ReviewCriteria_IndexName
{
	font-size: 11px;
}

/* sidebar styles for save search / new search / exclude lists.
Although these are specific to the sidebar control
they should be defined in here because of the way ajax treats stylesheets.
They must be defined, or included from, a containing page */

.SaveNewExclude_OuterBox
{
    width: 170px;
    text-align: center;
    border: solid 1px #bbbbbb;
    margin-top: 10px;
    background-color: #ffffff;
}

.SaveNewExclude_Heading
{
    
    color: #000000; 
    font-size: 13px; 
    font-family: sans-serif,Arial, Helvetica;
    font-weight: bold; 
    height: 22px;
    text-align: left;
    vertical-align: middle;
	/* background-image: url(/Images/Common/criteria_box_bkd.jpg); */ /* could not find image PM18460 */
	padding-top: 2px;
	margin-bottom: 3px;
}

.SaveNewExclude_Button
{
    padding-top: 3px;
    padding-bottom: 3px;
}


