* { margin: 0; padding: 0; }

html, body {
	background-image: url(/_img/bg-body.png);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #fbfaf3;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	}
a {
	color: #74a844;
	text-decoration: none;
	}

img {
	border: none;
	}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
	}

.clear {
	clear: both;
	}
.hidden {
	display: none;
}

.wide {
	margin: 0 auto;
	width: 983px;
	padding-right:3px;
	}

#wrapper {
	min-height: 100%;
	position: relative;
	}
input, select, textarea {
		border: 1px solid #c0bcb7;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding-left: 3px;
		padding-right: 3px;
}
/**
 * HEADER
 */

#header {
	}
	#header .logo {
		float: left;
		margin: 10px 5px;
		}
	#header .controlbar {
		background: #ffffff;
		border: solid 1px #ccc;
		color: #c6cac5;
		float: right;
		font-size: 0.9em;
		margin: 0;
		margin-right: 5px;
		padding: 5px 10px 5px 10px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	    -moz-box-shadow: 1px 1px 2px #ddd;
		-webkit-box-shadow: 1px 1px 2px #ddd;
        box-shadow: 1px 1px 2px #ddd;
		}
		#header .controlbar a {
			color: #333333;
			}
		#header .controlbar img {
			display: inline;
			margin-bottom: -3px;
			}

/**
 * TABS
 */
 
#tabs {
    }
    #tabs ul {
    	list-style: none;
    	margin-top: 0px;
    	margin-bottom: 0px;
    	}
    	#tabs ul li {
    		float: left;
    		}
			#tabs ul li {
			}
    		#tabs ul li a {
			    font-weight: bold;
    			color: #ffffff;
    			display: block;
    			line-height: 34px;
    			padding: 0 11px;
    			text-decoration: none;
				text-shadow: #436d22 0px 0px 2px;		    
    			border-right: solid 1px #5bbb34;
    			font-size: 11px;
    			}
    		#tabs ul li.current a {
   				background: url('../_img/bg-tabs-tab-light-10x35.png') repeat-x;
    		    border-color: #f8f7eb;
    		    color: #fff;
    			text-shadow: #406c0e 0px 0px 2px;
    			border-right:1px solid #5bbb34;
    		    }
    	#tabs ul.categories {
    		float: left;
    		width: 977px;
    		height: 35px;
    		margin-bottom: 14px;
   			background: url('../_img/bg-tabs-tab-10x35.png') repeat-x;
		    border-radius: 5px;
    	    -moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    -moz-box-shadow: 1px 1px 2px #ccc;
			-webkit-box-shadow: 1px 1px 2px #ccc;
	        box-shadow: 1px 1px 2px #ccc;
    		}
			#tabs ul.categories li.current.first a {
				-webkit-border-top-left-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-bottomleft: 5px;
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
				}

	#tabs .search {
		float: right;
		margin: 9px 10px 0 0;
		}
		#tabs .search input {
			color: #666;
			background: #deeec2;
			height: 13px;
			vertical-align: baseline;
			overflow: hidden;
			padding: 2px 22px 0 5px;
			width: 100px;
			background: transparent url('../_img/bg-search-190x30.png') right no-repeat;
			}
			#tabs .search input:focus {
				border: 1px dotted #ffffff;
				}
		#tabs .search fieldset {
			position: relative;
		}
		#tabs .search input#searchloupe {
			border: 0;
			width: 30px;
			position: absolute;
			top: 0;
			right: 0;
			height: 18px;
			background: none;
			cursor: pointer;
		}

	#main .smalltabs {
		float: left;
		background-color: #ffffff;
		margin-left: 5px;
		padding: 5px 15px 5px 15px;
		border: 1px solid #eae5dd;
		margin-bottom: -1px;
	    border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;	
	    border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        cursor: pointer;	
	}
	#main .smalltabs_active {
		border-bottom: 1px solid #ffffff;
		
	}

.tabset_dashTabs {
	font-size: 11px;
}
	

/* notLoggedIn */

#notLoggedIn {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	background: #fff url('/_img/fluff/girl-cake.png') no-repeat;
	border: 1px solid #EAE5DD;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	padding: 8px 28px 7px 130px;
	font-size: 18px;
	color: #666;
	margin-right: 5px;
}
#notLoggedIn b {
	font-size: 24px;
	display: block;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
#notLoggedIn p {
	display: inline;
}
#notLoggedIn p.close {
	font-size: 10px;
	color: #999;
}
#notLoggedIn .notice {
	background-image: url('/_img/fluff/bg-boxlinks.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
#notLoggedIn .notice a {
	color: #fff;
	font-size: 18px;
}
	
	
/**
 * CONTENT
 */

