includes/clientside/css/enano-shared.css
changeset 1227 bdac73ed481e
parent 1225 4c6da61e613e
child 1231 4797a4a88533
--- a/includes/clientside/css/enano-shared.css	Sun Mar 28 21:49:26 2010 -0400
+++ b/includes/clientside/css/enano-shared.css	Sun Mar 28 23:10:46 2010 -0400
@@ -17,143 +17,143 @@
 div.success-box-mini              { background-image: url(../../../images/mini-success.png);  background-position: 5px center; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
 
 a img {
-  border-width: 0;
+	border-width: 0;
 }
 
 /* Similar to the Mediawikian alert box (usermessage) */
 
 div.alert {
-  background-color: #F09090;
-  border: 1px solid #D03030;
-  color: #300000;
-  padding: 3px;
-  position: relative;
-  top: -3px;
+	background-color: #F09090;
+	border: 1px solid #D03030;
+	color: #300000;
+	padding: 3px;
+	position: relative;
+	top: -3px;
 }
 
 /* toolbar */
 div.toolbar {
-  border-bottom: 1px solid #909090;
-  background-color: #D0D0D0;
-  padding: 2px 0;
-  height: 22px;
-  font-family: arial, sans-serif;
-  font-size: 8pt;
+	border-bottom: 1px solid #909090;
+	background-color: #D0D0D0;
+	padding: 2px 0;
+	height: 22px;
+	font-family: arial, sans-serif;
+	font-size: 8pt;
 }
 div.toolbar ul {
-  margin: 0;
-  padding: 0;
+	margin: 0;
+	padding: 0;
 }
 div.toolbar ul li {
-  list-style: none;
-  margin: 0;
-  float: left;
+	list-style: none;
+	margin: 0;
+	float: left;
 }
 div.toolbar a img {
-  opacity: 0.6;
-  /*filter: alpha(opacity=60);*/
+	opacity: 0.6;
+	/*filter: alpha(opacity=60);*/
 }
 div.toolbar a:hover img, div.toolbar a:focus img {
-  opacity: 1;
-  /*filter: alpha(opacity=100);*/
+	opacity: 1;
+	/*filter: alpha(opacity=100);*/
 }
 div.toolbar a {
-  display: block;
-  padding: 2px;
-  border: 1px solid transparent;
-  cursor: default;
-  width: auto;
-  color: #000000;
-  margin: 0 2px;
-  max-height: 16px;
-  text-decoration: none;
+	display: block;
+	padding: 2px;
+	border: 1px solid transparent;
+	cursor: default;
+	width: auto;
+	color: #000000;
+	margin: 0 2px;
+	max-height: 16px;
+	text-decoration: none;
 }
 div.toolbar a:hover, div.toolbar a:focus {
-  border: 1px solid #202090;
-  background-color: #ceceed;
-  color: #000000;
-  text-decoration: none;
+	border: 1px solid #202090;
+	background-color: #ceceed;
+	color: #000000;
+	text-decoration: none;
 }
 div.toolbar a:active {
-  border: 1px solid #A0A0A0;
-  background-color: #E0E0E0;
+	border: 1px solid #A0A0A0;
+	background-color: #E0E0E0;
 }
 div.toolbar img {
-  margin: 0;
-  padding: 0;
-  display: inline;
-  border-width: 0px;
+	margin: 0;
+	padding: 0;
+	display: inline;
+	border-width: 0px;
 }
 div.toolbar a span {
-  position: relative;
-  top: -4px;
+	position: relative;
+	top: -4px;
 }
 div.toolbar li span {
-  padding-left: 2px;
-  padding-right: 5px;
+	padding-left: 2px;
+	padding-right: 5px;
 }
 
 /* vertical toolbar */
 div.toolbar_vert {
-  border: 1px solid #909090;
-  background-color: #D0D0D0;
-  padding: 2px 0;
+	border: 1px solid #909090;
+	background-color: #D0D0D0;
+	padding: 2px 0;
 }
 div.toolbar_vert ul {
-  margin: 0;
-  padding: 0;
+	margin: 0;
+	padding: 0;
 }
 div.toolbar_vert ul li {
-  list-style: none;
-  margin: 0;
+	list-style: none;
+	margin: 0;
 }
 div.toolbar_vert a img {
-  opacity: 0.6;
-  /*filter: alpha(opacity=60);*/
+	opacity: 0.6;
+	/*filter: alpha(opacity=60);*/
 }
 div.toolbar_vert a:hover img {
-  opacity: 1;
-  /*filter: alpha(opacity=100);*/
+	opacity: 1;
+	/*filter: alpha(opacity=100);*/
 }
 div.toolbar_vert a {
-  display: block;
-  padding: 2px;
-  border: 1px solid transparent;
-  cursor: default;
-  width: auto;
-  color: #000000;
-  margin: 0 2px;
-  max-height: 16px;
-  text-decoration: none;
+	display: block;
+	padding: 2px;
+	border: 1px solid transparent;
+	cursor: default;
+	width: auto;
+	color: #000000;
+	margin: 0 2px;
+	max-height: 16px;
+	text-decoration: none;
 }
 div.toolbar_vert a:hover {
-  border: 1px solid #202090;
-  background-color: #ceceed;
-  color: #000000;
-  text-decoration: none;
+	border: 1px solid #202090;
+	background-color: #ceceed;
+	color: #000000;
+	text-decoration: none;
 }
 div.toolbar_vert a:active {
-  border: 1px solid #A0A0A0;
-  background-color: #E0E0E0;
+	border: 1px solid #A0A0A0;
+	background-color: #E0E0E0;
 }
 div.toolbar_vert img {
-  margin: 0;
-  padding: 0;
-  display: inline;
-  border-width: 0px;
+	margin: 0;
+	padding: 0;
+	display: inline;
+	border-width: 0px;
 }
 div.toolbar_vert a span {
-  position: relative;
-  top: -4px;
+	position: relative;
+	top: -4px;
 }
 div.toolbar_vert li span {
-  padding-left: 2px;
-  padding-right: 5px;
+	padding-left: 2px;
+	padding-right: 5px;
 }
 
 div.toolbar_vert li > span {
-  display: block;
-  padding: 4px 5px;
+	display: block;
+	padding: 4px 5px;
 }
 
 div.breadcrumbs                   { margin: 10px 0; padding: 5px; border: 1px solid #AAAAAA; background-color: #E8E8E8; font-size: smaller; font-weight: bold; }
@@ -182,8 +182,8 @@
 
 /* Search results */
 div.search-result, div.search-hibar, div.search-lobar {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 8pt;
+	font-family: arial, helvetica, sans-serif;
+	font-size: 8pt;
 }
 div.search-result h3   { font-size: 14pt; margin: 10px 0 0 0; }
 div.search-result h3 a { color: blue !important; font-weight: normal; padding-bottom: 0; }
@@ -201,41 +201,41 @@
  */
  
 input.js-search-box {
-  font-size: 13px;
-  margin: 0;
-  padding: 1px !important;
-  background-image: url(../../../images/search-box-normal.gif);
-  height: 15px;
-  background-repeat: repeat-x;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #6c6c6c;
-  color: #C0C0C0;
+	font-size: 13px;
+	margin: 0;
+	padding: 1px !important;
+	background-image: url(../../../images/search-box-normal.gif);
+	height: 15px;
+	background-repeat: repeat-x;
+	border-width: 1px;
+	border-style: solid;
+	border-color: #6c6c6c;
+	color: #C0C0C0;
 }
 
 input.js-search-box:focus {
-  background-image: url(../../../images/search-box-hilite.gif);
-  color: #666;
+	background-image: url(../../../images/search-box-hilite.gif);
+	color: #666;
 }
 
 div.js-search-submit {
-  display: block;
-  position: absolute;
-  width: 24px;
-  height: 19px;
-  font-size: 1px;
-  line-height: 19px;
-  clip: rect(0px, 24px, 19px, 0px);
-  overflow: hidden;
-  margin: 0;
-  padding: 0;
-  background: transparent url(../../../images/search-btn-normal.png) no-repeat !important;
-  background-repeat: no-repeat;
-  cursor: pointer;
+	display: block;
+	position: absolute;
+	width: 24px;
+	height: 19px;
+	font-size: 1px;
+	line-height: 19px;
+	clip: rect(0px, 24px, 19px, 0px);
+	overflow: hidden;
+	margin: 0;
+	padding: 0;
+	background: transparent url(../../../images/search-btn-normal.png) no-repeat !important;
+	background-repeat: no-repeat;
+	cursor: pointer;
 }
 
 div.js-search-submit:hover {
-  background-image: url(../../../images/search-btn-hilite.png);
+	background-image: url(../../../images/search-btn-hilite.png);
 }
 
 /*
@@ -243,105 +243,105 @@
  */
 
 div.menu, div.menu_nojs {
-  background-color: #D0D0D0;
-  border: 1px solid #A0A0A0;
-  font-size: 9pt;
+	background-color: #D0D0D0;
+	border: 1px solid #A0A0A0;
+	font-size: 9pt;
 }
 div.menu a, div.menu div.label {
-  padding: 2pt 5px;
-  text-decoration: none;
-  display: block;
-  float: left;
-  color: #404040;
+	padding: 2pt 5px;
+	text-decoration: none;
+	display: block;
+	float: left;
+	color: #404040;
 }
 div.menu_nojs a, div.menu_nojs div.label {
-  padding: 2pt 5px;
-  text-decoration: none;
-  display: block;
-  color: #404040;
+	padding: 2pt 5px;
+	text-decoration: none;
+	display: block;
+	color: #404040;
 }
 div.menu div.label, div.menu_nojs div.label {
-  color: #101010;
+	color: #101010;
 }
 div.menu span.sep, div.menu_nojs span.sep {
-  display: block;
-  float: left;
-  width: 5px;
+	display: block;
+	float: left;
+	width: 5px;
 }
 div.menu div.multopts, div.menu_nojs div.multopts {
-  line-height: 17pt;
+	line-height: 17pt;
 }
 div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
-  float: none;
-  display: inline;
+	float: none;
+	display: inline;
 }
 div.menu a:hover, div.menu_nojs a:hover {
-  color: #FFFFFF;
-  background-color: #808080;
+	color: #FFFFFF;
+	background-color: #808080;
 }
 div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
-  border-width: 0;
-  font-size: 9pt;
-  padding: 4px 5px;
-  max-width: 70px;
-  background-color: #E0E0E0;
+	border-width: 0;
+	font-size: 9pt;
+	padding: 4px 5px;
+	max-width: 70px;
+	background-color: #E0E0E0;
 }
 div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu_nojs input[type ^="password"]:hover {
-  background-color: #E8E8E8;
+	background-color: #E8E8E8;
 }
 div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu_nojs input[type ^="password"]:focus {
-  background-color: #F0F0F0;
+	background-color: #F0F0F0;
 }
 div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
