/* 
This CSS files is meant to provide a default display of the different
content and ec-community features.

It is best to overly verbose (e.g. constantly setting the margin to 0)
as it is easy to have other CSS conflict with it.
*/

div.ec-community {
	margin: 0;
	padding: 0;
}

	div.ec-community h2, #content div.ec-community h2 {
		border: none;
		margin: .3em 0;
		padding: .3em 0 0 0;
	}

	div.ec-community h3, #content div.ec-community h3 {
		border: none;
		margin: 0;
		padding: .2em 0;
	}

		div.ec-community h3 a, #content div.ec-community h3 a {
			margin: 0;
		}

	div.ec-community h4, #content div.ec-community h4 {
		padding: 0;
		margin: 0;
	}

	div.ec-community form, #content div.ec-community form {
		border: 0;
		margin: 0;
		padding: 0;
	}
		div.ec-community form p, #content div.ec-community form p {
			display: block;
			float: none;
			margin: .5em 0;
			padding: 0;
			text-align: left;
		}
		
			div.ec-community form p label, #content div.ec-community form p label {
				background: none;
				display: block;
				float: none;
				height: 1.5em;
				margin: 0;
				padding: 0;
				text-align: left;
			}
		
		div.ec-community form textarea.ec-form-field-wysiwyg, #content div.ec-community form textarea.ec-form-field-wysiwyg {
			display: block;
			font-weight: normal;
			height: 100px;
			min-width: 320px;
			width: 95%;
		}
			
		*:first-child+html div.ec-community form textarea.ec-form-field-wysiwyg, *:first-child+html #content div.ec-community form textarea.ec-form-field-wysiwyg { /* IE 7 hack */
			/* IE combined with NicEdit doesn't like textarea width percentages so it needs to be a fixed number */
			width: 430px;
		}
		
		div.ec-form-field-wysiwyg {
			font-weight: normal;
		}
			
		div.ec-community form input {
			padding: 2px;
		}
		
		div.ec-community form input.ec-form-field-wide {
			width: 350px;
		}
				
	div.ec-community ul, #content div.ec-community ul {
		padding-left: 2em;
	}
	
		div.ec-community ul li ul, #content div.ec-community ul li ul {
			padding-left: 1.5em;
		}
	
		div.ec-community ul.ec-attachments li ul, #content div.ec-community ul.ec-attachments li ul {
			padding-left: 0;
		}

	div.ec-community strong {
		font-weight: bold;
	}
	
	div.ec-community em {
		font-style: italic;
	}
	
	p.ec-create {
		font-weight: bold;
		margin: .8em 0;
		text-align: right;
	}

		p.ec-create a {
			font-weight: normal;
		}
	
	div.ec-community-description, #content div.ec-community-description {
		margin: .3em 0;
		padding: 0;
	}
	
		div.ec-community-description p, #content div.ec-community-description p {
			margin: 0;
			padding: 0;
		}
		
	div.ec-pagination {
		margin: 1em 0;
		padding: 0;
	}
	
		div.ec-pagination ul {
			background: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			div.ec-pagination ul li {
				background: none;
				display: inline;
				list-style: none;
				margin: 0;
				padding: 0;
			}
		
				div.ec-pagination a {
					border: 1px solid gray;
					display: inline;
					margin-right: 2px;
					padding: .4em;
					text-decoration: none;
				}
				
					div.ec-pagination a:hover {
						border: 1px solid black;
					}
				
				div.ec-pagination a.ec-pagination-active {
					background: gray;
					color: white;
				}
	
	div.ec-sort-options, div.ec-status-options {
		padding-right: 7em;
		text-align: right;
	}
		
		div.ec-sort-options li.ec-sort-current, div.ec-status-options li.ec-status-current {
				font-weight: bold;
			}
			
	div.ec-user {
		line-height: 1.5em;
		margin: 0;
		padding: .1em .3em;
		position: relative;
	}
	
		div.ec-user img {
			margin: 0;
			padding: 0;
			vertical-align: text-top;
		}
		
		a.ec-user-sign-up {
			margin-left: 1em;
			font-weight: bold;
		}
		
		span.ec-permalink a {
			font-size: .9em;
			vertical-align: top;
		}
		
			span.ec-permalink a:hover {
				margin: 0;
			}
	
		span.ec-points {
			float: right;
			line-height: 1.5em;
			margin: 0;
		}
		
			span.ec-points span.ec-favorite-toggle {
				float: none;
			}
	
	ul.ec-inline {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	ul.ec-inline li {
		background: url(/static/images/vertical-line.png) right repeat-y;
		display: inline;
		text-align: right;
		padding: 0 .2em 0 .4em;
		margin: 0;
		white-space: no-wrap;
	}
	
	*:first-child+html ul.ec-inline li { /* IE 7 hack */
		padding: 0 .2em 0 .4em;
	}
	
		ul.ec-inline li a {
			margin: 0;
			padding: 0;
		}

		ul.ec-inline li img {
			margin: .2em 0 0;
			padding: .2em 0 0;
			vertical-align: bottom;
		}
		
		*:first-child+html ul.ec-inline li img { /* IE 7 hack */
			margin: .2em 0 0 .1em;
			vertical-align: baseline;
		}
		
	ul.ec-inline li.ec-inline-first {
		padding-left: 0;
	}
		
	ul.ec-inline li.ec-inline-last, ul.ec-inline li.ec-sort-sort, ul.ec-inline li.ec-status-status {
		background: none;
	}
	
	div.ec-attachments ul {
		margin: .5em 0;
	}
	
		div.ec-attachments ul li.ec-attachments-attachment {
			margin: .5em 0;
		}

	ul.ec-attachments-attachment-properties {
		list-style: circle;
		margin: 0;
	}
		
		ul.ec-attachments-attachment-properties li.ec-attachments-attachment-property-name {
		}
	
		ul.ec-attachments-attachment-properties li.ec-attachments-attachment-property-size {
		}
	
		ul.ec-attachments-attachment-properties li.ec-attachments-attachment-property-timestamp {
		}
	
	ul.ec-attachment-options {
	}
	
		ul.ec-attachment-options li.ec-attachment-options-upload-file {
		}
	
		ul.ec-attachment-options li.ec-attachment-options-edit-attachments {
		}
	
	ul.ec-manage {
	}
	
		ul.ec-manage li.ec-manage-edit {
		}
	
		ul.ec-manage li.ec-manage-create {
		}
	
		ul.ec-manage li.ec-manage-history {
		}
	
		ul.ec-manage li.ec-manage-manage {
		}
	
		ul.ec-manage li.ec-manage-properties {
		}
	
	p.ec-created-info {
		font-style: italic;
	}
	
	p.ec-updated-info {
		font-style: italic;
	}
	
div.ec-community-wrapper, div.ec-discussion, div.ec-forum, div.ec-forum-category, div.ec-idea-exchange {
		margin: .5em 0;
	}
	
	div.ec-community table, #content div.ec-community table {
		
	}
	
		div.ec-community tr, #content div.ec-community tr {
			border-bottom: 1px solid #CCCCCC;
		}
			
			div.ec-community th, #content div.ec-community th {
				background: #F9F9F9;
				padding: .2em .5em;
			}
			
			div.ec-community td, #content div.ec-community td {
				padding: .2em .3em;
				vertical-align: middle;
			}
			
				div.ec-community td p, #content div.ec-community td p {
					margin: 0;
					padding: 0;
				}
			