#content {
	padding: 15px 0 0;
	}

	#content h1 {
		color: #78a931;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 5px;
		text-shadow: #eae9e6 1px 1px 1px;		    
	    }
	#content h2, .subjectEdit {
	    color: #f98e29;
	    font-size: 17px;
		font-weight: normal;
	    letter-spacing: -1px;
		margin-bottom: 5px;
	    }
	#content h3 {
	    color: #ffffff;
	    float: left;
	    font-size: 12px;
	    margin-bottom: 8px;
	    padding: 4px 8px;
	    position: relative;
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    -moz-box-shadow: 1px 1px 2px #ccc;
		-webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
	    }
	#twtr-widget-1 h3 {
	    border-radius: none;
	    -moz-border-radius: none;
	    -webkit-border-radius: none;
	    -moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		float: none;
	}
	#content .gray a {
		color: #909090;
	}
	    #content h3 a {
	    	color: #ffffff;
	    }
		#content h3.green {
		    background: #97bc5f;
			text-shadow: #436d22 0px 0px 2px;		    
		    background-image: url(/_img/bg-green-h28.png);
			}
		#content h3.orange {
			background: #f98e29;
			text-shadow:0px 0px 2px #9C5100;
			background-image: url(/_img/bg-orange-h28.png);
			}
		#content h3.grey {
			background: #f98e29;
			text-shadow:0px 0px 2px #ccc;
			background-image: url(/_img/bg-grey-h28.png);
			}
	    #content h3 span.arrow {
			border-style: solid;
			border-width: 4px 4px 0;
			bottom: -4px;
			left: 5px;
			position: absolute;
	    	}
		    #content h3.green span.arrow {
				border-color: #7bad43 transparent transparent;
		    	}
		    #content h3.orange span.arrow {
				border-color: #eb7435 transparent transparent;
		    	}
		    #content h3.grey span.arrow {
				border-color: #d5d5d5 transparent transparent;
		    	}

	#content #main {
		float: left;
		margin: 0;
		width: 680px;
		}
	#content #main .text {
		margin-bottom: 30px;
	}
	#content #main #text .numba {
		color: #ffffff;
		background-color: #97BC5F;
		font-size: 16px;
		font-weight: bold;
		height: 25px;
		width: 25px;
		text-align: center;
		margin-right: 10px;
		float: left;
		border-radius: 50px;
		line-height: 23px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}
	#content #main #text .introImg {
		width: 70px;
		height: 70px;
		float: right;
		margin-left: 10px;
		padding: 5px;
		border: 1px solid #eae5dd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-bottom: 20px;
	}
	#content #main #text .introImg img {
		width: 70px;
	}
	#content #main #text .introtext {
		padding-left: 35px;
		height: 140px;
	}
	#content #main .noticeButton {
 		background-image: url(/_img/fluff/bg-boxlinks.png);
 		height: 28px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    margin: 40px;
		padding: 8px 20px 8px 20px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
	}
	#content #main #languageSelector {
		text-align: right;
		display: none;
		position: absolute;
		background-color: #fff;
		color: #666666;
		width: 400px;
		border: 1px solid #eae5dd;
		padding: 10px;
		font-size: 11px;
		margin-left: 238px;
		margin-top: 28px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		
	}
	#content #main #languageSelector div {
		float: left;;
		display: block;
		width: 100px;
		text-align: left;
	}
	#content #main #languageSelector label {
		padding-left: 5px;
		padding-right: 10px;
	}
	#content #main #languageSelector .submit,
	#content #main #languageSelector .save_to_settings-wrapper {
		float: right;
		margin-top: 10px;
	}
	#content #tagBox {
		font-size: 12px;
		line-height: 25px;
		height: 25px;
		overflow: hidden;
		color: #909090;
	}
	#content #tagBox.open
	{
		height: auto;
	}
	#content #tagBox a {
		border-right: 1px solid #eae5dd;
		padding-right: 10px;
		margin-right: 5px;
	}
	#content #tagBox .active {
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    padding: 0 5px 0 5px;
		color: #ffffff;
	    background: #97bc5f;
		}
	#content #tagBox #moreTags {
		float: right;
		color: #74A844;
		margin-top: 5px;
		margin-left: 5px;
		}
	#content #alltags {
		float: left;
	}
	
	#content #main .small, #content #main .small p {
		font-size: 11px;
		padding-bottom: 0px;
		line-height: 12px;
	}
	#content #sidebar {
		float: right;
		margin: 0 5px;
		width: 260px;
		}
	#content #sidebar .sidebox_user-helper .content {
		border-color: #F98E29;
		font-size: 13px;
		background-color: #ffefe0;
		line-height: 20px;
		padding: 7px;
	}
	.userNotice {
		border: 3px dotted #F98E29;
		background-color: #FFEFE0;
		padding: 5px;
		margin: 2px;
		border-radius: 4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#content #sidebar .sidebox_userinfo {
		overflow: hidden;
	}
	#content #sidebar .sidebox_userinfo label {
		color: #F98E29;
		margin-right: 5px;
		display: block;
		float: left;
	}
	#content #sidebar .sidebox_userinfo .gravatar {
		border: 1px solid #C0BCB7;
		padding: 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
        #content #sidebar .sidebox_news h4 {
                color: #F98E29;
        }
	#content #sidebar p.news_item {
		color: #888888;
		font-size: 11px;
	}
	#content #sidebar p.news_item a.news_content {
		color: #888888;
	}

	.activestep {
		background-color: #fff;
		border: 3px dotted #F98E29;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 5px;
		font-weight: bold;
	}
	.notdonestep {
		padding: 5px;
	}
	#content #sidebar .sidebox_user-helper .content p {
		padding: 5px;
		}
	#content #sidebar .sidebox_user-helper .content img {
		float: left; padding-right: 5px;
		}
	#content #sidebar .sidebox_user-helper .content .stepdone {
		color: #888888;
		}
	#content #sidebar .sidebox_user-helper .content .description {
		padding-left: 25px; display: block;
		color: #666;
		line-height: 15px;
		font-size: 12px;
		font-weight: normal;
		}
	#content .box {
		}
		#content .box .content {
			background: #ffffff;
			border: solid 1px #eae5dd;
			clear: both;
			margin-bottom: 20px;
			overflow: hidden;
			padding: 10px 15px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		    -moz-box-shadow: 1px 1px 1px #eae9e6;
			-webkit-box-shadow: 1px 1px 1px #eae9e6;
	        box-shadow: 1px 1px 1px #eae9e6;
			}
			#content .box .content p {
				margin: 5px 0;
				}
			#content .box .content ul {
				padding-left: 15px;
				}
			#content .box .content ol {
				padding-left: 20px;
				}
				#content .box .content ol li,
				#content .box .content ul li {
					margin: 5px 0;
					}
	#content #main .thing {
		background-color: #ffffff;
		border: solid 1px #eae5dd;
		clear: both;
		margin-bottom: 20px;
		padding: 10px 15px;
		overflow: hidden;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	    -moz-box-shadow: 1px 1px 1px #eae9e6;
		-webkit-box-shadow: 1px 1px 1px #eae9e6;
        box-shadow: 1px 1px 1px #eae9e6;
		}
		#content #main .thing .button {
			float: left;
			width: 70px;
			}
		#content #main .thing .content {
			float: right;
			width: 578px;
			}
			#content #main .thing .content h2 {
				font-size: 18px;
				font-weight: normal;
				margin-bottom: 5px;
				}
				#content #main .thing .content h2 a {
					color: #f98e29;
					}
			#content #main .thing .content p {
				line-height: 20px;
				margin-bottom: 10px;
				}
				#content #main .thing .content p span {
					color: #909090;
					font-size: 0.9em;
					}
			#content #main .thing .content .tags, #content #main .thing .content .who {
				font-size: 0.8em;
				color: #909090;
				margin: 10px 0 10px 0;
				height: 15px;
				overflow: hidden;

				}
				#content #main .thing .content .tags img, #content #main .thing .content .who img {
					float: left;
					margin: 0 5px 0 0;
					vertical-align: baseline;
					}
				#content #main .thing .content .allWhoBox {
					height: auto;
					font-size: 0.9em;
					color: #909090;
					padding-bottom: 20px;
				}
				#content #main .thing .content .allWhoBox a,#content #main .thing .content .allWhoBox span {
					float: left;
					width: 105px;
					overflow:hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					margin-right: 10px;
				}
				#content #main .thing .content .allWhoBox .gravatar {
					border: 1px solid #909090;
					vertical-align: middle;
				}
					
			#content #main .thing .content .meta, #content #main .thing .content .share {
				font-size: 0.9em;
				color: #909090;
				}
				#content #main .thing .content .meta a, #content #main .thing .content .share a {
					margin-right: 10px;
					}
				#content #main .thing .content .meta img, #content #main .thing .content .share img {
					display: inline-block;
					margin-bottom: -4px;
					}
				#content #main #codebox .code {
					font-size: 12px;
				}
				#content #main #codebox .numba {
					#content #main #text .numba {
					color: #ffffff;
					background-color: #97BC5F;
					font-size: 16px;
					font-weight: bold;
					height: 25px;
					width: 25px;
					text-align: center;
					margin-right: 10px;
					float: left;
					border-radius: 50px;
					line-height: 23px;
					-moz-border-radius: 50px;
					-webkit-border-radius: 50px;
				}

				
				}
	#content #main .paging {
		}
		#content #main .paging a {
			background: #eeece1;
			color: #444444;
			display: inline-block;
			font-size: 0.9em;
			margin: 0 2px;
			padding: 4px 10px;
	
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			}
		#content #main .paging .prev {
			float: left;
			}
		#content #main .paging .pages {
			text-align: center;
			}
			#content #main .paging .pages div.page {
				display: inline-block;
				}
				#content #main .paging .pages div.current a {
					background: #f98e29;
					color: #ffffff;
					}
		#content #main .paging .next {
			float: right;
			}

	#content #main #profileTabs {
		height: 40px;
		padding-bottom: 10px;
		float: left;
		clear:both;
	}
	#content #main #profileTabs .first {
		height: 15px;
		margin-bottom:10px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float:left; 
		padding: 8px 24px 3px 20px;
	    border-top-right-radius: 10px;
	    -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;	
	}
	#content #main #profileTabs .second {
		height: 15px;
		margin-top:10px;
		margin-left: -1px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float:left; 
		padding: 0px 20px 10px 24px;
	    border-bottom-left-radius: 10px;
	    -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;	
	}
	#content #main #profileTabs .active {
		font-weight: bold;
		color: #78a931;
		font-size: 15px;
		font-weight: normal;
		text-shadow: #eae9e6 1px 1px 1px;		    
	}
	#content #main .comments {
	}
		#content #main .comments .comment {
			margin-bottom: 45px;
			overflow: hidden;
			}
			#content #main .comments .comment .meta {
				float: left;
				width: 160px;
				}
				#content #main .comments .comment .meta img {
					display: inline-block;
					margin-bottom: -4px;
					}
				#content #main .comments .comment .meta .avatar {
					float: left;
					margin: 0 7px 3px 0;
					}
				#content #main .comments .comment .meta .timestamp {
					color: #444444;
					font-size: 0.8em;
					margin-top: 2px;
					letter-spacing: -0.05em;
					}
				#content #main .comments .comment .meta .report {
					color: #444444;
					font-size: 0.75em;
					letter-spacing: -0.05em;
					margin-top: 2px;
					}
			#content #main .comments .comment .text {
				float: right;
				width: 480px;
				margin-bottom: 0px;
				}

	#content #main #means,
	#content #main #no-means,
	#content #main #no-means-ever {
		overflow: hidden;
		float:left;
		width:300px;
		}

	#content #main #no-means span,
	#content #main #no-means-ever span {
		display: block;
		text-align: center;
	}

	#content #main #no-means-ever .info,
	#content #main #no-means .info {
		padding-top: 2em;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	#content #main #no-means-ever .small,
	#content #main #no-means .small {
		color: #888;
	}

	#content #main #no-means .add-means,
	#content #main #no-means-ever .add-means {
		margin-top: 1em;
		color: #74A844;
		font-size: 1.6em;
		line-height: 1.6em;
	}
	#content #main #no-means .add-means a,
	#content #main #no-means-ever .add-means a {
		background: url("/_img/button-plus-20x20.png") no-repeat scroll 0 center transparent;
		padding-left: 25px;
	}
	#content #main #no-means .add-means img,
	#content #main #no-means-ever .add-means img {
		vertical-align: text-bottom;
		width: 20px;
		height: 20px;
	}
	#content #main #no-means .image,
	#content #main #no-means-ever .image {
		width: 100%;
		margin-top: 2em;
	}
	#content #main #revenue {
		overflow: hidden;
		float:right;
		width:300px;
		}
		#content #main #means .box {
			float: left;
			width: 208px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			}
			#content #main #means .box .content {
				height: 110px;
				}
			#content #main #means .box .info {
				background: #f0f0f0;
				margin-bottom: 5px;
				padding: 5px;
				text-align: center;
				}
		#content #main #means .balance {
			margin-right: 14px;
			}
		#content #main #means .monthly {
			margin-right: 14px;
			}
		#content #main #means .status {
			}
		#content #main #means hr, #content #main #revenue hr {
			color: #cccccc;
			background-color: #cccccc;
			height: 1px;
			border: 0;
			margin-bottom: 10px;
			}
		#content #main #means small, #content #main #revenue .small {
			color: #777;
			}
		#content #main #means .label, #content #main #revenue .label {
			float:left;
			margin-top:5px;
			margin-bottom: 10px;
			}
		#content #main #means .label .small, #content #main #revenue .label .small {
			float:left;
			margin: 0;
			color: #777;
			}
		#content #main #means p.small {
			color: #777;
			}
		#content #main #means .money, #content #main #revenue .money {
			background:#e6f4ce;
			float:right;
			font-size:18px;
			line-height:35px;
			text-align:center;
			width:160px;
		    border-radius: 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			color: #74A844;
		}
		#content #main #means .money.loading div {
			visibility: hidden;
		}
		#content #main #means .money.loading {
			background: url(/_img/ajax_loader.gif) no-repeat center center;
		}
		#content #main #means .money .moneyLabel {
			font-size: 10px;
			margin-left: 10px;
			float: left;
			line-height: 30px;
			color: #000;
		}
		#content #main #means .money .moneyAmount {
			float: right;
			margin-right: 10px;
			line-height: 30px;
			}
		#content #main #means .money .moneyAmount.minus {
			color: #F98E29;
			}
		#content #main #means .addfunds{
			display:block;
			line-height:30px;
			margin-right:33px;
			margin-bottom:10px;		
			} 
		#content #main #revenue .withdrawfunds {
			display:block;
			line-height:30px;
			margin-right:10px;
			margin-bottom:10px;
			float:right;
		}
		#content #main #means .addfunds a {
			background-image:url('/_img/button-plus-20x20.png');
			background-position:  3px;
			background-repeat: no-repeat;
			padding:2px 0 2px 28px;
		}
		
		#content #main #revenue .withdrawfunds a {
			background:url('/_img/button-minus-20x20.png') 0px center no-repeat;
			padding:2px 0 2px 25px;
		} 

		#content #main #means h3 {
			color: #333333;
			float: none;
			padding: 0;
			margin: 10px 0 15px;
			font-weight: normal;
			font-size: 13px;
			}
		#content #main #means #clickValue {
			border:1px solid #cccccc;
			padding:8px 10px;
			border-radius: 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
		}
		#content #main #means #clickValue td {
			font-size: 20px;
			letter-spacing: -2px;
		}
		#content #main #means #clickValue .small {
			font-size: 11px;
			line-height: 10px;
			letter-spacing: normal;
		}
		#slider {
			border: none;
		}
		#monLabel {
			background: none;
			background-image: url(/_img/monthbg.png);
			background-position: center;
			width: 40px;
			height: 32px;
			border: none;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			text-align: center;
			line-height: 23px;
			color: #ffffff;
			font-size: 14px;
			font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
			margin-left: -22px;
			letter-spacing: -1px;
			outline: 0;
		}
		#monthTable {
			font-size: 12px;
			letter-spacing: -1px;
			margin: 14px 0 0 0;
			text-align: center;
			width: 300px;
			color: #909090;
			border-collapse: collapse;
		}
		#monthTable tr td {
			width: 8.33%;
			background-image: url(/_img/monthly-dash.png);
			background-position: top center;
			background-repeat: no-repeat;
			padding-top: 5px;
		}
		#monthTable .first {
			background-image: url(/_img/monthly-dash-left.png);		
		}
		#monthTable .last {
			background-image: url(/_img/monthly-dash-right.png);		
		}
		#content #means #tooHigh, #content #means #extraInfo {
			margin-left: 15px;
			color: #F98E29;
			font-style: italic;
		}
		#content #means #tooHigh, #content #means #extraInfo a {
			color: #F98E29;
		}

