
/* @group CSS Reset */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img { border: 0; }

table { border-collapse: collapse; border-spacing: 0; }

ol, ul { list-style: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; }

* { -moz-outline: 0; }

strong { font-weight: bold; }

em { font-style: italic; }

/* @end */

/* @group Navigation */

/* @group Session Nav */

#navSession { list-style: none; }

#navSession li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#navSession li a { text-decoration: none; }

/* @end */

/* @group Sequential & More Results Nav */

#navSequential, .moreResults ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
}

#navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}

#navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em .2em;
}

#navSequential li#current a, .moreResults li#current a {
	border: 1px solid #e4e4e4;
	color: #000;
}

#navSequential li a:hover { background: #e4e4e4; }

#navSequential a.current, .moreResults a.current { border: 1px solid #ccc; }

/* @end */

/* @end */

/* @group Tables */

table { margin: 3em 0; }

#popUp table { width: 100%; }		

table + .divide { margin-top: 8px; }

table th {
	padding: .5em;
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #ccc;
	font-weight: bold;
	font-size: 1.2em;
}

table td {
	padding: .5em;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-size: 1.2em;
	line-height: 1.2;
}

tr.alt td { background: #f0f1ea; }

/* @end */

/* @group Lists */
#contentPrimary ul, #contentPrimary ol { margin: 2em 3em; }

#contentPrimary li {
	margin: 1em;
	list-style: disc;
}

/* @group Breadcrumb Nav */ 
ul#crumbList {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	font-size: .9em;
}

ul#crumbList li {
	list-style: none;
	display: inline;
	margin: 0;
}

ul#crumbList li a { text-decoration: none; }

/* @end */


/* @end */

/* @group Definition Lists */
dl {
	margin: 0 0 1em;
	clear: both;
}

dt {
	margin: 0 0 .5em;
	font-weight: bold;
}

dt a { text-decoration: none; }

dd {
	padding: 0;
	margin: 0 0 1em;
	line-height: 1.25;
}

dd p {
	margin: 0 0 .5em;
	padding: 0;
}

/* @group Two Column */
dl.twoColumn {
	text-align: left;
	margin: 0;
}

dl.twoColumn dt {
	float: left;
	clear: left;
	width: 33%;
}

dl.twoColumn dd {
	margin: 0 0 0 35%;
	padding: 0;
	clear: right;
	vertical-align: middle;
}
/* @end */

/* @end */

/* @group Display Objects & System Components */

/* @group Tag Clouds */
.savaTagCloud li { display: inline; }
.savaTagCloud span { position: absolute; left: -9999px; width: 990px; }
.savaTagCloud .not-popular { font-size: .9em; }
.savaTagCloud .not-very-popular { font-size: 1em; }
.savaTagCloud .somewhat-popular { font-size: 1.3em; }
.savaTagCloud .popular { font-size: 1.6em; }
.savaTagCloud .very-popular { font-size: 1.9em; }
.savaTagCloud .ultra-popular { font-size: 2.2em; }

/* @end */

/* @group Portals */
#portal {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}

#portal dl {
	border-top: 1px dotted #ccc;
	margin: 1em 0;
	padding-top: 1em;
}

#portal dl.first { border-top: 0; }

#contentPrimary div#portal dt { margin-bottom: .75em; }

#contentPrimary div#portal dt.releaseDate {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

#contentPrimary div#portal dd { margin-bottom: .75em; }

#contentPrimary div#portal dd.summary { margin-bottom: .75em; }

#contentPrimary div#portal dd.summary span.readMore { font-size: .9em; }

#contentPrimary div#portal dd.credits {
	font-size: 1em;
	float: left;
	margin-bottom: 1.2em;
	margin-right: .75em;
	color: #666;
}

#contentPrimary div#portal dd.comments {
	font-size: 1em;
	margin-bottom: 1em;
	float: left;
	padding: 0 .5em 0 0;
}

#contentPrimary div#portal dd.comments a {
	background: url(../images/icon_comments.gif) no-repeat left center;
	padding: 0 .5em 0 13px;
}

#contentPrimary div#portal dd li {
	display: inline;
	padding-right: 1em;
	list-style: none;
	margin: 0;
}

#contentPrimary div#portal dd li a {
	border: 0;
	font-size: .9em;
}

/* @end */

/* @group Featured Portal Items */