-  border-width: 0;
-  font-size: 9pt;
-  padding: 3px 5px;
-  max-width: 70px;
+	border-width: 0;
+	font-size: 9pt;
+	padding: 3px 5px;
+	max-width: 70px;
 }
 div.menu a.current, div.menu a.current:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover {
-  color: #FFFFFF;
-  background-color: #505050;
+	color: #FFFFFF;
+	background-color: #505050;
 }
 div.menu ul {
-  display: none;
-  position: absolute;
-  padding: 0;
-  margin: 0;
-  background-color: #D0D0D0;
-  border: 1px solid #A0A0A0;
-  min-width: 120px;
+	display: none;
+	position: absolute;
+	padding: 0;
+	margin: 0;
+	background-color: #D0D0D0;
+	border: 1px solid #A0A0A0;
+	min-width: 120px;
 }
 div.menu_nojs ul {
-  display: block;
-  clear: both;
+	display: block;
+	clear: both;
 }
 div.menu ul li, div.menu_nojs ul li {
-  list-style: none;
+	list-style: none;
 }
 div.menu ul a, div.menu_nojs ul a {
-  float: none;
-  margin: 0;
+	float: none;
+	margin: 0;
 }
 span.menuclear {
-  font-size: 1px;
-  height: 0px;
-  width: 0px;
-  clear: left;
-  line-height: 0px;
-  display: block;
+	font-size: 1px;
+	height: 0px;
+	width: 0px;
+	clear: left;
+	line-height: 0px;
+	display: block;
 }
 
 /* Progress bars */
 div.progressbar {
-  padding: 2px;
-  background-color: #90A0B0;
-  width: 308px;
+	padding: 2px;
+	background-color: #90A0B0;
+	width: 308px;
 }
 div.progressbar_inner {
-  min-width: 30px;
-  color: white;
-  background-color: #7080A0;
-  padding: 4px;
+	min-width: 30px;
+	color: white;
+	background-color: #7080A0;
+	padding: 4px;
 }
 /* User notification - courtest of wikipedia.org (not sure if this is included with MediaWiki) */
 /* user notification thing */