/**
 * HOMEPAGE
 */

#frontpageback {
	background: url('/_img/frontpage/frontpageback.jpg') repeat-x center top;
	height: 727px;
}
#magic {
	background: url('/_img/frontpage/sunback.jpg') no-repeat center top;
	height: 727px;
}
#magic h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 57px;
	font-family: "museo-1","museo-2",sans-serif;
	font-weight: 300;
	color: #4b4b4b;
}
#magic h2 {
	font-size: 32px;
	text-align: center;
	font-family: "museo-1","museo-2",sans-serif;
	font-weight: 300;
	color: #4b4b4b;
}
#magic #magicalflattr {
	background: url('/_img/frontpage/awesomeflattr.png') no-repeat center;
	height: 370px;
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#magic #magicalflattr #text1, #magic #magicalflattr #text2, #magic #magicalflattr #text3 {
	position: absolute;
	width: 175px;
	font-size: 14px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
	font-weight: bold;
	color: #494949;
	line-height: 14px;
}
#magic .action, .loginbutton {
    background: #bbda74;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae186), to(#9fcc57));
    background: -webkit-linear-gradient(#cae186, #9fcc57);
    background: -moz-linear-gradient(#cae186, #9fcc57);
    background: linear-gradient(#cae186, #9fcc57);

	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
	font-weight: bold;
	font-size: 17px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #9bb85e;
    color: #5d7730;
    text-shadow: 0 1px rgba(255,255,255,.4);
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 20;
    width: 125px;

    display: inline-block;

    -webkit-box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    -moz-box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;

    margin: 0 15px;
    padding: 10px 20px;
    }
.loginbutton {
	padding: 2px 10px;
    -webkit-box-shadow: 0 0 0 5px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    -moz-box-shadow: 0 0 0 5px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    box-shadow: 0 0 0 5px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    width: 75px;
    font-size: 14px;
}
#homepageInfo {
	border-top: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 810px;
	margin-bottom: 5px;
	text-align: center;
}
.frontpagetext {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
	font-size: 14px;
	text-align: left;
	width: 210px;
	margin-right: 90px;
	float: left;
	color: #706f6f;
}
.frontpagetext p {
	margin-bottom: 15px;
	line-height: 16px;
}
.frontpagetext p strong {
	font-size: 18px;
	line-height: 16px;
}
.bubble {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background: #faea8f;
	border: 1px solid #d6c06f;
	color:#333333;
	padding:10px;
	height: 70px;
	position:relative;
    -moz-box-shadow: 1px 1px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 88, from(#ecdd83), color-stop(0.015, #fbee9c), to(#f9de67));
	background-image: -webkit-linear-gradient(#ecdd83, #fbee9c 1.5%, #f9de67);
	background-image: -moz-linear-gradient(#ecdd83, #fbee9c 1.5%, #f9de67)
}
.bubble.left {
	margin-left:20px;
}
.bubble.right {
	margin-right:20px;
}
.bubble:before {
	border-color:#d6c06f transparent transparent;
	border-style:solid;
	border-width:15px;
	bottom:-30px;
	content:"";
	display:block;
	height:0;
	position:absolute;
	right:40px;
	width:0;
}
.bubble:after {
	border-color:#FFFFFF transparent transparent;
	border-style:solid;
	border-width:13px;
	bottom:-25px;
	content:"";
	display:block;
	height:0;
	position:absolute;
	right:42px;
	width:0;
}
.bubble.top:before {
	border-color:transparent transparent #d6c06f;
	border-style:solid;
	border-width:20px;
	bottom:auto;
	left:auto;
	right:40px;
	top:-40px;
}
.bubble.top:after {
	border-color:transparent transparent #FFFFFF;
	border-style:solid;
	border-width:13px;
	bottom:auto;
	left:auto;
	right:47px;
	top:-26px;
}
.bubble.left:before {
	border-color:transparent #d6c06f;
	border-style:solid;
	border-width:12px 12px 12px 0;
	bottom:auto;
	left:-12px;
	top:13px;
}
.bubble.left:after {
	border-color:transparent #faea8f;
	border-style:solid;
	border-width:11px 11px 11px 0;
	bottom:auto;
	left:-11px;
	top:14px;
}
.bubble.right:before {
	border-color:transparent #d6c06f;
	border-style:solid;
	border-width:12px 0 12px 12px;
	bottom:auto;
	left:auto;
	right:-12px;
	top:13px;
}
.bubble.right:after {
	border-color:transparent #faea8f;
	border-style:solid;
	border-width:11px 0 11px 11px;
	bottom:auto;
	left:auto;
	right:-11px;
	top:14px;
}
.workswith {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
}
.workswith img {
	width: 70px;
	padding: 0 10px;
}
#tickerwrapper {
  height: 50px;
  overflow: hidden;
  width: 450px;
}

#ticker {
	width: 450px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	position: absolute;
}

#ticker .wrapper {
  width: 450px; 
  overflow: auto;
  height: 100px;
  margin: 0;
  position: absolute;
  top: 0;
}

#ticker ul {
  width: 450px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
  display:none;
  position: absolute;
}

