@import url(/common/css/local/search/index.css);

#primaryContainer .highlightBox {
    padding: 0;
}

#tabs, #searchItems h2 {
    margin: 0;
    border-bottom: 2px solid #313131;
    padding: 5px 10px;
    background-color: #EDE9DD;
    font-size: 12px;
}

#formDiv{
    width: auto;
}

#tabs .selected {
	font-weight: bold;
}

#tabs a{
    font-weight: normal;
}

#primaryForm {
    overflow: auto;
    padding: 15px 40px;
}

#primaryForm .searchBlock {
    padding: 0;
    margin: 0;
}

#primaryForm .buttonForm{
    margin-top: 10px !important;
}

#commonSearchFields {
    padding: 0;
    margin: 0;
    width: 370px;
}

#commonSearchFields #datesContainer{
    float: left;
}

#commonSearchFields #optionsContainer{
    float: left;
    clear: none;
    padding: 0;
    margin: 0 0 0 30px;
}

#commonSearchFields td{
    vertical-align: top;
}

#primaryForm .buttonForm{
    margin-top: 0 !important;
}

.checkBlock {
	padding:5px 0 15px 0;
	margin:0 !important;
}

.checkBlock div {
	width: 255px !important;
	padding-left: 0 !important;
}

/***** --- BUBBLE HELP DEFINITIONS --- ******/
#bubbleHelpDiv{
	z-index: 100;
	width: 300px; /*height:255px;*/
	position: absolute;
	top: 0;
	left: 0;
	display: none;
    background-color: #EDE9DD;
    border-bottom: 2px solid #313131;
    text-align: left;
}

#bubblehelpHeaderContainer{
	position: absolute;
    right: 5px;
    top: 0;
}

#bubblehelpHeaderContainer a{
    background: url( /stregis/images/icons/close.gif) no-repeat right center;
    padding-right: 15px;
    font-weight: normal;
}

#bubblehelpHeader{
	padding: 3px 70px 3px 10px;
	margin: 0;
	font-size: 11px;
    background-color: #313131;
    color: #fff;
}

#bubblehelpClose {
	float: right;
	padding-top: 2px;
}

#helpClose a:visited, #helpClose a:hover, #helpClose a:active{
	padding-right: 6px;
}

#bubblehelpInnerContainer{
	overflow: auto;
	padding: 4px 10px 10px 10px;
	font-size: 11px;
}

#bubblehelpItemInstructions{

}

.helpItemHeader{
	padding-top: 8px;
}

.helpItemExample{
	padding-bottom: 8px;
}

/***** --- END BUBBLE HELP DEFINITIONS --- ******/


/* for ciCo calendar search */
.cal_tdStyle {
	padding-top: 15px !important;
    padding-left: 10px !important;
}

p.cal_zeroPadMar {
    padding:0 !important;
    margin: 0 0 5px !important;
}

#searchItems{
    border: 1px solid #DDD7C5;
}

#searchItems h2{
    font-weight: bold;
}

#searchItems .searchItemsContent h3{
    font-size: 12px;
    margin: 0;
}

#searchItems .searchItemsContent{
    padding: 20px;
}

#searchItems .searchItemsContent label{
    color: #875D32;
}

#buttonContainer{
    margin-top: 10px;
}

.searchItemsContent input{
    border: none;
}

.searchWithIn input{
    border: none;
}

