/* @override http://localhost:8888/default/css/default.css */

/*  This file is part of Sava CMS.

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/*	Some styles, ideas, and concepts derived from:

	Eric Meyer Reset - http://meyerweb.com/eric/tools/css/reset/index.html
	BlueprintCSS - http://code.google.com/p/blueprintcss/
	YUI - http://developer.yahoo.com/yui/
*/



/* @group Globals, Reset
=================================================== */

/* @group General Text Resets
--------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }

* { -moz-outline: 0; }

a img { border: none; }

p, ul, ol, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.5;
}

p, li, dt, dd, table { font-size: 1.2em; }

li *, dt *, dd *, td *, th * { font-size: 1.2em !important; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote p cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code,tt { font: .9em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 1em;
  height: 0;
}

.hide { display: none; }

.left { float: left; }
.right { float: right; }

img.left { margin: 0 1em 1em 0; }
img.right { margin: 0 0 1em 1em; }
img.center { display: block; margin: 1em auto; }

p.intro { font-size: 1.5em; }
p.center { text-align: center; }

.callToAction {
	padding-left: 10px;
	background: url(../images/pointer_red.gif) left center no-repeat;
}

/* @end General Text Resets
--------------------------------------------------- */


/* @group Lists (UL, OL)
=================================================== */

ol, ul {
	list-style: disc;
	margin: 0 0 1em 4em;
	}

ol { list-style: decimal; margin-left: 5em; }

p + ul, p + ol { margin-top: .5em; } /* get lists below paragraphs closer to the paragraph */

li ul, li ol { margin-top: .5em; margin-bottom: .75em; } /* lists inside of LI's need room to breathe on top and don't need as much space on bottom */

/* change bullet style when nesting lists */
ul ul { list-style: circle; }
ol ol, ol.alpha { list-style: upper-alpha; } /* ol.alpha is optional in fckeditor */

li { margin: 0 0 .25em; }

/* @end Lists (UL, OL)
--------------------------------------------------- */


/* @group Definition Lists
=================================================== */

dl { clear: both; }

dt {
	margin: 0 0 .2em;
	line-height: 1.2em;
	font-weight: bold;
}

dt a { text-decoration: none; }

dd {
	padding: 0;
	margin: 0 0 .75em;
	line-height: 1.2;
}

dd p {
	margin: 0 0 .5em;
	padding: 0;
}

dd img {}


/* @group Two Column DL
=================================================== */

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;
}

/* @end Two Column DL
--------------------------------------------------- */

/* @end Definition Lists
--------------------------------------------------- */


/* @group Headings
=================================================== */

h2, h3, h4, h5, h6 { margin: 0 0 .5em; line-height: 1.2; font-weight: bold; }

h1 { font-size: 3em; }
h2 { font-size: 2.8em; margin: 0 0 .5em; }
h3 { font-size: 2.2em; margin: 0 0 .25em; }
h4, .sidebar h3 { font-size: 1.8em; margin: 0 0 .35em; }
h5, .sidebar h4 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

/* extra top margin for headings preceded by other text-based elements */
p + h3, ul + h3, ol + h3, dl + h3, table + h3, blockquote + h3, hr + h3 { margin-top: 1em; }
p + h4, ul + h4, ol + h4, dl + h4, table + h4, blockquote + h4, hr + h4 { margin-top: 1.2em; }	
p + h5, ul + h5, ol + h5, dl + h5, table + h5, blockquote + h5, hr + h5 { margin-top: 1.4em; }
p + h6, ul + h6, ol + h6, dl + h6, table + h6, blockquote + h6, hr + h6 { margin-top: 1.8em; }

/* @end Headings
--------------------------------------------------- */


/* @group Tables
=================================================== */

table {  /* tables still need 'cellspacing="0"' in the markup? */
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
	font-weight: normal;
}

th {
	padding: .5em;
	border: 1px solid #ccc;
	background: #ccc;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td {
	padding: .5em;
/*	border: 1px solid #ccc; */
	line-height: 1.2;
	vertical-align: top;
}

