﻿#leftPanel td {
	background-repeat:no-repeat;
}
#leftPanel td.tl {
	width:15px;
	height:15px;
	background-image:url(images/leftPanel_tl.png);
	background-position:100% 100%;
	font-size:0px;
}
#leftPanel td.top {
	width:271px;
	height:15px;
	background-image:url(images/leftPanel_top.png);
	background-position:0% 100%;
	font-size:0px;
}
#leftPanel td.tr {
	width:15px;
	height:15px;
	background-image:url(images/leftPanel_tr.png);
	background-position:0% 100%;
	font-size:0px;
}
#leftPanel td.left {
	width:15px;
	height:460px;
	background-image:url(images/leftPanel_left.png);
	background-position:100% 0%;
	font-size:0px;
}
#leftPanel td.head {
	width:271px;
	height:28px;
	background-image:url(images/leftPanel_head.png);
	background-position:0% 0%;
	font-size:0px;
}
#leftPanel td.right {
	width:15px;
	height:460px;
	background-image:url(images/leftPanel_right.png);
	background-position:0% 0%;
	font-size:0px;
}
#leftPanel td.links {
	width:269px;
	height:92px;
	background-color:#fffcdf;
	border-left:1px solid #ffde00;
	border-right:1px solid #ffde00;
}
#leftPanel td.auth {
	width:271px;
	height:28px;
	background-image:url(images/leftPanel_auth.png);
	background-position:0% 0%;
	font-size:0px;
}
#leftPanel td.loginFrame {
	width:271px;
	height:79px;
	background-image:url(images/leftPanel_loginFrame.png);
	background-position:0% 0%;
}
#leftPanel td.login_btn
{
	width:269px;
	height:33px;
	background-color:#fffcdf;
	border-left:1px solid #ffde00;
	border-right:1px solid #ffde00;
	text-align:center;
	vertical-align:middle;
}
#leftPanel td.radio {
	width:271px;
	height:28px;
	background-image:url(images/leftPanel_radio.png);
	background-position:0% 0%;
	font-size:0px;
}
#leftPanel td.radio_frame {
	width:271px;
	height:172px;
	background-image:url(images/leftPanel_radio_frame.png);
	background-position:0% 0%;
}
#leftPanel td.bl {
	width:15px;
	height:15px;
	background-image:url(images/leftPanel_bl.png);
	background-position:100% 0%;
	font-size:0px;
}
#leftPanel td.bottom {
	width:271px;
	height:15px;
	background-image:url(images/leftPanel_bottom.png);
	background-position:0% 0%;
	font-size:0px;
}
#leftPanel td.br {
	width:15px;
	height:15px;
	background-image:url(images/leftPanel_br.png);
	background-position:0% 0%;
	font-size:0px;
}

/*************************Links*************************/
#leftPanel td.links a {
	font-family:Times New Roman, serif;
	display:block;
	text-align:left;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:0% 3px;
	height:13px;
	margin-bottom:5px;
	line-height:13px;
}
#leftPanel td.links a:link {
	color:black;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	background-image:none;
	text-align:left;
}
#leftPanel td.links a:visited {
	color:#333333;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	background-image:none;
	text-align:left;
}
#leftPanel td.links a:hover {
	color:black;
	font-size:14px;
	text-decoration:underline;
	font-weight:normal;
	background-image:url(images/over_item_mark.png);
	text-align:left;
}
#leftPanel td.links a:active {
	color:#ffde00;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	background-image:url(images/selected_item_mark.png);
	text-align:left;
}
#leftPanel td.links span.active {
	color:#ffde00;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	background-image:url(images/selected_item_mark.png);
	text-align:left;
	font-family:Times New Roman, serif;
	display:block;
	text-align:left;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:0% 3px;
	height:13px;
	margin-bottom:5px;
}
/***************************radio_frame***************************/
#leftPanel td.radio_frame a {
	font-family:Arial, sans-serif;
	font-size:14px;
	display:block;
	width:150px;
	text-align:right;
	color:black;
	margin-right:50px;
}
#leftPanel td.radio_frame a:link {
	text-decoration:none;
	font-weight:normal;
}
#leftPanel td.radio_frame a:visited {
	text-decoration:none;
	font-weight:normal;
}
#leftPanel td.radio_frame a:hover {
	text-decoration:underline;
	font-weight:normal;
}
#leftPanel td.radio_frame a:active {
	text-decoration:underline;
	font-weight:bold;
}