.ie5mac
{
    /* fake style for IE 5/Mac bug */
}


/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 75%;
	background: #fff;
	color: #333;
	line-height: 1.4em;
	text-align: center;
	vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #0081b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #333;
	font-size: 1.4em;
	line-height: 1.3em;
	padding-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.8em;
	margin: 0 0 9px 0;
}

h2 span.emphasis {
	color: #4FBA35;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;
}

h4 {
    font-size: 1.1em;
}

p {
	padding: 0 0 10px 0;
}

ul {
	margin: 0 0 10px 10px;	
	list-style: none;
}

ul li {
	padding: 0 0 3px 15px;
	background: url(images/bullet.gif) 0 6px no-repeat;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	padding: 0 0 5px 0;
}

fieldset {
	border: 0;
}

blockquote {
	padding: 20px 10px 20px 20px;
}

input[type="text"], input[type="password"],
select {
	border: 1px solid #929594;
}

input,
select,
option {
	font-size: 10px;
}

a img {
	border: 0;
}




/* 508 */

#skipNavigation {
	position: absolute;
	height: 0;
	overflow: hidden;
}





/* BRANDING */

#branding-logo {
	padding-top: 26px;
}

#branding-logo-print {
	display: none;
}





/* LAYOUT */

#container {
	width: 893px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 893px;
	background: #fff;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}

#headerBottomBorder {
	/*background: #fc3 url(images/brdr_header_bottom.gif) repeat-x left bottom scroll;*/
	background-color: #fc3;
	height:4px;
	margin-bottom: 0px;
	}

#branding {
	width: 219px;
	height: 120px;
	background: #fff;
	overflow: hidden;
}

#navigation {
    width: 604px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 85px;
	padding: 0;
	margin-bottom: 15px;
	clear: both;
}




	
	
/* NAVIGATION */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	display: block;
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:hover {
	display: block;
	height: 29px;
}

#navigation span {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#navigation #navWhat a:link,
#navigation #navWhat a:active,
#navigation #navWhat a:visited,
#navigation #navWhat a:hover {
	width: 119px;
	background: url(images/nav_what_off.gif) no-repeat top left;
}

#navigation #navWhat a:hover,
#navigation #navWhat #selected {
	background: url(images/nav_what_on.gif) no-repeat top left;
}

#navigation #navAbout a:link,
#navigation #navAbout a:active,
#navigation #navAbout a:visited,
#navigation #navAbout a:hover {
	width: 79px;
	background: url(images/nav_about_off.gif) no-repeat top left;
}

#navigation #navAbout a:hover,
#navigation #navAbout #selected {
	background: url(images/nav_about_on.gif) no-repeat top left;
}

#navigation #navNews a:link,
#navigation #navNews a:active,
#navigation #navNews a:visited,
#navigation #navNews a:hover {
	width: 76px;
	background: url(images/nav_news_off.gif) no-repeat top left;
}

#navigation #navNews a:hover,
#navigation #navNews #selected {
	background: url(images/nav_news_on.gif) no-repeat top left;
}

#navigation #navCalendar a:link,
#navigation #navCalendar a:active,
#navigation #navCalendar a:visited,
#navigation #navCalendar a:hover {
	width: 98px;
	background: url(images/nav_cal_off.gif) no-repeat top left;
}

#navigation #navCalendar a:hover,
#navigation #navCalendar #selected {
	background: url(images/nav_cal_on.gif) no-repeat top left;
}

#navigation #navAction a:link,
#navigation #navAction a:active,
#navigation #navAction a:visited,
#navigation #navAction a:hover {
	width: 118px;
	background: url(images/nav_action_off.gif) no-repeat top left;
}

#navigation #navAction a:hover,
#navigation #navAction #selected {
	background: url(images/nav_action_on.gif) no-repeat top left;
}

#navigation #navParents a:link,
#navigation #navParents a:active,
#navigation #navParents a:visited,
#navigation #navParents a:hover {
	width: 114px;
	background: url(images/nav_parents_off.gif) no-repeat top left;
}

#navigation #navParents a:hover,
#navigation #navParents #selected {
	background: url(images/nav_parents_on.gif) no-repeat top left;
}




/* SUB NAV */

#localNavigation {
	margin: 0 0 20px 0;
}

#localNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#localNavigation ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 1.3em;
}

#localNavigation ul li a:link,
#localNavigation ul li a:active,
#localNavigation ul li a:visited,
#localNavigation ul li a:hover {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 4px 10px 4px;
}

#localNavigation ul li ul li {
	border-top: 1px solid #c6e1ee;
	font-size: 0.8em;
}