tr.alt td { background: #eee; }

/* @end Tables
--------------------------------------------------- */


/* @group Forms
=================================================== */

form { margin-bottom: 2em; }

/*form ul { margin: 0 0 1em !important; }*/

form ul,
form ol,
.content form ul,
.content form ol { margin: 0; }

form li {
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
		clear: both;
}

form li#svCaptcha { margin-left: 13.5em; width: auto; }

form li#svCaptcha img {
	border: 0 !important;
	padding: 0 !important;
		width: auto !important;

}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 2em;
	padding: 0 15px .5em;
	clear: both;
}

legend {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 10px;
	margin-left: -10px;
}

fieldset ol { padding-top: 15px; }
	
label,
p.fieldLabel {
	float: left;
	font-weight: bold;
	width: 12em;
	padding-right: 7px;
	margin-right: 10px;
	line-height: 1.4;
	text-align: right;
}

.multiInputs {
	width: 21em;
	float: left;
	
}

.stack {}

.stack label {
	float: none;
	width: auto;
}

.inputNote {
	font-size: .9em;
	color: #777;
}

.stack .inputNote { margin-left: 2.4em; }

form li a { margin-left: 135px; } /* Margin to account for width of label, label margin. */

form li span { font-weight: normal; }

input.text { width: 20em; }

form textarea {
	height: 10em;
	width: 20em;
}

form .buttons { text-align: right; }

.sidebar form {
	margin-bottom: 2em;
	float: left;
	width: 100%;
}

.sidebar form li {
	width: auto;
	float: none;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
}

.sidebar label {
	width: auto;
	float: none;
	margin: 0 0 .25em;
	text-align: left;
}

.sidebar input.text {
	width: 95%;
	margin: 0;
}

.submit {}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
}

p.required {
	float: left;
	clear: left;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
}

p#loginMsg.required {
	margin-bottom: 2em;
}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }


/* @group Required Field
=================================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
}

li span.req {
	background: url(../images/icon_star.png) no-repeat 100% 0;
	padding-right: 7px;
}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Required Field
--------------------------------------------------- */

/* @end Forms
--------------------------------------------------- */

/* @end Globals, Reset
--------------------------------------------------- */



/* @group Columns
=================================================== */

/* For use with fckEditor Templates (2, 3, and 4 column templates) */

/* HTML example:
<div class="columns3">
	<div class="col"></div>
	<div class="col"></div>
	<div class="col"></div>
</div>
*/

.col {
	float: left;
	margin-right: 2%;
	display: inline; /* ie6 double-margin float fix */
}

.columns2 .col { width: 48%; }
.columns3 .col { width: 31%; }
.columns4 .col { width: 23%; }
.columns5 .col { width: 18%; }
.columns6 .col { width: 14%; }
.columns7 .col { width: 12%; }
.columns8 .col { width: 10%; }

/* @end Columns
--------------------------------------------------- */



/* @group Navigation
=================================================== */

/* @group Breadcrumb Nav
=================================================== */

#crumbList {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	font-size: .9em;
}

#crumbList li {
	list-style: none;
	display: inline;
	margin: 0;
}

#crumbList li a { text-decoration: none; }

/* @end Breadcrumb Nav
--------------------------------------------------- */

/* @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 Sequential & More Results Nav
--------------------------------------------------- */

/* @group Session Nav
=================================================== */

#navSession {
	margin: 0;
	list-style: none;
}

#navSession li {
	margin: 0;
	padding: 0;
}

#navSession li a { text-decoration: none; }

/* @end Session Nav
--------------------------------------------------- */

/* @end Navigation
--------------------------------------------------- */

/* @group Display Objects & System Components
=================================================== */

/* @group Add Comment Component
=================================================== */

#svComments {}
#svComments h3 {}

#svComments dl {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.2;
}

#svComments dl.last {
	border-bottom: 0;
	margin-bottom: 2em;
}

