/** Misc Attributes **/
.required {color:red; font-size:100%; font-weight:bold; margin: 0 0 0 10px;} 
.error {color:red; font-size:100%; font-weight:bold; }
.button {	
	background-color: #0090D0; 
	border: 0; 
	color: #fff; 
	font-weight: bold; 
	margin-left: 10px;
	padding: 3px 5px 5px; 
	height: 25px; 
	cursor: pointer;
}

/** Map Attributes **/
#map { margin-left:15px; }
.dirRow { padding-left:5px; background-color:#999; font-weight:bold; height:25px;}
.dirNum {vertical-align:middle; padding-left:5px; font-weight:bold; }
.dirText {vertical-align:middle; }

/** Standard Form Layouts */
table.sForm { width:100%; border-collapse:collapse; }
table.sForm td { vertical-align: top; }
td.sForm { text-align:right; font-weight:bold; }
td.sFormLeft { text-align:left; font-weight:bold; }
td.form-ele { }
tr.row_0 { background:#ccc; height:20px; }
tr.row_1 { background:#fff; height:20px; }
table.sForm th,  table.sForm th a { 
	color: #fff; 
	background:#eb7001;
	text-decoration:none;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	text-align:left;
}

/** Calendar Monthly View */
table.calendar { border:solid 1px black; width:100%; height:300px; border-collapse:collapse;}
table.sm_calendar { border:solid 1px black; width:100%; height:100px; }
a.cal { text-decoration:none; color:#295ea0; padding-left: 2px; }
a.cal:hover { text-decoration: underline; color:#5394d5; }
a.cal_nav:visited, a.cal_nav:active, a.cal_nav:link { text-decoration:none; color:white; font-weight:bolder;}
a:hover.cal_nav { text-decoration:underline; font-weight:bold; }
tr.cal_heading { font-weight:bold; color:white; background-color:#eb7001; height:15px; border-bottom: 1px solid #c3c3c3; }
tr.cal_dow {	 font-weight:bold; color:white; background-color:#eb7001; height:15px; text-transform: capitalize; }
td.cal_day { border:solid 1px black; padding: 1px 0 0 2px; width:14%; height:15%; }
td.cal_curr { background-color:#B3C1CC; }
td.cal_day_prev {  border:solid 1px black; color:#a4a4a4; font-size:10pt; background-color:#d6d6d6; padding: 1px 0 0 2px; }
td.cal_day_next {  border:solid 1px black; color:#a4a4a4; font-size:10pt; background-color:#d6d6d6; padding: 1px 0 0 2px; }

/** Calendar borders w/curves, could double as a portlet box **/
FORM.events INPUT.eventInput, FORM.events SELECT.eventInput { border: 1px solid #000; padding: 0px 0px;	margin: 2px 0px; }


/* Printer Friendly Attributes */
table.pf { width:650px; margin-left: auto;  margin-right: auto; text-align:left;}
table.pf tr.row { height:40px; }
.pf_label { font-weight:bold; font-size:100%; color:#000; }
.pf_close { border:solid #000 1px; padding:3px; width:80px; text-align:center;}
.pf_content { width:80%; margin-left:10%; margin-right:10%; position:relative; margin-top:50px;  }
.pf_print { border:solid #000 1px; padding:3px; width:80px; text-align:center;}
DIV.printerFriendlyIcon { display: table; float: left; clear: left;}


/* breadcrumbs */
DIV.navigation a { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #636363;
	line-height: 100%;
	text-align: left;
	padding: 0 0 10px;
}

.bcNodeName {
	font-size: 10pt;
	font-weight: normal;
}

/* site search */
#searchData { 
	font-size: 11pt;
	height: 16px;
	width: 140px;
	color: #0090D0;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-size: x-small;
}
.search INPUT.button { padding: 0; margin: 0; height: 19px; }
#searchForm { display: inline; }
.search {
	float: right;
	margin: 0;
	padding: 0;
	clear:both;
	color: #fff;
}

/* text size */
#textSize {
	float: right;
	margin: 10px 35px 0 0;
	padding: 0;
	height: 21px;
	color: #fff;
	clear:both;
}
#textSize FORM { display: inline; }
.textSize {
	font-size: 10pt;
}
.text_size_1 {
	font-size: 8pt;
}
.text_size_2 {
	font-size: 10pt;
}
.text_size_3 {
	font-size: 12pt;
}

/* email-a-friend */
.emailFriendField {
	width: 175px;
}
.emailFriendIcon {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

