/**
 * webtrees: online genealogy
 * Copyright (C) 2016 webtrees development team
 * Copyright (C) 2016 JustCarmen
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */


#content .tv_out {
	border: none;
	background-color: #FCDE97;
	width:100%;
}

#content #tree-title {
	color: #272727;
}

#content .charts_block #tree-title {
	display: none;
}

#content #tv_tree div.tv_box img.tv_treelink {
	height: 25px;
	width: 25px;
}

/* Person or couple(s) box style */
#content #tv_tree div.tv_box {
	border: thin outset #6f2f00;
	border-radius: 0;
	box-shadow: 1px 1px 2px #cfcf8f;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cfcf8f,offX=1,offY=1,positive=true);
}

#content #tv_tree div.tv_box div.tvM {
	font-family: Times new Roman, Times, serif;
	font-size: 120%;
	border-radius: 0;
	background: url(images/tree_bg_soft.png) repeat;
	color: #272727;
}

#content #tv_tree div.tv_box div.tvF {
	font-family: Times new Roman, Times, serif;
	font-size: 120%;
	border-radius: 0;
	background: url(images/tree_bg_glass.png) repeat;
	color: #272727;
}

#content #tv_tree div.tv_box div.tvU {
	font-family: Times new Roman, Times, serif;
	font-size: 120%;
	border-radius: 0;
	background: #FCDE97;
	color: #272727;
	padding:0 4px;
}

#content #tv_tree div.tv_box div.tv_person_expanded a {
	color: #272727;
	text-decoration: underline;
}

/* horizontal and vertical lines color */
#content #tv_tree div.tv_vline,#tv_tree div.tv_hline {
	background-color: #272727;
}

#content #tv_tree table.tv_tree td.tv_vline_h {
	background-image: url(images/tree_vline.jpg);
}

#content #tv_tree table.tv_tree td.tv_vline_t {
	background-image: url(images/tree_vline_t.gif);
}

#content #tv_tree table.tv_tree td.tv_vline_b {
	background-image: url(images/tree_vline_b.gif);
}