#localNavigation ul li#nav-section {

	border: 0;
}

#localNavigation ul li#nav-section li {
	background-color: #fff;
	border: 0;
}

#localNavigation ul li ul li#nav-section {
	border-top: 1px solid #c6e1ee;
}

#localNavigation ul li ul li ul li#nav-section {
	border-top: 0;
}

#localNavigation ul li ul li ul li {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet.gif);
    background-repeat: no-repeat;
    background-position: .3em .6em;
}

#localNavigation ul li ul li#nav-section ul li a:link,
#localNavigation ul li ul li#nav-section ul li a:active,
#localNavigation ul li ul li#nav-section ul li a:visited,
#localNavigation ul li ul li#nav-section ul li a:hover {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet.gif);
    background-repeat: no-repeat;
    background-position: .3em .6em;
}

#localNavigation ul li ul li ul li#nav-section ul li a:link,
#localNavigation ul li ul li ul li#nav-section ul li a:active,
#localNavigation ul li ul li ul li#nav-section ul li a:visited,
#localNavigation ul li ul li ul li#nav-section ul li a:hover {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 1.5em 1em;
}

#localNavigation ul li ul li ul li ul li {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 1.5em 1em;
}

#localNavigation ul li ul li ul li ul li#nav-section a:link,
#localNavigation ul li ul li ul li ul li#nav-section a:active,
#localNavigation ul li ul li ul li ul li#nav-section a:visited,
#localNavigation ul li ul li ul li ul li#nav-section a:hover {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 2.2em 1em;
}



#localNavigation ul li ul li ul li ul li ul li /*a:link,
#localNavigation ul li ul li ul li ul li ul li a:active,
#localNavigation ul li ul li ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li ul li ul li a:hover*/ {
	border: 0;
	font-size: 1em;
	background-image: url(images/nav_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 2.2em 1em;
}

#localNavigation ul li ul li a:link,
#localNavigation ul li ul li a:active,
#localNavigation ul li ul li a:visited,
#localNavigation ul li ul li a:hover {
	color: #0081b4;
	padding: 4px 4px 5px 4px;
}

#localNavigation ul li ul li ul li a:link,
#localNavigation ul li ul li ul li a:active,
#localNavigation ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li a:hover {
	color: #3aaad6;
	padding-left: 15px;
}



#localNavigation ul li ul li ul li#nav-section ul li a:link,
#localNavigation ul li ul li ul li#nav-section ul li a:active,
#localNavigation ul li ul li ul li#nav-section ul li a:visited,
#localNavigation ul li ul li ul li#nav-section ul li a:hover {
	color: #666;
}

#localNavigation ul li ul li ul li ul li a:link,
#localNavigation ul li ul li ul li ul li a:active,
#localNavigation ul li ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li ul li a:hover
 {
	color: #666;
}

#localNavigation ul li ul li ul li ul li a:link,
#localNavigation ul li ul li ul li ul li a:active,
#localNavigation ul li ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li ul li a:hover {
	padding-left: 25px;
}

#localNavigation ul li ul li ul li ul li ul li a:link,
#localNavigation ul li ul li ul li ul li ul li a:active,
#localNavigation ul li ul li ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li ul li ul li a:hover {
	padding-left: 35px;
}


#localNavigation ul li#top-active {
    padding-left: 5px;
    background: url(images/nav_bullet_down.gif) 0.3em 0.7em no-repeat;
}


#localNavigation ul li#nav-section a:link,
#localNavigation ul li#nav-section a:active,
#localNavigation ul li#nav-section a:visited,
#localNavigation ul li#nav-section a:hover {
	color: #333;
}

#localNavigation ul li#nav-section li a:link,
#localNavigation ul li#nav-section li a:active,
#localNavigation ul li#nav-section li a:visited {
	color: #3aaad6;
	background-color: #fff;
}

#localNavigation ul li#nav-section li a:hover {
	color: #333;
}

#localNavigation ul li ul li a:hover {
	color: #333 !important;
	text-decoration: none;
}

#localNavigation ul  li#top-active li#nav-section > a {
    text-decoration: underline;
}


/* SEARCH & NEWSLETTER */

#search {
	position: absolute;
	right: 0;
	top: 28px;
	text-align: right;
	width: 250px;
}

#searchNav,
#searchNav a:link,
#searchNav a:active,
#searchNav a:visited,
#searchNav a:hover {
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 2px;
	line-height: 1.8em
}

.invisible {
	display: none;
}

.searchBar {
	font-size: 0.9em;
	width: 180px;
	padding: 2px;
	margin-top: 2px;
	margin-left: -1px;
	float: left;
}

