/* SEARCH PANELS
--------------------------------------------------*/
.BluePanel{
	Width:				694px;
	BackGround:			#EDF7FD URL(../pic/Panel_BG_Blue.gif);
	Margin-Left:		6px;
	Margin-Top:			5px;
	Margin-Bottom:		10px;
}
/* IE7 */
*+html .BluePanel{
	Position:			relative;
}

.BluePanel #Top{
	Width:				694px;
	Height:				4px;
	BackGround:			URL(../pic/Panel_Top_Blue.gif) No-Repeat;
	Display:			Block;
	Font-Size:			0;
}

.BluePanel #Bottom{
	Width:				694px;
	Height:				4px;
	BackGround:			URL(../pic/Panel_Bottom_Blue.gif) No-Repeat;
	Display:			Block;
	Font-Size:			0;
}

.BluePanel #Body{
	Padding:			0 10px;
	Height:				325px;
	Font-Family:		Verdana, Arial;
	Color:				#6F2C3E;
	Font-Size:			10pt;
}

.BluePanel #Body H1{
	Font-Family:		Verdana, Arial;
	Color:				#6F2C3E;
	Font-Size:			13.2pt;
	Font-Weight:		Normal;
	Display:			Inline;
	Float:				Left;
	Margin-Top:			-450px;
	Margin-Bottom:		0px;
}

*html .BluePanel #Body H1{
	Margin-Top:			-2px;
}
*+html .BluePanel #Body H1{
	Margin-Top:			-2px;
}
:root .BluePanel #Body H1{
	Margin-Top:			-22px;
}


/********************************************/
.BluePanel #Body #HR{
	Clear:				Both;
	BackGround:			URL(../pic/Panel_DIV_Maroon.gif) Repeat-X;
	Height:				1px;
	Font-Size:			0;
	Margin:				0 -12px 0 -6px;
	Width:				69px;
}
.BluePanel #Body #HR{
	Clear:				none;
	Margin-Top:			20px;
	Margin-Left:		-8px;
	Width:				690px;
}
.BluePanel #Body FORM{
	Position:			absolute;
}
/*************************************************/
/*Opera*/
.BluePanel #Body #Buttons{
	Width:				145px;
	Float:				Right;
	Margin-Right:		-110px;
}
/* IE 6*/
* html .BluePanel #Body #Buttons{
	Margin:				12px 0 0 0;
}
/* IE 7*/
*+html .BluePanel #Body #Buttons{
	Margin-Right:		20px;
}
/* Mozilla & Netscape*/
:root .BluePanel #Body #Buttons{
	Margin-Right:		20px;
}

.BluePanel #Body TABLE#Main{
	Margin-Left:		20px;
}

.BluePanel #Body INPUT.Text{
	Width:				170px;
	Height:				18px;
	Border:				1px Solid #83404A;
	Font-Family:		Verdana, Arial;
	Font-Size:			9pt;
}

.BluePanel #Body SELECT{
	Width:				174px;
	Border:				1px Solid #83404A;
	Font-Family:		Verdana, Arial;
	Font-Size:			9pt;
}

.BluePanel #Body TEXTAREA{
	Width:				275px;
	Height:				190px;
	Border:				1px Solid #83404A;
	Font-Family:		Verdana, Arial;
	Font-Size:			10pt;
}

.BluePanel #Body LABEL{
	Cursor:			Pointer;
}