html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
tr, td, label, a, form, label, caption, legend,
abbr, acronym, sup, sub, ul, li {
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left;
}

html {
	background-color: #444;
}

body {
	margin: 0;
	padding: 0;	
	min-width: 800px;	
	background-color: #444;
}

p {
	line-height: 1.5em;
}

img {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #00D;
	text-decoration: none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}


input.button, input.submit, input[type="button"], input[type="submit"] {
	border: solid 1px #000;
	color: #DDD;
	font-weight: bold;
	height: 1.9em;
	background-image: url(img/button_background.png);
	background-repeat: repeat-x;
}

input.button:hover, input.submit:hover, input[type="button"]:hover, input[type="submit"]:hover {
	border: solid 1px #000;
	color: #FFF;
	font-weight: bold;
	height: 1.9em;
	background-image: url(img/button_background.png);
	background-repeat: repeat-x;
}

/* Top banner */

.top-banner {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	text-align: left;
	background-color: #000;	
	border-bottom: solid 1px #626262;
}

#site-title {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 10px;
	
	color: #FFF;
	font-size: 40px;
	font-weigth: bold;
}

.top-banner #site-title a {
	color: #FFF;
	text-decoration: none;
}

.top-banner-search-box {
	float: right;
	clear: right;	
	padding-right: 10px;
}

.breadcrumbs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	left: 10px;
	top: 75px;
	height: 18px;
	
	color: #ccc;
	font-weight: bold;
}

.breadcrumbs li {
	display: inline;
	float: left;
	padding-right: 21px;	
	font-size: 14px;
	vertical-align: middle;
	background: url(img/right-arrow-white-18.png) no-repeat right center;	
}

.breadcrumbs .last-breadcrumb {
	padding-right: 0px;
	background: none;
}

.breadcrumbs li a {
	color: #ccc;	
	text-decoration: none;
}

.breadcrumbs li a:hover {	
	text-decoration: underline;
}

.clear-both {
	clear: both;
	height: 0px;
}

.mid-section {
	background-color: #FFF;
}

/* menubar */
.main-menubar {
	width: 100%;
	height: 25px;
	
	background-color: #CCC;	
	border-bottom: solid 1px #626262;
	
	overflow: hidden;
}

.main-menubar ul {	 
	list-style-type: none;
	margin: 0px;
	text-align: left;
}

.main-menubar li {
	display: block;
	float: left;
	height: 25px;	
	font-size: 13px;
	border-right: solid 1px #555;
}

.main-menubar li:hover {
	background-color: #AAA;	
}

.main-menubar li a {
	display: block;
	height: 25px;
	color: #333;	
	font-weight: bold;	
	text-decoration: none;
	padding: 5px 10px;	
}

.main-menubar li a:hover {	
	text-decoration: underline;
}


.main-content {		
	display: block;
	position: relative;
	overflow: visible;
	width: auto;
	text-align: left;
	
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;	
		
	background-color: #FFF;
}

.main-content-header {
	margin-top: 0px;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}

.main-footer {
	position: static;
	border-top: solid 3px #626262;
	width: auto;
	padding: 10px;
	text-align: left;
	clear: both;
}


.copyright {
	margin: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.create-with-flow-basis-notice {
	font-size: 12px;
	color: #FFF;
}

.create-with-flow-basis-notice a {
	text-decoration: none;
	color: #FF0;
}

.create-with-flow-basis-notice a:hover {
	text-decoration: underline;
	color: #FF0;
}

.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;
}
