.dashboard .title{
	font-weight: bold;
	background: #eeefff;
	width: 300px;
	display: block;
	padding: 4px;
	padding-left: 8px;
	padding-right: 0px;
	height: 16px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.dashboard .title img,.dashboard .title span{
	float: left;
	margin-right: 5px;
}
.dashboard ul{
	margin-top: 2px;
	width: 308px;
	height: 125px;
	padding: 0px;
	list-style-type: none;
	background: url('../images/dashboard.png') no-repeat;
	margin-bottom: 4px;
}
.dashboard li{
	overflow: hidden;
	position: relative;
}
.dashboard ul span{
	height: 17px;
	display: block;
	padding: 4px;
	overflow: hidden;
}
.dashboard li a{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 300px;
}
.dashboard li span span{
	position: absolute;
	border: 0px;
	padding: 0px;
	width: 16px;
	background: url('../images/delete.png');
	cursor: pointer;
	right: 0px;
	top: 4px;
}
.progress{
	border: 1px solid #e0e0e0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	background: #fff;
	color: #328ec1;
	font-size: 11px;
	font-weight: bold;
	width: 375px;
}
.progress span{
	margin-top: 2px;
	float: left;
	margin-left: 5px;
}
#sms-percent{
	margin-left: 60px;
	text-shadow: -1px 1px 1px #328ec1;
}
#sms-progress{
	margin-left: 5px;
	float: left;
	color: #fff;
	height: 18px;
	width: 300px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: url('../images/percent-bg.png') -210px top no-repeat #fff;
}
input[type="numeric"]{
	height: 20px;
	display:block;
	position:relative;
	float: left;
	border: 0px;
	background: none;
}

.numeric-stepper {
	height: 20px;
	display:block;
	position:relative;
	float: left;
	margin-right: 24px;
}
 
.numeric-stepper input {
	height:21px;
	float:left;
	text-align:center;
	vertical-align:center;
	border: 0px;
	background: url('../images/stepper-bg.png') no-repeat;
}

.numeric-stepper button:hover,.numeric-stepper button:focus {
	opacity: 1;
}

.numeric-stepper button {
	opacity: .7;
	text-indent: -1000px;
	width: 19px;
	height: 10px;
	font-size:0.5em;
	padding:0;
	margin:0;
	z-index:100;
	text-align:center;
	position:absolute;
	border: 0px;
	background: url('../images/stepper.png');
}
.numeric-stepper button.minus {
	background-position: 0px -10px;
	bottom:0;
}
.upgrade{
	list-style-image:url('../images/star.png');
	list-style-type:square;
	padding-left: 28px;
	margin-top: 4px;
}
form.upgrade,span.upgrade{
	padding: 0px;
	display: block;
}
.upgrade input{
	width: 150px;
}
#community_menu{
	max-height: 150px;
}
#account_menu{
	max-height: 60px;
}
#menu{
	display: inline-block;
	font-size: 12px;
	height: 32px;
	background: #f5f5f5;
	border: 3px solid #fff;
	-moz-border-bottom-colors: #e2e2e2 #dfdfdf #fff;
	-moz-border-top-colors: #e2e2e2 #dfdfdf #fff;
	-moz-border-left-colors: #e2e2e2 #dfdfdf #fff;
	-moz-border-right-colors: #e2e2e2 #dfdfdf #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#menu li{
	position: relative; 
	display: inline;
	float: left;
	margin-right: 30px;
	margin-left: 10px;
}
#menu a{
	padding-top: 8px;
	text-decoration: none;
	color: #777;
	display: block;
	height: 24px;
}
#menu a:hover,#menu a:focus,#menu a.active,#menu>li:hover>a{
	color: #444;
}
#menu a span{
	background: url('../images/dropdown.gif');
	width: 16px;
	height: 16px;
	display: block;
	float: right;
}
#menu a:hover span,#menu a:focus span,#menu a.active span,#menu li:hover a span{
	background: url('../images/dropdown-hover.gif');
}
#menu ul {
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 33px;
	left: -16px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	border: 1px solid #dfdfdf;
	border-top: 0px;
	background: #f5f5f5;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	display: block;
}
#menu ul li { 
	float: none;
	padding: 0;
	margin: 0px;
}
#menu ul li:last-of-type a{
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
#menu ul li a {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
	padding-left: 16px;
	padding-right: 26px;
	min-width: 110px;
	height: 20px;
	display: block;
	font-weight: normal;
}

