/********************************
WEBTOOLS
default properties of classes generated by webtools
********************************/
.kill {
    float: none;
    clear: both;
}

.hide {
    display: none;
}

/********************************
QUESTIONNAIRE
********************************/
.questionnaire select {width:12em}
.questionnaire text {width:10em}
.questionnaire .radio {margin-left:7px}
/********************************
CONTACT FORM
********************************/
.contact ul {list-style:none}
.contact input {width:25em}
.contact input[type=submit] {width:auto}
.contact textarea {
	width:25em;
	height:6em
	}
 
/*****************
 COMMENTS
*****************/

.comment-replies {
    margin-left: 30px;
}

/********************************
CALENDAR
********************************/
.calendar .nav {
	height: auto;
	position: relative;
	width: auto;
	line-height: 100%;
	}
.wt-calendar ul {list-style: none}
.wt-calendar ul li {float: left}
.wt-calendar .top-section .rightarrow {float: right}

.wt-calendar .current-month {
	text-align: center;
	width: 50%;
	}
.wt-calendar table {width: 100%}
.wt-calendar table td {text-align: center}
.wt-calendar .selected {background-color: #AAA}
.wt-calendar .key-box {
	width: 10px;
	height: 10px;
	margin: 3px 5px;
	}
#calendar-container {font-family: "Times New Roman", Georgia, serif}
#calendar-container ul.top-section {text-transform: uppercase}
#calendar-container ul.top-section a,
#calendar-container ul.top-section a:link,
#calendar-container ul.top-section a:visited {
	text-decoration: none;
	}
#calendar-container ul.top-section a:active,
#calendar-container ul.top-section a:hover {}
#calendar-container ul,
#calendar-container li {display: block;}
#calendar-container ul.top-section li {width: 33%;}
#calendar-container li.leftarrow span a {
	background: transparent URL(/images/wt-cal_leftarrow.jpg) 0 50% no-repeat;
	padding-left: 20px;
	display: block;
	}
#calendar-container li.rightarrow span a {
	background: transparent URL(/images/wt-cal_rightarrow.jpg) right 50% no-repeat;
	padding-right: 20px;
	display: block;
	text-align: right;
	}	
#calendar-container li.current-month {font-size: 1.2em;}
#calendar-container li.key-text {font-style: italic;}
#calendar-container {
	background-color: #FFF; 
	color: #59370A; 
	padding: 10px;
	}
#calendar-container.wt-calendar.calendar {}
#calendar-container table.days-table td {
	width: 36px; 
	height: 36px; 
	text-transform: uppercase;
	border: 2px solid #FFF;
	}
#calendar-container table.days-table td.selected {background-color: #59370A}
#calendar-container table.days-table td.multi {background-color: #F9300A}
#calendar-container table.days-table td.current {background-color: #F930FF}
#calendar-container table.days-table td.selected a,
#calendar-container table.days-table td.selected a:link,
#calendar-container table.days-table td.selected a:visited {
	color: #FFF; 
	text-decoration: none;
	padding: 14px;
	}
#calendar-container table.days-table td.selected a:active,
#calendar-container table.days-table td.selected a:hover {color: #FFF}
#calendar-container tbody {}
#calendar-container tr.days-title-row {margin: 12px}
#calendar-container td {background-color: #EAE1D0;} /*main calendar day background-color*/
#calendar-container .bottom-section .key-box {background-color: #59370A;/* color of key box */}
#calendar-container tr.days-title-row td {
	background-color: #FFF;/*background of days td*/
	height: 16px;/* height of days td */
	}

/*****************
 COMMENTS
*****************/

.comment-replies {
    margin-left: 30px;
}

/*****************
 DEFAULT FORM STYLES
*****************/
fieldset.form-element {
    border: 1px solid #AAAAAA;
    margin: 20px 0;
    padding: 10px;
}

.form-float-left {
    float: left;
}

.form-element label {
    display: block;
}
        
.form-element.form-float-left {
    padding-right: 10px;
}

.form-element legend {
    display: block;
}

.form-element.form-prim {
    margin: 5px 0;
}

.form-element .input-select {
    min-width: 8em;
}

.form-element.form-type-checkbox label,
.form-element.form-type-radio label {
    display: inline;
}

.form-element.form-hide {
    display: none;
}
