﻿input.msa-Global-TextField
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	width: 97%;
}

textarea.msa-Global-TextArea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	height: 50px;
	padding: 1px;
	width: 97%;
	overflow: auto;
}

select.msa-Global-SelectList
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	width: 97%;
}

input.msa-Global-Button
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
}

input.msa-Global-FileUpload
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	width:100%
}

table.msa-Global-RadioButtons
{
    table-layout: fixed;
    width: 100%;
}

table.msa-Global-UploadDocument
{
    width: 100%;
}

td.msa-Global-UploadDocument
{
	padding: 0px;
	vertical-align: top;
	width: 80%;
}

td.msa-Global-FieldLabel
{
	padding: 0px;
	vertical-align: top;
	width: 100px;
}

td.msa-Global-FieldValue
{
	padding: 0px;
}

span.msa-Global-NotificationLabel-Error
{
	color: Red;
	font-weight: 700;
	text-align: center;
}

span.msa-Global-NotificationLabel-Success
{
	color: Green;
	font-weight: 700;
	text-align: center;	
}

table.msa-EntityEditor-ContainingTable
{
    table-layout: fixed;
    width: 100%;
}

td.msa-EntityEditor-ButtonCell
{
	text-align: right;
}

table.msa-EntityGrid-GridTable
{
    table-layout: fixed;
    width: 100%;
}

tr.msa-EntityGrid-GridRow
{
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

tr.msa-EntityGrid-SelectedGridRow
{
	background-color: #608fc8;
	color: #ffffff;
}

td.msa-EntityGrid-GridCell
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.msa-ProfileEditor-RelatedContactsLabel, 
div.msa-ProfileEditor-AccountLabel, 
div.msa-ProfileEditor-ContactLabel
{
	font-weight: 700;
	font-size: medium;
	padding-top: 5px;
}

div.msa-NotesEditor-ContainingDiv
{
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid Gray;
}

div.msa-NotesEditor-NewNoteContainingDiv
{
	padding-right: 5px;
}

div.msa-NotesEditor-NotesHeaderContainingDiv
{
	padding-top: 10px;
}

label.msa-NotesEditor-TitleLabel
{
	font-weight: 700;
}

label.msa-NotesEditor-NoteLabel
{
	font-weight: 700;
}

input.msa-KBSearch-SearchField
{
	width: 250px;
}

div.msa-KBSearch-ResultsLabel
{
	font-weight: bold;
	padding-top: 20px;
}

a.msa-KBSearch-SummaryLink
{
	font-weight: bold;
}

a.msa-KBSearch-SummaryLink:hover
{
	text-decoration: underline;
}

table.msa-KBArticle-FormTable
{
	padding-right: 10px;
	table-layout: fixed;
	width: 100%;
}

div.msa-KBArticle-TitleHeader
{
	color: #000000;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.msa-KBArticle-KBNumber
{
	padding-bottom: 5px;
}

table.msa-ServiceScheduler-ContainingTable
{
	table-layout: fixed;
	width: 100%;
	padding: 0px;
}

input.msa-ServiceScheduler-DateTextField
{
	width: 100%;
}

select.msa-ServiceScheduler-TimeListBox
{
	width: 97%;
}

textarea.msa-ServiceScheduler-ServiceDescriptionTextArea
{
	border-width: 0px;
}

table.msa-Calendar-ContainingTable
{		
	background-color: #d6e8ff;
	border: 1px solid #6699cc;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;		
}

tr.msa-Calendar-MonthHeaderRow
{
	height: 18px;
}

td.msa-Calendar-MonthText
{
	width: 99%;
	font-weight: bold;
	text-align: center;
}

tr.msa-Calendar-DateRow
{
	height: 18px;
}

td.msa-Calendar-DayHeader
{
	background-color: #eeeeee;
	border: 1px solid #6699cc;
	height: 18px;
	width: 20px;
	text-align: center;
}

td.msa-Calendar-MonthNavigation
{
	padding-left: 5px;
	padding-right: 5px;
}

td.msa-Calendar-Date
{
	border: 1px solid #6699cc;
	border-collapse: collapse;
	text-align: center;
}

a.msa-Calendar-Date
{
	color: Black;
}

td.msa-Calendar-SelectedDate
{
	border: 2px solid #ffb74c;
	background-color: #eaf3ff;
}	

td.msa-Calendar-CurrentDate
{
	color: Black;
	background-color: #eaf3ff;
}

td.msa-Calendar-OtherDate
{
	background-color: White;
}

a.msa-Calendar-OtherDate
{
	color: #cccccc;
}

td.msa-Calendar-TodayText
{
	font-weight: bold;
	height: 18px;
}

div.content
{
	position: absolute;
	width: 55%;
	left:30%;
	background-color:#EEF1F5;
	height:100%;
}

div.header
{
	color:Maroon;
	font-size:20px; 
	font-weight:bold;
}

div.description
{
	color:Maroon;
	font-size:12px; 
	font-weight:bold;
	width:75%;
}
