/*----------------------------------------
Affiniscape ORECNP Home Page Stylesheet
Last Updated: March 31, 2010
(c) 2010 Affiniscape, Inc.
All Rights Reserved. This style sheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/
#maincontentcell {
	padding: 0;
}

#maincontentsubcell {
	padding: 0;
}


/* Home Page Styles
----------------------------------------*/
#alerts {
	background: #774C8D;
	padding: 0 30px;
}

#alerts td.left {
	width: 15%;
}

#alerts h1 {
	color: #fff;
	font: normal 20px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin: 19px 0 22px 0;
	padding: 0;
	vertical-align: top;
}

#alerts p {
	color: #fff;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#alerts a {
	color: #fff;
	padding: 0 15px;
}

#landing {
	margin: 25px 0;
}

#landing h3 {
	text-align: center;
	margin: 0 0 25px 0;
}

#landing ul {
	padding: 0;
}

#landing img {
	margin: 5px;
}

#landing td.left,
#landing td.leftcenter,
#landing td.rightcenter,
#landing td.right {
	margin: 0 0 20px 0;
	width: 25%;
	vertical-align: top;
}

#landing td.left,
#landing td.leftcenter,
#landing td.rightcenter {
	margin: 0;
	padding: 0 15px;
	border-right: 1px dotted #999;
}

#landing td.right {
	margin: 0;
	padding: 0 15px;
}

a.more:link, 
a.more:active, 
a.more:visited {
	color: #281F7E;
}

a.more:hover {
	color: #774C8D;
}


/* Calendar Widget Styles
----------------------------------------*/
div#events.quick-cal {
	margin: 10px 5px;
}

div#events.quick-cal h3 {
	display: none;
}

div#events.quick-cal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#events.quick-cal li div:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#events.quick-cal li div {display:inline-block;}
/* Hide from IE Mac \*/
div#events.quick-cal li div {display:block;}
/* End hide from IE Mac */

div#events.quick-cal span.date {
	/*background: #6494ca url(http://www.affiniscape.com/associations/6897/files/imgs/bak_date_e4.png) repeat-x left top;*/
	color: #333;
	display: block;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0 0 0;
}

div#events.quick-cal li {
	border-bottom: 1px solid #DDE9C9;
}

div#events.quick-cal li.last {
	border-bottom: none;
}

div#events.quick-cal li.first span.date {
	margin: 8px 0 0 0;
}

div#events.quick-cal span.date sub {
	margin: 0 5px;
	padding: 0;
	vertical-align: baseline;
}

div#events.quick-cal h4 {
	background: transparent url(http://www.affiniscape.com/associations/11517/files/imgs/icn-calendar.png) no-repeat left 1px;
	color: #333;
	font: normal 11px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 8px;
	padding: 2px 0 8px 22px;
}

div#events.quick-cal p {
	color: #666;
	font: 12px/140% Tahoma;
	margin: -6px 0 12px 30px;
}

div#events.quick-cal li.odd ul {
	color: #666;
	font: 11px/140% Tahoma;
	list-style: bullet;
	margin: -4px 46px 20px 46px;
	list-style-type: disc;
}

div#events.quick-cal li {
	background: none;
	padding: 0;
}