div.portalFeatures {
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

div.portalFeatures dl {
	margin: 6px 0 0;
	list-style: none;
}

div.portalFeatures dt {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: bold;
	clear: both;
}

div.portalFeatures dd {
	margin: 0 0 1em;
	padding: 0;
	font-weight: normal;
	clear: both;
}

div.portalFeatures dd p {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: normal;
}

div.portalFeatures dd img {
	margin: 0 6px .5em 0;
	padding: 0;
	float: left;
}

div.portalFeatures a { text-decoration: none; }

/* Release Date & Other exceptions */

.portalFeatures dt.releaseDate,
.portalFeatures dt.releaseDateFirst {
	margin: 0 0 2px;
	font-weight: normal !important;
	color: #666;
	font-size: 1em;
}

/* @end */

/* @group Advertisements */

div.ad { margin: 0 0 1em; }

div.ad img { border: 0; }

/* @end */

/* @group Calendar */

#calendarContainer { text-align: center; }

#calendar {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#calendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
	text-align: center;
}

#calendar th a {
	color: #fff;
	text-align: center;
	display: block;
	padding: .5em 2px;
}

#contentPrimary #calendar th a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

#calendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px .5em;
	text-align: center;
	height: auto;
	background-color: #ccc;
}

#calendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: .5em;
	line-height: 1em;
	font-size: 9px;
}

#calendar td .date { font-style: italic; }

#contentPrimary #calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentPrimary #calendar ul li { list-style: none; }

#calendar ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px;
	display: block;
	text-align: left;
	border: 0;
}

#calendar ul li a:hover, #calendar ul li a#today { text-decoration: underline; }

/* @end */

/* @group Calendar Date Selector */

#datePicker {
	background: #fff none;
	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#datePicker input.submit { vertical-align: middle; }

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background-color: #fff;
}

body#datePicker #calendarDates th {
	font-size: 1em;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

body#datePicker #calendarDates th a { color: #fff; }

#datePicker #calendarDates tr.dayofweek td {
	font-size: 1em;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: .5em;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 1em;
	background-color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #EAE7E7;
	text-align: center;
}

#datePicker #calendarDates a {
	color: #333;
	text-decoration: none;
	padding: .5em;
	display: block;
}

#datePicker #calendarDates a:hover, #calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: .5em;
	display: block;
	background-color: #f6f6f6;
}

/* @end */

/* @group Send to a Friend Pop-Up */

.sendToFriend input.text { width: 300px; }

.sendToFriend textarea {
	height: 100px;
	width: 300px;
}

/* @end */

/* @group Site Map (New) */

ul#siteMap {
	list-style: none;
	margin: 1em 0;
}

#siteMap li {
	font-weight: normal;
	list-style: none;
	margin-left: 0;
}

#siteMap ul {
	margin: 0;
	list-style: none;
}

#siteMap li li {
	font-weight: bold;
	margin: 1em 2em;
}

#siteMap li li li { font-weight: normal; }

/* @end */

/* @group Add Comment Component */

div.comments #postComment { border-top: 1px dotted #ccc; }

div#captcha { margin-bottom: .5em; }

#contentPrimary #captcha img {
	border: 0 !important;
	padding: 0 !important;
	width: auto !important;
	margin-bottom: .5em;
}

/* @end */

/* @group User Tools */
#tools {
	margin: 0 0 1em;
	padding: 0;
}

#tools h3 { font-size: 1.2em; }

#tools ul {
	margin: 0;
	padding: 0;
}

#tools li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	font-size: 11px;
}

#tools li a { line-height: 20px; }

#tools li#addFavorite { background: url(../images/icon_addfavorite.gif) no-repeat 0 0; }

#tools li#sendToFriend { background: url(../images/icon_emailarticle.gif) no-repeat 0 0; }

#tools li#print { background: url(../images/icon_print.gif) no-repeat 0 0; }

#tools li#discuss { background: url(../images/icon_discuss.gif) no-repeat 0 0; }

/* @end */

/* @group Favorites */

#userTools p#welcome {
	font-size: 1.1em;
	margin-bottom: .75em;
}

#userTools #navSession { margin: 0 0 2em; }

#userTools #navSession li { display: inline; }

#userTools #navSession li#navEditProfile a {
	border-right: 1px solid #ccc;
	padding-right: .5em;
}

#userTools #navSession li#navLogout {
	padding-right: 0;
	padding-left: 2px;
}

#favoritesList { margin-bottom: 2em; }

#favoritesList h3 { font-size: 1.2em; }

#favoritesList ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#favoritesList li {
	margin: 0 0 .5em;
	padding: 0;
	border: none;
	font-size: 11px;
	background: url(../images/arrow_sm_gray.gif) no-repeat 0 .5em;
}

#favoritesList li.defaultMsg {
	font-size: 1em;
	margin: 0;
	line-height: 1.2;
	color: #666;
	background-image: none;
}

#favoritesList li a {
	margin: 0 0 0 1em; 
	padding: 0;
}

#favoritesList a { text-decoration: none; }
#favoritesList li { margin-bottom: .6em; }

/* @end */

/* @end */

/* @group Galleries */

