.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */

/* ---------------------------------------------
   Date Notes Control Styles
   ---------------------------------------------*/

DIV.DateNotesIcon
{
	width: 16px;
	height: 16px;
	background: url('../../Images/note.png') no-repeat;
	_background: transparent none; /* IE6 Only */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/note.png'); /* IE6 Only */
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #56543B;
	cursor: pointer;
	text-align: center;
}

.DateNotesPanel
{
	background: url('../../Images/DateNoteBack.png') repeat-x;
	border: 1px solid #CCC78B;
	width: 120px;
	
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	visibility: hidden; /* This will get overridden by the PopupExtender to display the panel when needed */
}

.DateNotesFormView
{
	
}

/* The whole FormView, including the header, footer, pagination and data regions. */
.DateNotesFormView .AspNet-FormView
{
    
}

/* HeaderText or <HeaderTemplate> */
.DateNotesFormView .AspNet-FormView-Header
{
    
}

/* FooterText or <FooterTemplate> */
.DateDateNotesFormView .AspNet-FormView-Footer
{
	
}

/* Controls the appearance of whatever you define in the <ItemTemplate> */
.DateNotesFormView .AspNet-FormView-Data
{
    padding: 2px;
    border-bottom: 1px solid #CCC78B;
}

.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields
{
	
}

.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields IMG.DateNoteConfidential,
.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields IMG.DateNoteFriend
{
	float: right;
	margin-left: 2px;
}

.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields DIV.DateNoteText
{
	font-family: Segoe Print, Arial;
    font-size: 10px;
    height: 86px;
}

.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields SPAN.DateNoteText
{
	color: black;
}

.DateNotesFormView .AspNet-FormView-Data DIV.DateNoteFormFields SPAN.NewNote
{
	font-weight: bold;
}

.DateNotesFormView .AspNet-FormView-Data DIV.CommandButtons
{
	font-size: 10px;
	text-align: left;
}

.DateNotesFormView .AspNet-FormView-Data DIV.CommandButtons A.FloatRight
{
	float: right;
}

.DateNotesFormView .AspNet-FormView-Data DIV.CommandButtons A.DateNoteCommandLink
{
	font-size: 10px;
	font-family: Arial;
	color: #56543B;
	text-decoration: none;
}
	.DateNotesFormView .AspNet-FormView-Data DIV.CommandButtons A.DateNoteCommandLink:Hover
	{
		color: #DC140A;
		text-decoration: underline;
	}

/* Controls the appearance of whatever you define in the pagination region. */
.DateNotesFormView .AspNet-FormView-Pagination
{
	font-size: 10px;
	color: #56543B;
    text-align: center;
}

/* This controls the appearance of the "current page" listed in the pagination region. */
/* This is NOT a link */
.DateNotesFormView .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 */
.DateNotesFormView .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;
}
*/

.DateNotesFormView a.AspNet-FormView-OtherPage:hover
{
    color: #DC140A;
}
