@charset "UTF-8";

/* The mighty HTML */

html {
	overflow: auto;
	border: none;
	background-color: #ffffff;
	color: #000000;
}

/* The body */

body {
	margin: 0 auto; padding: 0;
	text-align: center;
	font-size: 15px;
	line-height:1.2em;
}

html > body {
	width: 900px;
	text-align: left;
}

body.inframe {
	margin: 0;
	background-color: #f0efea;
	text-align: left;
}

html > body.inframe {
	width: auto;
}

body div {
	width: 900px;
	text-align: left;
}

body div div {
	width: auto;
}

body > div {
	width: auto;
}

img {
	border: none; vertical-align: middle;
}

input, select, textarea, button, option, optgroup {
	vertical-align: baseline;
}

optgroup {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

#header {
	margin: 0 0 10px 0; padding: 0;
	background: transparent url('../images/header.jpg') center bottom no-repeat;
	height: 38px;
	color: #cccccc;
}

#header.no-margin {
	margin: 0;
}

#header p {
	margin: 0; padding: 0.5em;
}

#header p a {
	color: #ffffff;
	text-decoration: none;
}

#header p a:hover {
	text-decoration: underline;
}

#header #header_top_link {
	float: left;
	font-weight: bold;
	font-size: 1.2em; padding: 0.5em 0.6em;
}

#header #header_top_link a {
	/* background: has moved to language-*.css */
	display: block;
	position: relative; top: -9px;
	text-indent: -10000px;
}

#header #header_user_functions, #header #header_login {
	float: right;
}

#header ul {
	float: right;
	margin: 6px 6px 0 0; padding: 0;
	height: 32px;
	list-style: none;
}

#header ul li {
	float: left; display: block;
	margin: 0 2px; padding: 0;
	list-style: none;
	-moz-box-shadow: 0 -1px 1px #333333;
	-webkit-box-shadow: 0 -1px 1px #333333;
	box-shadow: 0 -1px 1px #333333;
}

#header ul li.active {
	border-bottom-color: #5a9d1a!important;
}

#header ul li.ui-corner-top {
	height: 30px;
}
#header ul li.ui-corner-all {
	height: 24px;
}

#header ul li a {
	display: block;
	padding: 0.2em 0.5em 0.6em 0.5em;
}

.header-block {
	display: none;
	height: 230px; width: 898px;
	margin: 0 0 10px 0;
	border-top-color: #5a9d1a!important;
}

.header-block.show {
	display: block;
}

.header-block .header-block-content {
	margin: 10px 0 0 0; padding: 0 20px;
	height: 218px;
	font-weight: normal;
}

.header-block .header-block-title {
	font-size: 1.2em;
	margin: 0; padding: 1em 0.85em;
	font-weight: bold;
}

.header-block .header-block-desc {
	text-align: right;
	margin: 0; padding: 1.5em 0;
	float: right;
}

div.random-avatars {
	clear: both;
	height: 84px;
	/*background: transparent url('../images/ajax-progress.gif') center center no-repeat;*/
	padding: 0!important;
	margin: 6px 0;
}

body.random-avatars {
	padding: 0; margin: 0;
	background: #f0efea; color: #000000;
}

div.random-avatars.random-avatars-loading {
	background: transparent url('../images/ajax-progress.gif') center center no-repeat;
	border: 1px dashed #cccccc;
}

div.random-avatars.noscript {
	height: 90px;
	margin-top: -94px;
	background: #f0efea;
}

div.random-avatars.noscript iframe {
	height: 90px; width: 100%;
	border: none;
}

.random-avatars p {
	float: left;
	width: 10%; overflow: hidden;
	/* -1px insures that browsers won't overflow blocks */
	margin: 0 -1px 0 0!important; padding: 0!important;
	text-align: center;
	position: relative;
	height: 84px;
}

.random-avatars a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.random-avatars a img {
	width: 55px; height: 55px; margin: 5px auto;
	border: none;
	display: none;
}

.random-avatars a:hover img { /* This :hover does not work in IE6, don't know why */
	width: 65px; height: 65px; margin: 0 auto;
}

.random-avatars a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	white-space: nowrap;
	display: none;
}

.random-avatars a:hover span {
	font-size: 14px;
	color: #000000;
}