#ticker ul li {
  display:block;
  float:left;
  height: 50px;
  width: 150px;
  padding: 0px;
}

#ticker ul li div {
	width: 130px;
	text-align: center;
}
#ticker ul li div img {
	max-width: 150px;
	max-height: 40px;
	text-align: right;
}
.inThePress {
	width: 300px;
	width: 50%;
}
.inThePress img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
	height: 63px;
	padding: 3px;
	border: 1px solid #e3e3e3;
	color:#bab9b4;
    -moz-box-shadow: 1px 1px 0px #efefef;
	-webkit-box-shadow: 1px 1px 0px #efefef;
    box-shadow: 1px 1px 0px #efefef;
}
.inThePress strong {
	font-size: 22px;
	line-height: 20px;
	color: #aaa;
}
.inThePress .pressStatement {
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	font-family: "museo-1","museo-2",sans-serif;
	font-weight: 300;
}
.inThePress .pressStatement a {
	color: #706f6f;
}
.inTheComments {
	float: left;
}
.inTheComments img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
	height: 63px;
	padding: 3px;
	border: 1px solid #e3e3e3;
	color:#bab9b4;
    -moz-box-shadow: 1px 1px 0px #efefef;
	-webkit-box-shadow: 1px 1px 0px #efefef;
    box-shadow: 1px 1px 0px #efefef;
}

.inTheComments strong {
	font-size: 20px;
	line-height: 20px;
	color: #aaa;
}
.inTheComments a p {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.inTheComments .userStatements {
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	font-family: "museo-1","museo-2",sans-serif;
	font-weight: 300;
}
.inTheComments .userStatements a{
	color: #706f6f;
	}

#homeStats {
	width: 347px;
	text-align: center;
	position:relative;
	height: 60px;
	float: right;
	color: #888;
}
#homeStats a {
    color: #888;
}
#homeStats .numbers {
	float: left;
}
#homeStats .numbers div {
	font-family: Arial;
	font-weight: bold;
	font-size: 36px;
	padding: 5px 10px;
	margin: 0 auto;
	color: #666;
	text-shadow:0 -1px #fff;
	}
#homeStats .numbers div a {
    display: block;
}
#homeStats .numbers .bottomFlip {
	float: left;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	color: #777;
	background-color: #fff;
	padding: 1px 1px;
    -moz-box-shadow: 1px 1px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
    margin-right: 5px;
}
#homeStats .numbers .topFlip {
	float: left;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	color: #888;
	background-color: #f3f3f3;
	padding: 1px 1px;
    -moz-box-shadow: 1px 1px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
    margin-right: 5px;
}
	
#video1 .landingpage-boxlinks  {
	margin-top: 10px;
}
.giveOrGet .landingpage-boxlinks a, #video1 .landingpage-boxlinks a {
    color: #fff;
	text-shadow: #9c5100 0px 1px 1px;
    font-size: 15px;
    font-weight: bold;
}
.giveOrGet .landingpage-boxlinks img, #video1 .landingpage-boxlinks img {
	vertical-align: baseline;
	margin-right: 7px;
}
.colorboxcontainer {
	width: 480px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 13px;
}
.colorboxcontainer .green {
	font-size: 15px;
}
.colorboxcontainer .colorbox {
	background-image: url(/_img/fluff/bg-colorbox.png);
	background-repeat: repeat-x;
	background-color: #7baa3e;
	width: 480px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
	float: left;
	color: #2A3F19;
	text-shadow: #b3de90 0px 1px 1px;
}
.colorboxcontainer .colorbox .colorwrapper {
	float:left;
	width: 190px;
	margin: 20px;
}
.colorboxcontainer .colorbox .colorbox-bg1 {
	background: url('/_img/fluff/bg-people.png') no-repeat bottom right;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}