#searchForm {
	float: right;
	width: 207px;
}

.button {
	float: left;
	margin-left: 3px;
}

.searchButton {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}

#zipCodeButton {
	padding-left: 2px;
	padding-top: 1px;
}

.searchLabel,
.newsletterLabel {
    display: none;
}

/* TWITTER FEED */

#twitter_div {
	background-image: url('userfiles/image/common/tasc_twit_bg.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

/* FOOTER */

#footerTopBorder {
	background: #fff url(images/brdr_footer.gif) repeat-x left bottom scroll;
	height:1px;
	margin-bottom: 20px;
	clear: both;
	}

#footer {
	width: 960px;
	height: 75px;
	background: #fff url(images/bg_pencil.jpg) no-repeat right top scroll;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	position: relative;
	font-size: 1.0em;
	line-height: 1.1em
	}
	
#footer .address {
	margin-left: 34px;
	}

#footerUtility {
	float: right;
	text-align: left;
	padding-right: 90px;
	}

#footer .links a:link,
#footer .links a:active,
#footer .links a:visited,
#footer .links a:hover {
	color: #333;
	font-weight: normal;
	padding: 0px 5px;
}

#footer .shareLink {
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}





/* BREADCRUMB */

#breadCrumb {
	color: #666;
	margin: 9px 0 6px 0;
	font-size: 1.0em;
	line-height: 1.0em;
}

#breadCrumb a:link,
#breadCrumb a:active,
#breadCrumb a:visited,
#breadCrumb a:hover {
	color: #006593;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.0em;
}

#breadCrumb a:hover {
	text-decoration: none;
}




/* HOME */

#homeFeature {
	width: 669px;
	height: 234px;
	margin-bottom: 27px;
}

#leftCol {
	width: 669px;
	margin-right: 35px;
	float: left;
	padding-bottom: 30px;
}

#sidebar {
	width: 187px;
	float: left;
}

#experienceFeature {
	width: 320px;
	float: left;
	margin-right: 57px;
	}
	
#homeBlog {
	width: 290px;
	float: left;
	}
	
#homeBlog .listitem-home h4 {
	background:transparent url(images/li_green.gif) no-repeat scroll left top;
	font-size: 1.2em;
	padding: 0 0 0 30px;
	margin: 0;
	font-weight: bold;
	
}

#homeBlog .listitem-home .source {
	font-weight: bold;
	padding-left: 30px;
}

#homeBlog .listitem-home .date {
}

#homeBlog .listitem-home .author {

}
	
#homeBlog .listitem-home .description {
	padding-left:30px;
	margin-bottom: 10px;
}

#sidebar .whatLink {
	width: 187px;
	height: 71px;
	border: 0;
	padding-bottom: 11px;
}

#programLocator {
	background: url(images/prog_locator_bg.gif) no-repeat top left;
	width: 187px;
	height: 75px;
	border: 0;
	margin-bottom: 15px;
	margin-top: 10px;
}

#programLocator .search {
	font-size: 1.0em;
	width: 100px;
	padding: 2px;
	margin-top: 10px;
	margin-left: 14px;
	float: left;
}

#programLocator .button {
	float: left;
	margin-left: 3px;
	margin-top: 9px;
}

#programLocator .searchForm {
	float: left;
	margin-top: 25px;
	width: 187px;
}

#enews {
	background: url(images/brdr_enews.gif) no-repeat top left;
	height: 69px;
}
	
#enews .title {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #0077b4;
	padding: 10px 5px 0 15px;
}
	
#enews .content {

}

#resources {
	background: url(images/brdr_resources_left.gif) repeat-y;
}

#resources .title {
	background: url(images/brdr_resources_topLeft.gif) no-repeat top left;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #006204;
	padding: 10px 5px 0 15px;
}

#resources .title a:link,
#resources .title a:visited,
#resources .title a:active,
#resources .title a:hover {
	color: #006204;
}
	
#resources .content {
	background: url(images/brdr_resources_bottomLeft.gif) no-repeat bottom left;
}

#resources a, 
#resources a:link, 
#resources a:active, 
#resources a:hover, 
#resources a:visited {
font-weight: bold;
}

#training {
	background: #fff url(images/brdr_training_left.gif) repeat-y top left;
border-left: 0px solid #fff;
zoom: 1;
}

#training .title {
	background: url(images/brdr_training_topLeft.gif) no-repeat top left;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #DA0000;
	padding: 10px 5px 0 15px;
	}

#training .content {
	background: url(images/brdr_training_bottomLeft.gif) no-repeat bottom left;
}

.instance {
	margin: 2px 0 5px 0;
}

.name {
	font-weight:bold;
	line-height: 1.3em;
}
	
#training .instance {
	margin: 0 0 15px 0;
}

#training .name {

}

#training .date {

}

#enews, 
#resources, 
#training {margin-bottom:25px;}

#enews .content, 
#resources .content, 
#training .content {
	padding: 5px 0 10px 15px;
	font-size: 0.9em;
}

#floater {
margin: 0 0 50px 0;
}





/* STYLING */

h1#content-title {
	font-size: 2.1em;
	color: #333;
	line-height: 1.0em;
	margin: 0 0 11px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#training .content {
	background: url(images/brdr_training_bottomLeft.gif) no-repeat bottom left;
}
	
#training .instance {
	margin-bottom: 15px;
}

#training .name {font-weight:bold;}

#training .date {

}







/* STYLING */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.image {
	border: 0;
	float: left;
	margin: 5px 25px 10px 0;
}

.header {
	margin: 0px 0 15px 0;
}

.sidebarItem {
	background: #DCEDF5 url(/images/sidebaritem_top.gif) no-repeat top left;
	width: 187px;
	margin-bottom: 10px;
}

.sidebarItem .content {
	background: #DCEDF5 url(/images/sidebaritem_bottom.gif) no-repeat bottom left;
	width: 167px;
	padding: 0 10px 10px 10px;
}

.sidebarItem .title {
	color: #012b3f;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 5px 5px 10px;
}

.sidebarItem .content a:link,
.sidebarItem .content a:active,
.sidebarItem .content a:visited,
.sidebarItem .content a:hover {
	color: #333;
	text-decoration: underline;
}

.sidebarItem .content a:hover {
	text-decoration: none;
}

.sidebarItem h3 {
margin: 10px 0 0 0;
padding: 0;
}

.sidebarItem ul {
margin: 0 0 0 20px;
padding: 0;
}

.sidebarItem ul li {
margin: 0;
padding: 0;
background: none;
}

/* BLOG SIDEBAR CUSTOM STYLES */
#blog-sidebar .topics,
#blog-sidebar .blog-topics,
#blog-sidebar .archives,
#blog-sidebar .archives .content {
    background: none;
}

#blog-sidebar .topics .title,
#blog-sidebar .archives .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px solid #c6e1ee;
	margin-bottom: 10px;
	}

#blog-sidebar .topics ul,
#blog-sidebar .archives .content ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	}

#blog-sidebar .blog-topics ul li,
#blog-sidebar .archives ul li {
	margin: 0;
	padding-left: 15px;
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	}

#blog-sidebar .blog-topics ul li a,
#blog-sidebar .archives ul li a {
	color: #0081b4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	}
	
#blog-sidebar .blog-topics ul li a.active,
#blog-sidebar .blog-topics ul li a:hover {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}

#blog-sidebar .archives ul li a.active,
#blog-sidebar .archives ul li a:hover {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}


/* --------- */

.search_best_matches h2,
.search_matches h2 {
	font-size: 1.3em;
}

.search_best_matches,
.search_matches {
	margin-top: 25px;
}

.search_returned {
	font-style: italic;
}



/* SYTNAX STYLING */

