﻿
/****************************************************************
   Name:		ParlSearch.css
   Description: Style sheet used for the Parl Search control in 
				regular mode.
****************************************************************/

.SearchToolbar {
	width: 778px;
	height: 57px;
	margin-left: -2px;
}
.SearchItem {
	height: 57px;
	float: left;
}
.SearchLeftCurve {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_left-F.gif);
	background-repeat: no-repeat;
	width: 15px;
	padding-top: 3px;
}
.SearchBody {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_body.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
}
.ToolbarDot {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_dot-E.gif);
	background-repeat: no-repeat;
	width: 8px;
	padding-top: 3px;
}
.SearchBodyLine {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_line.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
}
.SearchMidCurve {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_midcurve-F.gif);
	background-repeat: no-repeat;
	width: 17px;
	padding-top: 3px;
}
.SearchDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	padding-top: 2px;
}
.SearchRightCurveEng {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_rightend-e.gif);
	background-repeat: no-repeat;
	width: 50px;
	padding-top: 3px;
}
.SearchRightCurveFre {
	background-image: url(/ParlInfo/ParlSearch/Images/toolbar_rightend-f.gif);
	background-repeat: no-repeat;
	width: 9px;
	padding-top: 3px;
}

/*
THis style is used to override the Main_Screen.css StyleSheet when the red bar is used
*/
.imgBrandTop
{
    position: absolute;
    text-align: right;
    left: 310px;
    top: 71px;
}
.imgBrandRight
{
    position: absolute;
    clear: left;
    top: 71px;
    left: 670px;
}