div.ec-discussion {
	/* The following property is necessary for discussions below ideas */
	clear: left;
}
	
	div.ec-discussion ul, #content div.ec-discussion ul {
		margin: 0;
		padding: 0;
	}
		
		div.ec-discussion ul li.ec-comment, #content div.ec-discussion ul li.ec-comment {
			background: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		div.ec-discussion ul li ul, #content div.ec-discussion ul li ul {
			padding-left: 2em;
			list-style: circle;
		}
		
			div.ec-discussion ul li ul li, #content div.ec-discussion ul li ul li {
				list-style: circle;
			}

		div.ec-comment-message, #content div.ec-comment-message {
			margin: 1em .3em 1.2em;
			padding-bottom: .5em;
		}
			
			div.ec-comment-message code {
				white-space: pre;
			}
			
			div.ec-comment-message pre {
				
			}
			
			div.ec-comment-message ul.ec-comment-options, #content div.ec-comment-message ul.ec-comment-options {
				font-size: .9em;
				list-style: none;
				margin: 1em 5em 0;
				padding: 0;
			}
			
				div.ec-comment-message ul.ec-comment-options li, #content div.ec-comment-message ul.ec-comment-options li {
					background: url(/static/images/vertical-line.png) right repeat-y;
					display: inline;
					list-style: none;
					margin: 0;
					padding: 0 .2em 0 .4em;
					white-space: no-wrap;
				}
			
				div.ec-comment-message ul.ec-comment-options li.ec-comment-reply, #content div.ec-comment-message ul.ec-comment-options li.ec-comment-reply {
					background: none;
				}

		div.ec-discussion ul li div.ec-user {
			background: #F9F9F9;
			border-top: 1px solid #CCCCCC;
		}

