﻿
.InfoMessage
{
	border: 1px solid #6a6;
	font-weight: bold; 
	color: green;
	background: #d7fbd7 url(../img/smallInfo.gif) 3px 2px no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 18px;
	margin:3px 0;
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(../img/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 15px;
	margin-bottom:3px;
}

#Notification ul {
	color: red;
	margin-top:0px;
	padding-left:4px;
	margin-bottom:0px;
}

.PvoaForm input, .PvoaForm select
{
	width: 200px;
}

#SendButton
{
	width: inherit;
}

#Notification ul li {
	list-style:disc;
	list-style-position:inside
}

.InfoMessage,
.ErrorMessage {
  /*max-width: 540px;*/
	width: auto;
	clear: both;
}
/* http://forums.asp.net/p/1108958/1710136.aspx#1710136 */

#masker
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color: #ffffff;
    z-Index:1000;
}

#progress
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity=90)
}

/* ----------------------Properties---------------------- */

.PvoaMonth {
	border: 2px solid black;
	margin: 10px;
	border-collapse:collapse;
}

.PvoaMonth th, .PvoaMonth td
{
	border: 1px solid black;
	color: black;
	text-align:center;
	vertical-align:middle;
}

.PvoaMonth td {
	height:25px;
	width:25px;
	font-weight:normal;
}

.PvoaLegend td {
	vertical-align:middle;
}

.PvoaLegendSymbol {
	height:25px;
	width:25px;
	border: 1px solid black;
}

.PvoaLegendUnavailable {
	background-color:#DADADA;
	background-image:url(../img/unavailable.png);
	background-position:5px 6px;
	background-repeat:no-repeat;
}

.PvoaWeekdays {
	background-color:#818181;
}

.PvoaMonthName {
	background-color:#b2b2b2;
	font-weight:bolder;
}

.PvoaUnavailable {
	background-color:#DADADA;
	background-image:url(../img/unavailable.png);
	background-position:5px 6px;
	background-repeat:no-repeat;
}

.PvoaScrollerRight {
	background-image:url(../img/scrollRight.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:27px;
	width:29px;
	cursor:pointer;
}

.PvoaScrollerLeft {
	background-image:url(../img/scrollLeft.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:27px;
	width:29px;
	cursor:pointer;
}

.PvoaScrollerPlaceholder {
	width:29px;
	height:10px;
}



	
