/* THE FOLLOWING DEVELOPMENT BY: MICHAEL LEAHY - WELK RESORTS WEB SYSTEMS MANAGER */
/* MODIFIED BY: MARKO NIKOLIC - WELK RESORTS JR WEB DESIGNER */
/* REVISED: 09/14/2006 */

/* =================================== TAG DEFINITIONS =================================== */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B4B8B;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

form, input, select {
	font-size:12px;
}

p { 
	margin:0px 0px 0px 0px;
}

p.mTop { 
	margin:10px 0px 0px 0px;
}

p.mRight { 
	margin:0px 10px 0px 0px;
}

p.mBottom { 
	margin:0px 0px 10px 0px;
}

p.mLeft { 
	margin:0px 0px 0px 10px;
}

p.mAll {
	margin:10px 10px 10px 10px;
}

p.mLeftRight {
	margin:0px 10px 0px 10px;
}

p.mTopBottom {
	margin:10px 0px 10px 0px;
}

table.bAll {
	border: #000000 1px solid;
}

td.bAll {
	border: #000000 1px solid;
}

td.bTop {
	border-top: #000000 1px solid; 
}

td.bRight {
	border-right: #000000 1px solid;
}

td.bBottom {
	border-bottom: #000000 1px solid;
}

td.bLeft {
	border-left: #000000 1px solid;
}

td.bLeftRight {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

td.bTopBottom {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/* =================================== OBJECT DEFINITIONS =================================== */

.container { 
	float:left;
}

.clear {      			
	clear:both; 
	height:1px;
}

.imgLeft {
	float:left; 
}

.imgRight {
	float:right; 
}


/* =================================== STYLE DEFINITIONS =================================== */

.bookForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
	text-align: center;
}

.calendarWeekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B4B8B;
	text-decoration: none;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B4B8B;
	text-decoration: underline;
}



.linkTiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: nomal;
	color: #2B4B8B;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #CC0000;
	text-decoration: none;
}

.textTiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2A4A8A;
	text-decoration: none;
}

.titleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}