#menu ul li a:hover {
	background: #fff;
}

#menu ul ul {
	left: 137px;
	_left: 0;
	top: 0;
}

.noscript{
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.notification{
	min-height: 18px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 12px;
	width: 580px;
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
}
.notification .wrapper{
	min-height: 18px;
	padding-bottom: 15px;
}
.notification .icon{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-right: 10px;
}
.notification .message{
	display: block;
	margin-left: 30px;
}

.notification.success{
	border: 1px solid #c6d882;
	background: url('../images/notification/success-top.png') repeat-x #dfe8bd;
}
.notification.success .wrapper{
	background: url('../images/notification/success-bottom.png') top bottom repeat-x;
}
.notification.success .icon{
	background: url('../images/notification/success.png') no-repeat;
}
.notification.success strong{
	color: #417800;
}

.notification.error{
	border: 1px solid #f3ced0;
	background: url('../images/notification/error-top.png') repeat-x #f5d9d8;
}
.notification.error .wrapper{
	background: url('../images/notification/error-bottom.png') top bottom repeat-x;
}
.notification.error .icon{
	background: url('../images/notification/error.png') no-repeat;
}
.notification.error strong{
	color: #d5444c;
}

.notification.warning{
	border: 1px solid #f5e382;
	background: url('../images/notification/warning-top.png') repeat-x #f7f6b3;
}
.notification.warning .wrapper{
	background: url('../images/notification/warning-bottom.png') top bottom repeat-x;
}
.notification.warning .icon{
	background: url('../images/notification/warning.png') no-repeat;
}
.notification.warning strong{
	color: #787809;
}

.notification.info{
	border: 1px solid #b5daf4;
	background: url('../images/notification/info-top.png') repeat-x #dbedf7;
}
.notification.info .wrapper{
	background: url('../images/notification/info-bottom.png') top bottom repeat-x;
}
.notification.info .icon{
	background: url('../images/notification/info.png') no-repeat;
}
.notification.info strong{
	color: #007bb9;
}

.notification.neutral{
	border: 1px solid #dedede;
	background: url('../images/notification/neutral-top.png') repeat-x #eaeaea;
}
.notification.neutral .wrapper{
	background: url('../images/notification/neutral-bottom.png') top bottom repeat-x;
}
.notification.neutral .icon{
	background: url('../images/notification/neutral.png') no-repeat;
}
.notification.neutral strong{
	color: #363339;
}

.avatar{
	width: 48px;
	height: 48px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post{
	position: relative;
	background: #e5e5e5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	margin-bottom: 20px;
	min-height: 140px;
}
.post.admin{
	background: #e8fef9;
	border: 1px solid #97bae6;
}
.post-title{
	color: #6f6f6f;
	font-weight: bold;
}
.post-actions{
	float: right;
}
.post-line{
	margin-top: 4px;
	margin-bottom: 7px;
	background: #ccc;
	height: 1px;
}
.post-content{
	margin-right: 170px;
	margin-bottom: 10px;
}
.post-user{
	padding-left: 10px;
	width: 150px;
	right: 0px;
	top: 10px;
	position: absolute;
	border-left: 1px solid #ccc;
	font-size: 12px;
}
img{
	border: 0px;
}
#login-username,#login-password,#login-login{
	position: absolute;
}
#login-username,#login-password{
	display: none;
}
*{
	outline: 0px;
}
body{
	overflow-y: scroll;
	background: #eaeaea;
	font: 13px Arial;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
}