#svComments dt { margin-bottom: .25em; }
#svComments dd { margin-bottom: .25em; }
#svComments dd.comment p { margin-bottom: 0; }
#svComments dd.comment p+p { margin-bottom: 1em; }

#svComments dd.dateTime { 
	color: #666;
	font-size: 1em;
}

/* @end Add Comment Component
--------------------------------------------------- */


/* @group Advertisements
=================================================== */

div.svAd { margin: 0 0 2em; }

/* @end Advertisements
--------------------------------------------------- */


/* @group Calendar
=================================================== */

#svCalendar { text-align: center; }

#svCalendar table { width: 100%; }

#svCalendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
	text-align: center;
}

#svCalendar th a {
	color: #fff;
	text-align: center;
	display: block;
	padding: .5em 2px;
}

.content #svCalendar th a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

#svCalendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px .5em;
	text-align: center;
	height: auto;
	background-color: #ccc;
}

#svCalendar tr.dayofweek td a {}

#svCalendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: .5em;
	line-height: 1em;
	font-size: 9px;
}

#svCalendar td .date { font-style: italic; }

.content #svCalendar td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#svCalendar td ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px;
	display: block;
	text-align: left;
	border: 0;
}

#svCalendar td ul li a:hover,
#svCalendar td ul li a#today {
	text-decoration: underline;
}

/* @end Calendar
--------------------------------------------------- */


/* @group Calendar Date Picker
=================================================== */

#datePicker {
	background: #fff none;
	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker form {}

#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 Calendar Date Selector
--------------------------------------------------- */


/* @group Content Collections
=================================================== */

.svSyndLocal, .svSyndRemote { margin-bottom: 2em; }

.svSyndLocal dd img, .svSyndRemote dd img {}

/* @end Content Collections
--------------------------------------------------- */


/* @group Favorites
=================================================== */

#svSessionTools {}

#svSessionTools p#welcome {
	font-size: 1.1em;
	margin-bottom: .75em;
}

#navSession { margin: 0 0 2em; }

#navSession li { display: inline; }

#navSession li#navEditProfile a {
	border-right: 1px solid #ccc;
	padding-right: .5em;
}

#navSession li#navLogout {
	padding-right: 0;
	padding-left: 2px;
}

#svFavoritesList ul#favoriteList {
	margin: 0 0 1em;
	font-size: 11px;
	list-style: none;
}

#favoriteList li {
	margin: 0 0 .5em;
	padding: 0;
	border: none;
	font-size: 11px;
}

#favoriteList li.defaultMsg {
	font-size: 1em;
	margin: 0;
	line-height: 1.2;
	color: #666;
	list-style: none !important;
}

#favoriteList li a {
	margin: 0 0 0 1em; 
	padding: 0;
}

#favoriteList a { text-decoration: none; }
#favoriteList li { margin-bottom: .6em; }

/* @end
--------------------------------------------------- */


/* @group Featured Portal Items
=================================================== */

div.portalFeatures {
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.portalFeatures dl {
	margin: 6px 0 0;
	list-style: none;
}

.portalFeatures dt {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: bold;
	clear: both;
}

.portalFeatures dd {
	margin: 0 0 1em;
	padding: 0;
	font-weight: normal;
	clear: both;
}

.portalFeatures dd p {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: normal;
}

.portalFeatures dd img {
	margin: 0 .5em .5em 0;
	padding: 0;
	float:  left;
}

.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 Featured Portal Items
--------------------------------------------------- */


/* @group Galleries
=================================================== */

#svGallery ul {
	margin: 0;
	list-style: none;
}

#svGallery ul li {
	float: left;
	list-style: none;
	margin: .5em;
	text-align: center;
}

#svGallery ul li img { margin: 0; }

#svGallery ul li p {
	text-align: center;
	margin: 0;
	font-size: .9em;
}

/* @end Galleries
--------------------------------------------------- */


/* @group Portals
=================================================== */

#svPortal {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}

#svPortal dl {
	border-top: 1px dotted #ccc;
	margin: 1em 0;
	padding-top: 1em;
}

#svPortal dl.first { 
		border-top: 0;
		padding-top: 0;
}

