﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Survey Begin 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Survey-Title-H1
{
	color:#1fa6e2;
	font-size:26pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

.Survey-FieldLabel
{
	color:#a8a8a8;
	font-size:14pt;
	text-align:left;
	padding: 9px;
	vertical-align: top;
	width: 160px;
}

.Survey-FieldLabelNotNull
{
	color:#f5851f;
	font-size:12pt;
	text-align:left;
	padding: 9px;
	vertical-align: top;
	width: 100px;
}

.Survey-FieldValue
{
	padding: 9px;
	font-size:12pt;
}

.Survey-Control
{
	border:1px solid #6699cc;
	padding: 3px;
	width:100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Survey End 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


input.msa-Global-TextField
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	border-style:solid;
	border-color:#d4d0c8;
	border-width:1px;
	padding: 3px;
	width: 98.8%;
}

input.msa-Global-TextFieldFix
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	border-style:solid;
	border-color:#d4d0c8;
	border-width:1px;
	padding: 3px;
	width: 95%;
}

textarea.msa-Global-TextArea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	border-style:solid;
	border-color:#d4d0c8;
	border-width:1px;	
	height: 50px;
	padding: 3px;
	width: 98.8%;
	overflow: auto;
}

select.msa-Global-SelectList
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	padding: 3px;
	width: 100%;
}
input.msa-Global-ButtonLink
{
    background-position: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #1fa6e2;
    border-style: none;
    background: #fff;
    text-decoration: underline;
}
input.msa-Global-ButtonFix
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#fff;
	border-style:none;
	background-color:Transparent ;
	background-image:url(../../images/btn_bak.gif) ;
	height:27px;
	width:118px;
	/*	background:#fff url(../../images/btn_bak.gif) no-repeat center top;
	padding:6px 13px 7px 6px;

	background-position:left;
	background-position:right;
	background:#fff url(../../images/btn_bak_right.gif) no-repeat right top;*/

}
input.msa-Global-Button
{
/*	background:url(../../images/btn_bak_left.gif) no-repeat left top;
	padding-left:7px;
	line-height:normal;
	background:url(../../images/tn_bak_right.gif) no-repeat right top;
	padding:6px 13px 7px 6px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;	
	*/
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#fff;
	border-style:none;
	background-color:Transparent ;
	width:auto;
	/*	background:#fff url(../../images/btn_bak.gif) no-repeat center top;
	padding:6px 13px 7px 6px;
	background-image:url(../../images/btn_bak.gif) ;
	background-position:left;
	background-position:right;
	background:#fff url(../../images/btn_bak_right.gif) no-repeat right top;*/

}
/*
input.msa-Global-Button a,input.msa-Global-Button a:visited
{
	background:url(../../images/tn_bak_right.gif) no-repeat right top;
	padding:6px 13px 7px 6px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	/*background:url(../../images/btn_bak_left.gif) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	color:#fff;
	border-style:none;
	background-position:left;
	background:#fff url(../../images/btn_bak_left.gif) no-repeat;
	background-position:right;
	background:#fff url(../../images/btn_bak_right.gif) no-repeat;
	
}*/
/*
input.msa-Global-Button a:hover
{
	color:#ffd49e;
	text-decoration:none;
}
input.clearfix
{
	display:inline-block;
}
*/
.buttonOrange {
	background: url(../../images/btn_bak_left.gif) no-repeat left top;
	padding-left:7px;
	line-height:normal
}
.buttonOrange a, .buttonOrange a:visited {
	background: url(../../images/btn_bak_right.gif) no-repeat right top;
	padding:6px 13px 7px 6px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
}
.buttonOrange a:hover {
	color:#ffd49e;
	text-decoration:none;
}
.clearfix {
    display: inline-block;                  
}
input.msa-Global-FileUpload
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border-style:solid;
	border-color:#1fa6e2;
	border-width:1px;	
	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
{
	color:#a8a8a8;
	text-align:right;
	padding: 9px;
	vertical-align: top;
	width: 130px;
}

td.msa-Global-FieldLabelNotNull
{
	color:#f5851f;
	text-align:right;
	padding: 9px;
	vertical-align: top;
	width: 130px;
}

td.msa-Global-FieldValue
{
	padding: 9px;
}

td.msa-Global-Control
{
	border:1px solid #6699cc;
	padding: 3px;
	width:100%;
}

span.msa-Global-NotificationLabel-Error
{
	/*color: Red;
	font-weight: 700;
	font-size: 1.25em;
	text-align: center;*/
	color:Red;
	line-height:16px;
	padding-top:3px;
	padding-left:0px;
	margin-bottom:10px;
	font-size:12px;
	font-weight: 700;
	text-align: left;	
}

span.msa-Global-NotificationLabel-Success
{
	/*color: Green;*/
	color:#f5851f;
	line-height:16px;
	padding-top:3px;
	padding-left:0px;
	margin-bottom:10px;
	font-size:12px;
	font-weight: 700;
	text-align: left;	
}

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
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	border-style:solid;
	border-color:#d4d0c8;
	border-width:1px;
	padding: 3px;
	width: 95%;
}

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%;
}

table.msa-KBArticle-FieldRowCell
{
	width: 100%;
}

table.msa-KBArticle-FieldRow
{
	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%;
}

