﻿

body, table
{
	font-family: Calibri;
	font-size: 12px;
}

.ErrorMessage
{
	color: #BB133E;
	font-weight: bold;
}

.Label
{
}

.BoldLabel
{
	font-weight: bold;
}

.ContextBoldLabel
{
	font-weight: bold;
	font-size: 18px;
}

.Checkbox
{
}

.CheckBoxList
{
}

.ComboBox
{
	font-family: Calibri;
	font-size: 12px;
}

a.Link
{
	color: #0073CF;
}

input.TextBox
{
}

input.Button
{	
}

.ChangePasswordButton
{
	width: 120px;	
}

.KeyMgmtLabel
{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #97233F;
}

.KeyMgmtLink
{
    font-family: Calibri;
    font-size: 12px;
}

/*Reports*/

div.ReportSection
{
	border-width: 1px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-color: #000000;
}

.ReportSection
{
	font-size: 18px;
	font-weight: bold;
}

.ReportDatapointChoice
{
	border: 1px solid #000000;
	margin-bottom: 5px;
	width: 600px;
	text-align: left;
}

td.ReportDatapointChoiceLabel
{
	background-color: #E8E8E8;
	width: 150px;
}

.ReportDatapoint
{
	text-align: left;
}

.ReportDatapoint td
{
	text-align: left;	
}

.DataPointsListBox
{
	width: 250px;
	height: 250px;
}

.DataPointActionButton
{
	width: 140px;
}

/*Top Header Frame*/
table.framecontentTop
{
	margin: 0px;
	padding: 0px;	
}
td.framecontentTop
{
	margin: 0px;
	padding: 0px;
	
}
tr.framecontentTop
{
	margin: 0px;
	padding: 0px;
	
}

/*Menu styling*/

.MenuTitleLabel
{
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

table.menuContainer
{
	padding: 0px;
	background-color: #97233F;
}

td.menuSeperator
{
	border-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #97233F;
	height: 2px;
	border-bottom-style: solid;
}

td.menuCell
{
}

.menuLevel1
{
	color: White;
	font-weight: normal;
	font-family: Calibri;
	font-size: 12px;
}

a.menuLevel1
{
	color: White;
	font-weight:normal;
	font-family: Calibri;
	font-size: 12px;
}

.menuLevel2
{
	color: White;
	font-weight:normal;
	font-family: Calibri;
	font-size: 12px;
}

a.menuLevel2
{
	color: White;
	font-weight:normal;
	font-family: Calibri;
	font-size: 12px;
}

a.menuSelected
{
	color: White;
	font-weight: normal;
	font-family: Calibri;
	font-size: 12px;
}

.menuHover
{
	font-weight: bold;	
}

a.menuHover
{
	font-weight: bold;	
}

/*Header Information */

table.HeaderMenuContainer
{
	background-color: #E4E4E4;
}

td.HeaderContainer
{
	height: 60px;	
}

.contextHelp
{
	background-color: #00FF00;
}

/*Information List*/

div.InformationList
{ 
	padding: 10px;
	text-align: center;		
 }


table.InformationList
{	
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;	
	text-align: left;
}

ul.InformationList
{
	padding-left: 20px;
	margin: 0px;
	list-style-type: square;
}

a.InformationList
{
	padding-left: 10px;
}

.ErrorInformation
{
	color: #97233F;
}

.WarningInformation
{
	color: #97233F;
}

.Information
{
}


/*Main Body Table Style*/
div.mainBody
{
	width: 100%;
}

/*Main Footer**/
div.mainFooter
{
	width: 100%;
}

table.mainFooter
{
	border-width: 1px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-color: #000000;
}
/** TableContainingReportTable**/

table.TableContainingReportTable
{
	width: 100%;
}

/** LimitedResultsPanelControl **/

div.LimitedResultsPanel
{
	border-width: 1px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-color: #000000;
}

table.LimitedResultsPanel
{
	width: 100%;
}

.LimitedResultsPanelAction
{
	padding-left: 4px;
}

td.LimitedResultsPanelFilter
{
	width: 200px;
}

.LimitedResultsPanelFilter
{
	width:100%;
}

.LimitedResultsPanelButton
{
	width: 100%;	
}

td.LimitedResultsPanelButton
{
	width: 120px;
	padding-left: 5px;
}

/**EntityDetails screens user, device, company etc**/

.EntityDetails
{
}

.EntityDetailsLabel
{
	font-weight: bold;
}

.EntityDetailsLabelValue
{
}

td.EntityDetailsSpacer
{
	width: 20px;
}

.UserDeviceList
{
}

div.EntityEdit
{
	text-align: center;
}

table.EntityEdit
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.EntityEditBox
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
}