@@ -355,26 +355,26 @@
 	vertical-align: middle;
 }
 .usermessage a:link, .usermessage a:active, .usermessage a:visited {
-  color: #CA7520;
+	color: #CA7520;
 }
 .usermessage a:hover {
-  color: #AA5500 !important;
+	color: #AA5500 !important;
 }
 .usermessage h2 {
-  border-bottom-color: #ef8500 !important;
-  color: black;
+	border-bottom-color: #ef8500 !important;
+	color: black;
 }
 div.thumbnail {
-  display: table;
-  border: 1px solid #AAAAAA;
-  background-color: #F0F0F0;
-  padding: 4px;
-  margin-bottom: 10px;
+	display: table;
+	border: 1px solid #AAAAAA;
+	background-color: #F0F0F0;
+	padding: 4px;
+	margin-bottom: 10px;
 }
 div.thumbnail-inner {
-  background-image: url(../../../images/thumbnail.png);
-  background-position: top right;
-  background-repeat: no-repeat;
+	background-image: url(../../../images/thumbnail.png);
+	background-position: top right;
+	background-repeat: no-repeat;
 }
 
 /* Tables where diffs are shown */
@@ -386,366 +386,366 @@
 
 /* Tag cloud */
 span.tc_word_normal {
-  font-family: Arial, helvetica, sans-serif;
-  font-size: 10pt;
-  letter-spacing: 3px;
-  padding: 4px 4px 4px 4px;
+	font-family: Arial, helvetica, sans-serif;
+	font-size: 10pt;
+	letter-spacing: 3px;
+	padding: 4px 4px 4px 4px;
 }
 span.tc_word_small {
-  font-family: Arial, helvetica, sans-serif;
-  font-size: 8pt;
-  color: #000;
+	font-family: Arial, helvetica, sans-serif;
+	font-size: 8pt;
+	color: #000;
 }
 span.tc_word_normal a, span.tc_word_small a {
-  color: inherit !important;
-  text-decoration: none !important;
+	color: inherit !important;
+	text-decoration: none !important;
 }
 /* These are from http://www.lotsofcode.com/php/tutorials/tag-cloud */
 span.tc_normal_index_1 {
-  color: #000;
-  font-size: 2.4em;
+	color: #000;
+	font-size: 2.4em;
 }
 span.tc_normal_index_2 {
-  color: #333;
-  font-size: 2.2em;
+	color: #333;
+	font-size: 2.2em;
 }
 span.tc_normal_index_3 {
-  color: #666;
-  font-size: 2.0em;
+	color: #666;
+	font-size: 2.0em;
 }
 span.tc_normal_index_4 {
-  color: #999;
-  font-size: 1em;
+	color: #999;
+	font-size: 1em;
 }
 span.tc_normal_index_5 {
-  color: #aaa;
-  font-size: 1.6em;
+	color: #aaa;
+	font-size: 1.6em;
 }
 span.tc_normal_index_6 {
-  color: #bbb;
-  font-size: 1.4em;
+	color: #bbb;
+	font-size: 1.4em;
 }
 span.tc_normal_index_7 {
-  color: #ccc;
-  font-size: 1.2em;
+	color: #ccc;
+	font-size: 1.2em;
 }
 span.tc_normal_index_8 {
-  color: #ddd;
-  font-size: 0.8em;
+	color: #ddd;
+	font-size: 0.8em;
 }
 span.tc_small_index_1 {
-  opacity: 1;
-  font-size: 1.4em;
+	opacity: 1;
+	font-size: 1.4em;
 }
 span.tc_small_index_2 {
-  opacity: 0.8;
-  font-size: 1.3em;
+	opacity: 0.8;
+	font-size: 1.3em;
 }
 span.tc_small_index_3 {
-  opacity: 0.6;
-  font-size: 1.2em;
+	opacity: 0.6;
+	font-size: 1.2em;
 }
 span.tc_small_index_4 {
-  opacity: 0.5;
-  font-size: 1em;
+	opacity: 0.5;
+	font-size: 1em;
 }
 span.tc_small_index_5 {
-  opacity: 0.45;
-  font-size: 1.3em;
+	opacity: 0.45;
+	font-size: 1.3em;
 }
 span.tc_small_index_6 {
-  opacity: 0.4;
-  font-size: 1.1em;
+	opacity: 0.4;
+	font-size: 1.1em;
 }
 span.tc_small_index_7 {
-  opacity: 0.35;
-  font-size: 0.9em;
+	opacity: 0.35;
+	font-size: 0.9em;
 }
 span.tc_small_index_8 {
-  opacity: 0.3;
-  font-size: 0.7em;
+	opacity: 0.3;
+	font-size: 0.7em;
 }
 
 /* Default private message AJAX interface styles (colors and style based on those of Gmail) */
 
 div#privmsgs {
