/*************************/
/* DOCUMENTS             */
/*************************/

#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

.documentList a, .document
{
    padding: 0 0 2px 20px;
	background-image:url(images/extensions/default.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
}

.folder
{
	padding: 0 0 2px 20px;
	background-image: url(images/filemanager/folder.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.folderup
{
	padding: 0 0 2px 20px;
	background-image: url(images/filemanager/folderup.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
}


.bmpExtension
{
	background-image: url(images/extensions/bmp.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.docExtension, .docxExtension
{
	background-image: url(images/extensions/doc.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.gifExtension
{
	background-image: url(images/extensions/gif.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.htmExtension, .htmlExtension
{
	background-image: url(images/extensions/htm.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.jpgExtension, .jpegExtension
{
	background-image: url(images/extensions/jpg.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.mp3Extension
{
	background-image: url(images/extensions/mp3.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.mpgExtension
{
	background-image: url(images/extensions/mpg.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.pdfExtension
{
	background-image: url(images/extensions/pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.pngExtension
{
	background-image: url(images/extensions/png.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.pptExtension, .pptxExtension
{
	background-image: url(images/extensions/ppt.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.tifExtension, .tiffExtension
{
	background-image: url(images/extensions/tif.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.txtExtension
{
	background-image: url(images/extensions/txt.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.wavExtension
{
	background-image: url(images/extensions/wav.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.xlsExtension, .xlsxExtension
{
	background-image: url(images/extensions/xls.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}
.zipExtension
{
	background-image: url(images/extensions/zip.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	line-height: 1.4em;
}

/**********************************/
/*   File Manager                 */
/**********************************/

div.filemanager
{
}

.filetree
{
    margin-top:.6em;
    margin-bottom: 1em;
}

.filetree td
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.filetree td a
{
    padding:.1em .2em;
}

.filetree td.selectednode a
{
    font-weight:bold;
}

/**********************************/
/*   File Manager Control         */
/**********************************/
div.filemanagercontrol
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.filemanagercontrol h1, div.filemanagercontrol h2, div.filemanagercontrol h3, div.filemanagercontrol h4
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
div.filemanagercontrol h1
{
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0;
	margin: 0.3em 0em 0.2em 0em;
}
div.filemanagercontrol h2
{
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	padding: 0;
	margin: 0.2em 0em;
}
div.filemanagercontrol h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0em;
}
div.filemanagercontrol h4
{
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	margin: 0.4em 0em;
}

div.filemanagercontrol p
{
	margin: 0.3em 0em 0.4em 0;
}
div.filemanagercontrol fieldset
{
	margin: -0.5em 0.8em 1em 0.2em;
}
div.filemanagercontrol label
{
	display: block;
	padding-top: 0.3em;
	float: left;
	width: 7em;
}


div.filemanagercontrol .toolbar
{
	background: url(images/filemanager/toolbarbg.png) no-repeat;
	padding: 7px;
}
div.filemanagercontrol .toolbarbuttonarea
{
	overflow: hidden;
	width: 100%;
	padding-bottom: 0.1em;
	clear: both;
	text-align: center;
}

div.filemanagercontrol .toolbarbuttonsectionleft, div.filemanagercontrol .toolbarbuttonsectionright, div.filemanagercontrol div.toolbarbuttonsectionmiddle
{
	overflow: hidden;
	float: left;
	width: 32%;
}

div.filemanagercontrol .toolbarbuttonsectionleft
{
	padding-right: 0.3em;
	margin-right: 0.3em;
	border-right: dotted 1px #aaa;
	}

div.filemanagercontrol .toolbarbuttonsectionright
{
	padding-left: 0.3em;
	margin-left: 0.3em;
	border-left: dotted 1px #aaa;
	}
	
div.filemanagercontrol .toolbarbuttonsectionmiddle
{
	}
	
div.filemanagercontrol .buttonpair
{
    display: inline-block;
	}

div.filemanagercontrol .toolbarmessage
{
	margin-left: 0.4em;
	color: #ff6600;
}

div.filemanagercontrol .crumbs
{
	color: #006ea0;
	font-size: 0.9em;
	background: url(images/filemanager/toolbarcrumbsbg.png) no-repeat;
	padding: 0.3em;
	padding-left: 1.1em;
}

div.filemanagercontrol .validator ul
{
	list-style-type:none;
	list-style-image: none;
    margin: 0;
    margin-left: 0.4em;
    padding: 0;
    font-weight: bold;
    font-size: 0.9em;
}

div.filemanagercontrol .body
{
	border: 1px solid #DCDCDC;
	min-height: 400px;
	overflow: hidden;
}

div.filemanagercontrol .body .leftpanel, div.filemanagercontrol .body .rightpanel
{
	overflow: auto;
	padding-top: 0.7em;
}
div.filemanagercontrol .body .leftpanel
{
	float:left;
	width:23%;
	border-right: 1px solid #DCDCDC;
}
div.filemanagercontrol .body .rightpanel
{
	width:100%;
}

div.filemanagercontrol a
{
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	}

div.filemanagercontrol .toolbar a
{
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	min-width: 3.8em;
	max-width: 5.2em;
}

* html div.filemanagercontrol .toolbar a
{
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	width: 4.1em;
}

/* --------------- */
/* ToolBar BUTTONS */
/* --------------- */

div.filemanagercontrol .toolbar a[disabled="disabled"], div.filemanagercontrol .toolbar a:hover.addfile_dis, div.filemanagercontrol .toolbar a:hover.addfolder_dis, div.filemanagercontrol .toolbar a:hover.copy_dis, div.filemanagercontrol .toolbar a:hover.cut_dis, div.filemanagercontrol .toolbar a:hover.checkin_dis, div.filemanagercontrol .toolbar a:hover.checkout_dis, div.filemanagercontrol .toolbar a:hover.undocheckout_dis, div.filemanagercontrol .toolbar a:hover.delete_dis, div.filemanagercontrol .toolbar a:hover.details_dis, div.filemanagercontrol .toolbar a:hover.paste_dis, div.filemanagercontrol .toolbar a:hover.rename_dis, div.filemanagercontrol .toolbar a:hover.version_dis
{
	color: #888;
	text-decoration: none;
	border: 0;
}

.toolbar a.addfile_dis, .toolbar a.addfolder_dis, .toolbar a.copy_dis, .toolbar a.cut_dis, .toolbar a.checkin_dis, .toolbar a.checkout_dis, .toolbar a.undocheckout_dis, .toolbar a.delete_dis, .toolbar a.details_dis, .toolbar a.paste_dis, .toolbar a.rename_dis, .toolbar a.version_dis
{
	color: #888;
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	padding-top: 18px;
	margin: 0 0.4em;
	text-decoration: none;
	border: 0;
}

div.filemanagercontrol a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #888;
	background-color: transparent;
}

.toolbar a.addfile, .toolbar a.addfolder, .toolbar a.copy, .toolbar a.cut, .toolbar a.checkin, .toolbar a.checkout, .toolbar a.undocheckout, .toolbar a.delete, .toolbar a.details, .toolbar a.paste, .toolbar a.rename, .toolbar a.version
{
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	padding-top: 18px;
	margin: 0 0.4em;
	color: #000;
	border: 0;
}

* html .toolbar a
{
	letter-spacing: -0.1em;
    }

div.filemanagercontrol .toolbar a:hover
{
	color: #ff6600;
	background-color: Transparent;
	text-decoration: none;
	border: 0;
}


div.filemanagercontrol a.addfile
{
	background-image: url(images/filemanager/buttonaddfile_off.png);
}
div.filemanagercontrol a.addfolder
{
	background-image: url(images/filemanager/buttonaddfolder_off.png);
}
div.filemanagercontrol a.copy
{
	background-image: url(images/filemanager/buttoncopy_off.png);
}
div.filemanagercontrol a.cut
{
	background-image: url(images/filemanager/buttoncut_off.png);
}
div.filemanagercontrol a.checkin
{
	background-image: url(images/filemanager/buttoncheckin_off.png);
}
div.filemanagercontrol a.checkout
{
	background-image: url(images/filemanager/buttoncheckout_off.png);
}
div.filemanagercontrol a.undocheckout
{
	background-image: url(images/filemanager/buttonundocheckout_off.png);
}
div.filemanagercontrol a.delete
{
	background-image: url(images/filemanager/buttondelete_off.png);
}
div.filemanagercontrol a.details
{
	background-image: url(images/filemanager/buttondetails_off.png);
}
div.filemanagercontrol a.paste
{
	background-image: url(images/filemanager/buttonpaste_off.png);
}
div.filemanagercontrol a.rename
{
	background-image: url(images/filemanager/buttonrename_off.png);
}
div.filemanagercontrol a.view
{
	background-image: url(images/filemanager/buttonview_off.png);
}
div.filemanagercontrol a.version
{
	background-image: url(images/filemanager/buttonversion_off.png);
}
div.filemanagercontrol a:hover.addfile
{
	background-image: url(images/filemanager/buttonaddfile_on.png);
}
div.filemanagercontrol a:hover.addfolder
{
	background-image: url(images/filemanager/buttonaddfolder_on.png);
}
div.filemanagercontrol a:hover.copy
{
	background-image: url(images/filemanager/buttoncopy_on.png);
}
div.filemanagercontrol a:hover.cut
{
	background-image: url(images/filemanager/buttoncut_on.png);
}
div.filemanagercontrol a:hover.checkin
{
	background-image: url(images/filemanager/buttoncheckin_on.png);
}
div.filemanagercontrol a:hover.checkout
{
	background-image: url(images/filemanager/buttoncheckout_on.png);
}
div.filemanagercontrol a:hover.undocheckout
{
	background-image: url(images/filemanager/buttonundocheckout_on.png);
}
div.filemanagercontrol a:hover.delete
{
	background-image: url(images/filemanager/buttondelete_on.png);
}
div.filemanagercontrol a:hover.details
{
	background-image: url(images/filemanager/buttondetails_on.png);
}
div.filemanagercontrol a:hover.paste
{
	background-image: url(images/filemanager/buttonpaste_on.png);
}
div.filemanagercontrol a:hover.rename
{
	background-image: url(images/filemanager/buttonrename_on.png);
}
div.filemanagercontrol a:hover.view
{
	background-image: url(images/filemanager/buttonview_on.png);
}
div.filemanagercontrol a:hover.version
{
	background-image: url(images/filemanager/buttonversion_on.png);
}


div.filemanagercontrol a.addfile_dis
{
	background-image: url(images/filemanager/buttonaddfile_dis.png);
}
div.filemanagercontrol a.addfolder_dis
{
	background-image: url(images/filemanager/buttonaddfolder_dis.png);
}
div.filemanagercontrol a.copy_dis
{
	background-image: url(images/filemanager/buttoncopy_dis.png);
}
div.filemanagercontrol a.cut_dis
{
	background-image: url(images/filemanager/buttoncut_dis.png);
}
div.filemanagercontrol a.checkin_dis
{
	background-image: url(images/filemanager/buttoncheckin_dis.png);
}
div.filemanagercontrol a.checkout_dis
{
	background-image: url(images/filemanager/buttoncheckout_dis.png);
}
div.filemanagercontrol a.undocheckout_dis
{
	background-image: url(images/filemanager/buttonundocheckout_dis.png);
}
div.filemanagercontrol a.delete_dis
{
	background-image: url(images/filemanager/buttondelete_dis.png);
}
div.filemanagercontrol a.details_dis
{
	background-image: url(images/filemanager/buttondetails_dis.png);
}
div.filemanagercontrol a.paste_dis
{
	background-image: url(images/filemanager/buttonpaste_dis.png);
}
div.filemanagercontrol a.rename_dis
{
	background-image: url(images/filemanager/buttonrename_dis.png);
}
div.filemanagercontrol a.view_dis
{
	background-image: url(images/filemanager/buttonview_dis.png);
}
div.filemanagercontrol a.version_dis
{
	background-image: url(images/filemanager/buttonversion_dis.png);
}

div.filemanagercontrol ul.folderlist
{
    list-style-type:none;
	list-style-image: none;
    margin: 0em 0 0 0.8em;
    padding: 0;
}
div.filemanagercontrol ul.folderlist li
{
	background-image: url(images/filemanager/folder.png);
	background-repeat: no-repeat;
	padding-left: 1.7em;
}
div.filemanagercontrol ul.folderlist li.parent
{
	background-image: url(images/filemanager/folderup.png);
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

div.filemanagercontrol table.fileList
{
	width: 98%;
	border-collapse: collapse;
	margin: 0;
}

div.filemanagercontrol table.fileList tr.selected
{
	background-color: #eee;
}

div.filemanagercontrol .fileList th
{
    border-bottom: 1px solid #DCDCDC;
    padding: 0 1em 0.3em 1em;
}

div.filemanagercontrol .fileList th a, div.filemanagercontrol .crumbs a
{
	border-bottom: dotted 1px #888;
}

div.filemanagercontrol .fileList th a:hover, div.filemanagercontrol .crumbs a:hover
{
	border-bottom: none;
}

div.filemanagercontrol .fileList td
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    padding-top: 0.3em;
    padding-right:15px;
}

div.filemanagercontrol .fileList td a
{
	padding: 3px 0 2px 20px;
	line-height: 1.4em;
}
div.filemanagercontrol ul.documentList
{
	list-style-type:none;
	list-style-image: none;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    padding-top: 0.3em;
}

/* File summary css styling */
/* Applied to override what is in the filesummary.config */
div.filemanagercontrol fieldset.editfilesummary
{
}

div.filemanagercontrol .editfilesummary p
{
	padding-left: 20.3em;
}
div.filemanagercontrol fieldset.editfilesummary fieldset
{
	margin-top: 0.2em;
}
div.filemanagercontrol fieldset.editfilesummary label
{
	float:none;
	display: inline;
	width: auto;
}
div.filemanagercontrol fieldset.editfilesummary td
{
	vertical-align: top;
	padding-top: 0.3em;
	width: 20em;
}

div.filemanagercontrol fieldset.editfilesummary a
{
	cursor: text;
	text-decoration: none;
	color: #606060;
}

div.filemanagercontrol fieldset.editfilesummary a:hover
{
	background: none;
}

.sort 
{
	padding: 0 0 2px 14px; 
	line-height: 1.2em;
}

.Ascending 
{
	background-image: url(images/Filemanager/ascending.png); 
	background-repeat: no-repeat; 
	background-position: left;
	padding: 0 0 2px 14px; 
	line-height: 1.2em;
}
.Descending 
{
	background-image: url(images/Filemanager/descending.png); 
	background-repeat: no-repeat; 
	background-position: left;
	padding: 0 0 2px 14px; 
	line-height: 1.2em;
}

