/* General */

badge {
	background: #222222;
	color: #ffffff;
	font-family: tahoma, "Trebuchet MS", arial, serif;
	font-size: 11px;
}

.input {
	margin-top: 100px;
}

/* Badge Types */

.root_vert {width: 120px;}
.root_horiz {height:150px;width:540px;}
.root_horiz .logoimage{float:left;margin-bottom: 0px;margin-right: 0px;border-right:2px solid #555555;border-left:2px solid #555555;}
.badge img {display:block;border:0px;}
.badge a {color:#3B5998;text-decoration:none;}
.vert {background:#000000;padding:0px;border:1px solid #d8dfea;width:118px;}
.horiz {background-image: url(../images/badge_general.gif);padding:0px;border:0px solid #222222;height:150px !important;height:150px;width:503px;}

/* Objects */

.object {padding:5px;}
.vert .object {line-height:13px;padding-top:0px;}
.horiz .object {float:left;line-height:14px;}

/* Table */

.object table {border-collapse:collapse;}
.vert .object table {width:108px;}
.object table th {font-size:11px;font-weight:normal;color:#777;}
.object table td {font-size:11px;color: #FFFFFF;}
.horiz .object table th {padding-right:0px;text-align:right;}
.vert .object table th {padding-top:5px;text-align:left;}
.vert .object table tr td {display:block;overflow:hidden;width:108px;}
.vert .object table .imageitem {padding-top:5px;text-align:center;}
.vert .object table .imageitem img {margin:0px auto;}

/* Profile Image */

.vert .imageitem img {
	width: 108px;
}

.horiz .imageitem img {
	height: 60px 
	!important;height:60px;
}