-  /* Neal prefers this border but I personally consider it distasteful because it detracts from the Gmail-ey look.
-  border: 1px solid #c0c0c0; */
-  background-color: white;
-  color: black;
+	/* Neal prefers this border but I personally consider it distasteful because it detracts from the Gmail-ey look.
+	border: 1px solid #c0c0c0; */
+	background-color: white;
+	color: black;
 }
 
 span.pm_link {
-  color: #0000ff;
-  cursor: pointer;
-  text-decoration: underline;
+	color: #0000ff;
+	cursor: pointer;
+	text-decoration: underline;
 }
 
 span.pm_link_folder {
-  display: block;
-  text-decoration: none;
-  padding: 3px;
-  border-radius: 5px 0 0 5px;
-  -moz-border-radius: 5px 0 0 5px;
+	display: block;
+	text-decoration: none;
+	padding: 3px;
+	border-radius: 5px 0 0 5px;
+	-moz-border-radius: 5px 0 0 5px;
 }
 
 span.pm_link_selected {
-  background-color: #c3d9ff;
-  font-weight: bold;
-  text-decoration: underline;
+	background-color: #c3d9ff;
+	font-weight: bold;
+	text-decoration: underline;
 }
 
 span.pm_link_selected_trash {
-  background-color: #d9d9db;
+	background-color: #d9d9db;
 }
 
 div.pm_break {
-  height: 10px;
+	height: 10px;
 }
 
 span#pm_btn_compose {
