
table.apptable td
{
	padding: 2px;
	border-bottom: 1px solid #646464;
}

table.apptable th
{
	height: 100%;
	background: url(images/tableheaderbg.png) 0px -33px;
	margin-left: 7px;
	text-align: left;
	color: #ffffff;

}

table.apptable  th.first
{
	background: url(images/tableheaderbg.png) no-repeat left top;
	margin-bottom: 10px;
}


table.apptable th.last
{
	background: url(images/tableheaderbg.png) 100% -33px;
	padding-right: 7px;
}


table.apptable th span
{
	height: 100%;
	background: url(images/tableheaderbg.png) 0px -33px;
	text-shadow: #646464 0px 2px;

	margin-left: 7px;
	display: block;
	height: 19px;
	padding-top: 4px;
	color: #ffffff;

}
th span a, th span a:hover
{
	color: #ffffff;
	text-decoration: none;
}

th.permcol
{
	text-align: center;
}

th.permcol span
{
	font-size: 9px;

}

th.first span
{
	font-size: 9px;
}

table.treenode
{
	border-bottom: 1px solid #cecece;
}

div.treeleaf
{
	border-bottom: 1px solid #cecece;
}

label.treeleaf
{
	margin-left: 15px;
	
}

label.treenode
{
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
}

label.collapse
{
	background: url(/images/icons/tree_collapse.gif) no-repeat 3px 0px;
	padding-left: 17px;
}

label.expand
{
	background: url(/images/icons/tree_expand.gif) no-repeat 3px 0px;
	padding-left: 17px;
}

.permcol
{
	width: 50px;
	text-align: center;
}

.apptable th
{
	color: #ffffff;
	
}

table.noline
{
	border: 0px;
}


div.foldermedium
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 180px;
	overflow: hidden;
}

.folderinfo a
{
	text-decoration: none;
}

.folderinfo a:hover
{
	text-decoration: underline;
}

.foldermedium .folderinfo
{
	float: left;
	padding-top: 10px;
	margin-left: 5px;
	font-family: Arial;
	font-size: 11px;
	text-transform: lowercase;
}

div.filemedium
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 180px;
	overflow: hidden;
}

.filemedium .fileinfo
{
	float: left;
	margin-left: 5px;
	color: #808080;
	font-family: Arial;
	font-size: 10px;
	
}
span.filename
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	
}

.fileicon, .foldericon
{
	float: left;
}

select.perm
{
	font-size: 10px;
}

.option_allow
{
	background: url(/images/icons/editor_check.gif) no-repeat;
	padding-left: 20px;
	font-size: 10px;
}

.option_deny
{
	background: url(/images/icons/editor_cross.gif) no-repeat;
	padding-left: 20px;
	font-size: 10px;
}

label.active a
{
	color: #ff0000;
}

img.permicon
{
	border: 1px solid #ffffff;
	cursor: pointer;
}

img.permicon_changed
{
	border: 1px dotted #7a7a7a;
	cursor: pointer;
}

.permlegend
{
	border: 1px dotted #949494;
	width: 160px;
}

td.first
{
	border-left: 1px solid #646464;
}

td.last
{
	border-right: 1px solid #646464;
}

td.apptablecell
{
	border-left: 1px solid #cecece;
	padding-left: 2px;
	border-bottom: 1px solid #cecece;
}