﻿/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

div.allegatopdf 
{
	background-image: url('/Content/images/page_white_acrobat.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatotext
{
	background-image: url('/Content/images/page_white_text.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatoimage
{
	background-image: url('/Content/images/page_white_picture.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatocompressed
{
	background-image: url('/Content/images/page_white_zip.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatooffice
{
	background-image: url('/Content/images/page_white_office.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatop7m
{
	background-image: url('/Content/images/page_white_key.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}

div.allegatounknown
{
	background-image: url('/Content/images/page_white.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 16px;
	margin-right: 10px;
}