-  margin-top: 5px;
+	margin-top: 5px;
 }
 
 div.pm_main {
-  background-color: #c3d9ff;
-  padding: 5px 5px 3px 5px;
-  margin-left: 12em;
-  min-height: 16em;
-  border-radius: 5px;
-  -moz-border-radius: 5px;
+	background-color: #c3d9ff;
+	padding: 5px 5px 3px 5px;
+	margin-left: 12em;
+	min-height: 16em;
+	border-radius: 5px;
+	-moz-border-radius: 5px;
 }
 
 div.pm_main_trash {
-  background-color: #d9d9db;
+	background-color: #d9d9db;
 }
 
 div.pm_status {
-  display: table;
-  background-color: #cc0000;
-  padding: 3px;
-  margin: 0 auto;
-  color: white;
+	display: table;
+	background-color: #cc0000;
+	padding: 3px;
+	margin: 0 auto;
+	color: white;
 }
 
 div.pm_teaser {
-  background-color: white;
-  color: black;
-  text-align: center;
-  padding: 8em 1em 8em 1em;
+	background-color: white;
+	color: black;
+	text-align: center;
+	padding: 8em 1em 8em 1em;
 }
 
 div.pm_mlist_message {
-  background-color: #e8eef7;
-  color: black;
-  border-bottom: 1px solid #d8d8d8;
-  cursor: pointer;
+	background-color: #e8eef7;
+	color: black;
+	border-bottom: 1px solid #d8d8d8;
+	cursor: pointer;
 }
 
 div.pm_mlist_message span.pm_subject {
-  font-weight: normal;
-  display: inline-block;
-  clip: rect(0px, auto, auto, 0px);
-  overflow: hidden;
-  margin: 0 3px 0 0;
+	font-weight: normal;
+	display: inline-block;
+	clip: rect(0px, auto, auto, 0px);
+	overflow: hidden;
+	margin: 0 3px 0 0;
 }
 
 div.pm_mlist_message span.pm_sender {
-  display: inline-block;
-  width: 30%;
-  margin: 0 10px 0% 4px;
-  font-weight: normal;
-  clip: rect(0px, auto, auto, 0px);
-  overflow: hidden;
+	display: inline-block;
+	width: 30%;
+	margin: 0 10px 0% 4px;
+	font-weight: normal;
+	clip: rect(0px, auto, auto, 0px);
+	overflow: hidden;
 }
 
 div.pm_mlist_message span.pm_miniclip {
-  color: #909090;
-  display: inline-block;
-  clip: rect(0px, auto, auto, 0px);
-  overflow: hidden;
+	color: #909090;
+	display: inline-block;
+	clip: rect(0px, auto, auto, 0px);
+	overflow: hidden;
 }
 
 div.pm_messagelist_inner {
-  min-height: 12em;
-  background-color: white;
+	min-height: 12em;
+	background-color: white;
 }
 
 div.pm_mlist_message_unread {
-  background-color: white;
+	background-color: white;
 }
 
 div.pm_mlist_message_unread span.pm_subject {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.pm_mlist_message_unread span.pm_sender {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.pm_mlist_message_selected {
-  background-color: #ffffcc;
+	background-color: #ffffcc;
 }
 
 span.pm_toolbar_label {
-  color: black;
-  font-weight: bold;
+	color: black;
+	font-weight: bold;
 }
 
 div.noborderbottom * {
-  border-bottom-width: 0px;
+	border-bottom-width: 0px;
 }
 
 div.nobordertop * {
-  border-top-width: 0px;
+	border-top-width: 0px;
 }
 
 /* Theme buttons in admin CP */
 
 div.themebutton {
-  width: 216px;
-  float: left;
-  background-position: center center;
-  background-repeat: no-repeat;
-  margin-right: 10px;
-  padding: 5px;
-  border: 1px solid #F0F0F0;
+	width: 216px;
+	float: left;
+	background-position: center center;
+	background-repeat: no-repeat;
+	margin-right: 10px;
+	padding: 5px;
+	border: 1px solid #F0F0F0;
 }
 
 div.themebutton_theme_disabled {
-  background-color: #D84308;
+	background-color: #D84308;
 }
 
 div.themebutton_theme_system {
-  display: none;
+	display: none;
 }
 
 div.themebutton a.tb-inner {
-  opacity: 0;
-  filter: alpha(opacity=0);
-  display: block;
-  height: 110px;
-  padding-top: 40px;
-  text-align: center;
-  font-size: 40px;
-  text-decoration: none;
+	opacity: 0;
+	filter: alpha(opacity=0);
+	display: block;
+	height: 110px;
+	padding-top: 40px;
+	text-align: center;
+	font-size: 40px;
+	text-decoration: none;
 }
 div.themebutton_theme_system a.tb-inner {
-  font-size: 28px;
-  height: 100px;
-  padding-top: 50px;
+	font-size: 28px;
+	height: 100px;
+	padding-top: 50px;
 }
 div.themebutton a.tb-inner:hover {
-  opacity: 0.75;
-  filter: alpha(opacity=75);
-  background-color: #ffffff;
+	opacity: 0.75;
+	filter: alpha(opacity=75);
+	background-color: #ffffff;
 }
 div.themebutton a.tb-inner span.themename {
-  font-size: 8pt;
-  color: #606060;
-  display: block;
+	font-size: 8pt;
+	color: #606060;
+	display: block;
 }
 
 div.themebutton div.status {
-  opacity: 0.75;
-  filter: alpha(opacity=75);
-  background-image: url(../../../images/loading-big.gif);
-  background-repeat: no-repeat;
-  background-position: center center;
-  background-color: #ffffff;
-  height: 150px;
+	opacity: 0.75;
+	filter: alpha(opacity=75);
+	background-image: url(../../../images/loading-big.gif);
+	background-repeat: no-repeat;
+	background-position: center center;
+	background-color: #ffffff;
+	height: 150px;
 }
 
 /* Expandable fieldsets */
 
 fieldset legend a.expander {
-  padding-left: 11px;
-  background-position: left center;
-  background-repeat: no-repeat;
-  color: inherit;
-  cursor: pointer;
+	padding-left: 11px;
+	background-position: left center;
+	background-repeat: no-repeat;
+	color: inherit;
+	cursor: pointer;
 }
 
 fieldset legend a.expander:hover {
-  color: inherit;
+	color: inherit;
 }
 
 fieldset legend a.expander-closed {
-  background-image: url(../../../images/expander/closed.gif);
-  
+	background-image: url(../../../images/expander/closed.gif);
+	
 }
 
 fieldset legend a.expander-closed:hover {
-  background-image: url(../../../images/expander/closed-prelight.gif);
+	background-image: url(../../../images/expander/closed-prelight.gif);
 }
 
 fieldset legend a.expander-open {
-  background-image: url(../../../images/expander/open.gif);
-  padding-left: 17px;
+	background-image: url(../../../images/expander/open.gif);
+	padding-left: 17px;
 }
 
 fieldset legend a.expander-open:hover {
-  background-image: url(../../../images/expander/open-prelight.gif);
+	background-image: url(../../../images/expander/open-prelight.gif);
 }
 
 /* Flown-in mini prompts */
 
 div.miniprompt {
-  position: absolute;
-  z-index: 999;
+	position: absolute;
+	z-index: 999;
 }
 
 div.miniprompt div.mp-top, div.miniprompt div.mp-bottom {
-  width: 388px;
-  height: 57px;
-  background-image: url(../../../images/prompt-top.png);
-  background-repeat: no-repeat;
-  background-position: center center;
+	width: 388px;
+	height: 57px;
+	background-image: url(../../../images/prompt-top.png);
+	background-repeat: no-repeat;
+	background-position: center center;
 }
 
 div.miniprompt div.mp-bottom {
-  height: 42px;
-  background-image: url(../../../images/prompt-bottom.png);
+	height: 42px;
+	background-image: url(../../../images/prompt-bottom.png);
 }
 
 div.miniprompt div.mp-body {
-  padding: 0 44px 10px 44px;
-  width: 300px;
-  background-image: url(../../../images/prompt-body.png);
-  background-repeat: repeat-y;
-  background-position: center center;
+	padding: 0 44px 10px 44px;
+	width: 300px;
+	background-image: url(../../../images/prompt-body.png);
+	background-repeat: repeat-y;
+	background-position: center center;
 }
 
 div.miniprompt h3 {
-  /* fix padding issues on firefox */
-  margin: 0 0 10px 0;
+	/* fix padding issues on firefox */
+	margin: 0 0 10px 0;
 }
 
 /* for buttons */
 div.miniprompt div.mp-buttons {
-  text-align: right;
-  position: relative;
-  top: 10px;
+	text-align: right;
+	position: relative;
+	top: 10px;
 }
 
 /* pseudo-buttons made with <a> tags */
 .abutton {
-  padding: 3px 5px;
-  background-color: #f0f0f0;
-  cursor: pointer;
-  margin: 0 3px;
-  text-decoration: none;
+	padding: 3px 5px;
+	background-color: #f0f0f0;
+	cursor: pointer;
+	margin: 0 3px;
+	text-decoration: none;
 }
 
 .abutton:hover {
-  color: #f0f0f0 !important;
-  background-color: #606060;
+	color: #f0f0f0 !important;
+	background-color: #606060;
 }
 
 .abutton.block {
-  display: block;
-  width: 60%;
-  margin: 0 auto 10px auto;
+	display: block;
+	width: 60%;
+	margin: 0 auto 10px auto;
 }
 
 .abutton_green       { color:            #008800 !important; }
@@ -756,46 +756,46 @@
 .abutton_red:hover   { background-color: #880000 !important; }
 
 .abutton_img, .abutton.icon {
-  background-image: url('../../../images/mini-error.png');
-  background-position: 4px center;
-  background-repeat: no-repeat;
-  padding-left: 24px;
+	background-image: url('../../../images/mini-error.png');
+	background-position: 4px center;
+	background-repeat: no-repeat;
+	padding-left: 24px;
 }
 
 /* User rank administration */
 
 div.rankadmin-left {
-  float: left;
-  border: 1px solid #e0e0e0;
-  margin: 0 1.4em 0 0;
-  padding: 0.6em;
+	float: left;
+	border: 1px solid #e0e0e0;
+	margin: 0 1.4em 0 0;
+	padding: 0.6em;
 }
 
 a.rankadmin-editlink {
-  display: block;
-  font-size: large;
-  padding: 3px;
-  text-decoration: none;
+	display: block;
+	font-size: large;
+	padding: 3px;
+	text-decoration: none;
 }
 
 a.rankadmin-createlink {
-  border-top: 1px solid #a0a0a0;
+	border-top: 1px solid #a0a0a0;
 }
 
 a.rankadmin-editlink:hover {
-  background-color: #f0f0f0;
+	background-color: #f0f0f0;
 }
 
 div.rankadmin-right {
-  float: left;
+	float: left;
 }
 
 .adminiconsprite {
-  width: 16px;
-  height: 16px;
-  background-image: url(../../../images/icons/applets/sprite.png);
-  background-position: center center;
-  background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+	background-image: url(../../../images/icons/applets/sprite.png);
+	background-position: center center;
+	background-repeat: no-repeat;
 }
 
 /*
@@ -805,49 +805,49 @@
  */
  
 div.userpage_wrap {
-  /* Content starts at 4.05em */
-  position: relative;
-  top: 4em;
-  margin-bottom: 4em;
-  border: 0.05em solid #a0a0a0;
+	/* Content starts at 4.05em */
+	position: relative;
+	top: 4em;
+	margin-bottom: 4em;
+	border: 0.05em solid #a0a0a0;
 }
 
 ul.userpage_links {
-  top: -3.05em;
-  position: absolute;
-  padding-left: 10px;
-  list-style-type: none !important;
-  list-style-image: none !important;
+	top: -3.05em;
+	position: absolute;
+	padding-left: 10px;
+	list-style-type: none !important;
+	list-style-image: none !important;
 }
 
 ul.userpage_links li {
-  line-height: 1.85em;
-  border-width: 0.05em 0.05em 0 0.05em;
-  float: left;
-  margin-right: 5px;
-  padding: 0 7px;
-  list-style-type: none !important;
-  list-style-image: none !important;
-  border-style: solid;
-  border-color: #808080;
+	line-height: 1.85em;
+	border-width: 0.05em 0.05em 0 0.05em;
+	float: left;
+	margin-right: 5px;
+	padding: 0 7px;
+	list-style-type: none !important;
+	list-style-image: none !important;
+	border-style: solid;
+	border-color: #808080;
 }
 
 ul.userpage_links li.userpage_tab_active {
-  border-bottom-color: #ffffff;
-  border-bottom-width: 0.05em;
-  line-height: 2.05em;
-  margin-top: -0.2em;
-  font-weight: bold;
+	border-bottom-color: #ffffff;
+	border-bottom-width: 0.05em;
+	line-height: 2.05em;
+	margin-top: -0.2em;
+	font-weight: bold;
 }
 
 ul.userpage_links li:hover {
-  border-bottom-color: #ffffff;
-  cursor: pointer;
+	border-bottom-color: #ffffff;
+	cursor: pointer;
 }
 
 div.userpage_block {
-  clear: both;
-  padding: 10px;
+	clear: both;
+	padding: 10px;
 }
 
 /*
@@ -855,12 +855,12 @@
  */
 
 div.acl_inherit {
-  padding: 5px;
-  margin-bottom: 1px;
+	padding: 5px;
+	margin-bottom: 1px;
 }
 
 td.acl_inherit_key {
-  width: 15px;
+	width: 15px;
 }
 
 .acl_enano_default   { background-color: #FFFFC6; }
@@ -875,12 +875,12 @@
 .acl_local_user      { background-color: #FFB6B6; }
 
 span.acl_failed_deps {
-  font-weight: bold;
-  font-size: smaller;
+	font-weight: bold;
+	font-size: smaller;
 }
 
 span.acl_failed_deps span.title {
-  color: #ff0000;
+	color: #ff0000;
 }
 
 /**
@@ -888,84 +888,84 @@
  */
 
 div#theme-selector-wrapper {
-  position: absolute;
-  width: 100%;
-  margin: 0;
-  padding: 0;
-  top: 0;
-  margin-top: 75px;
+	position: absolute;
+	width: 100%;
+	margin: 0;
+	padding: 0;
+	top: 0;
+	margin-top: 75px;
 }
 
 div#theme-selector-body {
-  margin: 0 auto;
-  padding: 20px;
-  background-color: #ffffff;
-  text-align: center;
-  /* width: 708px; */
-  width: 130px;
-  height: 130px;
+	margin: 0 auto;
+	padding: 20px;
+	background-color: #ffffff;
+	text-align: center;
+	/* width: 708px; */
+	width: 130px;
+	height: 130px;
 }
 
 div#theme-selector-inner h3 {
-  font-size: x-large;
+	font-size: x-large;
 }
 
 div#theme-selector-inner ul {
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
+	list-style-type: none;
+	margin: 0;
+	padding: 0;
 }
 
 div#theme-selector-inner ul li {
-  float: left;
+	float: left;
 }
 
 div#theme-selector-inner ul li a {
-  display: block;
-  border: 1px solid #d0d0d0;
-  padding: 4px;
-  width: 216px;
-  line-height: 150px;
-  text-align: center;
-  margin: 2px 5px;
-  text-decoration: none;
-  background-position: center center;
-  background-repeat: no-repeat;
-  background-image: url(../../../images/themepreview.png);
+	display: block;
+	border: 1px solid #d0d0d0;
+	padding: 4px;
+	width: 216px;
+	line-height: 150px;
+	text-align: center;
+	margin: 2px 5px;
+	text-decoration: none;
+	background-position: center center;
+	background-repeat: no-repeat;
+	background-image: url(../../../images/themepreview.png);
 }
 
 div#theme-selector-inner ul li a span {