.colorboxcontainer .colorbox .colorbox-bg2 {
	background: url('/_img/fluff/bg-arrow.png') no-repeat bottom right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}
.colorboxcontainer .colorbox p {
	line-height: 15px;
	margin-bottom: 10px;
}

.colorboxcontainer .colorbox h4 {
	font-size: 15px;
	display: block;
	color: #fff;
	text-shadow: #586b49 0px 1px 1px;
	font-weight: bold;
	padding-bottom: 15px;
}
.colorboxcontainer .colorbox a {
	color: #2A3F19;
	font-weight: bold;
}

.colorboxcontainer .noticeButton {
		background-image: url(/_img/bg-transp-h28.png);
    border-radius: 5px;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 4px 7px 4px 7px;
	margin-left: -2px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline;

}
.colorboxcontainer .noticeButton a {
	color: #fff;
	text-shadow: none;
}




/* Button code */
#content #codebox .buttonType {
	text-align: center;
	padding-right: 55px;
	float: left;
	cursor: pointer;	
}
#content #codebox .buttonType strong, #content .thing .buttonType input {
	cursor: pointer;	
}
#content #codebox .buttonType img {
	padding: 10px 0;
	cursor: pointer;	
}
#codebox {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	margin-bottom: 20px;
}
#codebox #buttonCodeCounterButton, #codebox #buttonCodeCounterButtonCompact, #codebox #buttonCodeStaticButton, #codebox #buttonCodeQrButton {
	display: none;
}

.buttonQrExample {
	float:right;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 30px;
	}

/* Toplistpage */

.topLists {
}
.topLists .topListBox {
	float:left;
	width: 900px;
	overflow: hidden;
	padding-right: 20px;
}
.topLists .center {
	text-align: center;
}
.topLists .left {
	text-align: right;
	width: 460px;
	float: left;
}
.topLists .right {
	text-align: left;
	width: 460px;
	float: right;
}
.topLists a {
	border-bottom: 1px dotted green;
	padding: 0 2px 0 2px;
}
.topListBox div {
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

/* nice tables */

#content .grid {
	width: 100%;
	border: 1px solid #eae5dd;
	border-radius: 4px;
	text-align: left;
	border-collapse: collapse;
	font-size: 12px;
	}
#content .grid th {
	padding: 5px 10px 5px 5px;
	color: #F98E29;
	font-weight: normal;
	}
#content .grid td {
	padding: 0px 5px 0px 5px;
	border-top: 1px solid #eae5dd;

	}
#content .grid tr:hover {
	background-color: #eae5dd;
}
#content .grid .head:hover {
	background-color: #fff;
}
#content .grid .right {
	text-align: right;
}
#content .grid.noborders, #content .grid.noborders td {
	border: 0;
}

/* transaction reports */
#transactionReport p {
	font-size: 11px;
	}
#transactionReport .grid {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	font-size: 12px;
	border: 0;
	margin-bottom: 30px;
	color: #666;
	}
#transactionReport .grid th {
	padding: 5px 10px 5px 0px;
	color: #F98E29;
	font-weight: bold;
	border-bottom: 1px solid #eae5dd;
	}
#transactionReport .grid td {
	padding: 2px 5px 2px 0px;
	border: 0;
	}
#transactionReport .grid .fee {
	height: 40px;
	vertical-align: bottom;
}
#transactionReport .grid .sum {
	font-size: bold;
	border-top: 1px solid #eae5dd;
	height: 30px;
	font-weight: bold;
}
#transactionReport .grid tr:hover {
	background-color: #eae5dd;
}
#transactionReport .grid .head:hover {
	background-color: #fff;
}
#transactionReport .grid .right {
	text-align: right;
}


	#content #main #transactions {
			float:right;
			width:300px;
	}

	#content #text {
		}
		#content #text dl,
		#content #text p {
			line-height: 1.7em;
			margin-bottom: 10px;
			}
		#content #text code {
			background: #f0f0f0;
			display: block;
			font-size: 0.9em;
			margin-bottom: 20px;
			padding: 10px;
			overflow-x: auto;
		}
		#content #text dt {
			font-weight: bold;
			}
		#content #text #press img {
			padding: 5px;
			border: 1px solid #eae5dd;
			margin-right: 5px;
			float: left;
		}
		#content #text .inthepress, #content #text .randomComments {
		 	margin-bottom: 60px;
		 	padding: 10px;
		 	font-size: 16px;		 	
		}
		#content #text .randomComments {
			font-size: 14px;
			border-radius: 10px;
			-moz-border-radius:10px;
			-webkit-border-radius: 10px;
			background:none repeat scroll 0 0 #FFFFFF;
			border:2px solid #e3e3e3;
			padding:15px;
		    -moz-box-shadow: 1px 1px 2px #eee;
			-webkit-box-shadow: 1px 1px 2px #eee;
		    box-shadow: 1px 1px 2px #eee;
			color: #777;
			margin-bottom: 20px;
			}
		#content #text .inthepress img {
		 	margin: 0 20px 10px 0;
		 	display: block;
		}
		#content #text .randomComments b {
			color: #F98E29;
			font-weight: normal;
		}
		
	#content .mini-thing {
		margin: 2px 0;
		overflow: hidden;
		white-space: nowrap;
		}
		#content .mini-thing .button {
			background: url('../_img/button-mini-30x25.png') no-repeat;
			display: inline-block;
			font-size: 0.9em;
			letter-spacing: -1px;
			line-height: 25px;
			margin-right: 4px;
			text-align: center;
			width: 30px;
			color: #555555;
			}
		#content .mini-thing .list {
			overflow: hidden;
			float:left;
			width: auto;
			margin-bottom: 5px;
		}
		#content .mini-thing .timestamp {
			float: right;
			font-size: 10px;
			color: #909090;
			line-height: 25px;
			letter-spacing: -0.3px;
		}

/* similar things */

	#content #similar {
		line-height: 20px;
	}
	#content #similar .mini-thing {
		margin: 0;
		width: 48%;
		float: left;
		font-size: 0.9em;
		overflow: normal;
		white-space: nowrap;
		margin-right: 10px;
		letter-spacing: -0.03em;
	}
	#content #similar .mini-thing .button {
		background: url('../_img/button-mini-24x15.png') no-repeat;
		display: inline-block;
		width: 24px;
		font-size: 0.8em;
		letter-spacing: -1px;
		line-height: 15px;
		margin-right: 2px;
		text-align: center;
		color: #555555;
		margin-top: 3px;
		letter-spacing: -1px;
		}


/*mini-list */

	#content .mini-list {
		margin: 2px 0;
		table-layout: fixed;
		width: 100%;
		word-wrap: break-word;
		}
		#content .mini-list td {
			text-align: left;
			vertical-align: top;
			padding-bottom: 10px;
		}
		#content .mini-list td.button {
			width: 30px;
			color: #555555;
			}
		#content .mini-list td.button span.button {
			font-size: 0.9em;
			background: url('../_img/button-mini-30x25.png') no-repeat 0 0;
			letter-spacing: -1px;
			width: 30px;
			height: 25px;
			line-height: 24px;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			margin-top: 3px;
			}
		#content .mini-list .list {
			height: 40px;
			margin-bottom: 5px;
			}
		#content .mini-list .timestamp {
			font-size: 10px;
			color: #909090;
			letter-spacing: -0.3px;
			width: 110px;
			line-height: 15px;
			text-align:right;
			}
		#content .mini-list .small {
			white-space: normal;
			line-height: 8px;
			}
		#content .mini-list .description {
			overflow: hidden;
			padding-left: 10px;
			padding-right: 10px;
			}
		#content .mini-list a {
			line-height: 15px;
			}
		#content .mini-list .description a {
			font-weight: bold;
			}

		
