/* CSS Document */
#SearchBar
{
	background:url(../images/bar_M.gif) repeat-x; width:100%;
	margin-bottom:10px;
}
#SearchBar div
{
	background:url(../images/bar_L.gif) left no-repeat;
}
#SearchBar div div
{
	background:url(../images/bar_R.gif) right no-repeat;
	height:35px;
}
#SearchBar table
{
	height:100%;
	color:#298dd5;
}
#SearchBar table td
{
	padding-left:5px;
	padding-right:5px;
}
#Side, #SideBox
{
	width:180px;
	padding-left:5px;
} 
#SideBox
{
	position:relative;
	padding-left:5px;
}
.PanelHead
{
	background:url(../images/panel_bg.jpg) repeat-x;
}
.PanelHead div
{
	background:url(../images/panel_L.jpg) left no-repeat;
}
.PanelHead div div
{
	background:url(../images/panel_R.jpg) right no-repeat;
	height:29px;
}
.PanelHead h1
{
	font:bold 12px arial;
	text-align:center;
	color:#2d9ae8;
	padding-top:7px;
}
.PanelHead h2
{
	font:normal 14px arial;
	text-align:center;
	color:#2d9ae8;
	padding-top:6px;
}
.Panel
{
	border:1px solid #3f3f3f;
	border-top:none;
	background:#000;
	padding:5px;
	height:135px;
	overflow:auto;
}
.HomeSmallPanel
{
	width:180px;
	margin-bottom:10px;
	border-bottom:1px solid #1d6496;
}
.HomeSmallBox
{
	border:1px solid #1d6496;
	border-bottom:none;
}
.HomeSmallBox A
{
	font:bold 12px Arial;
	color:white;
	text-decoration:underline;
}
.HomeSmallBox A:hover
{
	color:#2d9ae8;
}
.SmallPanel
{
	width:271px;
	margin-bottom:10px;
	border-bottom:1px solid #1d6496;
}
.SmallBox
{
	border:1px solid #1d6496;
	border-bottom:none;
}
.SmallBox h3
{
	display:block;
	color:#fff;
	font:bold 14px Arial;
	text-align:center;
	background:url(../images/box_title.jpg) top repeat-x;
	height:25px;
	line-height:22px;
}
.SmallBox A
{
	font:bold 12px Arial;
	color:white;
	text-decoration:underline;
}
.SmallBox A:hover
{
	color:#2d9ae8;
}
.SmallBoxBottom
{
	display:block;
	background:url(../images/details_btn.jpg) bottom left no-repeat;
	width:180px;
	height:25px;
	color:#2d9ae8;
	text-decoration:none;
	line-height:25px;
}
.BoxDetails
{
	text-align:right;
	padding:3px;
}
#AreasBox
{
	background:url(../images/areas_bg.jpg) repeat-y;
	width:562px;
	margin-bottom:15px;
	text-align:center;
}
#AreasBox div
{
	background:url(../images/areas_top.jpg) top no-repeat;
}
#AreasBox div div
{
	background:url(../images/areas_bottom.jpg) bottom no-repeat;
	padding-top:10px;
	padding-bottom:10px;
}
#ButtonBG
{
	width:100%;
	background:url(../images/button_bg_02.gif) repeat-x center;
}
#ButtonBG Table
{
	width:150px;
	height:20px;
	text-align:center;
}
#ButtonBG Table TD {
	white-space:nowrap;
}
#ButtonBG Table A {
	font:bold 12px Arial;
	color:#2d9ae8;
	text-decoration:none;
}
#ButtonBG Table A:hover {
	text-decoration:underline;
}
#ButtonBGL
{
	background:url(../images/button_bg_01.gif) no-repeat left;
}
#ButtonBGR
{
	background:url(../images/button_bg_03.gif) no-repeat right;
}

.T
{
	background:url(../images/T.gif) top repeat-x;
}
.TL
{
	background:url(../images/TL.gif) top left no-repeat;
}
.TR
{
	background:url(../images/TR.gif) top right no-repeat;
	padding-top:6px;
}
.R
{
	background:url(../images/R.gif) right repeat-y;
}
.L
{
	background:url(../images/L.gif) left repeat-y;
	text-align:center;
}
.B
{
	background:url(../images/B.gif) top repeat-x;
}
.BL
{
	background:url(../images/BL.gif) top left no-repeat;
}
.BR
{
	background:url(../images/BR.gif) top right no-repeat;
	padding-top:6px;
}