form.ec-form {
	
}
			
	form.ec-form ul {
		list-style: circle;
		margin-left: 2em;
	}
				
	p.ec-form-display-error, #content p.ec-form-display-error {
		background: #8B0000;
		color: #fff;
		padding: 5px;
	}
				
	p.ec-form-display-message, #content p.ec-form-display-message {
		background: green;
		color: #fff;
		padding: 5px;
	}
	
	p label.ec-form-label-inline {
		background: none; /*this is to override the graphic if it is required*/
		display: inline !important;
		float: none;
		font-weight: normal;
		line-height: 1em;
		padding: 0;
		margin: 0 .5em 0 0;
		vertical-align: text-top;
	}
	
	p.ec-form-field-error input, p.ec-form-field-error textarea {
		border: 1px solid #8B0000;
	}
	
	p.ec-form-field-error {
		color: #8B0000;
	}

	p.ec-form-field-hidden {
		position: absolute;
		width: 190px;
		left: -999px;
	}

	p.ec-form-submit {
	
	}
	
div.ec-forum {
	
}

	div.ec-forum h2, #content div.ec-forum h2 {
		margin: .5em 0 .2em 0;
	}
	
	div.ec-forum-category-description {
		margin: 1em 0;
	}

div.ec-idea-exchange, #content div.ec-idea-exchange {
	
}

	div.ec-idea-exchange h3, #content div.ec-idea-exchange h3 {
		margin-top: .5em;
	}
	
	div.ec-idea-exchange-description {
		margin: 1em 0;
	}
	
	div.ec-idea-exchange ul.ec-ideas, #content div.ec-idea-exchange ul.ec-ideas {
		margin: 0;
		padding: 0;
	}
	
		div.ec-idea-exchange ul.ec-ideas li.ec-idea, #content div.ec-idea-exchange ul.ec-ideas li.ec-idea {
			background: none;
			border-bottom: 1px solid #e8e8e8;
			list-style: none;
			margin: 0;
			padding: 0;
		}

	div.ec-idea {
		margin: 1em 0;
	}
		
		div.ec-idea-rating, #content div.ec-idea-rating {
			float: left;
			height: 70px;
			width: 75px;
			text-align: center;
		}
		
			div.ec-idea-rating strong, #content div.ec-idea-rating strong {
				border: none;
				font-size: 1.7em;
				font-weight: bold;
				line-height: 2.7em;
				margin: -1em 0 0 0;
				padding: 0;
			}
		
		span.ec-idea-status {
			
		}
		
		div.ec-idea-content {
			
		}
					
			div.ec-idea-description {
				line-height: 1.3em;
				margin: 0 0 0 5.9em;
				padding: 0;
			}
			
				div.ec-idea-description ul {
					background: none;
					list-style: circle;
				}
				
			div.ec-community p.ec-idea-comments, #content div.ec-community p.ec-idea-comments {
				margin: 1em 0;
			}
			
				div.ec-community p.ec-idea-comments img, #content div.ec-community p.ec-idea-comments img {
					margin: 0;
					vertical-align: text-bottom;
				}
			
				div.ec-community p.ec-idea-comments a, #content div.ec-community p.ec-idea-comments a {
					text-decoration: none;
				}
	
	div.ec-idea-exchange div.ec-user, #content div.ec-idea-exchange div.ec-user {
		margin: 0 0 1em;
		padding: 0;
	}
	
	ul.ec-search-results {
		list-style: none;
		padding: 0;
	}
	
		ul.ec-search-results p a {
			text-decoration: none;
		}
	
