/*
' ********************************************************
'	Questionmark Perception Enterprise Manager
'	Copyright (c) Question Mark Computing Ltd. 2004
'	QuestionManager.Css
'	last modified March 2004
'	version 4.0.0
'	
'	Internal settings - should not be modified by customers
' ********************************************************
*/

/* 
' ********************************************************
'	BBA - Assessment Manager - Defines the minimum size for each column in the Assessments grid
' ********************************************************
*/
/* Applies to group filter list box in ERSU module */
.GroupFilterListbox
{ 
	FONT-SIZE: 8pt; 
	WIDTH: 300px; 
	FONT-FAMILY: Tahoma; 
	HEIGHT: 286px 
}
/* Applies to special field filter list box in ERSU module */
.SpecialFieldListbox
{ 
	FONT-SIZE: 8pt; 
	WIDTH: 700px; 
	FONT-FAMILY: Tahoma; 
	HEIGHT: 315px
}

/* Applies to list containing administrators in Test Center */
.ManageAdminListbox
{
	height: 200px;
	width: 100%;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing assessments in Schedule */
.ScheduleListBox
{
	height: 328px;
	width: 100%;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing groups in Participant */
.ParticipantListBox
{
	width: 400px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing groups in Participant */
.MultipleParticipantListBox
{
	height: 40px;
	width: 400px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing groups in Participant */
.SelectGroupListBox
{
	height: 140px;
	width: 200px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to GroupDiscriptionTextbox */
.GroupDiscriptionTextbox
{
	height: 82px;
	width: 240px;	
}

.AssessmentName
{
	width: 425px;
}

.AssessmentAuthor
{
	/* No definition, as big as required */
}

.AssessmentType
{
	/* No definition, as big as required */
}

.LastModified
{
	/* No definition, as big as required */
}

/* 
' ********************************************************
'	BBA - Assessment Manager - Assessment Wizard Styles (control definitions)
' ********************************************************
*/

/* Assessment End tab */
.tbxEndMessage
{
	height: 70px;
	width: 100%;	
}
.tbxPassedEndMessage
{
	height: 70px;
	width: 100%;	
}

/* Assessment Name Tab */
.tbxIntroText
{
	height: 175px;
	width: 100%;	
}

/* Assessment Questions Tab */
.lbxQuestions
{
	height: 300px;
	width: 100%;	
}

/* AssessmentQuestions Existing questions in Add questions popup */
.lbxQuestionsAdd
{
	height:430px;
	width:275px;	
}

/* AssessmentQuestions in topic in Add questions popup */
.divQuestions
{
	overflow:auto;
	height: 438px; 
	background-color: #FFFFFF;
}
.tbxRandom
{
	width:32px;
}
/* Applies to 'all', 'random', 'selected' table in Add questions popup */
.QuestionMethodTable
{
	font-size:8pt;
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	MARGIN: 5px 0px 5px 5px; 
	BACKGROUND-COLOR: #f5f5f5;
	height: 542px;
	width: 100%;
}


/* Applies to the 'questions in this assessment' table in Add questions popup */
.ExistingQuestionTable
{
	width: 100%;
	height: 542px;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	MARGIN: 5px 5px 5px 0px; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-COLOR: #f5f5f5;
}

/* Label containing assessment name in password screen */
.AssessmentLabel
{
	width:325px;	
	padding-right:5px;
}



/* 
' ********************************************************
'	BBA - Question Manager - Defines the minimum size for each column in the Questions grid
' ********************************************************
*/

.Questions_Description
{
	width: 425px;
}

.Questions_CreatedBy
{
	/* No definition, as big as required */
}

.Questions_Modified
{
	/* No definition, as big as required */
}

.Questions_Type
{
	/* No definition, as big as required */
}

.Questions_MaxScore
{
	
}

/* Definitions for questions grid in pop-ups */
.Questions_Description_Single
{
	width: 350px;
}


/* 
' ********************************************************
'	BBA - Question Manager - Question Wizard Styles (control definitions)
' ********************************************************
*/

/* Applies question description in New Question page and generally anywhere a descriptive label is needed*/ 
.TextBoxDescription 
{
	border: solid 1px black;
	text-align: left;
	width: 250;
	height: 80;
}

/* Applied to images in the New Question page */ 
.ImageDescription 
{
	border: solid 1px black;
	text-align: center;
	width: 250;
	height: 150;
}

/* question text */
.tbxWording
{
	height: 285px;
	width: 550px;	
}

/* choices */
.tbxNewChoice
{
	height: 50px;
	width: 550px;	
}
.lbxChoices
{
	height: 250px;
	width: 550px;	
}

/* feedback */
.tbxFeedback
{
	height: 50px;
	width: 550px;	
}
.lbxChoices4
{
	height: 250px;
	width: 250px;	
}
.lbxScores4
{
	height: 250px;
	width: 50px;	
}
.lbxFeedback
{
	height: 250px;
	width: 300px;	
}

/* dual content */
.tbxFeedbackPos
{
	height: 80px;
	width: 550px;	
}
.tbxFeedbackNeg
{
	height: 80px;
	width: 550px;	
}

/* scores */
.lbxChoices3
{
	height: 370px;
	width: 400px;	
}
.lbxScores3
{
	height: 370px;
	width: 150px;	
}

.TextBoxScore
{
	width:80px;
}

.TextBoxQName
{
	width:550px;
}

.TextBoxLIChoice
{
	width:350px;
}

.TextBoxLIScore
{
	width:80px;
}
/* ES text setting */
.tbxESFeedback
{
	height: 80px;
	width: 500px;	
}

/*NU Feedback*/
.tbxFeedbackC
{
	height: 50px;
	width: 550px;
}
.tbxFeedbackW
{
	height: 50px;
	width: 550px;
}
.tbxFeedbackR
{
	height: 50px;
	width: 550px;
}

/*TM Answers*/
.tbxTMNewChoice
{
	height: 50px;
	width: 550px;
}
.lbxTMChoices
{
	height: 250px;
	width: 550px;
}



/*
' ********************************************************
'	BBA - Resource Manager - Defines the minimum size for each column in the Resources grid
' ********************************************************
*/

.Resource_Name
{
	width: 55%;
}

.Resource_Type
{
	width: 15%;
}

.Resources_Modified
{
	width: 20%;
}

.Resources_Size
{
	width: 15%;
}



/*
' ********************************************************
'	BBA - Resource Manager - (control definitions)
' ********************************************************
*/

/* Specifies the width of the preview in RM*/
.Preview 
{
	width: 400;
	height: 300;
}



/*
' ********************************************************
'	BBA - Import QPack - (control definitions)
' ********************************************************
*/

/* Specified height of the tree div in the import qpack page */
.QPackTree 
{
	width: 600px;
	height: 300px;
	overflow:auto;
	border-style:window-inset;
	border-width:3;
}



/*
' ********************************************************
'	Side Menu Control definitions 
' ********************************************************
*/

/* Applies to the search tool in the side menu */
.SearchBox	
{
	width: 154;
}
.SearchGo
{
	margin-left: 2px;
	cursor:hand;
}

/* Applied to the td containing the QM logo in the side menu */
.LogoTD
{
	background-color: #FFFFFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-left:10;
	padding-right:10;
	width: 10;
}

/* Applied to the td containing the "current user information in the side menu */
.CurrentUserTD
{
	background-color: #FFFFFF;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align:center;
	padding-right:20;

}



/*
' ********************************************************
'	Selection Wizard styles
' ********************************************************
*/

/* Applies to the whole selection control */
.Selection
{
	width: 610px;
	height: 325px;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px; 
	margin: 5px 5px 5px 5px; 
	background-color: #F5F5F5;
}

/* Applies to list containing available options */
.AvailableListBox
{
	height:250px;
	width:235px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing assigned options */
.AssignedListBox
{
	height:250px;
	width:240px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to each list containing assigned options in security (view, edit, full)*/
.AssignedSecurityListBox
{
	height:70px;
	width:240px;
	padding: 0px 0px 0px 0px; 
}

/* Applies to list containing items to which the security options will be applied */
.TopSecurityListBox
{
	height:70px;
	width:592px;	
	padding: 0px 0px 0px 0px; 
}

/* Applies to the label that contains the afftected item list */
.AffectedItems
{
	padding:3px;
	background-color:White;
	height:70px;
	width:592px;
	border-style:window-inset;
	border-width:3;
	overflow:auto;
}

/* Applies to the label that replaced the avaiable list when too many items are available */
.TooManyLabel
{
	padding:3px;
	background-color:White;
	height:250px;
	width:235px;
	border-style:window-inset;
	border-width:3;
}

/* Applies to buttons in the selection wizard */
.SelectionButtonStyle
{
	width:100px;
}

/* 
' ********************************************************
'	Text Alignments for different sections of the main page, used by skins
' ********************************************************
*/

.TopLeft
{
	text-align: left;
	background-color: #005AF2;
}
.BottomLeft
{
	text-align: left;
}
.TopRight
{
	text-align: right;
	background-color: #005AF2;
}
.BottomRight
{
	text-align: right;
}
.Top
{
}
.BottomTopLeft
{
	text-align: left;
}
.BottomTopRight
{
	text-align: left;
}
.Centre
{
}
.Bottom
{
}


/* 
' ********************************************************
'	General Controls
' ********************************************************
*/

.HourGlass
{
	cursor:wait;
}

/* Style for the paging control */
.PagingCtl
{
	text-align:center;
	width:100%;
}

/* Adds space to the next image button in paging control */
.PageNext 
{
	margin-left: 5px;
}

/* Adds space to the previous image button in paging control */
.PagePrev 
{
	margin-right: 5px;
}

.CurrentPageButton
{
	text-decoration:none; 
	padding:5px;
	color:#191919;
	background-color:#D5D5D5;
}
.SummaryText
{
	background-color:#D5D5D5; 
	padding:5px;
}

.Navigation
{
	color:#191919
}
/* Styles for the "Please wait" splash screens */
.PleaseWaitVisible
{
	visibility:visible;
	position: absolute;
	top: 150;
	left: 300;
}
.PleaseWaitHidden
{
	visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.PleaseWaitTable
{
	width: 250;
	height: 150;
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background: #FFFFFF;
}

/*Questionmark Getting Results message on home page */
.Question
{
	color:#C60021;
	font-size:16;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
}
.Mark
{
	color:#000000;
	font-size:16;
	font-style:italic;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
}
.Perception
{
	font-size:16;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
	color:#000000;
}
.GettingResults
{
	font-style:italic;
	font-weight:bold;
	font-size:10pt; 
	font-family:Arial,Helvetica,Sans-Serif;
	color:#000000;
}

/* Applies to the table dispalyed when an error occurs*/
.ErrorTable
{
	border: 1px solid #000000;
	width: 600;
	margin-left: 10;
	margin-top: 10;
}
.ErrorImage
{
	padding-left: 20;
	padding-right: 20;
	padding-top: 20;
	padding-bottom: 20;
	vertical-align:top;
}

/* Applies to the module descriptions that appear on the front page of each top level section e.g. in Browser Based Authoring main page*/
.MainLabel
{
	width: 300;
	padding-bottom: 20px;
}

/* Applies to the main table that contains the workspace */
.MainTable
{
}

/* Applies to the main span that contains the workspace */
.Main
{
	padding-left: 0px;
	padding-top: 5px;
	vertical-align: top;
	width: 100%;
}

/* Applies to the login table */
.LoginTable
{
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left:10px;
	background-color:#F5F5F5;
}
.ErrorMsgTable
{
	border: 1 px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left:10px;
	background-color:#FFFFFF;
}

.divdownload
{
	width: 680;
	border: 0px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-color: #F5F5F5;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:10px; 
	font-family:tahoma;
	visibility:visible;
}

.divdownloadHidden
{
	height: 0px;
	visibility:hidden;
}

.downloadTable
{	
	width:500px;
	height:200px;
	border-left-style: solid ;
	border-left-color:#000000;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	
}
.divDetails
{
	position:absolute;
	left:320px; 
	top:240px; 
	width:500px; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	z-index:1; 
	visibility:hidden;
}
.divTableHeader
{
	background-color: #7aa1e6;
	width:240;
	color:#FFFFFF;
	

}
.divTableRow
{
	background-color: #FFFFFF;

}


/*
' ********************************************************
'	Don't know what these are used for - may not be used
' ********************************************************

.hr
{
	color: #9d9da1;
	height: 1px;
}

.Table
{
	border: 1px solid #000000;
	width: 300;
	margin-left: 10;
	margin-top: 10;
	padding-top: 10;
	padding-bottom: 10;
}
.PasswordTable
{
	border: 1px solid #000000;
	margin-bottom: 300px;
	margin-left: 50px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left:10px;
}
*/


/*
' ********************************************************
'	Diagnostic Tool
' ********************************************************
*/

body, td
{
	font-size: 10pt;
	font-family: Tahoma;
}

td.head
{
	background: #006699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

td.caption 
{
	font-weight: bold;
}

td.val
{
}

table.diagtable 
{
	width: 90%;
}

p.title 
{
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.red 
{
	color: #FF0000;
}

.green
{
	color: #00AA00;
}

/* 
' ********************************************************
'	QLS - KFO050422 - Used in License Activation
' ********************************************************
*/
Div.LcAcServers /*Div to contain the servers table Used in QMActivateLicense.ascx */
{
	overflow:scroll;
	Height:120px;
	padding:0px;
	margin:0px;
	border:0px;
}

Table.LcAcServers /*Div to contain the servers table Used in QMActivateLicense.ascx */
{
	background-color:#CCCCCC;
}
tr.LcAcRow /*License Activation Row Used in QMActivateLicense.ascx */
{
	background-color:#ffffff;
	height:22px;
}
select.AcLcCmbBx /*License Activation Select Used in QMActivateLicense.ascx */
{
	font-size:smaller;
	width:100%;
}
.AcLcIntrMsgError /*Internet Activation Message Label Has an error*/
{
	background-color:#DDDDDD;
	color:Red;
	text-align:center;
	font-weight:bolder;
	width:100%;
}
.AcLcIntrMsgOk /*Internet Activation Message Label is Ok*/
{
	background-color:#DDDDDD;
	color:Green;
	text-align:center;
	font-weight:bolder;
	width:100%;
}

Div.ManAcHdr /* Manual Activation Header */
{
	width:100%;
	padding:4px;
	background-color:#dddddd;
}
.ManAcLabels /* TD that holds the workspace */
{
	font-size:larger;
}

/*
' ********************************************************
'	ADADMINLOG 
' ********************************************************
*/
.FilesizeColumn /* make the column right aligned */
{
	width: 50px;
	text-align:right;
}

.ADADMINLOGGrid
{
	width: 100%;
}

.LogName
{
	width: 60%;
}

.LogModifiedDate
{
	width: 20%;
}

.LogFileSize
{
	width: 20%;
}

/* Please wait text for ADADMINLOG*/
.PleaseWaitLabel
{
	font-weight:bold;
	font-size:larger;
}

/*
' ********************************************************
'	ERSU - Survey Report Grid 
' ********************************************************
*/
.Report
{
	width: 40%;
}
.Assessment
{
	width: 20%;
}
.LastRun
{
	width: 15%;
}
.LastEdited
{
	width: 15%;
}
.Author
{
	width: 10%;
}

/* 
' ********************************************************
'	ERSU - Report Definition Wizard Styles (control definitions)
' ********************************************************
*/
.ddlTemplate
{
	width:300px;
	font-family:Tahoma;
	font-size:8pt;
}

.tbxAssessment
{
	width:300px;
	font-family:Tahoma;
	font-size:8pt;
}

.tbxTemplate
{
	width:300px;
	font-family:Tahoma;
	font-size:8pt;
}

.lblFilterBy
{
	font-weight:bold;
}

.MoreOption
{
	font-weight:bold;
}

.AssessmentsButton
{
	width:190px;
	font-family:Tahoma;
	font-size:8pt;
}

.lblFrom
{
	font-weight:bold;
	text-align:right;
}

.lblTo
{
	font-weight:bold;
	text-align:right;
}

.lblAnd
{
	font-weight:bold;
}

.lbxFilterValues
{
	width:250px;
	height:300px;
	font-family:Tahoma;
	font-size:9pt;
	padding:3px;
}

.SpecialField
{
	width:100%;
	font-weight:bold;
}

.hide 
{ 
	VISIBILITY: hidden 
}

.show
{ 
	VISIBILITY: visible
}

/*
' ********************************************************
'	Assessment Lookup
' ********************************************************
*/

.SearchTabOn { 
	visibility: visible;
	position: absolute;
	background-color:#f5f5f5;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	}

.SearchTabOff { 
	visibility: hidden;
	display: none;
	position: absolute;
	}

.selectorOn 
{
	background-color:#cccccc;
	text-align:center; 
	padding: 5px 10px 5px 10px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
}
	
.selectorOff {

	text-align:center;
	background-color:#f5f5f5;
	padding:5px 10px 5px 10px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
}

.AResults 
{
	VISIBILITY: visible;
	POSITION: absolute;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	background-color:#f5f5f5;
	TOP:280px 
}

.SResults 
{
	VISIBILITY: visible;
	POSITION: absolute;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	background-color:#f5f5f5;
	TOP:120px 
}

.AdvancedTab
{
	background-color:#f5f5f5;
	border:solid 1px black;
	width:644px;
	height:500px;
}
.SimpleTab
{
	background-color:#f5f5f5;
	border:solid 1px black;
	width:644px;
	height:400px;
}
				
.bot 
{
	 border-bottom:1px solid #ccc; 
}

/* style for buttons, dropdownlist items in ERSU wizard */
.wizardfont
{
	font-family:Tahoma;
	font-size:8pt;
}

.ReportNameVisible
{
	z-index:100;
	visibility:visible;
	position:absolute;
	top:150;
	left:200;
}

.ReportNameInvisible
{
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}

.EmailReportVisible
{
	z-index:100;
	visibility:visible;
	position:absolute;
	top:125;
	left:100;
}

.EmailReportInvisible
{
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}

.ReportNameTable
{
	width: 430;
	height: 100;
	border: 1px solid black;
	background: #FFFFFF;
}

.EmailReportTable
{
	width: 450;
	height: 300;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.DivIntroTd
{
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #cccccc;
	height:30px;
}

.DivTd
{
	padding:3px 10px 3px 10px;
}
	
.DivButTd
{
	text-align:right;
	padding:3px 10px 3px 10px;
	border-top:1px solid #cccccc;
	height:30px;
}

.DivTextbox
{
	font-size:8pt; 
	font-family:tahoma;
	width:300;
}

.DivTextPad
{
	font-size:8pt; 
	font-family:tahoma;
	width:300;
	height:126px;
}

.DivFont
{
	font-size:8pt; 
	font-family:tahoma;
}

/* ERSU - EditSettings */
.EditSettingsTab
{
	color:#3f3d3d;
	TEXT-DECORATION: none;
}

.ESHeader
{
	background-color:#eaeaea;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:600;
}

.ESHeaderText
{
	border-bottom:1px solid #eaeaea;
	background-color:#ffffd2;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.ESTable
{
	border: #cccccc 1px solid;
	width:100%;
}

.ESTableInvisible
{
	border: #cccccc 1px solid;
	width:600;
	display:none;
	visibility:hidden;
}

td.borderbottom
{
	border-bottom:1px solid #eaeaea;
	padding:3px;
}

td.noborderbottom
{
	padding:3px;
}

td.borderbottomText
{
	border-bottom:1px solid #eaeaea;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

td.noborderbottomText
{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.EditSettingsTextBox
{
	font-family:Tahoma;
	font-size:8pt;
	width:160px;
}

.EditSettingsDDL
{
	font-family:Tahoma;
	font-size:8pt;
}

.ESTabPane
{
	padding:10px;
	vertical-align:top;
	background-color:#ece9d8;
}

.ESContentPane
{
	padding:10px;
	vertical-align:top;
}

.ESButPane
{
	text-align:right;
	width:800;
	background-color:#eaeaea;
}
td.ESTab
{
	padding:5px;
	border-bottom:#cccccc 1px solid;
}

.ESPadding
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

.EditSettingsTitle
{
	font-family:Tahoma;
	font-size:8pt;
	width:370px;
}

.EditSettingsMultiText
{
	font-family:Tahoma;
	font-size:8pt;
	width:370px;
	height:150px;
}

.EditSettingsUrl
{
	font-family:Tahoma;
	font-size:8pt;
	width:250px;
}

/* style for the button and textbox in ReportRename */
.RenameBut
{
	font-family:Tahoma;
	font-size:8pt;
}
.RenameTitle
{
	font-family:Tahoma;
	font-size:8pt;
	width:300px;
}

.MakeSelectionMessageLabel
{
	font-size:11pt;
	font-family:Tahoma;
	color:Red;
}

/* style for the button and textbox in SaveReport */
.SaveReportBut
{
	font-family:Tahoma;
	font-size:8pt;
}
.SaveReportTitle
{
	font-family:Tahoma;
	font-size:8pt;
	width:300px;
}