#savaGallery ul {
	margin: 0;
	list-style: none;
}

#savaGallery ul li {
	float: left;
	list-style: none;
	margin: .5em;
	text-align: center;
}

#savaGallery ul li img { margin: 0; }

#savaGallery ul li p {
	text-align: center;
	margin: 0;
	font-size: .9em;
}

/* @end */

/* @group Forms */

/* @group General */

form ul { margin: 0 0 1em 0 !important; }

form li {
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
}

form li.last { margin-bottom: 0; }

form li#captcha { margin-left: 165px; }

form li#captcha img {
	border: 0 !important;
	padding: 0 !important;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 15px;
	clear: both;
}

legend {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 10px;
	margin-left: -10px;
}

form label {
	float: left;
	font-weight: bold;
	width: 12em;
	margin-right: 10px;
	line-height: 1.25;
	text-align: right;
}

form li span { font-weight: normal; }

input.text { width: 20em; }

form textarea {
	height: 10em;
	width: 26em;
	font-size: 1em !important;
}

button { cursor: pointer; }

strong.zip {
	margin-left: 1.75em;
	margin-right: 5px;
}

.submit {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.required {
	color: red;
	margin: 0 0 .5em .25em;
	font-weight: normal;
}

p.required {
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Login Form */

#loginContainer { width: 300px; }

form#login, form#sendLogin { margin-bottom: 2em; }

#login dl, #sendLogin dl { margin: 0 0 .5em; }

#login dt, #sendLogin dt {
	margin: 0 0 .5em !important;
	font-weight: bold;
	float: none !important;
	line-height: auto !important;
	width: auto !important;
}

#login dd, #sendLogin dd {
	margin: 0 0 .5em !important;
	float: none !important;
}

.sidebar #login button { float: right; }

#loginContainer input.text,
#sendLogin input.text {
	width: 100%;
	max-width: 200px;
}

#login p {
	margin: 0 0 .5em;
	font-size: 11px;
	line-height: 1.2;
}

#notRegistered a { margin: 0; }

/* @end */

/* @group Mailing Lists */

.mailingList form {
	margin: 1em 0;
	padding: 0;
}

.mailingList h3 {
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

.mailingList p.description {
	margin: 0 0 1em;
	font-size: 1em;
}

.mailingList label {
	display: block;
	margin: 0 0 .35em;
	font-size: 1em !important;
}

.mailingList input.text {
	width: 95%;
	margin: 0 0 .75em;
}

.mailingList input.submit { margin: 6px 0 .5em; }

#contentPrimary .mailingList {}

/* Master Mailing List form */

#frmEmailMaster {
	margin: 0 0 2em;
	padding: 0;
}

dl#masterEmail {
	margin: 1em 0;
	padding: 0;
}

#masterEmail dt {
	list-style: none;
	font-weight: bold;
	line-height: 11px;
	margin: 0 0 .5em;
	padding: 0;
}

#masterEmail input.checkbox { margin: 0 .5em 0 0; }

#masterEmail dd {
	margin: 0 0 1em;
	padding: 0;
}

/* @end */

/* @group Data Collection */

div.form { margin: 1em 0; }

.sidebar div.form {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em;
	padding: 0 0 1em;
}

/* @end */

/* @group Form Submission Responses */

.sidebar .responseMessage { color: red; }

.sidebar .responseMessage em { font-style: normal; }

.pollResults { list-style: none; }

.pollResults li {
	list-style: none;
	margin: 0 0 2px;
	padding: 0;
}

.pollPercent { font-style: oblique; }

.pollQty { display: none; }

/* @end */

/* @group Search Form */

#searchForm {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
}

#searchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;
}

#searchForm input.submit {
	width: auto;
	margin: 0 .5em 0 0;
	clear: none;
	float: none;
}

.searchResults dl#portal {
	margin: 0;
	padding: 0;
	border: 0;
}

.searchResults dt {
	margin: 1em 0 .5em;
	padding: 1em 0 0;
	border-top: 1px dotted #ccc;
}

.searchResults dt.first { border-top: 0; }

.searchResults dd {
	margin: 0 0 1em;
	padding: 0;
}

.searchResults dd.last {
	margin: 0;
	padding: 0 0 1em;
	border-bottom: 0;
}

.searchResults dd h3 {
	margin: 0 0 .5em;
	font-weight: normal;
}

.searchResults dl img { display: none; }

.searchResults .moreResults {
	margin: .75em 0;
	padding: .75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
}

.searchResults p { margin: 1em 0 .5em; }

.searchResults .submit { float: none; }

span.keywords {
	background: yellow;
	padding: .2em;
}

/* @end */

/* @end */

/* @group Clearfix */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; min-height: 0; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* @end */

.error, .notice, .notify, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice, .notify { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }