/*
 * WCAS Stlye Additions
 * A few additional style to make templates more efficient
 * AMF - 1/27/6
 */



/****** General HTML ******/

html {
	font-family: Verdana, Arial, sans-serif;	
}

code {
	font-family: Courier, Courier New, monospace;
	margin: 0 5px 0 5px;
	
	color: #006600;
}



/****** General Styles (possibly overridden below) ******/

.smaller {
	font-size: 11px;
}

.note {
	font-size: 12px;
	font-style: italic;
	color: #555555;
	font-weight: normal;
}

.photo-container td {
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 11px;
}

.backtotop {
	text-align: right;
	font-size: 11px;
}

.nobr {
	white-space: nowrap;
}

ul.styled-list,
ul.styled-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.styled-list li {
	background: url(/images/bart.gif) 0 2px no-repeat;
	padding-left: 10px;
	margin-bottom: 1em;
}

ul.no-bullet,
ol.no-bullet,
ul.no-bullet li,
ol.no-bullet li,
li.no-bullet {
	list-style-type: none;
}

ul.no-bullet,
ol.no-bullet,
ul.no-bullet li,
ol.no-bullet li {
	margin-left: 0;
	padding-left: 0;
}

ul.no-bullet ul,
ol.no-bullet ol,
ul.no-bullet ol,
ol.no-bullet ul {
	padding-left: 20px;
}

.alert,
.error,
.urgent,
.emergency {
	color: #990000;
	font-weight: bold;
}



/****** Breadcrumb ******/

#breadcrumb-0,
#breadcrumb {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	
	padding-left: 0px;
	padding-right: 2px;
}

#breadcrumb-0 a,
#breadcrumb-0 strong,
#breadcrumb a,
#breadcrumb strong {
	color: #000000;
	margin: 0 4px 0 4px;
}

#breadcrumb-0 a:hover,
#breadcrumb a:hover {
	color: #750000;
	text-decoration: underline;
}



/****** Navigation ******/

#navigation {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	
	background: url(/images/nav-shadow.gif) no-repeat;
	padding-top: 10px;
}


#navigation p.heading {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 15px;
	background: url(/images/nav-heading-bottom.gif) bottom left no-repeat;
}


#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;	
}

#navigation ul {
	list-style-type: none;
	margin: 0 15px 10px 0;
}

#navigation li {
	background: url(/images/barp.gif) 10px 5px no-repeat;
	padding: 0 0 8px 21px;
	margin-top: 5px;
	border-bottom: 1px dotted #666666;
}

#navigation li li {
	background: url(/images/barp.gif) 0 5px no-repeat;
	padding: 0px 0 5px 11px;
	margin-top: 0;
	border-bottom: none;
}

#navigation ul ul {
	padding-top: 5px;
	margin: 0 0 0 0;
}

#navigation ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#navigation a.highlight {
	color: #aa2bca ;
	text-decoration: none;
}


#navigation p.heading a,
#navigation p.heading a.highlight {
	color: #000000 ;
	text-decoration: none;
}

#navigation p.heading a:hover,
#navigation p.heading a.highlight:hover {
	color: #6D2A80 ;
	text-decoration: none;
}



/****** Content ******/

#content {
	padding: 15px;
	background-color: #FFFFFF;
}

#content h1 {
	text-align: center;
	
	font-size: 18px;
	font-weight: normal;
	
	font-family: Verdana, Arial, sans-serif;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
}


#content .smaller {
	font-size: 11px;
}

#content h1.smaller,
#content h1 .smaller {
	font-size: 16px;
}

#content h2.smaller,
#content h2 .smaller {
	font-size: 14px;
}



/****** Footer ******/

#footer {
	padding-bottom: 20px;
}

#footer,
#footer td {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	
	text-align: center;
}

#footer td {
	vertical-align: top;
	padding: 10px;
}

#footer-links p {
	margin: 1px;
}

#footer-links {
	padding: 20px 10px 0px 10px;	
}



/****** Plan-It Purple ******/

#planit-calendar table,
#planit-calendar td {
	border: none;
}

#planit-calendar table {
	border-top: #734488 1px solid;
	border-right: #734488 1px solid;
}

#planit-calendar td {
	padding: 5px;
	border-left: #734488 1px solid;
	border-bottom: #734488 1px solid;
}


.listing_row {
	background-color: #734488;
	color: #FFFFFF;
	text-align: center;
}

.listing_row a {
	color: #FFC000;
}


.heading_row {
	background-color: #8f56a7;
	color: #FFFFFF;
}

.heading_row a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}


.event_row_alternating {
	background-color: #f0e4fd;
}



/****** List Tables ******/

table.list-table {
	font-weight: bold;
	margin-bottom: 20px;
	
	margin-left: auto;
	margin-right: auto;
}

table.list-table td {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding-right: 3px;
	vertical-align: top;
}

#content table.list-table td h2 {
	font-size: 12px;
	margin-top: 40px
}

table.list-table ul,
table.list-table li {
	margin: 0;
	padding: 0;
}

table.list-table ul {
	list-style-image: url(/images/bart.gif);
	margin-left: 20px;
}

table.list-table ul ul {
	list-style-image: url(/images/bart2.gif);
}

table.list-table li {
	margin: 15px 0 15px 0;
}

table.list-table td.spacer-cell {
	background: url(/images/bardot2.gif) center repeat-y;
	padding-right: 0;
}

table.list-table td.spacer-cell img {
	width: 35px;
}

#local-navigation a.highlight {
	color: #000000 ;
	text-decoration: none;
}

#planit-calendar td > a {
display: none;
}

#planit-calendar td > a:first-child {
display: inline;
}