.dataTable {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.dataTable td, .dataTable th {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.dataTable caption {
    font-size: 0.9em;
    padding: 4px 0 4px 0;
    color: #666;
    font-weight: bold;
}

.moreBox {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.nobg {
    background: none;
}

.facet-links
{
    font-size: 0.9em;
    padding-top: 0.3em;
}


.hideDescriptions {
	float: right;
	margin-top: -15px;
}

.hideDescriptions a {
	font-size: 0.8em;
}







/* SYNTAXCMS common selectors */
/* LIST ITEMS */

.listitem {
    padding: 0 0 1em 0;
}

.listitem h4 {
    line-height: 1.5em;
    margin:0;
    padding:0 0 0.2em;
}

.listitem-featured .date,
.listitem .date {
   
}

.listitem-featured .location,
.listitem .location {
    font-weight: bold;
    color: #333;
    padding-bottom:0.2em;
}

.listitem .description {
    font-size: 1.0em;
	line-height: 1.3em;
}

.listitem-featured {
    margin:0 0 1em;
    padding:0;

}

.listitem-featured h4 {
    padding:0 0 0.25em;
    margin:0;
}


.listitem-featured .thumbnail {
    float: left;
    margin: .5em 1em .2em 0;
    border: 1px solid #444;
}

.listitem-featured .beside-thumbnail {
    /*padding-left: 165px;*/
}

.listitem-short .date {
    font-weight: normal;
    padding-right:1em;
}




/* BLOG */

.listitem .blog_post h4 {
	background:transparent url(images/li_green.gif) no-repeat scroll left 2px;
	font-size: 1.2em;
	padding: 0 0 0 30px;
	margin: 0;
	font-weight: bold;
}

.listitem .blog_post .source {
	font-weight: bold;
	padding-left: 30px;
}

.listitem .blog_post .description {
	padding-left: 30px;
}

.listitem .blog_post .author {
	padding-left: 30px;
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 30px;
	margin-top: 10px;
}

.blogDetailAuthor {
	font-style: italic;
	font-size: 0.9em;
}







/* CALENDAR GRID */
.calendar-grid h2
{
  margin: 0;
  padding: 0;
}

.calendar-grid table
{
    padding: 0;
    margin:5px 10px 20px;
    border-right:1px solid #006593;
    border-bottom:1px solid #006593;
}
.calendar-grid th
{
    background: #006593;
    color: #fff;
    margin: 3px;
    padding: 2px 5px;
    text-align:center;
}
.calendar-grid td
{
    background: #fff;
    color: #000;
    padding: 2px;
    margin:0;
    height:85px;
    width:90px;
    text-align:right;
    vertical-align:top;
    border-left:1px solid #006593;
    border-top:1px solid #006593;
}


.calendar-grid td ul
{
    text-align:left;
    margin: 0;
    padding: 0;
}

.calendar-grid td ul li
{
    list-style-type: none;
	background: none;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    border-top: 1px dotted #999;
}

.calendar-grid td a
{
    font-size:9px;
}

.calendar-grid td.notInMonth
{
    background: #9c9c9c;
}

.calendar-grid td p.dayNumNoEvents
{
    color: #aaa;
}

.calendar-grid td p.dayNum
{
    font-weight: bold;
}

#list-tools {
    margin-bottom: 1em;
}

#content-main .content-featured
{
    margin: 1em 0 2em 0;
}

.content-full, .content-short
{
    padding-bottom: 1em;
}

#browseEvents select {
	width: 166px;
	margin-bottom: 5px;
}

#browseEvents .inputButton {
	margin-bottom: 2px;
}





/* THE JQUERY TABS CSS */

.tabsBottomLeft {
	background: #fff url("/images/tabs_bottom_left.gif") no-repeat bottom left;
	padding-left: 10px;
	height: 11px;
	width: 636px;
	margin-bottom: 20px;
    margin:0;
	line-height: 0;
	margin-top: -2px;
}

.tabsBottomRight {
	background: #fff url("/images/tabs_bottom_right.gif") no-repeat bottom right;
	height: 11px;
	width: 626px;
	line-height: 0;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav {
	float: left;
	width: 636px;
	background: #fff url("/images/tabs_bg.gif") no-repeat bottom right;
	line-height: normal;
	padding-bottom: 9px;
	margin: 10px 0 0 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	background: url("/images/tabs_left.gif") no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 0 0 7px;
	height: 29px;
	list-style-type: none;
}
.tabs-nav a {
	display: block;
	background: url("/images/tabs_right.gif") no-repeat right top;
	padding: 6px 8px 6px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 17px;
}

.tabs-nav li.tabs-selected {
    background: url("/images/tabs_left_on.gif") no-repeat left top;
}

.tabs-nav li.tabs-selected a {
    padding: 7px 8px 5px 3px;
    color: #000;
    text-decoration: none;
    background: url("/images/tabs_right_on.gif") no-repeat right top;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    /* background-position: 0 -50px; */
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    text-decoration: underline;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    width: 635px;
    margin:0;
    padding:0;
}

.tabs-content {
    margin:0;
    padding:0;
    clear:left;
    border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #e1ddcc;
	width: 634px;
}

.tabs-content-padding {
    padding: 1.25em 1.2em 0 1.25em;
    line-height: 150%;
    margin:0;
    background: #DAECFA;
}

#homeTabs, .content-tabbed {
    background: #DAECFA;
    margin-top:2em;
}


/* Auto-generated forms */

.showform .fieldError {
    color: #F00;
}

.showform th {
    text-align: right;
    padding-right: .5em;
}

.showform th, .showform td {
    padding-top: 0.2em;
}

#comment-preview {
    border: 1px solid #999;
    background-color: #efefef;
    display: none;
    padding: 5px;
    margin-top: 5px;
}

.showform-stacked .shaded-text, .showform-stacked .shaded-text {
    font-weight: normal;
    color: #555;
    padding-left: 10px;
}

.showform-stacked textarea {
    width: 100%;
}

.blog-topics ul {
    list-style: disc;
}

