body {
	background: #393a3a url('%themepathinterface%images/loopbg.png');
	margin: 0;
	padding: 15px 15px 15px 15px;
}

.widgetcontainer {
	min-height: 260px;
}

.widgetcontainer2 {
	min-height: 520px;
}

.widget, .widget2x1, .widget1x2, .widget2x2 {
	-moz-box-shadow: 0.05em 0.05em 0.3em 0.01em #1b1c1d;
	-webkit-box-shadow: 0.05em 0.05em 0.3em 0.01em #1b1c1d;
	box-shadow: 0.05em 0.05em 0.3em 0.01em #1b1c1d;
	background: #353839;
	border-top: 1px solid #4d4f4f;
	border-left: 1px solid #4d4f4f;
	border-right: 1px solid #151617;
	border-bottom: 1px solid #151617;
	display: block;
	float: left;
	margin: 6px;
}

.widget {
	width: 240px;
	height: 240px;
}

.widget2x1 {
	width: 494px;
	height: 240px;
}

.widget1x2 {
	width: 240px;
	height: 494px;
}

.widget2x2 {
	width: 494px;
	height: 494px;
}

.widget .title, .widget2x1 .title, .widget1x2 .title, .widget2x2 .title {
	font-family: "droid-sans-1","droid-sans-2",sans-serif;
	color: #dcdcdc;
	font-size: 16px;
	padding: 5px 0 5px 7px;
	width: 100%;
	border-bottom: 1px solid #2b2d2e;
}

.widget .border, .widget2x1 .border, .widget1x2 .border, .widget2x2 .border {
	border-top: 1px solid #444849;
	width: 100%;
	height: 1px;
}

.stats, .statssmall, .statsxsmall {
	width: 100%;
	font-family: "droid-sans-1","droid-sans-2",sans-serif;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.stats .container, .statssmall .container, .statsxsmall .container {
	padding: 15px 0 5px 20px;
}

.stats {
	font-size: 70px;
}

.statssmall {
	font-size: 40px;
}

.statsxsmall {
	font-size: 15px;
}

.stats .up, .statssmall .up, .statsxsmall .up {
	background: url('%themepathinterface%images/wall_upsmall.png') no-repeat 3px 10px;
	padding-left: 32px;
	font-size: 35px !important;
}

.stats .down, .statssmall .down, .statsxsmall .down {
	background: url('%themepathinterface%images/wall_downsmall.png') no-repeat 3px 10px;
	padding-left: 32px;
	font-size: 35px !important;
}

.subtext {
	width: 100%;
	font-family: "droid-sans-1","droid-sans-2",sans-serif;
	color: white;
	padding: 15px 0 5px 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 20px !important;
}

.statsup, .statsdown, .statsred, .statsstar, .statsstarhalf, .statsstarempty, .statserror, .statsok {
	width: 100%;
	font-family: "droid-sans-1","droid-sans-2",sans-serif;
	color: white;
	padding: 15px 0 5px 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 35px;
	padding-left: 70px;
	height: 50px;
}

.statsup {
	background: url('%themepathinterface%images/wall_up2.png') no-repeat 15px 10px;
}

.statsdown {
	background: url('%themepathinterface%images/wall_down2.png') no-repeat 15px 10px;
}

.statsred {
	background: url('%themepathinterface%images/wall_red.png') no-repeat 15px 10px;
}

.statserror {
	background: url('%themepathinterface%images/wall_error.png') no-repeat 15px 10px;
}

.statsstar {
	background: url('%themepathinterface%images/wall_star.png') no-repeat 15px 10px;
}

.statsstarhalf {
	background: url('%themepathinterface%images/wall_starhalf.png') no-repeat 15px 10px;
}

.statsstarempty {
	background: url('%themepathinterface%images/wall_starempty.png') no-repeat 15px 10px;
}

.statsok {
	background: url('%themepathinterface%images/wall_ok.png') no-repeat 15px 10px;
}

.list {
	width: 100%;
	font-family: "droid-sans-1","droid-sans-2",sans-serif;
	color: white;
	padding: 15px 0 5px 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 25px;
}

.textred {
	color: #ce2f2b;
}

.textorange {
	color: #e09d34;
}

.textgreen {
	color: #86ad1f;
}