.debug-section {
	color: #FFF;
	text-align: left;
}

.debug-section ul {
	list-style-type: none;
}

.debug-section ul li {
	list-style-type: none;
}

.debug-section a {
	text-decoration: none;
	color: #FF0;
}

.debug-section a:hover {
	text-decoration: underline;
	color: #FF0;
}

.login-info {	
	display: block;
	float: right;
	margin: 5px;
	font-size: 14px;
	color: #FFF;
	padding-right: 10px;
}

.login-info a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.login-info a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.error {
	margin-bottom: 20px;
	padding: 5px;
	border: solid 1px #C55;
	
	background-color: #FCC;
	color: black;
	font-weight: bold;
}

.section-summary {
	padding-left: 35px;
	padding-bottom: 20px;
}

.list-plain {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Forms */

form ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.form-row {
	list-style-type: none;
	clear: both;	
	overflow: auto;	
	margin-bottom: 10px;	
}

.form-last-row {
	clear: both;	
	overflow: auto;
}

.form-label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;	
	padding-top: 3px;
}

.form-input {
	display: block;
	float: left;	
}

.textarea {
	border: solid 1px #333;
	padding: 3px;
}

.textbox {
	border: solid 1px #333;
	background-color: white;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 1px;
}

.textbox:focus {
	border: solid 1px blue;
	background-color: #FF9;
}

.textbox-email {
	width: 300px;
}

.textbox-url {
	width: 300px;
}

.textbox-filepath {
	width: 300px;
}

.form-section-header {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;	
	font-weight: bold;
}

.form-section-description {
	margin-left: 25px; 
	margin-bottom: 10px;
	font-size: 90%;
}

/* forms property grid */

ul.form-property-grid-list {
	list-style-type: none;
	margin: 0;	
	padding: 0;	
	background-color: #FFFAD3;
	text-align: left;
}

ul.form-property-grid-list li.form-row {
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #AAA;
	overflow: visible;
	text-align: left;
}

ul.form-property-grid-list li.form-row div.property-name {
	display: block;
	float: left;
	width: 180px;
	font-weight: bold;
}

ul.form-property-grid-list li.form-row div.property-value {
	display: block;
	float: left;
	width: 240px;		
}

ul.form-property-grid-list li.form-row div.property-value span.value {
	vertical-align: top;
}

ul.form-property-grid-list li.form-row div.property-value ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.form-property-grid-list li.form-row div.property-value ul li {
	list-style-type: none;
}

ul.form-property-grid-list li.form-row div.property-details {
	display: block;
	float: left;
	width: 300px;	
}

ul.form-property-grid-list li.form-section-header {
	background-color: #DDD;
	font-weight: bold;
	font-size: 110%;
}



/* buttons for delete, edit, etc. */

.small-icon {
	display: block;
	float: left;
	margin-right: 4px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.action-icon {
	cursor: pointer;
	margin-right: 4px;
	vertical-align: bottom;
}

.delete-icon {	
	display: block;
	float: left;
	margin-right: 4px;	
	background-image: url('img/delete_16.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.edit-icon {	
	display: block;
	float: left;
	margin-right: 4px;	
	background-image: url('img/edit_16.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.add-icon {		
	background-image: url('img/add_16.png');	
}

.info-icon {	
	background-image: url('img/info_16.png');	
}

.check-icon {		
	background-image: url('img/check_16.png');	
}

/* adjust icon position for form label help */
.form-label .info-icon {
	float: right;
	margin-right: 0px;
	margin-left: 6px;
}

/* search */

form.search-box {
	margin-bottom: 10px;
}

ul.search-results {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

ul.search-results li {
	list-style-type: none;
	padding: 10px;
	border-top: solid 1px #CCC;
}

/* tag-cloud */

div.tag-cloud {	
	margin: 0;
	padding: 0;	
}

div.tag-cloud a {
	text-decoration: none;
}

div.tag-cloud a:hover {
	text-decoration: underline;
}


/* widgets */

ul.flowbasis-widget-panel-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.flowbasis-widget-panel-list li.flowbasis-widget-list-item {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.flowbasis-widget-title-bar {
	background-color: #FFFAD3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top: solid 1px #CCC;
	margin-bottom: 8px;
}

.flowbasis-widget-title-bar span.widget-title {
	font-weight: bold;	
}


/* basic list */

ul.basic-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.basic-list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

ul.basic-list li a {
	text-decoration: none;
}

ul.basic-list li a:hover {
	text-decoration: underline;
}


/* feed list */

ul.feed-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.feed-list li {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 3px;
	color: #ccc;
}

ul.feed-list li a {
	text-decoration: none;
	color: #222;
}

ul.feed-list li a:hover {
	text-decoration: underline;
}

ul.feed-list li.feed-link {
	font-weight: bold;
}


/* comments */

.flowbasis-comment-control-section h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;	
}

ul.flowbasis-comment-list {
	list-style-type: none;
	margin-left: 0;
}

ul.flowbasis-comment-list li.flowbasis-comment {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #DDD;
}

ul.flowbasis-comment-list li.flowbasis-no-comments {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.flowbasis-comment-list div.flowbasis-comment-metadata {
	float: left;
	width: 150px;	
}

ul.flowbasis-comment-list div.flowbasis-comment-content {
	position: static;
	margin-left: 160px;
	width: auto;
}

form.flowbasis-add-comment-form div.form-row {
	margin-bottom: 15px;
}

form.flowbasis-add-comment-form label {
	display: block;
	font-weight: bold;
}

form.flowbasis-add-comment-form input.textbox {
	display: block;
	width: 250px;
}

form.flowbasis-add-comment-form textarea {
	display: block;
	width: 400px;
	height: 125px;
	border: solid 1px #000;
	padding: 5px;
}