.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */

/* ---------------------------------------------
   Notes Control Styles
   ---------------------------------------------*/

.NotesPanel
{
	background: url('../../Images/NotesSummaryBack.png') left no-repeat;
	width: 170px;
	height: 154px;
}


.NotesFormView
{
	width: auto;
	padding: 10px 16px 8px 10px;
	
}

/* The whole FormView, including the header, footer, pagination and data regions. */
.NotesFormView .AspNet-FormView
{
    width: auto;
}

/* HeaderText or <HeaderTemplate> */
.NotesFormView .AspNet-FormView-Header
{
    
}

/* FooterText or <FooterTemplate> */
.NotesFormView .AspNet-FormView-Footer
{
	
}

/* Controls the appearance of whatever you define in the <ItemTemplate> */
.NotesFormView .AspNet-FormView-Data
{
    height: 114px;
    border-bottom: 1px solid #CCC78B;
    font-family: Segoe Print, Arial;
    font-size: 10pt;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields
{
	height: 100px;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteText
{
	height: 100px;
	overflow: auto;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields SPAN.NoteText,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields A.NoteText
{
	text-decoration: none;
	color: black;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields A.NoteText:Hover
{
	background-color: #EFF3FF;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields A.NewNote,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields SPAN.NewNote
{
	font-weight: bold;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields IMG.NoteConfidential,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields IMG.NoteFriend,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields IMG.NoteDate,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields IMG.NoteReminder
{
	float: right;
	margin-left: 2px;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields TEXTAREA.NoteTextBox
{
	font-family: Segoe Print, Arial;
    font-size: 10pt;
    background-color: Transparent;
    border: none 0px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    width: 140px;
    height: 88px;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields TEXTAREA.NoteTextBoxWatermark
{
	font-family: Segoe Print, Arial;
    font-size: 10pt;
    color: Gray;
    background-color: Transparent;
    border: none 0px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    width: 140px;
    height: 88px;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields A.NoteOptionsLink
{
	font-size: 11px;
	font-family: Arial;
	color: #56543B;
	text-decoration: none;
	cursor: pointer;
}
	.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields A.NoteOptionsLink:Hover
	{
		color: #DC140A;
		text-decoration: underline;
	}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions
{
	border: 1px solid gray;
	background: #EFEFEF;
	width: 140px;
	padding: 3px 5px 3px 5px;
	visibility: hidden; /* This will be overidden by the popup extender */
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField
{
	vertical-align: middle;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField DIV.NoteOptionsLabel
{
	width: 60px;
	float: left;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField SPAN.NoteOptionsLabel,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField SPAN.NoteCheckBox,
.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField INPUT.NoteOptionsTextBox
{
	font-family: Arial;
	font-size: 11px;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField INPUT.NoteOptionsTextBox
{
	border: 1px solid gray;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions DIV.NoteOptionsField IMG.HelpIcon
{
	
}

.NoteOptionsCalender .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: White;
    color: red;
    font-family: Arial;
	font-size: 11px;
	background-color: White;
}
.NoteOptionsCalender .ajax__calendar_other .ajax__calendar_day,
.NoteOptionsCalender .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.NoteOptionsCalender .ajax__calendar_hover .ajax__calendar_day,
.NoteOptionsCalender .ajax__calendar_hover .ajax__calendar_month,
.NoteOptionsCalender .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.NoteOptionsCalender .ajax__calendar_active .ajax__calendar_day,
.NoteOptionsCalender .ajax__calendar_active .ajax__calendar_month,
.NoteOptionsCalender .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.NotesFormView .AspNet-FormView-Data DIV.NoteFormFields DIV.NoteOptions .ajax__calendar
{
	
}

.NotesFormView .AspNet-FormView-Data DIV.CommandButtons
{
	
}

.NotesFormView .AspNet-FormView-Data DIV.CommandButtons A.NoteCommandLink
{
	font-size: 11px;
	font-family: Arial;
	color: #56543B;
	text-decoration: none;
}
	.NotesFormView .AspNet-FormView-Data DIV.CommandButtons A.NoteCommandLink:Hover
	{
		color: #DC140A;
		text-decoration: underline;
	}

.NotesFormView .AspNet-FormView-Data DIV.CommandButtons A.NoteAddLink
{
	float: right;
}

/* Controls the appearance of whatever you define in the pagination region. */
.NotesFormView .AspNet-FormView-Pagination
{
	font-size: 11px;
	font-family: Arial;
	color: #56543B;
    text-align: center;
}

/* This controls the appearance of the "current page" listed in the pagination region. */
/* This is NOT a link */
.NotesFormView .AspNet-FormView-ActivePage
{
    margin-left: 2px;
    background-color: #CCC78B;
    color: #56543B;
    padding: 0px 2px 0px 2px;
}

/* Controls the numbers used to navigate to other pages. */
/* This is a link */
.NotesFormView .AspNet-FormView-OtherPage
{
    color: #2970BE;
    text-decoration: none;
    margin-left: 2px;
}

/* Uncomment and customize these rules to further refine the appearance of the pagination links. */
/*
.NotesFormView a.AspNet-FormView-OtherPage:link
{
    color:Lime;
}

.NotesFormView a.AspNet-FormView-OtherPage:visited
{
    color:Maroon;
}
*/

.NotesFormView a.AspNet-FormView-OtherPage:hover
{
    color: #DC140A;
}
