﻿#tdAdminTitle
{
	padding:0px 0px 0px 16px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

/* Left part */

#divLeftAdmin
{
	background:#d5dce8;
	width:400px;
	overflow:auto;
	float:left;
	height:750px;
}
/* Tree view */
.tvLeftStyle
{
	margin:10px 0px 0px 0px;
	padding:0px;	
}
.tvLeftNode
{
	font-size:11px;
	font-weight:bold;
	color:#393737;
	line-height:16px;
	text-decoration:underline !important;
}

.tvSelecedNode
{
	font-size:11px;
	font-weight:bold;
	color:white;
	background-color: #114da2;
	line-height:16px;
	text-decoration:none;	
}
.tvLeftNodeHover
{
	color:white;	
	background-color: #0b4da2;
}
/* //Tree view */

#tdAdminRight
{
	background:#f8f8f8 url(../images/right_bg.gif) repeat-y 0px 0px;
	
}
.button
{
	width:70px;	
	height:22px;
	line-height:10px;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	background: url(../images/btn_Image.gif) no-repeat 50% 50%;
	border:0px;
	cursor:pointer;
	text-align:center;
}
/* //Left part */
