/* Default CSS Stylesheet for a new Web Application project */

/* Style for the body. */
BODY
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/* Style for forms. Forces default settings equal across browsers.*/
FORM
{
	padding : 5px;
}

/*********************************
Styles for task pane menus.
**********************************/

/* Style for task pane menu names. */	
.MFTaskPaneMenuName
{  	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	text-decoration: none;	
}

/* Style for task pane menu items and links. */	
.MFTaskPaneMenuItem, .MFTaskPaneMenuItem A:link, .MFTaskPaneMenuItem A:active, .MFTaskPaneMenuItem A:visited
{  	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: white;
	text-decoration: none;	
}

/* Style for menu links. */
.MFTaskPaneMenuItem A:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: white;
	background-color:#9DCEB3;
	text-decoration: none;	
}

/*********************************
Styles for listing pane items.
**********************************/

/* Style for the listing icons in listing pane (plus icon, relationshin icon etc.) */
.MFListingIcons
{  	
	vertical-align: middle;
	text-align: left;
}

/* Style for object and file icon in listing pane. */	
.MFObjectIcon
{  		
	padding-right: 2px;
	vertical-align: middle;
	text-align: left;	
}

/* Style for listing columns. */
.MFListCols
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;	
	color: black;
	padding-right: 5px;
	vertical-align: middle;
}

/* Style for object name links. */
.MFObj, .MFObj A:link, .MFObj A:active, .MFObj A:visited, .MFObj A:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	text-decoration: none;
	text-align: left;	
}

/* Style for object name links when selected. */
.MFObjSel, .MFObjSel A:link, .MFObjSel A:active, .MFObjSel A:visited, .MFObjSel A:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #ccddee;	
	color: black;
	text-decoration: none;
	text-align: left;
}

/* Style for the link after object or file name in listing pane. */
.MFOpenLink, .MFOpenLink A:link, .MFOpenLink A:active, .MFOpenLink A:visited, .MFOpenLink A:hover
{  
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: blue;
}

/* Info texts and column names in listing use this style. */
.MFListingHeader, .MFListingHeader A:link, .MFListingHeader A:active, .MFListingHeader A:visited, .MFListingHeader A:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #d4d0c8;
	color: #000000;
	white-space : nowrap;
	text-align: left;			
	vertical-align: middle;
	text-decoration: none;
}

/*********************************
Styles for property pane items.
**********************************/

/* Style for the object properties in the property pane. */
.MFPropPaneTextBlack
{  	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;	
}

/* Style for the object properties in the property pane. */
.MFPropPaneTextGray
{  	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: gray;	
}

/*********************************
Styles for explorer.aspx items
**********************************/
.MFFormExplorer
{
	padding : 0px;
}

/*********************************
Styles for edit object properties dialog.
**********************************/

/* Style for edit object texts. */
.MFEditText
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
}

.MFEditTextReadOnly
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	background-color :Silver;
}

/* Style for edit drop down lists. */
.MFEditDropDown
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 320px;
}

/* Style for normal edit text boxes. */
.MFEditTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 320px;
}

/* Style for read-only edit text boxes. */
.MFEditTextBoxReadOnly
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 320px;
	background-color :Silver;
}

/* Style for short edit text boxes. */
.MFEditTextBoxShort
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 150px;	
}

/* Style for short read-onlyedit text boxes. */
.MFEditTextBoxShortReadOnly
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 150px;
	background-color : Silver;
}

/* Style for texts. */
.MFEditSourceFile
{
	margin-left : 5px;
}

/* Style for controls in the edit properties window. 
.MFEditPropsControl
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: black;
}
*/

/*********************************
Styles for other items.
**********************************/

/* Style for texts. */
.MFText
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : 0px;
	padding : 0px;	
}

/* Style for texts. */
.MFTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: black;
	font-weight : 600;
	margin : 0px;
	margin-bottom : 13px;	
	display : block;
}


/* Style for normal buttons. */
.MFBtn
{
	width: 88px;
}

/* Style for normal text box. */
.MFTxtBox
{
	width: 200px;
}

/* Style for normal drop down lists. */
.MFDropDown
{
	width: 300px;
}

/* Style for normal list box. */
.MFListBox
{
	width: 270px;
}

.MFNewDocumentBody
{
	background-color :#e0edee;		
}

/*********************************
Styles for NewDocument page.
**********************************/

/* Style for file upload controls. */
.MFNewDocumentIntroduction
{		
	font-size : 15pt;
}

/*********************************
Styles for FileUpload control.
**********************************/

/* Style for file upload controls. */
.MFFileUpload
{		
    width: 100%;    
    margin : 0px;
}

