﻿li
{
	list-style: none;
}
.trash
{
	height: 48px;
	width: 800px;
	background-image: url(../Img/trash_30x30.png);
	background-repeat: no-repeat;
	margin-top: 50px;
}
.drag
{
	background-image: url(../Img/MMFolder_30x30.png);
}
.dragUp
{
	background-image: url(../Img/MMUp_24x24.png);
	cursor: pointer;
}
.hoverClass
{
	background: blue;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: relative;
}
.hoverClassTrash
{
	background: Red;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: relative;
}
.dragClass
{
	width: 65px;
	height: 12px;
	background: gray;
	padding: 10px;
	z-index: 1;
}
.dragFile
{
	vertical-align: middle;
}


#option-header
{
	height: 30px;
}

#browse-headerTop
{
	height: 50px;
	width: 800px;
	padding-left: 55px;
	border-bottom-color: #e5e5e5;
	border-top-color: #e5e5e5;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #f1f1f1;
	color: #444444;
}

#browse-header
{
	border-bottom-color: #6099e3;
	border-top-color: #6099e3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #f0f9ff;
	height: 30px;
	color: #6099e3;
	width: 800px;
	padding-left: 55px;
}

.column-header, .column-body
{
	float: left;
	margin: 8px 8px 8px 8px;
}

.column-headerTop
{
	float: left;
}

.Large
{
	width: 350px;
}
.marginTop
{
	margin-top: 12px;
}


#headModification
{
	text-align: right;
}

#browse-body li
{
	height: 30px;
	background-repeat: no-repeat;
	z-index: 1;
	border-bottom-color: #edf1f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 800px;
	padding-left: 55px;
	color: Gray;
}

#browse-body li a
{
	color: Gray;
}

#browse-body li:hover
{
	border-bottom-color: #6099e3;
	border-top-color: #6099e3;
	border-top-width: 1px;
	border-top-style: solid;
}

.browse-headerEdit
{
	width: 800px;
	padding-left: 55px;
	border-bottom-color: #785cb3;
	border-top-color: Black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #e3bbfe;
	padding-top: 10px;
	color: Purple;
	height: 200px;
}

.buttonStyle
{
	background-color: Purple;
	color: White;
	float: right;
}

.btnUp
{
	width: 100%;
	height: 50px;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: relative;
	left: -55px;
}


.subFolder
{
	background-color: #7FB4FF;
	padding: 0px 10px 0px 10px;
	color: white;
	text-decoration: none;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 15px #AAAAAA;
	box-shadow: 0 0 15px #AAAAAA;
	/*margin-left: 40px;*/
}

.SizeMax
{
	width:800px;
	max-height: 600px;
	_height: expression(this.scrollHeight>600?"600px":"auto");
	overflow: auto;
	overflow-x: hidden;
}

.FieldsetSizeMax
{
	height: 350px;
}

fieldset
{
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	position: relative;
	background: #F6F6F6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%);
	box-shadow: 3px 3px 10px #ccc;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	border: none;
}

fieldset a
{
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
}

fieldset a:hover
{
	text-decoration: underline;
}

fieldset:hover
{
	/*border:solid 1px gray;*/
	background-color: #f1f1f1;
}

legend
{
	left: 10px;
	top: -11px;
	background-color: #4f709f;
	padding: 0px 12px 0px 12px;
	color: white;
	position: absolute;
	border-radius: 4px;
	-moz-box-shadow: 0 0 15px #AAAAAA;
	box-shadow: 0 0 15px #AAAAAA;
	font-size: 12px;
}

legend a
{
	font-size: 12px;
}

.bntClose
{
	width: 100%;
	border: 1px solid;
	background-image: #F6F6F6;
}

#headerBar
{
	width: 80%;
	height: 30px;
	margin: 10px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
}

#headerBar li
{
	display: inline;
	margin-left: 20px;
}

.searchFile
{
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1), 0px 1px 0px rgba(255,255,255,0.25);
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	border: solid 1px gray;
	height: 20px;
	width: 550px;
	padding-left: 10px;
}

.MMPFont
{
	font-size: 12px;
	font-family: Verdana;
}

/* Autocomplete ----------------------------------*/
.ui-autocomplete
{
	position: absolute;
	cursor: default;
}
.ui-autocomplete-loading
{
	background: gray url('../Img/waiting.gif') right center no-repeat;
}
/* workarounds */* html .ui-autocomplete
{
	width: 1px;
}

.ui-menu
{
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	background-color:Silver;
	z-index:2;
	box-shadow: inset 0px 1px 2px Silver, 0px 1px 0px Silver;
	border-radius: 4px;
	border: solid 1px gray;
}

.ui-menu .ui-menu-item
{
	margin: 0;
	padding: 0;
	width: 100%;
	height:20px;
}

.ui-menu .ui-menu-item a
{
	text-decoration: none;
	display: block;	
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
{
	border: 1px solid #999999;
	background: #dadada;
}

.highlight 
{
	font-weight:bold;   
}

.searchFolder
{
	font-weight:bold;
	font-style:italic;
}

.searchDate
{
	padding-right:50px;
}

.viewAll
{
	text-align: right; 
	margin-top: 310px;	
}

.viewAll a
{
	Color:Red;
	text-decoration:none;	
}

.viewAll a:hover
{
	text-decoration:none;	
}