/**
 * Colors
 */
.box h3 {
	background-image: none !important;
	background-color: #62248D;
}
.stabs div.selected a {
	background-image: none !important;
	background-color: #62248D;
}
.stabs div.spacer {
	background-color: #62248D;
}
.dateline-line {
	width: 530px !important;
}
.subtabbox,
#content .box {
	border-bottom: 4px solid #62248D;
}

/**
 * Translators Quick Browse (dropdown)
 */
#dropdown {
	height: 58px;
}
#dropdown h2 {
	text-indent: 60px;
	margin-bottom: 2px;
}
#dropdown form {
	text-align: center;
}
#dropdown select {
	width: 250px;
}

/**
 * Translators Admin
 */
.translatorsadmin .leftbar {
	font-size: 12px;
	width: 150px;
}
.translatorsadmin .admincontent {
	margin-left: 130px;
	padding: 8px;
}

/**
 * Translator home
 */
.home .middle {
	width: 452px;
}
.home #content h1 {
	font-size: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.home #content .userbox h3 {
	font-size: 11px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 5px;
}
.home .newsfilters ul {
	padding: 0 0 0 10px;
	margin: 5px 0 5px 10px;
	list-style-position: inside;
}
.home .newsfilters > ul {
	margin-bottom: 15px;
}
.home .newsfilters ul li {
	font-size: 12px;
}
.home #officialinfocontainer {
	font-size: 12px;
}
.home #officialinfocontainer table.details {
	width: 438px;
	border-spacing: 1px;
}
.home #officialinfocontainer table.details tr.sep td {
	border-top: 1px dotted black;
}
.home #officialinfocontainer .tdtype {
	width: 145px;
	font-weight: 700;
}
.home #officialinfocontainer ul.itemlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}
.home #officialinfocontainer ul.itemlist li {
	display: inline;
}

/*
 * Home Tabs
 */
.home .tabs {
	margin-top: 25px;
	margin-bottom: 50px;
	min-height: 600px;
}
.home .tabs > ul li a {
	background-color: #808080;
	color: #ece4dc;
}
.home .tabs > ul li.ui-tabs-active a {
	background-color: #62248D;
}
.home .tabs > ul {
	border-color: #62248D;
}

/*
 * Home Userbox
 */
.home .userbox {
	float: right;
	margin-top: 20px;
	margin-right: 0;
	width: 160px;
	text-align: center;
}
.home .userbox img.avatar {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
}
.home .userbox .links {
	margin-top: 3px;
	font-size: 11px;
}
.home .userbox .iamafan input {
	width: 100px;
	height: 27px;
}

/**
 * Relase Details
 */
.details h1 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.details .about {
	font-size: 12px;
	padding-left: 5px;
	color: #555555;
}
.details .about a {
	color: #d00853;
}
.details .body {
	font-size: 13px;
	padding-top: 10px;
}
.details {
	overflow: visible;
}