/** 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: #005398; border: 1px solid #005398; color: #fff; font-weight: bold; margin-left: 18px;margin-top: 10px;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:80%; margin-left:10px; }
table.sForm td { vertical-align: top; }
td.sForm { text-align:right; font-weight:bold; white-space: wrap;}
td.sFormLeft { text-align:left; font-weight:bold; white-space: nowrap;}
td.form-ele { }
tr.row_0 { background:#ccc; height:25px; }
tr.row_1 { background:#fff; height:25px; }
th.sForm { 
	font-size: 120%; 
	text-transform: uppercase; 
	color: #663300; 
	letter-spacing: 1px; 
	padding:0px; 
	margin:0px;
}

/** 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:white; font-weight:bold;}
a:hover.cal {color:blue; font-weight:bold; }
a:visited.cal_nav, a:active.cal_nav, a:link.cal_nav { text-decoration:none; color:white; font-weight:bolder;}
a:hover.cal_nav { text-decoration:none; color:yellow; font-weight:bolder;}
tr.cal_heading { font-weight:bolder; color:white; background:#6361ce; height:15px; }
tr.cal_dow { font-weight:bold; color:red; background-color:#6bbade; text-transform:capitalize;height:15px; }
td.cal_day { border:solid 1px black; width:14%; height:15%}
td.cal_curr { border-style:solid; border-width:1px; background-color:lightblue; }
td.cal_day_prev {  border:solid 1px black; color:white; background-color:lightgray; }
td.cal_day_next { border:solid 1px black; color:white; font-size:10pt; background-color:lightgray; }

/** 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; }

.registrationWrapper input[type="text"].sForm, .registrationWrapper input[type="password"].sForm { width:380px; }
.registrationWrapper textarea.sForm { width:380px; height:90px; }

/* 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: none; }


/* breadcrumbs */
DIV.navigation { text-align: left; padding: 0 0 10px 12px;}

/*search*/
#searchField { width: 90px; }
.search INPUT.button { padding: 0px; margin-left: 10px;}
#searchForm INPUT { border: 1px solid #000; }

/* email-a-friend */
.emailFriendField {
	width: 175px;
}

/* text size */
.textSize {
	margin: 5px 0 0 0;
	padding-bottom: 10px;
	font-size: 10pt;
}
.text_size_1 {
	font-size: 8pt;
}
.text_size_2 {
	font-size: 10pt;
}
.text_size_3 {
	font-size: 12pt;
}

/** forums portlet **/
TABLE.commentList {
	width: 100%;
	border: 1px solid #aaa;
	margin: 5px 0 10px;
}
TABLE.commentList TD {
	padding: 5px 10px;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
}
TABLE.commentList TD.profile {
	background-color: #f1f1f1;
	border-right: 1px dashed #aaa;
	width: 25%;
}
SPAN.commentTitle {
	font-size: 120%;
	color: #5E2174;
	font-weight: bolder;
	
}

TABLE.threadList {
	margin-top: 10px;
}
TABLE.forumList TH, TABLE.threadList TH { 
	white-space: nowrap;
	padding: 0 10px 0 0; 
	border-bottom: 1px solid #000;
}
TABLE.forumList TD, TABLE.threadList TD { 
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
TD.pCount, TD.mCount { 
	text-align: center;
}
TD.form-ele, TD.sForm { vertical-align: top; }
INPUT.forumTextBox { width: 460px; }
TEXTAREA.forumCommentBox {
	width: 460px;
	height: 90px;
}

INPUT.captchaInputBox { width: 200px; margin: 5px 0 0; }