/* latest comments */
	#content .latest-comments {
		margin: 2px 0;
		overflow: hidden;
		}
		#content .latest-comments .list {
			float:left;
			width: 645px;
			margin-bottom: 5px;
			color: #909090;
			margin-bottom: 10px;
		}
		#content .latest-comments .list .gravatar {
			background: #ddd;
			width: 50px;
			height: 50px;
			float: left;
			margin-right: 10px;	
		}
		#content .latest-comments .list .comment {
			color: #333333;
			font-size: 12px;
			line-height: 14px;
		}
		#content .latest-comments .timestamp {
			float: right;
			font-size: 10px;
			color: #909090;
			line-height: 25px;
			letter-spacing: -0.3px;
		}
/* subscriptions */

.subscribeUpdate,
.subscribeExpired {
    width: 145px;
	float:right;
	text-align: center;
	font-size: 11px;
	padding: 3px 10px;
	margin-left: 10px;
}

.subscribeUpdate {
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.subscribeList {
	float: left;
	width: 430px;
	margin-left: 5px;
}
.subscribeList .info {
	font-size: 12px;
	max-height: 45px;
	overflow: hidden;
	display: block;
}
#tab_subscriptions h2, #tab_iflattred h2 {
	display: inline;
}
#tab_subscriptions form, #tab_iflattred form {
	display:inline;
	text-align: right;
}
#tab_subscriptions #active_subscriptions, 
#tab_subscriptions #expired_subscriptions,
#tab_iflattred .mini-list {
	margin-top: 1em;
}

#tab_subscriptions #subscription_filter_title, #tab_iflattred #filter_clicks_title {
	padding-left: 2em;
	color: #ccc;
}
/**
 * loginbox
 */
#loginbox label {
	padding: 5px;
	display: block;
	line-height: 25px;
	margin-right: 20px;
	color: #f98e29;
	}
	#regbox #loginbox p.remember-wrapper label,
	#loginbox p.remember-wrapper label {
		 line-height: 25px;
		 height: 30px;
		 text-align: left;
	}
	#loginbox p.remember-wrapper input {
		float: left;
	}
#login1 #loginbox fieldset {
	border: 0;
}
	#login1 #loginbox p.remember-wrapper label {
		float: right;
		width: 140px;
		line-height: 20px;
	}
	#login1 #loginbox p.remember-wrapper input {
		float: none;
	}
#loginbox input {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 190px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#loginbox .submit {
	font-weight: bold;
	width: 195px;
	height: 25px;
	}
#loginbox .checkbox {
	width: 17px;
	margin-right: 5px;
	margin-top: 5px;
	border: 0;
	padding: 5px;
	}


/**
 * register & login
 */
 
.signupbox, .loginbox {
	background-image: url(/_img/fluff/bg-boxlinks-blue.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 34px;
	width: 200px;
    color: #fff;
	text-shadow: #297b98 0px 1px 1px;
	border: 2px solid #126e8e;
    font-size: 17px;
    font-weight: bold;
}
.loginbox {
	background-image: url(/_img/fluff/bg-boxlinks-green.png);
	border-color: #62920a;
	text-shadow: #62920a 0px 1px 1px;
}
.signupbox:hover, .loginbox:hover {
	background-image: url(/_img/fluff/bg-boxlinks-highlite.png);
	text-shadow: #9c5100 0px 1px 1px;
}
.signupbox.small, .loginbox.small {
	height: 28px;
	font-size: 14px;
	line-height: 27px;
	float: left;
	margin-right: 5px;
	width: 120px;
    margin-top: 0px;
}
.signupbox.small img, .loginbox.small img {
	width: 12px;
}

#content #main #regbox {
	width: 950px;
	float: left;
	background: #ffffff;
	border: solid 1px #eae5dd;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	border: 1px solid #EAE5DD;
	font-size: 18px;
}

	#content #regbox fieldset {
		border: 0;
		margin-top: 20px;
		padding-left: 100px;			
		}
	#content #regbox h1 {
		font-size: 25px;
	}
	#content #regbox label {
		color: #f98e29;
		display: inline;
		float: left;
		width: 300px;
		text-align: right;
		margin-right: 5px;
		}
	#content #main #regbox input, #content #main #regbox select {
		border: 1px solid #c0bcb7;
		height: 25px;
		width: 300px;
		padding-left: 5px;
		margin-bottom: 20px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 20px;
	    -moz-box-shadow: 1px 1px 1px #eae9e6;
		-webkit-box-shadow: 1px 1px 1px #eae9e6;
	    box-shadow: 1px 1px 1px #eae9e6;
		display: block;
		}
	#content #main #regbox .submit {
		font-weight: bold;
		width: 300px;
		background-image: url('/_img/fluff/bg-boxlinks.png');
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
		padding: 10px 20px 10px 20px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		font-size: 18px;
		height: 50px;
	    -moz-box-shadow: 1px 1px 1px #eae9e6;
		-webkit-box-shadow: 1px 1px 1px #eae9e6;
	    box-shadow: 1px 1px 1px #eae9e6;
	    text-shadow: 0 -1px #666;
		}
	#content #main #regbox .checkbox {
		width: 30px;
		margin-right: 5px;
		border: 0;
		vertical-align: bottom;
	}
	#content #main #regbox form p {
		padding-bottom: 15px;
		}



#content #main #logbox {
	width: 350px;
	float: left;
	background: #ffffff;
	border: solid 1px #eae5dd;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	border: 1px solid #EAE5DD;
	}

	#content #logbox fieldset {
		border: 0;
		margin-top: 20px;
		}
	#content #logbox label {
		display: block;
		width: 130px;
		float: left;
		margin-right: 10px;
		color: #f98e29;
		}
	#content #logbox input {
		width: 100px;
	}
	#content #main #logbox input, #content #main #logbox textarea, #content #main #logbox select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 180px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#content #main #logbox textarea {
		width: 450px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#content #main #logbox .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		}
	#content #main #logbox .checkbox {
		width: 17px;
		margin-right: 5px;
		border: 0;
	}
	#content #main #logbox form p {
		padding-bottom: 15px;
		}



/* payments */
#payments label, #transfer label {
	display: block;
	width: 140px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
#payments input, #transfer input, #transfer select {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#payments .submit, #transfer .submit {
	font-weight: bold;
	width: 186px;
	height: 25px;	
	}
#payments hr, #transfer hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}
#payments .checkbox, #transfer checkbox {
	width: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}
#payments #paywith_paypal {
	height: 61px;
}

/* API */

