﻿
/**********************************/
body
{
}



/**********************************-------------- MIDDLE PART --------------*********************************/
#div_middle
{
	position: relative;
	float: left;
	width: 960px;
    min-height: 170px;
    /*background: Orange;*/
}


/***************************** FILTER PART *******************************/
#div_TVD_NodeSearch
{
	position: relative;
	border-radius: 5px;
	float: left;
	width: 957px;
	height: 30px;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #EFEFEF url('../images/dictionary/dictionary.png') no-repeat left;
	border: solid 1px #EFEFEF;
}
.Label_Title
{
	position: relative;
	float: left;
	left: 67px;
	top: 0px;
	width: 230px;
	height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #684A04;
	/*background: Violet;*/
}
.Label_TVD_NS_Title
{
	position: relative;
	float: left;
	width: 60px;
	margin: 7px 5px 0px 97px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	color: Gray;
}
.TextBox_TVD_NS
{
	position: relative;
    float: left;
    height: 28px;
    width: 378px !important;/*573px;*/
    width: 374px;
    font-size: 14px;
    border: solid 1px #C8D6FF;
}
#div_TVD_NodeSearch a
{
	top: 3px;
}
.Button_TVD_NS_RemoveFilter
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
	background: url('../images/dictionary/clear-field.png') no-repeat center;
	border: none; border: 0;
}
.Button_TVD_NS
{
	position: relative;
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 10px;
}


/************************* LETTERS PART FOR TVD AS BUTTONS ***************************/
#div_DW_Count
{
	position: relative;
	border-radius: 2px;
	border-top-left-radius: 7px;
	float: left;
	width: 68px;
	margin: 0 0 5px 4px;
	padding: 5px 0;
	line-height: 12px;
	box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75) inset;
}
.span_DW_Count
{
	position: relative;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: Red;
}
.span_DW_Count_Title
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	word-break: break-all;
}

#div_Letters
{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 74px;
	height: 400px;
	/*background: red;*/
	/*border: solid 1px #EFEFEF;*/
}
.LetterButton
{
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 0px 4px 4px;
	font-size: 10px;
	font-weight: bold;
}


/***************************** TREEVIEW DICTIONARY PART *******************************/
#div_TreeView_Dictionary
{
	position: relative;
	border-radius: 5px;
	float: left;
	width: 333px;
	height: 400px;
	margin-left: 5px;
	background: White;
	border: solid 1px #C8D6FF;
}
.TreeView_Dictionary
{
	position: relative;
	float: left;
	width: 326px;
	height: 393px;
	margin: 5px 2px 2px 5px;
	text-align: left;
	font-size: 11px;
	overflow: auto;
}
.TreeView_Dictionary img
{
	display: none;
}

.div_UpdateProgress
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	vertical-align: middle;
	text-align: center;
	cursor: wait;
    background: #F6F8FA;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 999;
}
.img_UpdateProgress
{
	position: absolute;
	top: 47%;
	left: 140px;
	z-index: 1000;
}


/***************************** DICTIONARY DEFINITION PART *******************************/
#div_Definition
{
	position: relative;
	border-radius: 5px;
	float: left;
	width: 533px;
	height: 300px;
	margin-left: 10px;
	background: White;
	border: solid 1px #C8D6FF;
}
#div_ActTitle
{
	position: relative;
	border-top-left-radius: 4px; border-top-right-radius: 4px;
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	background: url('../images/com/popup-header.png'); /*#C8D6FF; /*Silver;*/
}
.Label_ActTitle
{
	position: relative;
	top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #EFEFEF;
}
#div_ActText
{
	position: relative;
	border-radius: 5px;
	width: 100%;
	height: 280px;
/*	font-family: Arm Mono, ifont;*/
	font-size: 13px;
	text-align: left;
	background: White;
	overflow: auto;
	-webkit-overflow-scrolling: touch; /*for iPad*/
}
.tablestyle
{
	/*width: 100%;*/
}
@font-face { font-family: ifont; src: url('../fonts/arm_mono.ttf'); }
#div_DefLinks
{
	position: relative;
	border-radius: 5px;
	float: left;
	width: 514px;
	height: 70px;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	background: #E5EEFF; /*#DDEAFF;*/
	/*border: solid 1px #BFE2FF;*/
}
#div_ImgStatus
{
	position: relative;
	float: left;
	width: 20px;
	height: 100%;
	/*background: Pink;*/
}
#img_Status
{
	position: relative;
	float: left;
}
#div_LinkInfo
{
	position: relative;
	float: left;
	width: 487px;
	margin-left: 6px;
	/*background: Red;*/
}
.HyperLink_DefLink
{
	position: relative;
	float: left;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
.HyperLink_DefLink:hover
{
	text-decoration: underline;
}
.Label_DefLink_Info
{
	position: relative;
	float: left;
	font-size: 10px;
	color: Green;
}