.content #svPortal dt { margin-bottom: .75em; }

.content #svPortal dt.releaseDate {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

.content #svPortal dd { margin-bottom: .75em; }

.content #svPortal dd.summary { margin-bottom: .75em; }

.content #svPortal dd.summary span.readMore { font-size: .9em; }

.content #svPortal dd.credits {
	font-size: 1em;
	float: left;
	margin-bottom: 1.2em;
	margin-right: .75em;
	color: #666;
}

.content dd.comments {
	font-size: 1em;
	margin-bottom: 1em;
	float: left;
	padding: 0 .5em 0 0;
}

.content dd.comments a {
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	padding: 0 .5em 0 13px;
}

.content dd li {
	display: inline;
	padding-right: 1em;
	list-style: none;
	margin: 0;
}

.content dd li a {
	border: 0;
	font-size: .9em;
}

/* @group Float Thumbnails Left */

#svPortal dl.hasImage { 
		clear: none;
}

/*.content #svPortal img.thumb { 
		margin: 1em 1em 1em 0;
		float: left;
}*/

/* @end */


.content #svPortal .hasImage dd.image { 
		float: left;
		margin: 0 1em 1em 0;
}

/* @end Portals
--------------------------------------------------- */


/* @group RSS Feed List
=================================================== */

/* for the public feeds table display object */

table#svRssFeedsList td { vertical-align: middle; }
	
table#svRssFeedsList img {
	border: 0;
	padding: 0;
}

/* @end RSS Feed List
--------------------------------------------------- */


/* @group Send to Friend Pop-Up
=================================================== */

.sendToFriend input.text { width: 300px; }

.sendToFriend textarea {
	height: 100px;
	width: 300px;
}

/* @end Send to Friend Pop-Up
--------------------------------------------------- */


/* @group Site Map
=================================================== */

ul#svSiteMap {
	list-style: none;
	margin: 1em 0;
}

#svSiteMap li {
	font-weight: normal;
	list-style: none;
	margin-left: 0;
}

#svSiteMap ul {
	margin: 0;
	list-style: none;
}

#svSiteMap li li {
	font-weight: bold;
	margin: 1em 2em;
}

#svSiteMap li li li { font-weight: normal; }

/* @end Site Map
--------------------------------------------------- */


/* @group svFlvPlayer
=================================================== */

/* Style for FLV Player Plugin for FCK Editor */

table.svFlvPlayer td {
	border: 0;
	padding: 0;
}

/* @end
--------------------------------------------------- */


/* @group Tag Clouds
=================================================== */

#svTagCloud ol { margin: 0 0 2em; }
#svTagCloud li { display: inline; }
#svTagCloud span { position: absolute; left: -9999px; width: 990px; }
#svTagCloud .not-popular { font-size: .9em; }
#svTagCloud .not-very-popular { font-size: 1em; }
#svTagCloud .somewhat-popular { font-size: 1.3em; }
#svTagCloud .popular { font-size: 1.6em; }
#svTagCloud .very-popular { font-size: 1.9em; }
#svTagCloud .ultra-popular { font-size: 2.2em; }

/* @end Tag Clouds
--------------------------------------------------- */


/* @group User Tools
=================================================== */

#svPageTools {
	margin: 0 0 2em;
	padding: 0;
}

#svPageTools ul {
	margin: 0;
	padding: 0;
}

#svPageTools li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	font-size: 11px;
}

#svPageTools li a { line-height: 20px; }

#svPageTools li#addFavorite { background: url(../images/icon_addfavorite.gif) no-repeat 0 0; }

#svPageTools li#sendToFriend { background: url(../images/icon_emailarticle.gif) no-repeat 0 0; }

#svPageTools li#print { background: url(../images/icon_print.gif) no-repeat 0 0; }

#svPageTools li#discuss { background: url(../images/icon_discuss.gif) no-repeat 0 0; }

/* @end User Tools
--------------------------------------------------- */

/* @end Display Objects & System Components
--------------------------------------------------- */