body.random-avatars a img, body.random-avatars a span {
	display: block;
}

p.message-link {
	text-align: right;
}

p.message-link a {
	text-decoration: none;
	color: #000000;
}

p.message-link a:hover {
	text-decoration: underline;
	color: #000000;
}

#link_manage {
	display: none;
	position: fixed;
	bottom: 1em; right: 2em; z-index: 10;
	opacity: 0.2;
	padding: 0.5em;
}

#link_manage.ui-state-hover {
	opacity: 1;
}

#link_manage .ui-icon {
	float: left; margin-right: 0.3em;
}

#footer {
	margin: 0; padding: 50px 0 10px 0;
	background: #ffffff url('../images/userpage-block-bg-bottom.png') center top no-repeat;
	clear: both;
}

#footer p {
	color: #666666;
	font-size: 0.92em;
	margin: 0.2em 0; padding: 0;
	text-align: center;
}

#footer p a {
	color: #333333;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

input.openid-identifier {
	width: 340px;
	background: #ffffff url('../images/openid-logo-transparent.png') left center no-repeat;
	padding-left: 20px;
}

#window_login.username input.openid-identifier, #window_login.nousername input.openid-identifier {
	background-color: #cccccc;
}

#openid-username, #openid-nousername {
	display: none;
	font-size: 85%; color: #666666;
}

#window_login.username #openid-username, #window_login.nousername #openid-nousername {
	display: block;
}

#window_login ul {
	padding-left: 1em;
}

#openid-username input {
	background-color: #ffffff;
}

ul#openid-sp {
	margin: 1em 0; padding: 0;
	list-style: none;
}

ul#openid-sp li {
	list-style: none;
	float: left;
	width: 33%;
	margin: 0.2em 0;
}

ul#openid-sp .sprite {
	float: left;
	margin: 0 4px;
}

ul#openid-sp input {
	float: left;
}

ul#openid-sp + * {
	padding-top: 0.8em;
}

#logout_form {
	display: none;
}

div.message {
	margin: 0.3em 0;
	font-size: 1.5em;
	font-weight: bold;
	width: 900px;
	display: none;
}

div.message.show {
	display: block;
}

div.message div {
	padding: 0.7em;
}

div.message div p {
	margin: 4px;
}

div.message div p span.ui-icon {
	float: left; margin-right: 0.3em;
}
div.message div p a.ui-icon {
	float: right; margin-left: 0.3em;
}
div.message div p a.ui-icon:hover {
	background-color: #d0d0d0;
}

div.message div p a {
	color: #000000;
}

div.message p.message-desc, div.message p.message-link {
	font-size: 0.66em;
	font-weight: normal;
}

#newcomer-intro-login {
	padding: 0.5em 0.3em;
	margin: 0 0.3em;
	float: left;
	cursor: pointer;
}

#editor-save {
	position: relative;
	background: transparent url('../images/editor-save.png') center top no-repeat;
	margin: 10px 0 20px 0; padding: 0;
	width: 900px; z-index: 2;
}

#editor-save-placeholder {
	margin: 10px 0 20px 0; padding: 0;
	display: none;
}

#editor-save p {
	position: relative; top: 10px;
	background: transparent url('../images/editor-save.png') center bottom no-repeat;
	margin: 0; padding: 0 0.5em 10px 0.5em;
	overflow: auto; clear: both;
}

#editor-save p button {
	float: right;
}

span.title-placeholder {
}

span.title-empty {
	font-size: 90%;
}

#titleblock {
	background: transparent url('../images/titleblock.png') center top no-repeat;
	height: 308px;
	position: relative;
}
#titleblock h1 {
	font-size: 1em;
}

#titleblock #title-avatar-textarea {
        position: absolute;
	margin: 0; padding: 0;
        top: 44px; left: 264px;
        height: 72px; width: 72px;
        overflow: hidden; 
	cursor: pointer;
}

#titleblock #title-avatar {
	position: absolute;
	top: 50px; left: 270px;
	height: 65px; width: 65px;
	overflow: hidden;
}

#titleblock #title-avatar.editable {
	top: 48px; left: 268px;
	border: 2px solid transparent; /* IE6 doesn't understand this so we only do this at editable */
}

