﻿
/**********************************/
body
{
}



/********************************** MIDDLE PART *********************************/
#div_middle
{
	position: relative;
	float: left;
	width: 960px;
    min-height: 170px;
    /*background: Orange;*/
}


/***************************** FILTER PART *******************************/
#div_TVG_NodeSearch
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 957px;
	height: 30px;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #EFEFEF url('../images/guide/guide.png') no-repeat left;
	border: solid 1px #EFEFEF;
	box-shadow: 0px 0px 2px rgba(90,90,90,0.3);
}
.Label_Title
{
	position: relative;
	float: left;
	left: 47px;
	top: -3px;
	width: 130px;
	height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #684A04;
	/*background: Violet;*/
}
.Label_TVG_NS_Title
{
	position: relative;
	float: left;
	width: 60px;
	margin: 7px 5px 0px 57px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	color: Gray;
}
.TextBox_TVG_NS
{
	position: relative;
    float: left;
    height: 28px;
    width: 518px !important;
    width: 514px;
    font-size: 14px;
    border: solid 1px #C8D6FF;
}
#div_TVG_NodeSearch a
{
	top: 3px;
}
.Button_TVG_NS_RemoveFilter
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
	background: url('../images/guide/clear-field.png') no-repeat center;
	border: none; border: 0;
}
.Button_TVG_NS
{
	position: relative;
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 10px;
}


/******************************* TREEVIEW GUIDE PART *******************************/
#div_TreeView_Guide
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 333px;
	height: 360px;
	background: White;
	border: solid 1px #C8D6FF;
	overflow: auto;
}
.TreeView_Guide
{
	position: relative;
	float: left;
	/*width: 326px;*/
	min-height: 336px;
	margin: 4px 2px 2px 4px;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
	outline: none; outline: 0;
}
.TreeView_Guide:focus
{
	outline: none; outline: 0;
	border: 0; border: none;
}

#div_ViewGuideActs
{
	position: relative;
	float: left;
	margin-top: -41px;
	width: 335px;
	height: 40px;
	/*background: pink;*/
}
.Button_ViewGuideActs
{
	position: relative;
	/*float: left;*/
	width: 200px;
	height: 30px;
	margin-top: 11px;
	/*font-weight: bold;*/
	color: #211701;
	text-shadow: 0 0px 0 #4C0021;
}


/******************************* GRIDVIEW GUIDE PART *******************************/
#div_GVG_Title
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 615px;
	height: 34px;
	margin: 1px 0px 10px 10px;
	text-align: left;
	background: #E5EEFF;
	box-shadow: 0px 0px 2px rgba(90,90,90,0.3);
}
.span_GroupTitle, .span_ChildTitle
{
	position: relative;
	float: left;
	width: 99%;
	height: 14px;
	margin: 2px 0.5% 0 0.5%;
	font-size: 11px;
	font-weight: bold;
}
.span_ChildTitle
{
	margin: 0px 0.5% 0 0.5%;
}
#div_GridViewGuide
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 613px;
	height: 355px;
	margin-left: 10px;
	border: solid 1px #C8D6FF;
	overflow: auto;
}
.GridViewGuide
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
    width: 100%;
    text-align: left;
    background: White;
}