/* @group System Forms
=================================================== */

/* @group Login Form
=================================================== */

#svLoginContainer { width: 370px; margin: 0 auto; }

form#login { margin-bottom: .5em; }

form#sendLogin { margin-bottom: 2em; }

.sidebar #login h3 {
	border-bottom: 0;
	padding-bottom: 0;
}

#login fieldset { margin-bottom: 0; }

#svLoginContainer p.required {
	margin: .5em 0 2em;
}

#login label,
#sendLogin label {
	float: none;
	width: auto;
	text-align: left;
}

#loginContainer input.text,
#sendLogin input.text {
		width: 240px;
}

#sendLogin p { margin: 1em 0 0; }

#notRegistered {}

#notRegistered h3 {}

#notRegistered a {}

/* @end Login Form
--------------------------------------------------- */


/* @group Mailing Lists
=================================================== */

.sidebar .svMailingList fieldset {
	border: 0;
	padding: 0;
}

.sidebar .svMailingList ol {
	padding: 0;
}

.sidebar .svMailingList legend { display: none; }

#svMasterEmail {}

/* @end Mailing Lists
--------------------------------------------------- */


/* @group Search Form
=================================================== */

#svSearchForm {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
}

#svSearchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;
}

#svSearchForm input.submit {
	clear: none;
	float: none;
	width: auto;
	margin: 0 .5em 0 0;
}

#svSearchResults dl#svPortal {
	padding: 0;
	margin: 0 0 1em;
	border: 0;
}

#svSearchResults dt {
	padding: 1em 0 0;
	margin: 1em 0 .5em 0;
	border-top: 1px dotted #ccc;
}

#svSearchResults dt.first { border-top: 0; }

#svSearchResults dd {
	padding: 0;
	margin: 0 0 1em;
}

#svSearchResults dd.last {
	padding: 0 0 1em;
	margin: 0;
	border-bottom: 0;
}

#svSearchResults dd h3 {
	margin: 0 0 .5em;
	font-weight: normal;
}

#svSearchResults dl img { display: none; }

#svSearchResults .moreResults {
	padding: .75em;
	margin: .75em 0;
	background: #f2f2f2;
}

#svSearchResults .bottom {
	margin-bottom: 2em;
}

#svSearchResults #svSearchAgain p { margin-bottom: .5em; font-weight: bold; }

#svSearchResults form {}

#svSearchResults .submit { float: none; }

span.keywords, span.highlight { 
	background: yellow;
	padding: .2em;
}

/* @end Search Form
--------------------------------------------------- */


/* @group Send to a Friend
=================================================== */

#svSendToFriend {
	padding: 1em 2em 0;
	background: #fff;
}

#svSendToFriend h1 {
	font-size: 1.5em;
	text-align: center;
}

/* @end
--------------------------------------------------- */


/* @group Form Responses
=================================================== */

.sidebar .responseMessage { color: red; }

.sidebar .responseMessage em { font-style: normal; }

#dsp_response.dataCollection .pollResults { list-style: none; }

#dsp_list.dataResponses {}

#dsp_detail.dataResponses {}

.pollResults li {
	list-style: none;
	margin: 0 0 2px;
	padding: 0;
}

.pollValue {}

.pollPercent { font-style: italic; }

.pollQty { display: none; }


.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { 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; }

/* @end Form Responses
--------------------------------------------------- */

/* @end System Forms
--------------------------------------------------- */



/* @group Clearfix
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* @end Clearfix
--------------------------------------------------- */


/* @group WYSIWYG Styles
=================================================== */

/* The following styles are showing in the FCKEditor */
p.headSecondary { 
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c00;
	text-transform: capitalize;
	margin-bottom: 0px;
  }
.leadedText {
	line-height: 2em;
	padding-right: 1em;
	font-size: 1.2em;
	float:left;
	}
.pageTitleClone {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.25em;
	color: #c00;
	text-transform: capitalize;
	width:135px;
	float: left;
	}
		
/* @end WYSIWYG Styles
--------------------------------------------------- */