#titleblock #title-avatar.editable:hover {
	background-color: #ccffff;
	border: 2px solid #ccffff;
}

#titleblock #title-avatar.dropindation {
	background: url("../images/avatar-edit.png") no-repeat scroll center center transparent
}

#titleblock #title-avatar.dropindation img {
	display: none;
}

#titleblock #title-avatar img {
	width: 65px;
}
#titleblock #title-name, #titleblock #title-name-edit input {
	position: absolute; left: 344px;
	height: 44px; width: 260px;
	font-size: 36px; line-height: 44px; font-weight: bold;
	white-space: nowrap; overflow: hidden;
}
#titleblock #title-name {
	top: 50px;
}

#titleblock #title-name.bright {
	background-color: #ccffff;
}

#titleblock #title-name-edit input {
	top: 44px;
	display: none;
}
#titleblock #title-name-edit input.empty {
	color: #cccccc;
	font-weight: normal;
}
#titleblock #title-1 {
	position: absolute;
	top: 96px; left: 344px;
	height: 24px; width: 230px;
	font-size: 18px; line-height: 24px;
	white-space: nowrap;
}
#titleblock #title-2 {
	position: absolute;
	background: transparent url('../images/title-2.png') center top no-repeat;
	top: 122px; left: 268px;
	height: 77px; width: 273px;
	font-size: 77px; line-height: 77px; color: #ff9900;
	text-indent: -100000px;
	white-space: nowrap;
}
#titleblock #title-3 {
	position: absolute;
	top: 168px; left: 547px;
	height: 30px; width: 100px;
	font-size: 30px; line-height: 30px;
	white-space: nowrap;
}

#titleblock .download {
	position: absolute;
	top: 28px; left: 630px;
	width: 230px; height: 70px;
}
#titleblock .download p {
	margin: 0; padding: 0;
}
#titleblock .download .link {
	position: absolute;
	top: 15px; left: 65px;
	height: 26px; width: 148px;
	font-size: 25px; line-height: 33px;
}

#titleblock .download .link a {
	color: #0000BB;
	font-weight: bold;
	text-decoration: none;
}

#titleblock .download .link a:hover {
	background-color: #ddffbb;
}

#titleblock .download .version {
	position: absolute;
	top: 50px; left: 65px;
	height: 15px; width: 180px;
	font-size: 15px; line-height: 15px;
	white-space: nowrap;
}
#titleblock .count {
	margin: 0; padding: 0;
	position: absolute;
	top: 113px; left: 630px;
	width: 230px; height: 12px;
	font-size: 12px; line-height: 14px;
	text-align: right;
	white-space: nowrap;
}

#titleblock .desc {
	position: absolute;
	top: 209px; left: 268px;
	height: 75px; width: 540px;
}
#features {
	width: 900px; height: 272px; margin: 0; padding: 10px 0;
	background: transparent url('../images/userpage-block-bg.png') center top repeat-y;
}
#features .feature {
	float: left; width: 300px; height: 272px;
	position: relative;
	background: transparent url('../images/feature-empty.gif') center top no-repeat;
}
#features > .feature {
	background: transparent url('../images/feature-empty.png') center top no-repeat;
}

#features .box {
	background: transparent url('../images/feature-dragbox.gif') center top no-repeat;
}
#features > .box {
	background: transparent url('../images/feature-dragbox.png') center top no-repeat;
}

#features .box * {
	display: none;
}

#features #abar {
	background: transparent url('../images/feature-abar.gif') center top no-repeat;
}
#features #color-management {
	background: transparent url('../images/feature-color-management.gif') center top no-repeat;
}
#features #leading {
	background: transparent url('../images/feature-leading.gif') center top no-repeat;
}
#features #multiple-selection {
	background: transparent url('../images/feature-multiple-selection.gif') center top no-repeat;
}
#features #openandfree {
	background: transparent url('../images/feature-openandfree.gif') center top no-repeat;
}
#features #personalization {
	background: transparent url('../images/feature-personalization.gif') center top no-repeat;
}
#features #private-browsing {
	background: transparent url('../images/feature-private-browsing.gif') center top no-repeat;
}
#features #privicy {
	background: transparent url('../images/feature-privicy.gif') center top no-repeat;
}
#features #profile-manager {
	background: transparent url('../images/feature-profile-manager.gif') center top no-repeat;
}
#features #rss {
	background: transparent url('../images/feature-rss.gif') center top no-repeat;
}
#features #search-data {
	background: transparent url('../images/feature-search-data.gif') center top no-repeat;
}
#features #security {
	background: transparent url('../images/feature-security.gif') center top no-repeat;
}
#features #standards {
	background: transparent url('../images/feature-standards.gif') center top no-repeat;
}
#features #textzoom {
	background: transparent url('../images/feature-textzoom.gif') center top no-repeat;
}
#features #tracemonkey {
	background: transparent url('../images/feature-tracemonkey.gif') center top no-repeat;
}