.loading,#loading{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url(../images/loading.gif) center center no-repeat;
	z-index: 10000;
}
.over{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .6;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tint{
	opacity: 0;
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(../images/tint.png);
}
#login{
	opacity: 0;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin: auto;
	position: relative;
	top: 25%;
	bottom: 25%;
	width: 460px;
	height: 260px;
	background: url(../images/login/bg.png);
	color: #353535;
	font-size: 13px;
	font-family: Arial;
}
#login input[type=text],#login input[type=password]{
	margin-top: 7px;
	margin-bottom: 13px;
	width: 256px;
	height: 17px;
	background: url(../images/login/input.png);
	border: 0px;
	color: #fff;
	text-shadow: #333 1px 1px 1px;
	font-size: 12px;
	font-family: Verdana;
	padding: 7px;
}
#login input,#login .cancel{
	opacity: .9;
}
#login input:hover,#login input:focus,#login div.cancel:hover{
	opacity: 1;
}
#login input[type=submit],#login .cancel{
	float: left;
	margin-left: 74px;
	margin-top: 7px;
	border: 0px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	cursor: pointer;
}
#login .sign-in{
	background: url(../images/login/sign-in.png);
}
#login .send{
	margin: 0px !important;
	margin-top: 25px !important;
	background: url(../images/login/send.png);
}
#login .cancel{
	margin: 0px !important;
	margin-top: 25px !important;
	margin-left: 6px !important;
	background: url(../images/login/cancel.png);
	float: left;
}
#login strong{
	text-shadow: #fff 1px 1px 1px;
}
#login .main{
	float: left;
	margin-top: 72px;
	margin-left: 15px;
}
#remember{
	display: none;
}
#login span{
	font-size: 11px;
	height: 16px;
	display: block;
	float: left;
	text-shadow: #fff 1px 1px 1px;
}
#login label{
	cursor: pointer;
	padding-left: 18px;
	font-size: 11px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 15px;
	text-shadow: #fff 1px 1px 1px;
	background: url(../images/login/check.png) no-repeat;
}
#login input[type="checkbox"]:checked+label{
	background: url(../images/login/checked.png) no-repeat;
}
#login img{
	border: 0px;
}
#login .side{
	margin-top: 60px;
	margin-right: 5px;
	float: right;
}
#container{
	background: url('../images/side.png') top right repeat-y #f5f5f5;
	border: 3px solid #fff;
	-moz-border-bottom-colors: #eaeaea #ddd #fff;
	-moz-border-top-colors: #eaeaea #ddd #fff;
	-moz-border-left-colors:  #eaeaea #ddd #fff;
	-moz-border-right-colors:  #eaeaea #ddd #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #bbb 0px 0px 0px;
}
#container #breadcrumb,#container .bottom{
	border: 1px solid #fff;
	background: #747474;
	height: 25px;
	margin: -1px;
	margin-top: -2px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 12px;
	color: #ddd;
}
#container #breadcrumb{
	border-bottom: 0px;
}
#container .bottom{
	border-top: 0px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	margin-top: 0px;
	margin-bottom: -2px;
	clear: both;
}
#container #breadcrumb a{
	color: #fff;
}
#content{
	float: left;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #5b5a5a;
	padding-right: 270px;
}
a{
	text-decoration: none;
	color: #777;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
#footer{
	color: #999;
	font-size: 11px;
	padding: 6px;
	display: block;
	font-weight: bold;
}
h1{
	font-size: 18px;
	color: #3d3d3d;
}
#side{
	position: absolute;
	right: 65px;
	width: 205px;
	padding-top: 5px;
	margin-left: 30px;
	padding-right: 10px;
	margin-bottom: 40px;
	font-size: 12px;
}
#side h1{
	font-size: 16px;
	color: #5b5a5a;
}