.submitapp label {
	display: block;
	width: 160px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
.submitapp input {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 280px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitapp .submit {
	font-weight: bold;
	width: 186px;
	height: 25px;
		
	}
.submitapp textarea, .submitthing select {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	padding-top: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitapp textarea {
	width: 450px;
	height: 150px;
	font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
.submitapp ul {
	margin: 0px;
	font-size: 11px;
	}
.submitapp li {
	padding: 0px;
	color: #97BC5F;
	}
.submitapp li span {
	color: #333333;
	}
.submitapp .smalltext {
	font-size: 11px;
	color: #333333;
	}
.submitapp .checkbox {
	width: 17px;
	margin-right: 5px;
	vertical-align: bottom;
	}

.button-ok, .button-cancel {
	font-weight: bold;
	padding: 5px;
	margin: 0 10px 0 10px;
}
.button-ok {
	background-color: #b5d877;
}
.button-cancel {
	background-color: #e88181;
}


#indexinfo {
	background: #ffffff;
	border: solid 1px #97BC5F;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	#indexinfo p {
		padding-bottom: 5px;
		}
	#indexinfo ul {
		margin: 20px;
		}
	#indexinfo li {
		padding: 5px;
		color: #97BC5F;
		}
	#indexinfo li span {
		color: #333333;
	}


/*edit thing*/
#content #main #editthing textarea, #content #main #editthing input {
	width: 570px;
	height: 130px;
	border: 1px solid #c0bcb7;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 12px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
	#content #main #editthing input {
		height: 22px;
		}
			#content #main #editthing .tagsEdit {
				float: left;
				width: 550px;
				color: #74A844;
				font-size: 11px;
			}
			#content #main #editthing .subjectEdit {
				height: 30px;
				font-size: 18px;
			}
	#content #main #editthing .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		margin: 15px 0 10px 0;
		}
	#content #main #editthing .meta{
		padding: 15px 0 0 0;
		color: #777;
		}
	#content #main #editthing .selectors select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 100px;
		margin-right: 20px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding-top: 2px;
	}
	#content #main .selectors {
		padding: 15px 0 0 0;
		color: #777;
		font-size: 0.9em;
	}
	#content #main .selectors img {
		margin-bottom: -3px;
	}

/* team */
#content #main .team .person {
	width: 46%;
	float:left;
	margin-right:30px;
	margin-bottom: 30px;
}
#content #main .team .person .photo {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0 10px 0 0;
	float: left;
}
#content #main .team .person img {
	vertical-align: bottom;	
}
#content #main .team .person p {
	line-height: 18px;
}
/*embed */

#content #main .embedThumb {
	max-width: 120px;
	float: right;
	padding: 0 0 0 5px;
	margin-top: 5px;
}
#content #main .byline {
	margin-top: 15px;
}
#content #main .embed_description {
	margin-top: 15px;
}
#content #main .byline strong{
	color: #F98E29;
	font-weight: normal;
}
#content #main .embed_description hr {
	margin: 5px 0 5px 0;
}

/*comments*/
#commentStory label {
	display: block;
	width: 100px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
#commentStory textarea, #commentStory input {
	width: 640px;
	height: 100px;
	border: 1px solid #c0bcb7;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
#commentStory .submit {
	font-weight: bold;
	height: 25px;
	width: 186px;
	}

/*settings page */

	#content #settings fieldset, #content #contact fieldset {
		border: 0;
		margin-top: 20px;
		}
	#content #settings label, #content #contact label {
		display: block;
		width: 155px;
		float: left;
		margin-right: 20px;
		color: #f98e29;
		}
	#content #settings .tickbox {
		float: none;
		width: auto;
		display: inline;
		color: #333;
	}
	#content #settings input, #content #settings textarea, #content #settings select, #content #contact input, #content #contact select, #content #contact textarea {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 300px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#content #settings textarea, #content #contact textarea {
		width: 450px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#content #settings .submit, #content #contact .submit {
		font-weight: bold;
		height: 25px;
		min-width: 186px;
		}
	#content #settings .checkbox, #content #contact .checkbox {
		width: 17px;
		margin-right: 5px;
		vertical-align: bottom;
	}
	#content #settings .list div {
		margin-bottom: 5px;
	}
	#content #settings .list textarea {
		width: 215px;
		height: 100px;
		font-size: 12px;
	}
	#content #settings p{
		padding-bottom: 10px;
		}
	#content #settings #clickchangepss {
		color: #97BC5F;
	}

	#content #languageSettings .list {
		clear:both;
		text-align: right;
		background-color: #fff;
		color: #666666;
		width: 600px;
		padding: 0px;
		font-size: 11px;
		display: block;	
		margin-left: 0px;
		margin-top: 0px;
	}
	#content #languageSettings .list div {
		float: left;;
		display: block;
		width: 150px;
		text-align: left;
	}
	#content #languageSettings .list label {
		padding-left: 5px;
		padding-right: 10px;
		font-size: 12px;
	}
	#content #languageSettings input {
		padding: 5px;
	}
	#content #settings #notifications p {
		line-height: 22px;
		padding:0 0 0 10px;
	}
	#content #settings #notifications p.highlight {
		background-color:#FAEDDB;
		border: 1px solid #F5AB00;
	}

.service {
	padding-left: 40px;
	margin: 20px 0;
}
#facebook {
	background: url(/_img/facebook_32.png) top left no-repeat transparent;
}
#twitter {
	background: url(/_img/twitter_32.png) top left no-repeat transparent;
}
#soundcloud {
	background: url(/_img/soundcloud_32.png) top left no-repeat transparent;
}

/**
 * Support
 */
 
#tickets .ticketItem {
	margin-bottom: 5px;
	width: 300px;
	height: 20px;
	}
	#tickets .ticketItem span {
		float: left;
		width: 70px;
		color: #F98E29;
		}
	#tickets .ticketMessage div {
		padding: 10px;
		border:1px solid #eae5dd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	#tickets input, #tickets textarea, #tickets select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 180px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#tickets textarea {
		width: 600px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#tickets .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		}
	#messagelist table {
		width: 620px;
		border: 1px solid #eae5dd;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		text-align: left;
		border-collapse: collapse;
		}
	#messagelist th {
		padding: 5px 10px 5px 10px;
		color: #F98E29;
		font-weight: normal;
		}
	#messagelist td {
		padding: 5px 10px 5px 10px;
		border-top: 1px solid #eae5dd;

		}
	#messagelist .hover {
		background-color: #eae5dd;
		cursor: pointer;
	}

.spacer {
	height: 30px;
	}

/**
 * FLATTR FLASH
 */

.flattr_flash {
	font-size: 14px;
	margin: 0 0px 10px;
	text-align: center;
	}
	.flattr_flash .error, .flattr-tweet-sidebar .error {
		background: #FFBABA;
		color: #D8000C;
		border: 1px dashed #D8000C;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .error a {
		text-decoration: underline;
		color: #D8000C;
	}
	.flattr_flash .notice {
		background: #BDE5F8;
		color: #00529B;
		border: 1px dashed #00529B;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .notice a {
		text-decoration: underline;
		color: #00529B;
	}
	.flattr_flash .success {
		background: #DFF2BF;
		color: #4F8A10;
		border: 1px dashed #4F8A10;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .success a {
		text-decoration: underline;
		color: #4F8A10;
	}
	.flattr_flash .warning {
		background: #FEEFB3;
		color: #9F6000;
		border: 1px dashed #9F6000;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .warning a {
		text-decoration: underline;
		color: #9F6000;
	}