#features > #abar {
	background: transparent url('../images/feature-abar.png') center top no-repeat;
}
#features > #color-management {
	background: transparent url('../images/feature-color-management.png') center top no-repeat;
}
#features > #leading {
	background: transparent url('../images/feature-leading.png') center top no-repeat;
}
#features > #multiple-selection {
	background: transparent url('../images/feature-multiple-selection.png') center top no-repeat;
}
#features > #openandfree {
	background: transparent url('../images/feature-openandfree.png') center top no-repeat;
}
#features > #personalization {
	background: transparent url('../images/feature-personalization.png') center top no-repeat;
}
#features > #private-browsing {
	background: transparent url('../images/feature-private-browsing.png') center top no-repeat;
}
#features > #privicy {
	background: transparent url('../images/feature-privicy.png') center top no-repeat;
}
#features > #profile-manager {
	background: transparent url('../images/feature-profile-manager.png') center top no-repeat;
}
#features > #rss {
	background: transparent url('../images/feature-rss.png') center top no-repeat;
}
#features > #search-data {
	background: transparent url('../images/feature-search-data.png') center top no-repeat;
}
#features > #security {
	background: transparent url('../images/feature-security.png') center top no-repeat;
}
#features > #standards {
	background: transparent url('../images/feature-standards.png') center top no-repeat;
}
#features > #textzoom {
	background: transparent url('../images/feature-textzoom.png') center top no-repeat;
}
#features > #tracemonkey {
	background: transparent url('../images/feature-tracemonkey.png') center top no-repeat;
}


#features .ui-sortable-placeholder {
	visibility: visible!important;
	background: transparent url('../images/feature-dragbox.gif') center top no-repeat;
}

#features > .ui-sortable-placeholder {
	background: transparent url('../images/feature-dragbox.png') center top no-repeat;
}

#features .feature h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 35px;
	left: 100px;
	font-size: 35px; 
	line-height: 40px;
}

#features .feature p {
	position: absolute;
	margin: 0; padding: 0;
	top: 100px; left: 40px;
	width: 230px; height: 125px;
	text-align: justify;
}


#features .feature .link {
	display: none; /* temp solution */

	position: absolute;
	margin: 0; padding: 0;
	top: 220px; left: 210px;
	width: 61px; height: 25px;
	font-size: 15px; text-indent: -10000px;
	background: transparent url('../images/feature-more.gif') top center no-repeat;
}

#features .feature .link a {
	display: block;
	width: 61px; height: 25px;
}

#floatblock {
	position: absolute;
	margin-top: 10px;
	margin-left: 856px;
	width: 85px;
}

#floatblock.fixed {
	position: fixed;
	top: 0;
}

.shareblock {
	background-color: #e0e0ff;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#window_editcomplete .shareblock {
	margin: 0 10%;
}
.shareblock p {
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
}
.shareblock ul {
	list-style: none;
	margin: auto 0;
	padding: 0;
}
#window_editcomplete .shareblock ul {
	overflow: auto;
}
.shareblock ul li {
	list-style: none;
	padding: 4px 0;
	font-size: 14px;
}
#window_editcomplete .shareblock ul li {
	float: left;
	width: 50%;
}
.shareblock .sprite {
	float: left; 
	margin-right: 4px;
}
.shareblock a {
	text-decoration: none;
	color: #333333;
}
.shareblock a:hover {
	text-decoration: underline;
	color: #000000;
}

#middleblock {
	overflow: auto;
	clear: both;
	background: transparent url('../images/userpage-block-bg.png') left top repeat-y;
	width: 850px;
}

