/*
* The southprojects DHTML Calendar
* CSS for the calendar pages
*
* Copyright (c) 2004 by SouthProjects
* http://www.southprojects.com
* Santiago, Chile,
* Version 1.2 Dec 2006.
* All rights reserved.
*
*
*/

.spcalHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:bold;
	color: #000000;
	padding-top: 1.0ex;
	padding-bottom: 1.0ex;
}

.spcalSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold;
	color: #393939;
	padding-top: 1.0ex;
	padding-bottom: 1.0ex;
}

.spcalPoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-top: 0.6ex;
	padding-bottom: 0.6ex;
	/*TODO check this out later
	BACKGROUND: url(../images/box_blue.gif) no-repeat left top; left: 0px; TOP: 0px; 
	*/
}

.spcalPointBullet {
	vertical-align:top;
	padding-right:1ex; 
}
.spcalPrice, .spcalPriceTopHeader, .spcalPriceSideHeader{
	border: 1px solid #FFFFFF;
	font-size: 90%;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

.spcalPrice{
  background-color: #EFEBEF;
}

.spcalPriceTopHeader{
	font-weight:bold;
  background-color: #EFEBEF;
}

.spcalPriceSideHeader{
	font-weight:bold;
  background-color: #BDD4F3;
}

.spcalContact {
	padding:1em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight:bold;
	border: 1px dotted #003066;
	width:300px;
}

.spcalDemo {
	padding:1em; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #003066;
}

.spcalDemoText {
	padding:1em; 
	font-family: Arial, Helvetica, sans-serif;
}

.spcalCalIcon {
	margin-top:0px;
	cursor:pointer;
	vertical-align:bottom;
	padding-right:0px;
	padding-left:2px;
	border:solid 2px;
}

.spcalExample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003066;
	background-color: white;
}
.spcalExample:hover {
	font-weight: bold;
	color: #003066;
	background-color: white;
}


.spcalSpecialDay { 
	background-color: #cccccc;
}

.spcalDayInfo { 
	background-color: yellow;
	font-size: 80%;
}

.spcalInfo { 
	padding-left: 2ex;
	padding-right: 2ex;
	padding-top: 1.0ex;
	padding-bottom: 1.0ex;
	margin-top: 1.0ex;
	margin-bottom: 1.0ex;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #DAE5EF;
	border: 1px solid ;
}

/*
 * Used in southprojects generated forms
 */
.errormsg { 
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	line-height: 16px;
}

.spcalBuyDesc { 
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.spcalBuyDescData { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight:bold;
}
.spcalHelp { 
	font-size: 160%;
	margin-left:0.5em;
	margin-right:1em;
	font-weight:bold;
	color: #003066;
}

pre.zpCode {
	padding-right: 2ex;
	margin-right: 2ex;
  background-color: #EFEBEF;
	border: 1px solid #FFFFFF;
	width: 80%;
}