/** Report details **/

.PreviousResults
{
	padding-right: 10px;
}

.NextResults /*Link to next results*/
{
}

/*Search Input and general text box intputs*/
td.SearchInput
{	
}
input.SearchInput
{
	font-family: Calibri;
	font-size: 12px;
}

.StorageQuota
{
	font-family: Calibri;
	font-size: 12px;
	text-align: right;
}

td.SearchButton
{	
	width: 60px;
}

input.SearchButton
{
	margin: 10px
}

/*User Screen*/
.UserHeader
{
	font-family: Calibri;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.UserHeaderTable
{	
}

.UserHeaderImage
{
	padding-left: 15px;	
}

.UserHeaderImage img
{
	height: 55px;
	margin-bottom: 5px;
}

/*Device Screen*/
.DeviceHeader
{
	font-family: Calibri;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.DeviceHeaderTable
{	
}

.DeviceHeaderImage
{
	padding-left: 15px;	
}

.DeviceHeaderImage img
{
	height: 55px;
	margin-bottom: 5px;
}

/*Company Screen*/
.EntityHeader
{
	font-family: Calibri;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.EntityHeaderTable
{	
}

.EntityHeaderImage
{
	padding-left: 15px;	
}

.EntityHeaderImage img
{
	height: 55px;
	margin-bottom: 5px;
}


/*Tab seletion options
ul {background: blue; padding: 5px 10px 2px; margin: 0px;
  list-style: none; font: bold 0.8em Verdana, sans-serif;}
ul li {display: inline; margin: 5px; padding: 2px 0px; background: #D5D5D5 url(../images/SelectedTopLeft.bmp) top left no-repeat}
ul li a {padding: 2px 10px; text-decoration: none; background: url(../images/SelectedTopRight.bmp) top right no-repeat}
ul li a:link {color: black;}
ul li a:visited {color: gray;}

/*Wizards*/
.wizardHeader
{
	margin: 20px;
	padding: 0px;
	font-family: Calibri;
	font-size: 25pt;
	font-weight: bold;
	color: #000000;
}

/*The table containing the wizard content and navigation buttons*/
.WizardContainer
{
	width:100%; 
	text-align:center;	
}

/*The tables containing the wizard content as you move b\w the steps*/
.WizardView
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 400px;
}

.WizardButtonsSection
{
	margin-left: auto;
	margin-right: auto;	
}

table.WizardStorageButtonTable
{
}

.WizardButton
{
	width: 140px;	
}

td.WizardButtonSpacing
{
	width:20px;
}

.WizardCheckBox
{
	font-family: Calibri;
	font-size: 12px;	
}

.DetailsLabel
{
	font-family: Calibri;
	font-size: 12px;		
}

.CompletionSuccessLabel
{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #97233F;
}

table.WizardCompletedMessageTable
{
	margin: auto;
	padding: 10px;
	border-style: solid;
	border-width: thin;
}

table.BackNotAllowedWarning
{
	border: medium solid #BB133E;
	margin: 20px;
	padding: 20px;
}

.UserGroupSelect
{
	margin:auto;
}

/*UserGroupTreeView*/

.UserGroupTreeView
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
}

.UserGroupTreeViewNode
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
}

.UserGroupTreeViewHoverNode
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	padding-left: 4px;
	padding-right: 4px;
}

.UserGroupTreeViewSelectedNode
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	padding-left: 4px;
	padding-right: 4px;
}

/*NewEntityView*/

.NewEntityView
{
}

/*Wizard Menu*/

