/*
	-- comnet.css --
	This css contains the styles for objects used only in this ComNet application that is not basic
*/



/*	home.aspx	*/
.h1, H1
{
	font-size: 12pt;
	color: #6487DB;
	margin-bottom: 10px;
	font-weight: normal;
}

.h2, H2
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fieldtitlefont
{
	border-right: 1px solid #d1d1d1;
	vertical-align: top;
}


/* agenda.aspx */
.agenda_title TD
{
	border-bottom: 1px solid #999999;
}

.agenda_dayname
{
	font-size: 10pt;
	font-weight: bold;	
}

.agenda_date
{
	
}

.agenda_table
{
	border-collapse: collapse;
}

.agenda_morning TD
{
	background-color: #EFF5FB; /* #FFFFD5; */
	border-top: 1px solid #A7C9E9; /* #F6DBA2; */
	border-bottom: 1px solid #A7C9E9;
}

.agenda_afternoon TD
{
	background-color: #E0EAF6;
	border-top: 1px solid #A7C9E9;
	border-bottom: 1px solid #A7C9E9;
}

.agenda_time
{
	font-weight: bold;
	width: 75px;
}

.agenda_item
{
	
}

.agendalist_othermonth
{
	background-color: #c0c0c0;
	vertical-align: top;
	text-align: center;
	color: #606060;
}

.agendalist_day
{
	vertical-align: top;
	text-align: center;
	border: 1px solid #000000;
}

.agendalist_eventday
{
	vertical-align: top;
	text-align: center;
	border: 1px solid #000000;
	background-color: #DBE4F3;
}

.agendalist_daynumber
{
	font-size: 12pt;
	text-align: left;
	font-family: Arial;
}

.agendalist_icon
{
	position: absolute;
	right: 0px;
	top: -40px;
}

.agendalist_dayname
{
	
}

.agendalist_eventname
{
	padding-top: 15px;
	position: relative;
}

.agendalist_eventday A:LINK, .agendalist_eventday A:VISITED, .agendalist_day A:LINK, .agendalist_othermonth A:LINK, .agendalist_day A:VISITED, .agendalist_othermonth A:VISITED
{
	color: #000000;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.agendalist_eventday A:HOVER, .agendalist_day A:HOVER, .agendalist_othermonth A:HOVER
{
	width: 100%;
	height: 100%;
	background-color: #FFD201;
	padding: 5px;
}


.selectedItem
{
	background-color: #004060;
	color: #ffffff;
}

.stdcalendar
{
	font-size: 8pt;
}

.stdcalendartable
{
	position: absolute;
}

.stdcalendar A:LINK, .stdcalendar A:VISITED
{
	text-decoration: none;
}

.stdcalendar A:HOVER
{
	text-decoration: none;
	color: #0000ff;
}

.form-section .calendarheader TD, .form-section .calendarheader TH, .calendarheader
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	background-color: #000000; /* #808080; /*#405160; /* #485A6C; /* #384654; /* #404040; /* #d9d9d9; */
	color: #ffffff; /* #000000; /* #606060; */
	padding: 3px;	
}

.greybold
{
	background-color: #ececec;	
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	width: 15%;	
}

.grey
{
	background-color: #ececec;	
	font-size: 8pt;
	color: #000000;
	width: 15%;	
}

.fullborder
{
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}


