div#shadow
{
	z-index: 999;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	position: absolute;
	top: 0pt;
	left: 0pt;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div.dialog
{
	position: absolute;
}

div.dialog a
{
	color: #e58712;
}

div.dialog a:hover
{
	color: #6aaf18;
}

div.dialog #dlgheader
{
	height: 56px;
	background:url(../img/dlg_header_l.gif) no-repeat 0 0;
	margin-right: 10px;
}

div.dialog #dlgheader h2
{
	height: 56px;
	line-height: 56px;
	color: #41612c;
	font-size: 14pt;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin-right: -10px;
	background:url(../img/dlg_header_r.png) no-repeat 100% 0;
}

div.dialog #dlgdata, div.dialog #dlgbuttons
{
	border-left: 1px solid #233F10;
	border-right: 1px solid #233F10;
	background-color: white;
	font-size: 10pt;
	padding: 10px;
}

div.dialog #dlgdata p
{
	margin: 0;
	padding: 5px 0;
	font-weight: 500;
}

div.dialog #dlgbuttons
{
	border-top: 1px solid rgb(230, 230, 230);
	height: 24px;
	padding-bottom: 5px;
}

div.dialog #dlgbuttons input.button
{
	width: 100px;
	margin: 4px;
}

div.dialog #dlgfooter
{
	height: 14px;
	background:url(../img/dlg_footer_r.gif) no-repeat 100% 0;
}

div.dialog #dlgfooter span
{
	display: block;
	height: 14px;
	margin-right: 29px;
	background:url(../img/dlg_footer_l.gif) no-repeat 0 0;
}

/* Upload dialog */

div.dialog #upload_files_list
{
	margin-top: 15px;
	width: 100%;
	height: 120px;
	border: solid #ddd 1px;
	overflow: auto;
	overflow-y: scroll;
	margin-left: auto;
	margin-right: auto;
}

div.dialog #upload_files_list div.line
{
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	width: 100%;
	border-bottom: solid #D8EBF5 1px;
}

div.dialog #upload_files_list div.line span
{
	float: left;
	height: 31px;
	line-height: 31px;
	width: 300px;
	font-size: 12px;
	padding-left: 10px;
}

div.dialog #upload_files_list div.line a
{
	background: none;
}

div.dialog #upload_files_list div.line a img
{	
	margin-top: 8px;
	border: 0;
}

/* Progress dialog */

div.dialog div.progressbar
{
	width: 320px;
	height: 20px;
	margin: 0.5em auto 0.5em auto;
	border: 1px solid #BDEC82;
}

div.dialog div.progressbar div.progress_status
{
	background-color: #EDF7C2;
	width: 0px;
	height: 20px;
}

div.dialog div.progressbar div.progress_text
{
	position: absolute;
	width: 320px;
	height: 20px;
	text-align: center;
	z-index: 2;
}

div.dialog div.status_text
{
	font-size: 0.9em;
	padding: 2px;
}


/* Select folder */

div.dialog #select_folder_list
{
	width: 95%;
	height: 220px;
	border: solid #ddd 1px;
	overflow: auto;
	overflow-y: scroll;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

div.dialog #select_folder_list ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.dialog #select_folder_list li
{
	background: url(/skins/default/img/icons/folder_small.gif) 0 0 no-repeat;
	padding-left: 22px;
	text-decoration: none;
}

div.dialog #select_folder_list li.selected
{
	border: 1px solid green;
}

div.dialog #select_folder_list ul ul
{
	margin-left: 22px;
}

div.dialog #select_folder_list li.hover
{
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

/* User list */

div.dialog #user_list_desc
{
	margin: 0;
	font-weight: bold;
}

div.dialog #user_list_desc div#email
{
	float: left;
	margin-left: 10px;
	width: 280px;
}

div.dialog #user_list
{
	width: 408px;
	height: 160px;
	border: solid #ddd 1px;
	overflow: auto;
	overflow-y: scroll;
	margin-left: auto;
	margin-right: auto;
}

div.dialog #user_list div.line
{
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-bottom: solid #D8EBF5 1px;
}

div.dialog #user_list div.line div
{
	float: left;
	height: 40px;
	line-height: 20px;
	width: 280px;
	font-size: 14px;
	padding-left: 10px;
}

div.dialog #user_list div.line select
{
	float: left;
	margin-top: 6px;
	width: 50px;
}

div.dialog #user_list div.line a
{
	background: none;
}

div.dialog #user_list div.line a img
{	
	float: left;
	margin-left: 12px;
	margin-top: 9px;
}

/* User list */

div.dialog #file_list
{
	width: 450px;
	height: 210px;
	border: solid #ddd 1px;
	overflow: auto;
	overflow-y: scroll;
	margin-left: auto;
	margin-right: auto;
}

div.dialog #file_list div.line
{
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-bottom: solid #D8EBF5 1px;
	color: black;
}

div.dialog #file_list a:hover div.line
{
	background-color: #f0ebd5;
}

div.dialog #file_list div.line div.file
{
	float: left;
	height: 30px;
	line-height: 30px;
	width: 320px;
	font-size: 14px;
	padding-left: 10px;
}

div.dialog #file_list div.line div.size
{
	float: left;
	height: 30px;
	line-height: 30px;
	width: 86px;
	font-size: 12px;
	padding: 0 6px;
	text-align: right;
}