#userinfo {
	float: left; width: 252px;
	margin: 2em 0 0 10px;
	border: 4px solid #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#userinfo h2 {
	margin: 0; padding: 0.5em;
}

#userinfo ul, #userinfo p {
	margin: 0; padding: 0.2em 0.7em 1em 0.7em;
	list-style: none;
}

#userinfo li {
	list-style: none;
	margin-bottom: 5px;
}

#userinfo .item {
	display: block;
	font-weight: bold;
	font-size: 0.92em;
	color: #666666;
	line-height: 150%;
}

#userinfo .value {
	display: block;
	padding-left: 5%;
	width: 95%; white-space: nowrap; overflow: hidden;
	color: #000000;
	text-decoration: none;
}

#userinfo a.value:hover {
	text-decoration: underline;
}

#userinfo .bio {
	white-space: normal;
}
#groups {
	float: right; width: 562px;
	border: 4px solid #ffff99;
	border-top: none;
	border-bottom: none;
	background-color: #ffffcc;
}

#groups-show-detail {
	float: right;
	margin: 0.2em 1em;
}

#groups-title, #groups-tail {
	float: right; width: 562px;
	border: 4px solid #ffff99;
	background-color: #ffffcc;
}

#groups-title h2, #groups-tail h2 {
	margin: 0.7em;
}

#groups-title p, #groups-tail p {
	margin:0.5em 1.5em 0;
}

#groups-title {
	border-bottom: none;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	border-radius-topleft: 20px;
	border-radius-topright: 20px;
}

#groups-tail {
	border-top: none;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	border-radius-bottomleft: 20px;
	border-radius-bottomright: 20px;
}

#groups .group {
	clear: both;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 6px;
	margin: 0 1em 0 1em;
}

#groups .not-selected {
	color: #999999;
}

#groups .group .group-title {
	background-color: #eeeeee;
	padding: 3px;
}

#groups .group .group-title input {
	float: left;
}

#groups .group .group-title h3 {
	font-size: 1.2em; font-weight: bold;
	margin: 0; padding: 0;
	width: 6em;
	float: left;
}

#groups .group .group-title p {
	margin: 0; padding: 0;
}

#groups .group p.group-add-addon {
	float: right; 
	margin: 1px;
	font-size: 0.82em;
}
#groups .group p.group-add-addon a {
	color: #000000;
	text-decoration: none;
}

#groups .group p.group-add-addon span.ui-icon {
	float: left;
}

#groups .group .group-addons {
	clear: both;
	min-height: 1em;
	height: 100%;
	overflow: auto;
	background-color:#EEEEEE;
}

#groups-install {
	display: block;
	margin: 1em;
	padding: 0.5em;
	border: 2px solid #99ff99;
	background-color: #c4fea1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#groups-install button {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -0.5em;
    height: 1.5em;
}


#addon_query {
	width: 60%;
}

#addon_query_notfound {
	display: none;
}

#addon_query_result {
	height: 280px; overflow: auto;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.addon {
	margin: 1px 0;
	padding: 8px 0;
	background-color: #ffffff;
	border: 2px solid #ccffcc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	clear: both;
}

.group-addons .ui-sortable-placeholder {
	visibility: visible!important;
	border-style: dashed;
}

.addon a {
	color: #000000;
	text-decoration: none;
}

.addon a:hover span {
	text-decoration: underline;
}

.addon p {
	margin: 0; padding: 0;
}

.addon img {
	display: block; float: left; margin: 3px 10px;
	width: 24px; height: 24px;
}

.detailed .addon img {
	width: 32px; height: 32px;
}

.addon span {
	display: block;
	font-weight: bold; font-size: 1.2em;
	text-align: left;
	padding-left: 42px; width: auto;
}

.detailed .addon span {
	padding-left: 50px;
	margin-bottom: 5px;
}

.addon .add-addon {
	float: right;
	cursor: pointer;
}

.addon .del-addon {
	float: right;
	cursor: pointer;
}

.addon .del-addon:hover {
	background-color: #cccccc;
}

.addon .desc, .addon .install {
	display: none;
}

.addon .disabled {
	color: #666666;
}

.addon .desc {
	display: none;
}

.detailed .addon .desc {
	display: block;
	padding-left: 50px;
	line-height: 125%;
}

