﻿#browser
{
	/* setup the default fonts/size */
	font-family:Calibri, Sans-Serif;
	font-size:12pt;
	width:1000px;
}

/* Tree Pane */
#browser .sidebar
{
	float:left;
	/* workaround for IE6 double margin float bug */
	display: inline;
	/* make room for the a border */
	margin:0px 0px 0px 6px;
    width:375px;
    border:solid 1px #fff;
	background-color:#fff;
}

#browser .sidebar .title
{
	background-color:#fff;
	border:solid 1px #9eb6ce;
	color:#1f3695;
	font-size:11pt;
	/* center the text vertically */
	height:20px;
	line-height:20px;
	/* indent it a little bit */
	padding:0px 0px 0px 4px;
}

#browser .sidebar .folders .tree
{
	border:none;
	height:500px;
	overflow:auto;
} 

#browser .sidebar .folders .tree IMG
{
	padding:0px 1px 0px 0px;
}

#browser .sidebar .folders .tree .node
{
	font-size:10pt;
	border:solid 1px #fff;
	padding:1px;
	color:#444;
}

#browser .sidebar .folders .tree TD.selected-node
{
	background-color:#ffffff;
	border-color:#99defd;
}

/* Content Pane */
#browser .content
{
    border:solid 1px #a7bac5;
	border-left:none;
	height:525px;
	background-color:#fff;
	overflow:auto;
	margin-right:6px;
} 
#browser .content .grid
{
	background-color:#fff;
	width:100%;
}
#browser .content .grid TH
{
	font-weight:normal;
	text-align:left;
	background-color:#fff;
	border-bottom:solid 1px #fff;
	color:#1f3695;
	font-size:11pt;
	/* center the text vertically */
	height:20px;
	line-height:20px;
	padding:0px 0px 0px 2px;    	
} 
#browser .content .grid TD
{
	font-size:10pt;
	padding:2px;
} 
#browser .content .grid TR:hover
{
	background-color:#f6fbfd;
}     
#browser .content .grid .name
{
	width:40%;
}
#browser .content .grid .icon
{
	text-align:center;
}                    

#browser .footer
{
	clear:both;
    border:solid 1px #000;
    border-top:none;    	
	height:47px;
	margin:0px 6px;
}

#browser .footer .details
{
	height:47px;
	padding-left:75px;
}

#browser .footer .details .folderinfo
{ 
	padding:6px 0px;
}

#browser .footer .details .folderinfo TABLE
{
	font-size:10pt;
	padding-top:4px;
}

#browser .footer .details .folderinfo TABLE TD.header
{
	color:#777;
	text-align:right;
}

#browser .footer .details .folderinfo TABLE TD
{
	color:#444;
	text-align:left;
	padding-left:4px;
}

#browser .lvHeader
{
	background-color:#ffffff;
	border:solid 1px #9eb6ce;
	color:#1f3695;
	font-size:11pt;
	/* center the text vertically */
	height:16px;
	line-height:16px;
	/* indent it a little bit */
	padding:0px 0px 0px 4px;
}

.heading
{
	background-color:#ffffff;
	border:solid 1px #9eb6ce;
	color:#1f3695;
	font-size:9pt;
	/* center the text vertically */
	height:16px;
	line-height:16px;
	/* indent it a little bit */
	padding:0px 0px 0px 0px;
}
.heading1
{
    background-color: #ffffff;
    color: #1f3695;
    font-size: 9pt; /* center the text vertically */
    height: 16px;
    width:300px;
    line-height: 16px; /* indent it a little bit */
    padding: 0px 0px 0px 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #9eb6ce;
    border-left-color: #9eb6ce;
}
.heading2
{
    background-color: #ffffff;
    width:150px;
    color: #1f3695;
    font-size: 9pt; /* center the text vertically */
    height: 16px;
    line-height: 16px; /* indent it a little bit */
    padding: 0px 0px 0px 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #9eb6ce;
    border-left-color: #9eb6ce;
}
.heading3
{
    background-color: #ffffff;
    width:75px;
    color: #1f3695;
    font-size: 9pt; /* center the text vertically */
    height: 16px;
    line-height: 16px; /* indent it a little bit */
    padding: 0px 0px 0px 4px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #9eb6ce;
    border-bottom-color: #9eb6ce;
    border-left-color: #9eb6ce;
}