div.ec-tag-cloud-box {
	padding: 1em;
	position: absolute;
	right: 5px;
	top: 35px;
	width: 300px;
}

div.ec-tag-cloud {
	font-size: .9em;
}

	div.ec-tag-cloud h3, #content div.ec-tag-cloud h3 {
		border-bottom: 1px solid #CCCCCC;
		margin: 0 0 .3em 0;
		padding: .5em .5em .5em 0;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-1 {
		color: #C95000;
		font-size: 1.9em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-2 {
		color: #336699;
		font-size: 1.7em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-3 {
		color: #336699;
		font-size: 1.5em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-4 {
		color: #6699CC;
		font-size: 1.3em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-5 {
		color: #6699CC;
		font-size: 1.1em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-6 {
		color: #6699CC;
		font-size: 1.0em;
	}

	div.ec-tag-cloud span.ec-tag-cloud-size-7 {
		color: #6699CC;
		font-size: .9em;
	}

div.ec-menu {
	
}

div.ec-query {
	
}

ul.ec-taxonomy-previous-and-next-objects {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
	
	ul.ec-taxonomy-previous-and-next-objects li {
		list-style: none;
		padding: 0;
	}
	
table.ec-calendar-month {
	width: 100%;
}
	
	table.ec-calendar-month th, #content div.module table.ec-calendar-month th {
		background: none;
		border: none;
		margin: 0;
		padding: .1em;
		text-align: center;
	}
	
	table.ec-calendar-month td, #content div.module table.ec-calendar-month td {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

span.ec-favorite-toggle, span.ec-notification-toggle {
	cursor: pointer;
}

span.ec-rating {
	
}

	span.ec-rating img {
		cursor: pointer;
	}

span.ec-rating-options {
	display: block;
	margin: -2em 0 0 0;
	padding: 1.2em 0;
	text-align: center;
}

	span.ec-rating-options a {
		margin: 0;
	}

span.ec-rating-stars {
	clear: both;
	display: block; /* This is needed so that the margin will take effect */
	margin: 1em 0;
}
	
	span.ec-rating-stars .ec-rating-star-options {
	}

	span.ec-rating-stars .ec-rating-star-options:after {
		content: '.';
		display: block;
		height: 0;
		width: 0;
		clear: both;
		visibility: hidden;
	}
	
		span.ec-rating-stars span.ec-rating-star-options span {
			float: left;
			width: 10px;
			height: 10px;
			overflow: hidden;
			text-indent: -999em;
			cursor: pointer;
			padding: 2px;
		}
		
			span.ec-rating-stars span.ec-rating-star-options span a {
				display: none;
				width: 100%;
				height: 100%;
				background-position: 0 0px;
			}
			
			span.ec-rating-stars span.ec-rating-star-options span.ec-rating-star-hover,
			span.ec-rating-stars span.ec-rating-star-options span a:hover {
				background: url(/static/images/rating-star-on.gif) no-repeat 0 0;
			}
			
			span.ec-rating-stars span.ec-rating-star {
				background: url(/static/images/rating-star-off.gif) no-repeat 0 0;
			}
			
			span.ec-rating-stars span.ec-rating-star-on {
				background: url(/static/images/rating-star-on.gif) no-repeat 0 0;
			}

	span.ec-rating-stars span.ec-rating-star-responses {
		float: none;
		margin: 0;
	}

/* The following are for the thickbox */

#TB_window {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	color:#666666;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_window a:link {color: #666666;}

#TB_window a:visited {color: #666666;}

#TB_window a:hover {color: #000;}

#TB_window a:active {color: #666666;}

#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/static/images/macFFBgHack.png) repeat;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: 90%;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: 0;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: 0;
}

#TB_HideSelect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: 90%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

div.nicEdit-main, div.nicEdit-panelContain {
	min-width: 300px;
}

p.account_signup_security_question {
	position: absolute;
	left: -999px;
}