
/* ---------------------------------------------
	Standard classes
   --------------------------------------------- */

/* applies to the outer table of the submodule */
.FileManager1_SubModuleMain 
{
	background-color: white;
	width: 100%;
}

/* applies to the container */
.FileManager1_Container
{
	border: 2px solid gainsboro;
	/* width: 100%; */
}

/* applies to the container in edit mode */
.FileManager1_ContainerEdit
{
	border: 1px dashed gainsboro;
	/* width: 100%; */
}
.FileManager1_TextStandard
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 13px;
	font-weight: normal;
}
/* applies to file upload error message */
.FileManager1_TextStandardError
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 13px;
	font-weight: normal;
	color: red;
}
/* applies to the File Upload and the Permission panel headings */
.FileManager1_TextHeading
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
/* applies to all buttons */
.FileManager1_ButtonStandard
{
	background-image: url(../images/BtnBkgd2.gif);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: white;
	border: solid 1px #F0F0F0; 
	font-size: 12px;
	font-weight: bold;
	color: white;
}
/* applies to all text boxes */
.FileManager1_TextBoxStandard
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
	border-color: gray;
	border-width: 1px;
	border-style: outset;
}
/* applies to all checkboxes, however, color does not appear to render */
.FileManager1_CheckBoxStandard
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	/* background-color: #F0F0F0; */
}

/* ---------------------------------------------
	Panes
   --------------------------------------------- */

/* --------- tree pane ---------- */
.TreePane
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 10px;
	color: black;
	background-color: gainsboro;
	background-image: url(../images/FileManagerBackground.gif);
	background-repeat:repeat;
	border-right: solid 1px #006DA5;
	border-bottom: solid 0px #006DA5;
	border-left: solid 2px #006DA5;
	border-top: solid 2px #006DA5;
}
.TreePane a
{
	color: blue;
	font-size: 10px;
	text-decoration: none;
}
.TreePane a:hover
{
	text-decoration: underline;	
}
/* --------- file info pane ---------- */
.FileInfoPane
{
/*	background-image: url(../images/FileManagerInfoBackground.gif);
	background-repeat:repeat-x; 
	border-top: solid 2px navy;
	border-right: solid 2px navy;
	font-size: 10px;
	font-family: Verdana, Arial, MS Sans Serif;
	color: navy;
	background-color: #E2E2E2;
	padding: 3px;
*/
	font-size: 10px;
	font-family: Verdana, Arial, MS Sans Serif;
	color: white;
	background-color: #006DA5;
	padding: 3px;

}
.FileInfoPane a
{
	color: yellow;
	font-size: 10px;
	text-decoration: none;
}
.FileInfoPane a:hover
{
	text-decoration: underline;	
}
/* --------- file list pane ---------- */
.FileListPane
{
	font-family: Verdana;
	font-size: 11px;
	border-top: solid 2px #003852;
	border-left: solid 2px #003852;
	border-right: solid 2px #003852;
}
.FileListPane td
{
	font-family: Verdana;
	font-size: 11px;
}
.ListHeader
{
	background-color: #003852;
	color: White;
	font-weight: bold;
}
.FileListEven
{
	background-color: #D8E9F3;
}
.FileListOdd
{
	background-color: white;
}
/* --------- file operations pane ---------- */
.FileOperationsPane
{
	border-left: solid 2px #003852;
	border-right: solid 2px #003852;
	border-bottom: solid 2px #003852;
}
/* --------- file upload pane ---------- */
.FileUploadPane
{
/*	background-image: url(../images/FileManagerBackground.gif);
	background-repeat:repeat;
	background-color: gainsboro; 
	color: navy;*/
	background-color: #006DA5;
	color: White;
	font-size: 10px;
	font-family: Verdana, Arial, MS Sans Serif;
	border-top: solid 2px #003852;
	border-left: solid 2px #006DA5;
	border-right: solid 2px #006DA5;
	border-bottom: solid 2px #006DA5;
	
}
/* --------- permissions panels ---------- */
.EditFolderPermissionsMainCells
{
	font-size: 10px;
	font-family: Verdana, Arial, MS Sans Serif;
	color: white;
	background-color: #006DA5;
	border-top: solid 1px #006DA5;
	border-left: solid 2px #006DA5;
	border-right: solid 2px #006DA5;
	border-bottom: solid 2px #006DA5;	
}
.FileManager1_PermissionsHeading
{
	font-family: Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