/* Style for file upload controls. */
.MFFileUploadFireFox
{		 		
    float : right;
    margin : 0px;    
}


/* Style for file uploaded files. */
.MFFileUploadFilesPanel
{	
	width : 100%;
	margin : 0px;
	margin-bottom : 1px;
	margin-top : 1px;	
}

/* Style for the title of a file in FileUpload control. */
.MFFileUploadUploadedFileTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	font-weight : bold;
}

/* Style for a table which contains information on a file. */
.MFFileUploadUploadedFileInformationTable
{		
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : 0px;	
	margin-left : 10px;
}

/* Style for a table row which contains information on a file. */
.MFFileUploadUploadedFileInformationTableRow
{
	margin : 0px;	
	padding : 0px;	
}


/* Style for cell label which contains infomarion on a file. */
.MFFileUploadUploadedFileInformationLabel
{		
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: Gray;
}

/* Style for cell label which contains infomarion on a file. */
.MFFileUploadUploadedFileInformationLabelCell
{	
	width : 120px;
	margin : 0px;
	margin-left : 20px;	
	font-size: 9pt;
	padding : 0px;
}


/* Style for value which contains infomarion on a file. */
.MFFileUploadUploadedFileInformationValue
{			
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
}

/* Style for table cell which contains infomarion on a file. */
.MFFileUploadUploadedFileInformationValueCell
{
	margin : 0px;	
	padding : 0px;
}

/* Style for the Removes button in FileUpload control. */
.MFFileUploadRemoveLinkButton
{		
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;		
	float : right;	
	width : 80px;
	text-align : right;
}

/* Style for the Replace button in FileUpload control. */
.MFFileUploadReplaceLinkButton
{		
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;		
	float : right;
	width : 80px;	
	text-align : right;
}

/* Style for the panel which contains all the buttons in FileUpload control. */
.MFFileUploadButtonsDiv
{
	width : 100%;
	margin : 0px;
	margin-top : 30px;
	float : left;
}

/* Style for the panel which contains OK and Cancel buttons in FileUpload control. */
.MFFileUploadApplyButtonsDiv
{	
	margin : 0px;	
	float : right;	
}

/* Style for the panel which contains the Add File button */
.MFFileUploadAddFileButtonDiv
{
	margin : 0px;
}

/* Style for the Add File button in FileUpload control. */
.MFFileUploadAddFileButton
{
	margin : 0px;
	width : 140px;
}

/* Style for the buttons in FileUpload control. */
.MFFileUploadUploadButton
{
	margin : 0px;
	width : 120px;
}

/* Style for the panel which contains file input control. */
.MFFileUploadPanel
{
	width : 100%;
	margin : 0px;		
	padding : 0px;	
}

/*********************************
Styles for Login.
**********************************/

.MFLoginBody
{
	background-position : 50% 25px;
	background-repeat : no-repeat;
	background-attachment:fixed;
}

.MFDivLoginForm
{
	position : relative;
	top : 200px;
	text-align : center;	
	margin : auto;
	margin-left : auto;
	margin-right : auto;
}

.MFDivLoginFormCaption
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : 0px;
	margin-bottom : 20px;
	padding : 0px;
	font-weight : bold;
}

.MFDivLoginFormControls
{	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : 0px;
	margin-left : auto;
	margin-right : auto;	
	padding : 0px;	
}

.MFDivLoginFormControlGroup
{	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;	
	margin : 0px;
	margin-left : auto;
	margin-right : auto;		
	padding : 0px;		
	width :300px;
	height : 25px;
}

.MFDivLoginFormControlCaption
{	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : 0px;
	padding : 0px;
	float : left;
	text-align : left;
	vertical-align : middle;
	width : 90px;
}

.MFDivLoginFormControl
{	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	vertical-align : text-top;
	color: black;
	margin : 0px;
	padding : 0px;
	float : right;
	width : 200px;	
	text-align : left;	
}

.MFBtnLogin
{
	margin : 0px;
	margin-top : 11px;
	padding : 0px;
	width: 120px;
	float : right;
}

.MFDivSelectVaultList
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: black;
	margin : auto;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 2px;
	padding : 0px;	
}

.MFBtnSelectVault
{
	margin : 0px;
	margin-top : 11px;
	padding : 0px;
	width: 120px;	
}

.MFCheckWindowsUser
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;	
	color: black;		
	margin : 0px;
	padding : 0px;		
	vertical-align : middle;		
	float : left;
}

.MFDivWindowsUser
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;	
	color: black;		
	margin : 0px;
	padding : 0px;		
	padding-top : 2px;
	padding-left : 1px;	
	float : left;
}

.MFBtnCheckIn
{
	width: 180px;
}
