﻿body
{
	background: #E7E7E7;
	font-family: verdana;
	font-size: 9pt;	
	background-image: url(images/bkg_bodytag.jpg);
	background-repeat: repeat-x;	
}

td
{
	/*
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
*/
}

.AVButton
{
	font-family: verdana;
}

.AVTextBox
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.DayRequested
{
	/*
	  Is this actually used ?
	*/
	color: #cc99ff;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
/* 
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-bottom: #d4d0c8 1px solid;
	*/
}

.MonthViewTable
{
	font-size: 10px;
	font-family: Verdana;
}

.DayViewTable
{
	font-size: 10px;
	font-family: Verdana;
}

.DayViewHeading
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.DayViewBookings
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
.BookingPartHoliday
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	background-color: red;
}
.BookingPartBooked
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	background-color: dodgerblue;
}
.BookingPartTentative
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	background-color: Orange;
}
.BookingPartAvailable
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	background-color: white;
}
.MonthViewHeaderColumns
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #d5e6ff;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 0px;
	padding-top: 1px;
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-bottom: #d4d0c8 1px solid;
}
.BookingPart
{
	font-size: 9px;
	font-family: Verdana;
}
.MonthDayCell
{
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-bottom: #d4d0c8 1px solid;
}

.DiaryDayInsideMonth
{
	background-color: white;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-bottom: #d4d0c8 1px solid;
}

.DiaryDayOutsideMonth
{
	background-color: #d9d9d9;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-bottom: #d4d0c8 1px solid;
}

.DayBooked
{
	color: white;
	background-color: #ff0000;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px; 
}

.DayBooked a:link
{
	text-decoration: none;
	color: white;
}

.DayBooked a:visited
{
	text-decoration: none;
	color: white;
}

.DayBooked a:active
{
	text-decoration: none;
	color: white;
}

.DayBooked a:hover
{
	text-decoration: underline;
	color: yellow;	

}

.DayFreelegend
{
	color: #ffffff;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.DayFree
{
	color: gray;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.DayFree a:link
{
	text-decoration: none;
	color: gray;
}

.DayFree a:visited
{
	text-decoration: none;
	color: gray;
}

.DayFree a:active
{
	text-decoration: none;
	color: gray;
}

.DayFree a:hover
{
	text-decoration: underline;
	color: blue;	
}

.DayPencil
{
	color: white;
	background-color: #008000;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.DayPencil a:link
{
	text-decoration: none;
	color: white;
}

.DayPencil a:visited
{
	text-decoration: none;
	color: white;
}

.DayPencil a:active
{
	text-decoration: none;
	color: white;
}

.DayPencil a:hover
{
	text-decoration: underline;
	color: yellow;	
}

.DayTentative
{
	color: white;
	background-color: blue;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.DayTentative a:link
{
	text-decoration: none;
	color: white;
}

.DayTentative a:visited
{
	text-decoration: none;
	color: white;
}

.DayTentative a:active
{
	text-decoration: none;
	color: white;
}

.DayTentative a:hover
{
	text-decoration: underline;
	color: yellow;	
}

.DayHoliday
{
	color: white;
	background-color: #ff8c00;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px; 
}

.DayHoliday a:link
{
	text-decoration: none;
	color: white;
}

.DayHoliday a:visited
{
	text-decoration: none;
	color: white;
}

.DayHoliday a:active
{
	text-decoration: none;
	color: white;
}

.DayHoliday a:hover
{
	text-decoration: underline;
	color: yellow;	
}

.DiaryAppointmentCaption
{
	font-family: Verdana;
	font-size: 95%;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.FormDropdown
{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}

.AVTableOutline
{
	background: white;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-image: url(images/bkg_table.gif);
	background-repeat: repeat-x;	
}

.AVClearTableOutline
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.AVSkillTableOutline
{
	font-size : 7pt;
	width: 200px;
	background: #F5F5F5;
		
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.AVErrorLabel
{
	color: Red;
	font-weight: bold;
}

.AVSmallText
{
	font-size: 7pt;
	color: Gray;
}

.AVStats
{
	font-size: 7pt;
}
.AVWelcomeName
{
	font-size: 12pt;
	font-weight: bold;
}

.AVPageTitle
{
	font-weight: bold;
	font-size: 18pt;
	font-family: verdana;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.AVHeading
{
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.verticalLine {
	background-image: url(images/bkg_dot.gif);
	background-repeat: repeat-y;
	
}

.AVTableHeader
{
	font-weight:bold;
}

.AVTableBody
{
	font-size: 8pt;
}

.skillPart {
	text-align: left;
	vertical-align: top;
	border: 2px solid #000000;
	background-color: #858DA3;
}
.skillPart: TD {
	vertical-align: top;
}
.skillScrollArea {
	height: 160px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.labelMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	background-color: #EBEBEB;
}
.listboxMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.skillRowOn {
	background-color: #CAC2FF;
}
.skillRowOff {
	background-color: #E2DEFF;
}
.skillTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}
.skillRowText {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.AVFreelancerAvailable
{	
	text-decoration: none;
	color: #000000;		
}

.AVFreelancerAvailable a:link
{
	text-decoration: none;
	color: #000000;	
}

.AVFreelancerAvailable a:visited
{
	text-decoration: none;
	color: #000000;	
}

.AVFreelancerAvailable a:active
{
	text-decoration: none;
	color: #000000;	
}

.AVFreelancerAvailable a:hover
{
	text-decoration: underline;
	color: #000000;	
}

.AVFreelancerUnavailable
{
	text-decoration: none;
	color: #ff0000;
}

.AVFreelancerUnavailable a:link
{
	text-decoration: none;
	color: #ff0000;
}

.AVFreelancerUnavailable a:visited
{
	text-decoration: none;
	color: #ff0000;
}

.AVFreelancerUnavailable a:active
{
	text-decoration: none;
	color: #ff0000;
}

.AVFreelancerUnavailable a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

.AVBookingCell
{
	background: #CCCCCC;		
}

.AVFreelancerRow
{
	border-bottom: lightgrey 1px solid;
}

.AVFreelancerOddRow
{
	background: #E2DEFF;
}

.AVFreelancerEvenRow
{
	background: #CAC2FF;
}

.AVFreelancerHeader
{
	background-image: url(images/bkg_skilltop.gif);	
	background-repeat: repeat-x;
	height: 20px;
	vertical-align: top;
	padding-left: 2px;
	
	font-weight: bold;
	font-size: 10pt
}

.AVSearchItemTable
{
	/*width: 100%;*/
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 9px;
	
	background: #dedede;
	
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	/*
	background-image: url(images/bkg_table.gif);
	background-repeat: repeat-x;
*/
}

.AVSearchItemTableHeading
{
	font-weight: bold;
	color: #111111;
	width: 100px;
}

.AVBottomLinks
{
	color: gray;
	font-family: Verdana;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.AVBottomLinks a:link
{
	text-decoration: none;
	color: gray;
}

.AVBottomLinks a:visited
{
	text-decoration: none;
	color: gray;
}

.AVBottomLinks a:active
{
	text-decoration: none;
	color: gray;
}

.AVBottomLinks a:hover
{
	text-decoration: underline;
	color: black;	
}