﻿.clear {
	clear: both;
	line-height: 0px !important;
	font-size: 0 !important;
	height: 0px !important;
	visibility: hidden;
}

body.EditDescription #Main {
	width:700px;
	margin:0px;
	background:none;
}

body.SetCategories
{
	padding: 0;
	margin: 0;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
}
body.SetCategories UL
{
	margin:0px;
	padding:0px;
}
body.SetCategories UL.SubCategorys
{
	margin:0px;
	padding:0px 0px 0px 13px;
}
body.SetCategories LI
{
	list-style:none;
}
body.SetCategories .Collapsed
{
	background:url("/Images/Live/Collapsed.gif") center left no-repeat;
}
body.SetCategories .Expanded
{
	background:url("/Images/Live/Expanded.gif") center left no-repeat;
}
body.SetCategories a
{
	color:#333;
	text-decoration:none;
	line-height:25px;
	height:25px;
	padding-left:13px;
}

body.Setting #PersonalView
{
	float:left;
	margin:0px 5px 0px 0px;
}

body.Setting #GroupView
{
	float:left;
	margin:0px 0px 0px 5px;
}

body.Setting .title
{
	font-size:0.8em;
	font-weight:bold;
}

body.Setting .List
{
	background:url("/Images/NewStyle/SmallTable_BG.gif") 0 0 no-repeat;
	width:288px;
	height:324px;
	cursor:default;
}

body.Setting .header ul,
body.Setting .body ul
{
	margin:0px;
	padding:0px;
}

body.Setting .header li,
body.Setting .body li
{
	float:left;
	margin:0px 0px 0px 5px;
	height:29px;
	vertical-align:middle;
	line-height:29px;
	font-size:0.8em;
	list-style:none;
}

body.Setting .body
{
	overflow:auto;
	height:294px;
	width:286px;
	margin:0px 1px;
}

body.Setting .body ul
{
	float:left;
}

body.Setting .header li.name
{
	background:url("/Images/NewStyle/SmallTable_Spliter.gif") right center no-repeat;
	width:135px;
}

body.Setting .header li.read,
body.Setting .header li.write
{
	background:url("/Images/NewStyle/SmallTable_Spliter.gif") right center no-repeat;
	width:35px;
}

body.Setting .header li.delete
{
	width:55px;
}

body.Setting DIV.AddAuthorized DIV.Personal
{
	float:left;
	margin:5px 5px 5px 0px;
	width:288px;
}

body.Setting DIV.AddAuthorized DIV.Group
{
	float:left;
	margin:5px 0px 5px 5px;
	width:288px;
}

body.Setting .UserTextBox,
body.Setting .GroupDropDownList
{
	width:110px;
}

body.Setting DIV.AddPanel Label
{
	font-size:0.8em;
}

body.Setting .AddButtonPanel
{
	text-align:right;
}

body.Setting .AddButtonPanel Input
{
	background:url("/Images/NewStyle/Button.gif") 0 0 no-repeat;
	border:none;
	width:82px;
	height:28px;
}

body.Setting .body .remove
{
	width:12px;
}

body.Setting .body .remove IMG
{
	margin:7px 0px;
	cursor: pointer;
}

body.Setting .body .name
{
	width:118px;
}

body.Setting .body li.read,
body.Setting .body li.write,
body.Setting .body li.delete
{
	width:35px;
}

body.Setting .body li.read IMG,
body.Setting .body li.write IMG,
body.Setting .body li.delete IMG
{
	margin:9px 0px 8px 6px;
	cursor: pointer;
	width:16px;
	height:12px;
}
input.checkedBtn {
	background:transparent url("/Images/NewStyle2/icon/icon_CheckedCheckBox.gif") left center no-repeat;
	height:23px;
	padding-left:27px;
	border:none;
	line-height:23px;
	vertical-align:middle;
}
input.uncheckedBtn {
	background:transparent url("/Images/NewStyle2/icon/icon_UncheckedCheckBox.gif") left center no-repeat;
	height:23px;
	padding-left:27px;
	border:none;
	line-height:23px;
	vertical-align:middle;
}
div.progress {
	background:White url("/Images/NewStyle2/icon/icon_Progress.gif") center center no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;	
}