/**
 * PAGE SPECIFIC
 */
 
 .page_browse {
 	}
	.page_browse #main {
 		}
	 	.page_browse #main h1 {
	 		float: left;
	 		}
		.page_browse #main ul.languages {
			float: right;
			list-style: none;
			margin-top: 5px;
		}
		.page_browse #main ul.languages li {
			float: left;
			font-size: 0.8em;
			line-height: 20px;
		}
		.page_browse #main ul.languages li span {
			color: #939393;
			margin-right: 8px;
		}

	 	.page_browse #main ul.filter {
	 		float: right;
	 		list-style: none;
	 		margin-top: 5px;
	 		margin-bottom: 5px;
	 		}
		 	.page_browse #main ul.filter li {
	 			float: left;
		 		font-size: 0.8em;
		 		line-height: 20px;
		 		}
			 	.page_browse #main ul.filter li span {
		 			color: #939393;
		 			margin-right: 8px;
			 		}
			 	.page_browse #main ul.filter li a {
		 			color: #78a931;
		 			display: block;
		 			padding: 0 5px;
					text-shadow: #eae9e6 1px 1px 1px;		    
			 		}
				.page_browse #main #tagBox ul.filter li a.active,
				.page_browse #main ul.filter li.active a {
			 		background: #78a931;
		 			color: #ffffff;
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					text-shadow: none;
			 		}
			 		
/* wishlist */


#wishlist .counter{
	font-size: 12px;
	line-height: 30px;
	clear: both;
	float: left;
	padding-right: 10px;
}
#wishlist .url {
	float: left;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	width: 85%;
	color: #78a931;
}
#wishlist .counter a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	background-image: url(/_img/bg-green-h28.png);
	color: #fff;
}
#wishlist .counter a:hover, #wishlist .counter a.submitted {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	background-image: url(/_img/bg-orange-h28.png);
	color: #fff;
}
#wishlist .counter a.submitted {
	cursor: text;
}
/*
#wishlist .counter a.submitted {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	background-image: url(/_img/bg-orange-h28.png);
	color: #fff;
	cursor: default;
}
	*/

#wishMarkletButton {
	background-image: url('/_img/bg-green-h28.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin: 20px 0px 20px 50px;
	display: block;
	width: 190px;
	text-align: center;
	border: 1px solid #888;
    -moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}



/* changes to jquery styles */

.ui-widget-header {
	background:url("/_img/bg-green-h28.png") repeat-x scroll 50% 50% #CCCCCC;
	color: #fff;
	border: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0 10px 0 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:url("/_img/bg-orange-h28.png") repeat-x scroll 50% 50% #CCCCCC;
	color: #fff;
	border: 0;
}
.ui-widget-content a {
	color: #5D7730;
	}
.ui-widget-overlay {
	background-image: none;
    background-color: #666666;
    opacity: 0.5;
    }
.ui-button-text-only .ui-button-text {
	padding: 0 10px 3px 10px;
	height: 18px;
	color: #666;
}
.ui-widget {
	}
.ui-widget-content {
	color: #666;
	}

#apps_new div {
	margin-bottom: 20px;
}

/*
#subscribePositionDiv {
	position: absolute;
}
*/
#subscribeOverlay {
	position: absolute;
	z-index: 1000;
	height: 130px;
	width: 340px;
	/*
	left: 65px;
	top: -10px;
	*/
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 0 7px 28px #999;
	-webkit-box-shadow: 0 7px 28px #999;
	margin: 10px;
	border: 4px solid #78A931;
}
#subscribeClose {
	margin-right: -13px;
	margin-top: -13px;
	cursor: pointer;
	width: 24px;
	float: right;	
}
#subscribeOverlay #subscribeArrow {
	width: 20px;
	height: 20px;	
	background-image: url(/_img/subscribeArrow.png);
	margin-left: -20px;
	margin-top: 42px; /*35px;*/
	float: left;
}
#subscribeContent {
	margin: 7px;
	text-align: center;
}
#subscribeContent h1 {
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	color: #F98E29;
}
#subscribeContent .small {
	font-size: 10px;
}
#subscribeContent .subscribeMonth {
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	margin: 10px;
	border: 3px solid #78A931;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	padding: 2px 10px;
	background-color: #669b1a;
}

#subscribeContent .subscribeMonth:hover {
	background-color: #78A931;
	border: 3px solid #669b1a;
}

#subscribeContent .subscribeMonth a {
	color: #fff;
}
#subscribeContent .subscribeMonth b {
	font-size: 15px;
	line-height: 22px;
}

/* Donate */
#donate {
	line-height: 35px;
}
#donate .donationMoney{
	float: left;
	width: 50%;
}
#donate .donateDesc {
	float: right;
	width: 48%;
	font-size: 10px;
}
.donateBtn, #donate input[type="submit"] {
	background-image: url(/_img/fluff/bg-boxlinks-green.png);
    border-radius: 3px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	text-align: center;
	display: inline;
	height: 15px;
	line-height: 14px;
	width: 50px;
    color: #fff;
	text-shadow: #666 0px 1px 1px;
    font-size: 12px;
    font-weight: bold;
	padding: 3px 6px;
}
.donateBtn:hover, #donate input[type="submit"]:hover {
	background-image: url(/_img/fluff/bg-boxlinks.png);

}
#donate input {
	height: 23px !important;
	margin-bottom: 10px;
}
.send-tweet-button {
    background: #bbda74;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae186), to(#9fcc57));
    background: -webkit-linear-gradient(#cae186, #9fcc57);
    background: -moz-linear-gradient(#cae186, #9fcc57);
    background: linear-gradient(#cae186, #9fcc57);
    background-image: url('/_img/wizard/twitter-bird-green.png') no-repeat left;
    background-image: url('/_img/twitter-bird-green.png') no-repeat left;
    
    
   

	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
	font-weight: bold;
	font-size: 17px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #9bb85e;
    color: #5d7730;
    text-shadow: 0 1px rgba(255,255,255,.4);
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 20;
    width: 225px;

    display: inline-block;

    -webkit-box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    -moz-box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;
    box-shadow: 0 0 0 11px rgba(158, 187, 97, .2), 0 1px rgba(255,255,255,.3) inset, 0 2px 2px -2px #000;

    margin: 30px;
    padding: 10px 20px;
}

#twitter_auto_suggestion {
	margin-left: 10px;
}
#twitter_auto_suggestion img {
	float: left;
	margin-right: 8px;
}


#noMeansDialog {
	background: url(/_img/wizard/robot.png) no-repeat bottom right;
	height: 225px;
}

#noMeansDialog p {
	margin: 10px 0;
}
#content .box .content ul.plugins-list {
	margin: 0 0 19px 0;
	padding: 0;
}

.plugins-list li {
	list-style-type: none;
}

/* USER NOTIFICATIONS
 ****************************************************************************/

#user-notifications .close-button {
	float: right;
	cursor: pointer;
	color: #888;
	font-size: 11px;
}
#content #user-notifications {
	margin: 0 0 10px 0;
	padding: 0;
}
#content #user-notifications li {
	color: #888;
	background: #E6F4CE;
	list-style-type: none;
	margin: 4px 0;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content #user-notifications li a {
	color: #74A844;
}
#content #user-notifications li:last-child {
	border-bottom: none;
}

/** Connections */
.connections table {
	width: 100%;
	border-collapse: collapse;
}
.connections th {
	text-align: left;
	color: #F98E29;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
.connections td {
	padding: 4px 2px 0;
}
.connections th.service-col {
	width: 20px;
	text-indent: -5000em;
}
.connections .show-on-profile-col {
	text-align: center;
	width: 18%;
}
.connections .actions-col {
	width: 33%;
}
.connections table {
	margin-bottom: 5px;
}
.connections form {
	margin-bottom: 20px;
}
.connections #connectionsEmailNew {
	padding: 0 2px;
}
.connections .inactive {
	color: #666;
	font-style: italic;
}
.sidebox_userinfo .connection-icon {
	margin-right: 4px;
	vertical-align: top;
}
/* end Connections */