.addon .install {
	display: block;
	float: right;
	background-color: #ccffcc;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomleft: 6px;
	border-radius-bottomleft: 6px;
	margin-top: -8px;
}

#featureselection {
	width: 820px; margin: 0 40px; padding: 0;
	background: #ccffcc url('../images/featureselection-corner-top.gif') top center no-repeat;
}
#featureselection p, #featureselection ul {
	margin: 0; padding: 0;
}

#featureselection .features-desc {
	float: left;
	width: 190px; margin: 10px;
}

#featureselection ul {
	float: right;
	width: 590px; margin: 10px;
	list-style: none;
}
#featureselection li {
	float: left;
	cursor: move;
	width: 100px; margin: 7px; padding: 0;
	list-style: none;
	background: transparent url(../images/feature-empty.gif) no-repeat scroll center center;
	border: 2px solid #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
}

#featureselection li.selected {
	opacity: 0.5;
	cursor: auto;
}

#featureselection #featureselection-clear {
	clear: both;
	text-align: right;
	padding: 0 10px 10px 10px;
	background: #ccffcc url('../images/featureselection-corner-bottom.gif') bottom center no-repeat;
}

.pageblock {
	background: transparent url('../images/userpage-block-bg.png') center top repeat-y;
	margin: 0; padding: 0 0 1.5em 0;
}
.pageblock h1 {
	margin: 0 0 -273px 0; padding: 1em 90px 273px 110px;
	height: 40px;
	background: #ffffff url('../images/userpage-block-bg-top.png') center 45px no-repeat;
}
.pageblock .content {
	margin: 0; padding: 0 90px 0 110px;
	min-height: 273px;
}

.window {
	display: none;
}

.ui-dialog .window {
	display: block;
	margin: 0; padding: 0.5em;
	overflow: auto;
}

#window_login p label {
	display: block;
	font-weight: bold;
}

#window_login li label {
	cursor: pointer;
}

#window_login p, #window_login h3 {
	clear: both;
}

#window_avatar {
	position: relative;
}

#window_avatar .window_content {
	height: 100%;
}

#window_avatar #dropzone {
	position: absolute;
	top: 10px; left: 10px; right: 10px; bottom: 10px; z-index: 2;
	border: 4px dashed #cccccc;
	background: #ffffff url("../images/avatar-edit.png") no-repeat scroll center center;
	opacity: 0.8;
	-moz-border-radius: 10px;
	display: none;
}

#window_avatar.dropenter #dropzone {
	opacity: 1;
}
#window_avatar.dropindication #dropzone {
	display: block;
}

#window_avatar .avatar_selection {
	float: left;
	width: 50%; height: 90px; overflow: hidden;
	margin: 0.5em 0; padding: 0;
}
#window_avatar .avatar_selection .avatar_icon {
	height: 69px; width: 69px;
	margin: 10px 10px 10px 1px; /* Must >= 1px */
	padding: 0;
	float: left;
}

#window_avatar .avatar_selection .avatar_icon img {
	height: 65px; width: 65px;
	border: 2px solid transparent;
}

#window_avatar .avatar_selection .avatar_icon img:hover {
	background-color: #ffffff;
	border: 2px solid #cccccc;
}

#window_avatar .avatar_selection.disabled .avatar_icon img:hover {
	background-color: transparent;
	border: 2px solid transparent;
}

#window_avatar .avatar_selection .avatar_desc {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	padding-bottom: 0.1em;
}