-  color: #456798;
-  background-color: #fff;
-  opacity: 0;
-  filter: alpha(opacity=0);
-  display: block;
-  width: 216px;
-  line-height: 150px;
-  font-size: x-large;
+	color: #456798;
+	background-color: #fff;
+	opacity: 0;
+	filter: alpha(opacity=0);
+	display: block;
+	width: 216px;
+	line-height: 150px;
+	font-size: x-large;
 }
 
 div#theme-selector-inner ul li a:hover span {
-  opacity: 0.6;
-  filter: alpha(opacity=60);
+	opacity: 0.6;
+	filter: alpha(opacity=60);
 }
 
 div#theme-selector-inner .abutton {
-  font-size: x-large;
+	font-size: x-large;
 }
 
 div#theme-selector-inner ul li a span.loading {
-  background-image: url(../../../images/loading-big.gif);
-  background-position: center center;
-  background-repeat: no-repeat;
+	background-image: url(../../../images/loading-big.gif);
+	background-position: center center;
+	background-repeat: no-repeat;
 }
 
 div.theme-selector-spinner {
-  height: 130px;
-  background-image: url(../../../images/loading-big.gif);
-  background-position: center center;
-  background-repeat: no-repeat;
-  margin: 0 auto;
+	height: 130px;
+	background-image: url(../../../images/loading-big.gif);
+	background-position: center center;
+	background-repeat: no-repeat;
+	margin: 0 auto;
 }
 
 /**
@@ -973,69 +973,69 @@
  */
 
 div.sbedit-block {
-  background-color: #f7f7f7;
-  border: 1px solid #c2c2c2;
-  padding: 4px;
-  width: 150px;
-  margin: 0 7px 5px 0;
+	background-color: #f7f7f7;
+	border: 1px solid #c2c2c2;
+	padding: 4px;
+	width: 150px;
+	margin: 0 7px 5px 0;
 }
 
 div.sbedit-block.disabled {
-  background-color: #ffe2e2;
-  border-color: #c7a1a1;
+	background-color: #ffe2e2;
+	border-color: #c7a1a1;
 }
 
 div.sbedit-handle {
-  background-color: #c7c7c7;
-  border: 1px solid #909090;
-  padding: 2px;
-  margin-bottom: 3px;
-  cursor: move;
+	background-color: #c7c7c7;
+	border: 1px solid #909090;
+	padding: 2px;
+	margin-bottom: 3px;
+	cursor: move;
 }
 
 div.sbedit-block.disabled div.sbedit-handle {
-  background-color: #c77272;
-  border-color: #aa6060;
+	background-color: #c77272;
+	border-color: #aa6060;
 }
 
 div.sbedit-handle input {
-  display: none;
-  width: 96%;
+	display: none;
+	width: 96%;
 }
 
 div.sbedit-float {
-  position: absolute;
-  top: 20px;
-  left: 20px;
+	position: absolute;
+	top: 20px;
+	left: 20px;
 }
 
 td.sbedit-column {
-  vertical-align: top;
-  /* 150 + 4*2 + 7 + 3 (the 3 being a trial-and-error computation) */
-  width: 168px;
+	vertical-align: top;
+	/* 150 + 4*2 + 7 + 3 (the 3 being a trial-and-error computation) */
+	width: 168px;
 }
 
 .ui-sortable-placeholder {
-  background-color: #e2e2e2 !important;
-  border: 1px dashed #b7b7b7 !important;
-  visibility: visible !important;
-  height: 50px !important;
+	background-color: #e2e2e2 !important;
+	border: 1px dashed #b7b7b7 !important;
+	visibility: visible !important;
+	height: 50px !important;
 }
 
 .ui-sortable-helper {
-  opacity: 0.6;
-  filter: alpha(opacity=60);
+	opacity: 0.6;
+	filter: alpha(opacity=60);
 }
 
 .emptymessage {
-  line-height: 140px;
-  color: #a0a0a0;
-  border-bottom-width: 0 !important;
-  text-align: center;
-  font-size: xx-large;
-  font-weight: normal;
+	line-height: 140px;
+	color: #a0a0a0;
+	border-bottom-width: 0 !important;
+	text-align: center;
+	font-size: xx-large;
+	font-weight: normal;
 }
 
 .log_addfilter {
-  display: none;
+	display: none;
 }