﻿/* general styles */
.RadTreeView_sf_blog_archive .rtUL { margin: 0px; padding: 0px; background-position:0 6px; }
.RadTreeView_sf_blog_archive ul li { padding-left: 5px; }

.RadTreeView_sf_blog_archive,
.RadTreeView_sf_blog_archive .rtEdit .rtIn input
{
	font:16px arial,verdana,sans-serif !important;
	color:#1e2426;
	line-height:1.273em;
}
.RadTreeView_sf_blog_archive .rtTop, 
.RadTreeView_sf_blog_archive .rtMid, 
.RadTreeView_sf_blog_archive .rtBot
{
	padding: 0 0 0 15px;
}
.RadTreeView_sf_blog_archive .rtUL .rtLI .rtUL 
{
	padding-left: 0px;
}
.RadTreeView_sf_blog_archive .rtLines .rtPlus, 
.RadTreeView_sf_blog_archive .rtLines .rtMinus
{
	margin: 6px 3px 0 -12px;
	width:9px;
	height:9px;
}
.RadTreeView_sf_blog_archive .rtLines .rtPlus, .RadTreeView_sf_blog_archive .rtLines .rtPlus:hover
{
	background: transparent url(TreeViewFiles/PlusMinus.gif) no-repeat 0 0;
}
.RadTreeView_sf_blog_archive .rtLines .rtMinus, .RadTreeView_sf_blog_archive .rtLines .rtMinus:hover
{
	background: transparent url(TreeViewFiles/PlusMinus.gif) no-repeat 0 -8px;
}
.RadTreeView_sf_blog_archive .rtSp
{
	height:20px;
}
.RadTreeView_sf_blog_archive .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}
.RadTreeView_sf_blog_archive .rtLines .rtIn,
.RadTreeView_sf_blog_archive .rtLines .rtHover .rtIn,
.RadTreeView_sf_blog_archive .rtLines .rtSelected .rtIn
{
	margin-left: 3px;
	padding: 2px 3px;
	text-decoration: none;
}
.RadTreeView_sf_blog_archive .rtLines .rtHover .rtIn,
.RadTreeView_sf_blog_archive .rtLines .rtSelected .rtIn
{
	border: 0;
}
/* endof general styles */
/* node states */
.RadTreeView_sf_blog_archive .rtHover .rtIn
{
	color: #07639a;		
}
.RadTreeView_sf_blog_archive .rtSelected .rtIn
{
	color:#fff;
  font-weight: bold;		
	padding-right: 5px;
}
.RadTreeView_SitefinityFiles_disabled .rtIn,
.RadTreeView_sf_blog_archive .rtDisabled .rtIn
{
	color:#ccc;
}
.RadTreeView_sf_blog_archive .rtSelected .rtLoadingBelow
{
	color: #333;
}
/* endof node states */
/* in-line editing */
.RadTreeView_sf_blog_archive .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}
.RadTreeView_sf_blog_archive .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}
/* endof in-line editing */
/* drop targets */
.rtDropAbove_SitefinityFiles,
.rtDropBelow_SitefinityFiles
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}
.rtDropAbove_SitefinityFiles
{
    border-bottom: 0;
}
.rtDropBelow_SitefinityFiles
{
    border-top: 0;
}
/* endof drop targets */
/* firefox */
.RadTreeView_SitefinityFiles_rtl .rtPlus,
.RadTreeView_SitefinityFiles_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}
* html .RadTreeView_SitefinityFiles_rtl .rtPlus,
* html .RadTreeView_SitefinityFiles_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}
*+html .RadTreeView_SitefinityFiles_rtl .rtPlus,
*+html .RadTreeView_SitefinityFiles_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}
.RadTreeView_SitefinityFiles_rtl .rtTop,
.RadTreeView_SitefinityFiles_rtl .rtMid, 
.RadTreeView_SitefinityFiles_rtl .rtBot
{
	padding: 0 15px 2px 0;
	margin:0;
}
/* endof rtl-specific styles */
/* hacks for Opera & Safari */
@media screen and (min-width:550px)
{
	/* fixes for opera (changes the paddings/margins automatically in rtl mode) */

	html:first-child .RadTreeView_SitefinityFiles_rtl .rtPlus,
	html:first-child .RadTreeView_SitefinityFiles_rtl .rtMinus,
	html:first-child .RadTreeView_SitefinityFiles_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_SitefinityFiles_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_SitefinityFiles_rtl .rtPlus,
	:root .RadTreeView_SitefinityFiles_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}
/* endof hacks */