#window_avatar .avatar_selection #avatar_fileupload {
	background: transparent url('../images/avatar-edit.png') center center no-repeat;
	position: relative; overflow: hidden;
	width: 65px; height: 65px;
	border: 2px solid transparent;
}
#window_avatar .avatar_selection #avatar_fileupload:hover {
	background-color: #ffffff;
	border: 2px solid #cccccc;
}
#window_avatar .avatar_selection.disabled #avatar_fileupload:hover {
	background-color: transparent;
	border: 2px solid transparent;
}
#window_avatar .avatar_selection #avatar_fileupload input {
	font-size: 100px;
	opacity: 0;
	position: absolute;
	right: 0;
}
#window_avatar .avatar_selection.disabled input {
	display: none;
}
#window_avatar .avatar_selection .avatar_disabled_desc {
	display: none;
}
#window_avatar .avatar_selection.disabled .avatar_icon {
	opacity: 0.2;
	cursor: not-allowed;
}
#window_avatar .avatar_selection.disabled .avatar_desc, #window_avatar .avatar_selection.disabled p, #window_avatar .avatar_selection.disabled a {
	color: #808080;
}
#window_avatar .avatar_selection.disabled .avatar_disabled_desc {
	display: block;
	color: #800000;
	background-color: #ffffcc;
	border: 1px solid #800000;
	margin: 5px 5px auto 80px;
	padding: 2px;
	text-align: center;
}
#window_avatar .avatar_selection.disabled .avatar_disabled_desc a {
	color: #800000;
}
#window_avatar p {
	margin: 0;
}

#window_progress {
	margin: 0; padding: 12px;
}

#window_download .gfx-url {
	text-align: center;
	font-weight: bold;
	font: 1.2em monospace;
}

#window_delete {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff0000;
}

.window .tabs {
	list-style: none;
	margin: 0; padding: 0;
	clear: both; overflow: auto;
}

.window .tabs li {
	list-style: none;
	margin: 0 0.2em; padding: 0.5em 1em;
	float: left; 
	cursor: pointer;
}

.window div.tab-content {
	clear: both; overflow: auto; width: 100%;
}

#info_form label, #admin_form label {
	display: block;
	float: left;
	width: 25%; margin-right: -10px;
}

#info_form p, #admin_form p {
	clear: both;
}

#info_form input, #info_form textarea, #admin_form input, #admin_form textarea {
	width: 75%;
	float: right; clear: right;
}

#info_form input[type="checkbox"], #admin_form input[type="checkbox"] {
	width: auto;
	float: left;
}

#info_form .form-prepend, #admin_form .form-prepend {
	display: block;
	float: left; margin-left: 10px;
	padding: 2px 0 ;
}

#info_form #info_name, #admin_form #admin_name {
	clear: none; float: left;
	width: 30%;
}

#info_form #info_forum, #admin_form #admin_content {
	font-family: monospace;
}

#info_form #forum_auth_iframe {
	display: none;
}
#info_form #forum_auth_iframe iframe {
	border: none;
	height: 1.3em; width: 100%;
	overflow: hidden;
}

#info_form .form-desc, #admin_form .form-desc {
	display: block;
	width: 75%;
	float: right; clear: right;
	color: #666666; font-size: 0.92em;
}
.sticker .first-col {
	width: 230px; float: left; height: 100%; overflow: visible;
}
.sticker .col {
	width: 230px; float: left; height: 100%; overflow: visible;
}

.sticker .desc {
	clear: both;
	padding: 1em 0;
}

.sticker iframe {
	border: none;
}

.sticker textarea {
	width: 90%;
	height: 5em;
	font-size: 0.75em;
}

.editable {
	cursor: pointer;
}
.sortable .feature, .sortable .group-title, .sortable .addon {
	cursor: move;
}

.sprite {display: block; background: transparent url('../images/favicons.png?2') no-repeat; text-indent: -10000px; }
.gfxtw { background-position: 0 0; width: 16px; height: 16px}
.google { background-position: -20px 0; width: 16px; height: 16px}
.yahoo { background-position: -40px 0; width: 16px; height: 16px}
.openid { background-position: -60px 0; width: 16px; height: 16px}
.pixnet { background-position: 0 -20px; width: 16px; height: 16px}
.wordpress-com { background-position: -20px -20px; width: 16px; height: 16px}
.myidtw { background-position: -40px -20px; width: 16px; height: 16px}
.aim { background-position: -60px -20px; width: 16px; height: 16px}
.livejournal { background-position: 0 -40px; width: 16px; height: 16px}
.myopenid { background-position: -20px -40px; width: 16px; height: 16px}
.typepad { background-position: -40px -40px; width: 16px; height: 16px}
.twitter { background-position: -60px -40px; width: 16px; height: 16px}
.plurk { background-position: 0 -60px; width: 16px; height: 16px}
.facebook { background-position: -20px -60px; width: 16px; height: 16px}
.funp { background-position: -40px -60px; width: 16px; height: 16px}