.WizardMenuAccessibleStep
{
	font-family: Calibri;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.WizardMenuAccessibleActionStep
{
	font-family: Calibri;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.WizardMenuAccessibleActionStep a:link {
    color : white;
    text-decoration : none;
}

.WizardMenuAccessibleActionStep a:visited {
    color : white;
    text-decoration : none;
}

.WizardMenuAccessibleActionStep a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}

.WizardMenuUnAccessibleStep
{
	font-family: Calibri;
	color: #C0C0C0;
	font-size: 12px;
}

.WizardMenuCurrentStep
{
	font-family: Calibri;
	color: #F2AF00;
	font-weight: bold;
	font-size: 12px;
}

.WizardMenuHeader
{
	border: thin solid #FFFFFF;
	font-family: Calibri;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Entity Search Table*/
table.EntitySearch
{
	margin:auto;
	width: 300px;
}

/*Result Table Styles*/

.TableTitle
{
	font-family: Calibri;
	font-size: large;
	font-weight: bold;
}

.results
{
	width: 100%;
} 

.resultsHeader
{
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
	text-decoration: underline;
	text-align: left;
	background-color: #97233F;
	color: #FFFFFF;
}

.ContextResultsHeader
{
	font-size: 16px;
	font-weight: bold;
	font-family: Calibri;
	text-decoration: underline;
	text-align: left;
	text-indent: 3px;
	background-color: #97233F;
	color: #FFFFFF;
}

/*This is used to set the link colour in the header of the tables - no access from ASP.NET property thus all other links should have class Link firefox may need this as below does not work
a
{
	color: #FFFFFF;
}
*/

.resultsHeader a:link {
    color : white;
    text-decoration : none;
}

.resultsHeader a:visited {
    color : white;
    text-decoration : none;
}

.resultsHeader a:hover
{
	color: #F2AF00;
	text-decoration: underline;
}

.resultRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EAEAEA;
	text-align: left;
	cursor: pointer;
}

.ContextResultRow
{
    font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color: #EAEAEA;
	text-align: left;
	text-indent: 3px;
	cursor: pointer;
}

.resultRowNoCursor
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EAEAEA;
	text-align: left;	
}

/*Reports*/

.reportLabelHeader
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.reportLabel
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

.reportTable
{
	border: 1px solid #000000;		
}

.reportHeader
{
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
	text-decoration: none;
	text-align: center;
	background-color: #97233F;
	color: #FFFFFF;
	width: 100%;
}

.reportHeader td
{
	border: 1px solid #000000;	
}

.topLeftReportHeader
{
	margin: 2px;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
	text-align: left;
	text-decoration: none;
	background-color: #97233F;
	color: #FFFFFF;
}

.groupReportHeader
{
	border: 1px solid #000000;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
	text-align: center;
	text-decoration: none;
	background-color: #EAEAEA;
	color: #000000;
}
.alternateGroupReportHeader
{
	border: 1px solid #000000;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
	text-align: center;
	text-decoration: none;
	background-color: #A6A6A6;
	color: #000000;
}

.reportRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EAEAEA;
	text-align: left;
	cursor: pointer;
}

.alternateReportRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9F9F9;
	text-align: left;
	cursor: pointer;
}

.reportHeaderColumnStyle
{
	background-color: #97233F;
	color: #FFFFFF;
}

.reportHeaderColumnStyle a:link {
    color : white;
    text-decoration : none;
}

.reportHeaderColumnStyle a:visited {
    color : white;
    text-decoration : none;
}

.reportHeaderColumnStyle a:hover
{
	color: #F2AF00;
	text-decoration: underline;
}
.alternateResultRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	cursor: pointer;
}

.alternateContextResultRow
{
    font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 3px;
	cursor: pointer;
}

.alternateResultRowNoCursor
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.selectedResultRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	text-align: left;
	cursor: pointer;
}

.selectedResultRowNoCursor
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	text-align: left;
}

.hoverResultRow
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	text-align: left;
	cursor: default;
}

.hoverResultRowNoCursor
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F2AF00;
	text-align: left;
}

/*Up and down buttons*/

td.UpButton
{
	width: 18px;
	padding:0px;
	margin:0px;
}

a.UpButton
{
	background-image: url(../images/UpButton.bmp);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
}
a:hover.UpButton
{
	background-image: url(../images/UpButtonHover.bmp);
}

td.DownButton
{
	width: 18px;
	padding:0px;
	margin:0px;
}

a.DownButton
{
	background-image: url(../images/DownButton.bmp);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
}
a:hover.DownButton
{
	background-image: url(../images/DownButtonHover.bmp);
}

a.NoButton
{
	background-image: url(../images/NoOptionButton.bmp);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
}
a:hover.NoButton
{
	background-image: url(../images/NoOptionButton.bmp);
}

/**Testing**/
.divTestInformation
{
	margin-top: 50px;
}

table.divTestInformation 
{
	border: 2px solid #666666;	
	margin:auto;
}

/*UserRoles*/
.Legend
{
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.LegendLabel
{
	vertical-align:middle;	
}

.LegendImage
{
	width: 20px;
	height: 20px;
}