slitaz-forge rev 48

Removed old vanilla file and add BBpress theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:14:22 2011 +0200 (2011-04-06)
parents f80f311578f7
children 4de599c491a2
files forum/README forum/my-templates/slitaz/footer.php forum/my-templates/slitaz/header.php forum/my-templates/slitaz/images/logo.png forum/my-templates/slitaz/images/network.png forum/my-templates/slitaz/style.css forum/mysql/init-db.sql forum/mysql/vanilla-2.0.16.sql forum/system-config/apache/forum.slitaz.org.conf forum/system-config/awstats/awstats.forum.slitaz.org.conf forum/system-config/logrotate.d/slitaz-forum forum/vanilla/conf/config.php forum/vanilla/themes/slitaz/about.php forum/vanilla/themes/slitaz/design/favicon.png forum/vanilla/themes/slitaz/design/header-img.png forum/vanilla/themes/slitaz/design/style.css forum/vanilla/themes/slitaz/design/style.css.org forum/vanilla/themes/slitaz/design/style.diff forum/vanilla/themes/slitaz/screenshot.png
line diff
     1.1 --- a/forum/README	Sun Apr 03 04:11:27 2011 +0000
     1.2 +++ b/forum/README	Wed Apr 06 02:14:22 2011 +0200
     1.3 @@ -1,3 +1,8 @@
     1.4 +2011-04-06
     1.5 +The forum is powered by BBpress
     1.6 +
     1.7 +Running on SliTaz 3.0
     1.8 +
     1.9  2010-12-22 
    1.10  The forum is powered by Vanilla Forums (http://vanillaforums.org/)
    1.11  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/forum/my-templates/slitaz/footer.php	Wed Apr 06 02:14:22 2011 +0200
     2.3 @@ -0,0 +1,38 @@
     2.4 +		</div>
     2.5 +	</div>
     2.6 +	<div id="footer" role="contentinfo">
     2.7 +		Copyright &copy; 2011
     2.8 +		<a href="http://www.slitaz.org/">SliTaz</a> Powered by 
     2.9 +		<a href="http://bbpress.org">bbPress</a> - Network:
    2.10 +		<a href="http://scn.slitaz.org/">Community</a>
    2.11 +		<a href="http://doc.slitaz.org/">Doc</a>
    2.12 +		<a href="http://forum.slitaz.org/">Forum</a>
    2.13 +		<a href="http://pkgs.slitaz.org/">Packages</a>
    2.14 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    2.15 +		<a href="http://hg.slitaz.org/">Hg</a>
    2.16 +		<p>
    2.17 +			SliTaz @
    2.18 +			<a href="http://twitter.com/slitaz">Twitter</a>
    2.19 +			<a href="http://www.facebook.com/slitaz">Facebook</a>
    2.20 +			<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    2.21 +			<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    2.22 +			<a href="http://flattr.com/profile/slitaz">Flattr</a>
    2.23 +		</p>
    2.24 +
    2.25 +		<!-- If you like showing off the fact that your server rocks -->
    2.26 +		<!-- <p class="showoff">
    2.27 +<?php
    2.28 +global $bbdb;
    2.29 +printf(
    2.30 +__( 'This page generated in %s seconds, using %d queries.' ),
    2.31 +bb_number_format_i18n( bb_timer_stop(), 2 ),
    2.32 +bb_number_format_i18n( $bbdb->num_queries )
    2.33 +);
    2.34 +?>
    2.35 +		</p> -->
    2.36 +	</div>
    2.37 +
    2.38 +<?php do_action('bb_foot'); ?>
    2.39 +
    2.40 +</body>
    2.41 +</html>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/forum/my-templates/slitaz/header.php	Wed Apr 06 02:14:22 2011 +0200
     3.3 @@ -0,0 +1,66 @@
     3.4 +<?php
     3.5 +$_head_profile_attr = '';
     3.6 +if ( bb_is_profile() ) {
     3.7 +	global $self;
     3.8 +	if ( !$self ) {
     3.9 +		$_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"';
    3.10 +	}
    3.11 +}
    3.12 +?>
    3.13 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    3.14 +<html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>
    3.15 +<head<?php echo $_head_profile_attr; ?>>
    3.16 +	<meta http-equiv="X-UA-Compatible" content="IE=8" />
    3.17 +	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    3.18 +	<title><?php bb_title() ?></title>
    3.19 +	<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
    3.20 +<?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>
    3.21 +	<link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />
    3.22 +<?php endif; ?>
    3.23 +
    3.24 +<?php bb_feed_head(); ?>
    3.25 +
    3.26 +<?php bb_head(); ?>
    3.27 +
    3.28 +</head>
    3.29 +<body id="<?php bb_location(); ?>">
    3.30 +	<div id="wrapper">
    3.31 +		<div id="header" role="banner">
    3.32 +			
    3.33 +			<!-- SliTaz Network -->
    3.34 +			<div id="network">
    3.35 +				<a href="http://www.slitaz.org/">
    3.36 +					<img src="<?php bb_uri(); ?>/my-templates/slitaz/images/network.png" alt="network.png" /></a>
    3.37 +				<a href="http://scn.slitaz.org/">Community</a>
    3.38 +				<a href="http://doc.slitaz.org/">Doc</a>
    3.39 +				<a href="http://forum.slitaz.org/">Forum</a>
    3.40 +				<a href="http://labs.slitaz.org/issues">Bugs</a>
    3.41 +				<a href="http://hg.slitaz.org/">Hg</a>
    3.42 +			</div>
    3.43 +			
    3.44 +			<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>
    3.45 +			<?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?></p><?php endif; ?>
    3.46 +
    3.47 +<?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?>
    3.48 +
    3.49 +			<div class="search">
    3.50 +<?php search_form(); ?>
    3.51 +			</div>
    3.52 +		</div>
    3.53 +		
    3.54 +		<!-- SliTaz Block -->
    3.55 +		<div id="block">
    3.56 +			<div style="text-align: justify; width: 48%; padding: 20px 10px 0 0;">
    3.57 +				The SliTaz Forum is the place where you can get support,
    3.58 +				ask any request about SliTaz, help others and get involve
    3.59 +				in a community group.
    3.60 +				<p>
    3.61 +				Old forum: 
    3.62 +				<a href="http://vanilla.slitaz.org/">vanilla.slitaz.org</a>
    3.63 +				</p>
    3.64 +			</div>
    3.65 +		</div>
    3.66 +		
    3.67 +		<div id="main">
    3.68 +
    3.69 +<?php if ( bb_is_profile() ) profile_menu(); ?>
     4.1 Binary file forum/my-templates/slitaz/images/logo.png has changed
     5.1 Binary file forum/my-templates/slitaz/images/network.png has changed
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/forum/my-templates/slitaz/style.css	Wed Apr 06 02:14:22 2011 +0200
     6.3 @@ -0,0 +1,1020 @@
     6.4 +/*
     6.5 +Theme Name: SliTaz
     6.6 +Theme URI: http://www.slitaz.org/
     6.7 +Description: The SliTaz Theme for bbPress.
     6.8 +Version: 1.0
     6.9 +Author: Christophe Lincoln
    6.10 +Author URI: http://people.slitaz.org/~pankso/
    6.11 +*/
    6.12 +
    6.13 +/* Globals 
    6.14 +=================================== */
    6.15 +
    6.16 +* { margin: 0; padding: 0; }
    6.17 +
    6.18 +body {
    6.19 +	background-color: #fff;
    6.20 +	font: 13px sans-serif, vernada, arial;
    6.21 +	line-height: 130%;
    6.22 +}
    6.23 +
    6.24 +a { text-decoration: none; color: #215090; }
    6.25 +a:hover { text-decoration: none; color: blue; }
    6.26 +
    6.27 +.alt { background-color: #fff; }
    6.28 +
    6.29 +pre, code { font: 1.0em Monaco, 'Courier New', monospace; }
    6.30 +
    6.31 +pre, p { margin-bottom: 1.0em; }
    6.32 +
    6.33 +.left { float: left; }
    6.34 +
    6.35 +.right { float: right; }
    6.36 +
    6.37 +.delete:hover {
    6.38 +	background-color: #c00;
    6.39 +	color: #fff;
    6.40 +}
    6.41 +
    6.42 +h1 { font-size: 2em; }
    6.43 +
    6.44 +h2 { font-size: 1.3em; }
    6.45 +
    6.46 +fieldset {
    6.47 +	border-width: 0;
    6.48 +	padding: 0;
    6.49 +	margin: 0;
    6.50 +}
    6.51 +
    6.52 +img.avatar { border: 1px solid #ddd; }
    6.53 +
    6.54 +.bozo { background-color: #eeee88; }
    6.55 +
    6.56 +.alt.bozo { background-color: #ffff99; }
    6.57 +
    6.58 +.deleted { background-color: #ee8888; }
    6.59 +
    6.60 +.alt.deleted { background-color: #ff9999; }
    6.61 +
    6.62 +/* Structure
    6.63 +=================================== */
    6.64 +
    6.65 +#wrapper {
    6.66 +	border: none;
    6.67 +}
    6.68 +
    6.69 +#header {
    6.70 +	margin: 0;
    6.71 +	width: 100%;
    6.72 +	height: 40px;
    6.73 +	position: relative;
    6.74 +	background: #351a0a;
    6.75 +}
    6.76 +
    6.77 +#header h1 {
    6.78 +	font-size: 20px;
    6.79 +	font-style: italic;
    6.80 +	position: absolute;
    6.81 +	display: block;
    6.82 +	color: #fff;
    6.83 +	left: 0px;
    6.84 +	top: 0px;
    6.85 +	bottom: 0;
    6.86 +	z-index: 2;
    6.87 +	background: url(images/logo.png) no-repeat left;
    6.88 +	padding: 12px 0 0 42px;
    6.89 +}
    6.90 +
    6.91 +#header p.description {
    6.92 +	font-size: 14px;
    6.93 +	font-style: italic;
    6.94 +	position: absolute;
    6.95 +	display: block;
    6.96 +	color: #999;
    6.97 +	text-align: right;
    6.98 +	left: 120px;
    6.99 +	top: 8px;
   6.100 +	padding: 6px;
   6.101 +	z-index: 2;
   6.102 +}
   6.103 +
   6.104 +#header p { margin-bottom: 0; }
   6.105 +
   6.106 +#header h1 a { color: #fff; text-decoration: none; }
   6.107 +#header h1 a:hover, #network a:hover { color: #d66018; }
   6.108 +
   6.109 +#header div.search {
   6.110 +	float: right;
   6.111 +	padding: 8px;
   6.112 +	background: #cc5b17;
   6.113 +	position: absolute;
   6.114 +	top: 90px;
   6.115 +	right: 20px;
   6.116 +	width: 210px;
   6.117 +	-moz-border-radius: 4px;
   6.118 +	-webkit-border-radius: 4px;
   6.119 +	border-radius: 4px;
   6.120 +}
   6.121 +
   6.122 +#header div.search input {
   6.123 +	border: 1px solid #999;
   6.124 +	background-color: #fdfdfd;
   6.125 +	padding: 2px;
   6.126 +	line-height: 14px;
   6.127 +	font-size: 12px;
   6.128 +	margin: 0;
   6.129 +	-moz-border-radius: 3px;
   6.130 +	-khtml-border-radius: 3px;
   6.131 +	-webkit-border-radius: 3px;
   6.132 +	border-radius: 3px;
   6.133 +}
   6.134 +
   6.135 +#header div.search input.submit {
   6.136 +	background-color: #ccc;
   6.137 +	line-height: 15px;
   6.138 +	-moz-border-radius: 4px;
   6.139 +	-khtml-border-radius: 4px;
   6.140 +	-webkit-border-radius: 4px;
   6.141 +	border-radius: 4px;
   6.142 +	padding: 2px 4px;
   6.143 +}
   6.144 +
   6.145 +#header div.search input.submit:hover {
   6.146 +	background-color: #ddd;
   6.147 +	color: rgb(0, 100, 0);
   6.148 +}
   6.149 +
   6.150 +#header div.search input.submit:active {
   6.151 +	border-color: rgb(0, 100, 0);
   6.152 +}
   6.153 +
   6.154 +#network { 
   6.155 +	float: right; 
   6.156 +	padding: 10px 5px 0; 
   6.157 +	font-size: 12px;
   6.158 +}
   6.159 +#network a { padding: 0 6px; color: #fff; font-weight: bold; text-decoration: none;}
   6.160 +#network img, .infobox img { vertical-align: middle; border: 0pt none; }
   6.161 +
   6.162 +#block { 
   6.163 +	min-height: 120px; 
   6.164 +	background: #d66018; 
   6.165 +	padding: 20px 12% 0;
   6.166 +	text-align: center;
   6.167 +	color: #333;
   6.168 +	border-bottom: 1px solid #f5f5f5;
   6.169 +}
   6.170 +
   6.171 +#block a { 
   6.172 +	color: #fff;
   6.173 +	text-decoration: none;
   6.174 +}
   6.175 +
   6.176 +#block a:hover { 
   6.177 +	text-decoration: underline;
   6.178 +}
   6.179 +
   6.180 +#main {
   6.181 +	margin: 60px 0;
   6.182 +	padding: 0px 80px 40px 80px;
   6.183 +	position: relative;
   6.184 +}
   6.185 +
   6.186 +.bbcrumb {
   6.187 +	text-transform: uppercase;
   6.188 +	font-size: 0.9em;
   6.189 +	letter-spacing: 1px;
   6.190 +	padding: 5px 0 20px;
   6.191 +	font-weight: bold;
   6.192 +}
   6.193 +
   6.194 +#footer {
   6.195 +	background: #f1f1f1;
   6.196 +	text-align: center;
   6.197 +	border-top: 1px solid #ddd;
   6.198 +	padding: 40px;
   6.199 +	color: #666;
   6.200 +	margin: 0;
   6.201 +	clear: both;
   6.202 +}
   6.203 +
   6.204 +#footer p.showoff {
   6.205 +	color: #888;
   6.206 +}
   6.207 +
   6.208 +#footer a { color: #666; padding: 0 2px; text-decoration: underline; }
   6.209 +#footer a:hover { text-decoration: none; }
   6.210 +
   6.211 +.notice {
   6.212 +	border: 1px solid #4c9545;
   6.213 +	background-color: #abd8a2;
   6.214 +	color: #4c9545;
   6.215 +	font-size: 1.1em;
   6.216 +	font-weight: bold;
   6.217 +	padding: 10px 15px;
   6.218 +	margin: 0 0 1.1em;
   6.219 +}
   6.220 +
   6.221 +.notice.error {
   6.222 +	border-color: #852424;
   6.223 +	background-color: #ca8a8a;
   6.224 +	color: #5d2424;
   6.225 +}
   6.226 +
   6.227 +.notice p { margin-bottom: 0; }
   6.228 +
   6.229 +/* Login Form
   6.230 +=================================== */
   6.231 +
   6.232 +.login {
   6.233 +	position: absolute;
   6.234 +	top: 196px;
   6.235 +	right: 80px;
   6.236 +	color: #444;
   6.237 +	z-index: 1;
   6.238 +	font-size: 12px;
   6.239 +	
   6.240 +	padding: 2px;
   6.241 +}
   6.242 +
   6.243 +form.login {
   6.244 +	bottom: 15px;
   6.245 +}
   6.246 +
   6.247 +.login p { 
   6.248 +	padding: 0px; 
   6.249 +	border-bottom: 0px solid #999; }
   6.250 +
   6.251 +.login label {
   6.252 +	display: block;
   6.253 +	float: left;
   6.254 +	padding-right: 10px;
   6.255 +	line-height: 14px;
   6.256 +}
   6.257 +
   6.258 +form.login input {
   6.259 +	border: 1px solid #999;
   6.260 +	padding: 2px;
   6.261 +	line-height: 14px;
   6.262 +	font-size: 12px;
   6.263 +	margin: 0;
   6.264 +	-moz-border-radius: 3px;
   6.265 +	-khtml-border-radius: 3px;
   6.266 +	-webkit-border-radius: 3px;
   6.267 +	border-radius: 3px;
   6.268 +}
   6.269 +
   6.270 +form.login input.submit {
   6.271 +	background-color: #ccc;
   6.272 +	float: left;
   6.273 +	margin-top: 14px;
   6.274 +	margin-bottom: -10px;
   6.275 +	display: block;
   6.276 +	line-height: 15px;
   6.277 +	-moz-border-radius: 4px;
   6.278 +	-khtml-border-radius: 4px;
   6.279 +	-webkit-border-radius: 4px;
   6.280 +	border-radius: 4px;
   6.281 +	padding: 2px 4px;
   6.282 +}
   6.283 +
   6.284 +form.login input.submit:hover {
   6.285 +	background-color: #ddd;
   6.286 +	color: rgb(0, 100, 0);
   6.287 +}
   6.288 +
   6.289 +form.login input.submit:active {
   6.290 +	border-color: rgb(0, 100, 0);
   6.291 +}
   6.292 +
   6.293 +div.remember label {
   6.294 +	clear: both;
   6.295 +	padding: 0;
   6.296 +	margin: 6px 0 0 0;
   6.297 +	line-height: 12px;
   6.298 +}
   6.299 +
   6.300 +form.login input#remember {
   6.301 +	border-width: 0;
   6.302 +	padding: 0;
   6.303 +	margin: 0;
   6.304 +	vertical-align: baseline;
   6.305 +}
   6.306 +
   6.307 +/* Front Page
   6.308 +=================================== */
   6.309 +
   6.310 +#front-page #hottags {
   6.311 +	position: absolute;
   6.312 +	top: -46px;
   6.313 +	left: 80px;
   6.314 +	width: 48%;
   6.315 +	overflow: hidden;
   6.316 +	height: 100px;
   6.317 +}
   6.318 +
   6.319 +#front-page #discussions {
   6.320 +	padding: 60px 0 0 0;
   6.321 +}
   6.322 +
   6.323 +.frontpageheatmap {
   6.324 +	font-weight: normal;
   6.325 +	line-height: 30px;
   6.326 +	padding-bottom: 10px;
   6.327 +}
   6.328 +
   6.329 +#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
   6.330 +	color: #555;
   6.331 +	border-bottom: 1px solid #ddd;
   6.332 +	margin: 0 0 10px;
   6.333 +	padding: 0 0 5px;
   6.334 +}
   6.335 +
   6.336 +#front-page #discussions ul { padding: 0 0 0 14px; }
   6.337 +
   6.338 +.sticky { background-color: #a1d29a; }
   6.339 +
   6.340 +/* Page navigation
   6.341 +=================================== */
   6.342 +
   6.343 +a.page-numbers,
   6.344 +span.page-numbers {
   6.345 +	border-right: 1px solid #bbbbbb;
   6.346 +	border-bottom: 1px solid #bbbbbb;
   6.347 +	padding: 4px 4px 2px 5px;
   6.348 +	margin-left: 5px;
   6.349 +	background-image: url('images/page-links-background.gif');
   6.350 +	background-repeat: no-repeat;
   6.351 +	background-position: 0 0;
   6.352 +}
   6.353 +
   6.354 +span.page-numbers.current {
   6.355 +	color: #ffffff;
   6.356 +	background-position: 0 -100px;
   6.357 +}
   6.358 +
   6.359 +#latest a.page-numbers {
   6.360 +	font-size: 0.8em;
   6.361 +	padding: 3px 3px 1px 4px;
   6.362 +	margin-left: 3px;
   6.363 +}
   6.364 +
   6.365 +a.prev.page-numbers,
   6.366 +a.next.page-numbers,
   6.367 +span.page-numbers.dots {
   6.368 +	border-width: 0;
   6.369 +	padding: 0 4px;
   6.370 +	background-image: none;
   6.371 +}
   6.372 +
   6.373 +span.page-numbers.dots {
   6.374 +	padding: 0;
   6.375 +}
   6.376 +
   6.377 +a.page-numbers:hover {
   6.378 +	background-position: 0 -100px;
   6.379 +}
   6.380 +
   6.381 +a.prev.page-numbers:hover,
   6.382 +a.next.page-numbers:hover {
   6.383 +	color: #006400;
   6.384 +}
   6.385 +
   6.386 +/* Topic Page
   6.387 +=================================== */
   6.388 +
   6.389 +.infobox {
   6.390 +	border: 1px solid #ccc;
   6.391 +	border-width: 1px 0;
   6.392 +	padding: 1em 0;
   6.393 +}
   6.394 +
   6.395 +.infobox ul {
   6.396 +	margin: 10px 0 10px 20px;
   6.397 +	padding: 0;
   6.398 +	list-style-type: disc;
   6.399 +}
   6.400 +
   6.401 +.infobox ul li { padding-bottom: 3px; }
   6.402 +
   6.403 +#topic-info {
   6.404 +	float: left;
   6.405 +	padding: 0 1em 0 0;
   6.406 +}
   6.407 +
   6.408 +#topic-tags {
   6.409 +	border-left: 1px solid #ccc;
   6.410 +	float: right;
   6.411 +	padding: 0 0 0 1em;
   6.412 +}
   6.413 +
   6.414 +#tag-form p {
   6.415 +	margin-bottom: 0;
   6.416 +}
   6.417 +
   6.418 +input#tag {
   6.419 +	border: 1px solid #999;
   6.420 +	padding: 2px;
   6.421 +	line-height: 14px;
   6.422 +	font-size: 12px;
   6.423 +	margin: 0;
   6.424 +	-moz-border-radius: 3px;
   6.425 +	-khtml-border-radius: 3px;
   6.426 +	-webkit-border-radius: 3px;
   6.427 +	border-radius: 3px;
   6.428 +}
   6.429 +
   6.430 +input#tagformsub {
   6.431 +	border: 1px solid #999;
   6.432 +	line-height: 14px;
   6.433 +	font-size: 12px;
   6.434 +	margin: 0;
   6.435 +	line-height: 15px;
   6.436 +	-moz-border-radius: 4px;
   6.437 +	-khtml-border-radius: 4px;
   6.438 +	-webkit-border-radius: 4px;
   6.439 +	border-radius: 4px;
   6.440 +	padding: 2px 4px;
   6.441 +}
   6.442 +
   6.443 +input#tagformsub:hover {
   6.444 +	background-color: #ddd;
   6.445 +	color: rgb(0, 100, 0);
   6.446 +}
   6.447 +
   6.448 +input#tagformsub:active {
   6.449 +	border-color: rgb(0, 100, 0);
   6.450 +}
   6.451 +
   6.452 +.nav {
   6.453 +	margin: 15px 0;
   6.454 +	padding: 12px 0;
   6.455 +	text-align: center;
   6.456 +}
   6.457 +
   6.458 +#thread {
   6.459 +	list-style: none;
   6.460 +	margin: 2em 0 0 0;
   6.461 +	padding: 0;
   6.462 +}
   6.463 +
   6.464 +#thread li {
   6.465 +	line-height: 1.5em;
   6.466 +	clear: both;
   6.467 +	/* Hack to force padding on .threadauthor on IE */
   6.468 +	border-top: 1px solid #fff;
   6.469 +}
   6.470 +
   6.471 +#thread li ol, #thread li ul { margin-left: 40px; }
   6.472 +
   6.473 +#thread li ol li, #thread li ul li { padding: 0; }
   6.474 +
   6.475 +.threadauthor {
   6.476 +	float: left;
   6.477 +	padding: 1em 1em 0 1em;
   6.478 +	width: 120px;
   6.479 +}
   6.480 +
   6.481 +.threadauthor p { margin: 0; }
   6.482 +
   6.483 +.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }
   6.484 +
   6.485 +.threadpost {
   6.486 +	padding: 1.5em 1em;
   6.487 +	margin-left: 140px;
   6.488 +	background-color: #eee;
   6.489 +	-moz-border-radius: 6px;
   6.490 +	-khtml-border-radius: 6px;
   6.491 +	-webkit-border-radius: 6px;
   6.492 +	border-radius: 6px;
   6.493 +}
   6.494 +
   6.495 +#thread li.alt .threadpost { background-color: transparent; }
   6.496 +
   6.497 +#thread li.deleted { background-color: transparent; }
   6.498 +
   6.499 +#thread li.deleted .threadpost { background-color: #ee8888; }
   6.500 +
   6.501 +#thread li.alt.deleted .threadpost { background-color: #ff9999; }
   6.502 +
   6.503 +#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
   6.504 +#thread li.deleted .post-undelete-link { display: inline; }
   6.505 +
   6.506 +#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
   6.507 +#thread li.deleted span.before-post-undelete-link { display: inline; }
   6.508 +#thread li.deleted div.before-post-undelete-link { display: block; }
   6.509 +#thread li.deleted li.before-post-undelete-link { display: block; }
   6.510 +
   6.511 +#thread li.pingback {
   6.512 +	margin-left: 140px;
   6.513 +	margin-top: 2px;
   6.514 +	margin-bottom: 2px;
   6.515 +	background-color: #e4f3e1;
   6.516 +	-moz-border-radius: 6px;
   6.517 +	-khtml-border-radius: 6px;
   6.518 +	-webkit-border-radius: 6px;
   6.519 +	border-radius: 6px;
   6.520 +	border: 0.2em solid #e4f3e1;
   6.521 +}
   6.522 +
   6.523 +#thread li.pingback.alt {
   6.524 +	background-color: #fff;
   6.525 +}
   6.526 +
   6.527 +#thread li.pingback .threadpost {
   6.528 +	background-color: #e4f3e1;
   6.529 +}
   6.530 +
   6.531 +#thread li.pingback.alt .threadpost {
   6.532 +	background-color: #fff;
   6.533 +}
   6.534 +
   6.535 +#thread li.pingback .threadauthor {
   6.536 +	float: none;
   6.537 +	padding: 0.9em 0.9em 0;
   6.538 +	width: auto;
   6.539 +}
   6.540 +
   6.541 +#thread li.pingback .threadauthor strong {
   6.542 +	font-weight: normal;
   6.543 +}
   6.544 +
   6.545 +#thread li.pingback .threadauthor small {
   6.546 +	color: #333;
   6.547 +}
   6.548 +
   6.549 +#thread li.pingback .threadpost {
   6.550 +	margin-left: 0;
   6.551 +	padding: 0.5em 0.9em 1.5em;
   6.552 +}
   6.553 +
   6.554 +#thread li.pingback .post {
   6.555 +	font-style: italic;
   6.556 +	color: #333;
   6.557 +	margin: 0 0 0 2.4em;
   6.558 +	padding: 0 0 0 0.8em;
   6.559 +	border-left: 3px dotted #ccc;
   6.560 +}
   6.561 +
   6.562 +#thread .post {
   6.563 +	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
   6.564 +}
   6.565 +
   6.566 +#thread .post blockquote {
   6.567 +	margin: 0 0 0 2.4em;
   6.568 +	padding: 0 0 0 0.8em;
   6.569 +	border-left: 3px solid #ccc;
   6.570 +}
   6.571 +
   6.572 +#thread .post li { clear:none; }
   6.573 +
   6.574 +.poststuff {
   6.575 +	clear:both;
   6.576 +	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
   6.577 +	border-top: 1px dotted #ccc;
   6.578 +	margin: 10px 0 0;
   6.579 +	padding: 5px 0 0;
   6.580 +	font: 10px Verdana, Arial, Helvetica, sans-serif;
   6.581 +	text-transform: uppercase;
   6.582 +}
   6.583 +
   6.584 +.num, #forumlist small {
   6.585 +	font: 11px Verdana,Arial,Helvetica,sans-serif;
   6.586 +	text-align: center;
   6.587 +	white-space: nowrap;
   6.588 +}
   6.589 +
   6.590 +h2.post-form {
   6.591 +	border-bottom-width: 0;
   6.592 +	margin-bottom: 2px;
   6.593 +}
   6.594 +
   6.595 +.postform {
   6.596 +	background-color: #f0f0f0;
   6.597 +	padding: 1em;
   6.598 +	margin-bottom: 1em;
   6.599 +	-moz-border-radius: 6px;
   6.600 +	-khtml-border-radius: 6px;
   6.601 +	-webkit-border-radius: 6px;
   6.602 +	border-radius: 6px;
   6.603 +}
   6.604 +
   6.605 +.postform textarea {
   6.606 +	height: 12em;
   6.607 +	margin: 5px 0;
   6.608 +	padding: 5px;
   6.609 +	width: 724px;
   6.610 +	max-width: 724px;
   6.611 +	border: 1px solid #ccc;
   6.612 +	display: block;
   6.613 +	-moz-border-radius: 3px;
   6.614 +	-khtml-border-radius: 3px;
   6.615 +	-webkit-border-radius: 3px;
   6.616 +	border-radius: 3px;
   6.617 +}
   6.618 +
   6.619 +.postform label { display: block; }
   6.620 +
   6.621 +.postform #topic,
   6.622 +.postform #tags-input {
   6.623 +	margin: 5px 0;
   6.624 +	padding: 5px;
   6.625 +	width: 724px;
   6.626 +	border: 1px solid #ccc;
   6.627 +	display: block;
   6.628 +	-moz-border-radius: 3px;
   6.629 +	-khtml-border-radius: 3px;
   6.630 +	-webkit-border-radius: 3px;
   6.631 +	border-radius: 3px;
   6.632 +}
   6.633 +
   6.634 +.postform p#post-form-forum-container label span {
   6.635 +	font-weight: bold;
   6.636 +	font-style: italic;
   6.637 +}
   6.638 +
   6.639 +#manage-tags {
   6.640 +	margin: 10px 0;
   6.641 +	list-style: none;
   6.642 +}
   6.643 +
   6.644 +#manage-tags li {
   6.645 +	float: left;
   6.646 +	width: 200px;
   6.647 +	padding-bottom: 10px;
   6.648 +}
   6.649 +
   6.650 +p.submit { text-align: right; }
   6.651 +
   6.652 +p.allowed { margin-bottom: 0; }
   6.653 +
   6.654 +.topiclink { display: block; }
   6.655 +
   6.656 +.topictitle {
   6.657 +	font-size: 26px;
   6.658 +	font-weight: normal;
   6.659 +	display: inline;
   6.660 +}
   6.661 +
   6.662 +p.rss-link {
   6.663 +	text-align: right;
   6.664 +}
   6.665 +
   6.666 +a.rss-link {
   6.667 +	padding: 6px 0 6px 20px;
   6.668 +	background-image: url('images/feed-icon-16x16.gif');
   6.669 +	background-repeat: no-repeat;
   6.670 +	background-position: 0 50%;
   6.671 +}
   6.672 +
   6.673 +#topic-move,
   6.674 +#topic-move fieldset,
   6.675 +#topic-move fieldset div {
   6.676 +	display: inline;
   6.677 +}
   6.678 +
   6.679 +#topic-move input {
   6.680 +	font-family: inherit;
   6.681 +	background: none;
   6.682 +	border: none;
   6.683 +	cursor: pointer;
   6.684 +	color: #2e6e15;
   6.685 +	font-size: 1em;
   6.686 +}
   6.687 +
   6.688 +#topic-move input:hover { color: #006400; }
   6.689 +
   6.690 +/* Other
   6.691 +=================================== */
   6.692 +
   6.693 +#content .frontpageheatmap a {
   6.694 +	font-weight: normal;
   6.695 +	text-decoration: none;
   6.696 +}
   6.697 +
   6.698 +#content .infobox li { margin-bottom: 2px; }
   6.699 +
   6.700 +#content .nav a {
   6.701 +	border: 1px solid #ccc;
   6.702 +	font-weight: normal;
   6.703 +}
   6.704 +#content .nav a:hover {
   6.705 +	border: 1px solid #999;
   6.706 +}
   6.707 +#content a:visited {
   6.708 +	font-weight: normal;
   6.709 +}
   6.710 +
   6.711 +#front-search {
   6.712 +	float: right;
   6.713 +	margin-top: -8px;
   6.714 +}
   6.715 +
   6.716 +#latest td, #forumlist td, #favorites td { padding: 5px 10px; }
   6.717 +
   6.718 +#forumlist tr td div.nest {
   6.719 +	padding-left: 2.5ex;
   6.720 +}
   6.721 +
   6.722 +#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }
   6.723 +
   6.724 +#latest th, #forumlist th, #favorites th {
   6.725 +	text-align: left;
   6.726 +	background-color: rgb(102, 102, 102);
   6.727 +	font: 11px Verdana,Arial,Helvetica,sans-serif;
   6.728 +	font-weight: normal;
   6.729 +	padding: 5px 9px;
   6.730 +	color: rgb(255, 255, 255);
   6.731 +}
   6.732 +
   6.733 +#latest th a, #forumlist th a, #favorites th a {
   6.734 +	color: rgb(200, 200, 200);
   6.735 +	font-style: italic;
   6.736 +}
   6.737 +
   6.738 +#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
   6.739 +	color: rgb(255, 255, 255);
   6.740 +}
   6.741 +
   6.742 +tr.bb-category td {
   6.743 +	background-color: #ddd;
   6.744 +}
   6.745 +
   6.746 +#latest, #forumlist, #favorites {
   6.747 +	background-color: #f7f7f7;
   6.748 +	margin-bottom: 3em;
   6.749 +	width: 100%;
   6.750 +}
   6.751 +
   6.752 +#latest, #forumlist {
   6.753 +	margin-top: -0.9em;
   6.754 +}
   6.755 +
   6.756 +#discussions .nav {
   6.757 +	margin-top: -2em;
   6.758 +	margin-bottom: 1em;
   6.759 +}
   6.760 +
   6.761 +/* Profile Page
   6.762 +=================================== */
   6.763 +
   6.764 +#profile-menu {
   6.765 +	list-style: none;
   6.766 +	position: absolute;
   6.767 +	right: 40px;
   6.768 +	top: -83px;
   6.769 +}
   6.770 +
   6.771 +#profile-menu li {
   6.772 +	display: inline;
   6.773 +}
   6.774 +
   6.775 +#profile-menu li a, .login a {
   6.776 +	padding: 4px 6px;
   6.777 +}
   6.778 +
   6.779 +#profile-menu li.current a {
   6.780 +	background-color: #fff;
   6.781 +}
   6.782 +
   6.783 +#profile-menu li a:hover, .login a:hover {
   6.784 +	background-color: #fff;
   6.785 +}
   6.786 +
   6.787 +#useravatar { margin-bottom: 1em; }
   6.788 +
   6.789 +#useravatar img { display: block; border-width: 3px; border-style: double; }
   6.790 +
   6.791 +#userinfo { margin-top: 10px; }
   6.792 +
   6.793 +#userinfo dt { font-weight: bold; }
   6.794 +
   6.795 +#userinfo dd { margin: 0 0 5px; } 
   6.796 +
   6.797 +#useractivity { margin: 15px 0 5px; }
   6.798 +
   6.799 +.user-recent { margin: 0 0 10px; }
   6.800 +
   6.801 +.user-recent ol { margin: 5px 0 0 28px; }
   6.802 +
   6.803 +.user-recent ol li { margin: 0 0 3px; }
   6.804 +
   6.805 +/* Search
   6.806 +=================================== */
   6.807 +
   6.808 +#topic-search-form fieldset {
   6.809 +	border-top: 3px double #ccc;
   6.810 +	border-bottom: 1px solid #ccc;
   6.811 +	border-left: none;
   6.812 +	border-right: none;
   6.813 +	padding: 10px 0 10px 10px;
   6.814 +	margin-bottom: 15px;
   6.815 +	background-color: #f6f6f6;
   6.816 +}
   6.817 +
   6.818 +#topic-search-form div {
   6.819 +	clear: both;
   6.820 +}
   6.821 +
   6.822 +#topic-search-form div label {
   6.823 +	display: block;
   6.824 +	float: left;
   6.825 +	padding: 5px;
   6.826 +	text-align: right;
   6.827 +	width: 20%;
   6.828 +	vertical-align: top;
   6.829 +	padding-right: 1em;
   6.830 +	font-weight: bold;
   6.831 +}
   6.832 +
   6.833 +#topic-search-form div div {
   6.834 +	display: block;
   6.835 +	float: left;
   6.836 +	clear: none;
   6.837 +	padding: 5px;
   6.838 +}
   6.839 +
   6.840 +#topic-search-form div div input {
   6.841 +	width: 280px;
   6.842 +	border: 1px solid #ccc;
   6.843 +	padding: 2px;
   6.844 +	line-height: 14px;
   6.845 +	font-size: 12px;
   6.846 +	margin: 0;
   6.847 +	-moz-border-radius: 3px;
   6.848 +	-khtml-border-radius: 3px;
   6.849 +	-webkit-border-radius: 3px;
   6.850 +	border-radius: 3px;
   6.851 +}
   6.852 +
   6.853 +#search-for { margin: 15px 0 5px; }
   6.854 +
   6.855 +.search-results { margin: 0 0 10px; }
   6.856 +
   6.857 +.search-results ol { margin: 5px 0 0 28px; }
   6.858 +
   6.859 +.search-results ol li { margin: 0 0 3px; }
   6.860 +
   6.861 +/* Login, Register, Profile Edit
   6.862 +=================================== */
   6.863 +
   6.864 +#login-page fieldset,
   6.865 +#register-page fieldset,
   6.866 +#profile-page fieldset {
   6.867 +	border-top: 3px double #ccc;
   6.868 +	border-bottom: 1px solid #ccc;
   6.869 +	border-left: none;
   6.870 +	border-right: none;
   6.871 +	padding: 10px 0 10px 10px;
   6.872 +	margin-bottom: 15px;
   6.873 +	background-color: #f6f6f6;
   6.874 +}
   6.875 +
   6.876 +#login-page legend,
   6.877 +#register-page legend,
   6.878 +#profile-page legend {
   6.879 +	font-weight: bold;
   6.880 +	padding: 0 15px;
   6.881 +}
   6.882 +
   6.883 +#login-page fieldset table,
   6.884 +#register-page fieldset table,
   6.885 +#profile-page fieldset table {
   6.886 +	text-align: left;
   6.887 +	margin: 0 15px;
   6.888 +	width: 95%;
   6.889 +	border-collapse: collapse;
   6.890 +}
   6.891 +
   6.892 +#login-page fieldset table th,
   6.893 +#register-page fieldset table th,
   6.894 +#profile-page fieldset table th {
   6.895 +	padding: 5px;
   6.896 +	text-align: right;
   6.897 +	width: 20%;
   6.898 +	vertical-align: top;
   6.899 +	padding-right: 1em;
   6.900 +}
   6.901 +
   6.902 +#login-page fieldset table tr.error th em,
   6.903 +#register-page fieldset table tr.error th em,
   6.904 +#profile-page fieldset table tr.error th em {
   6.905 +	position: absolute;
   6.906 +	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
   6.907 +	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
   6.908 +	margin-left: 1em; /* th:padding-right = 1em */
   6.909 +	color: red;
   6.910 +	font-style: normal;
   6.911 +}
   6.912 +
   6.913 +#login-page fieldset table td,
   6.914 +#register-page fieldset table td,
   6.915 +#profile-page fieldset table td {
   6.916 +	padding: 5px;
   6.917 +}
   6.918 +
   6.919 +#login-page fieldset table td p,
   6.920 +#register-page fieldset table td p,
   6.921 +#profile-page fieldset table td p{
   6.922 +	margin: 5px 0;
   6.923 +}
   6.924 +
   6.925 +#login-page fieldset input[type=text],
   6.926 +#register-page fieldset input[type=text],
   6.927 +#profile-page fieldset input[type=text],
   6.928 +#login-page fieldset input[type=password],
   6.929 +#profile-page fieldset input[type=password] {
   6.930 +	width: 280px;
   6.931 +	border: 1px solid #ccc;
   6.932 +	padding: 2px;
   6.933 +	line-height: 14px;
   6.934 +	font-size: 12px;
   6.935 +	margin: 0;
   6.936 +	-moz-border-radius: 3px;
   6.937 +	-khtml-border-radius: 3px;
   6.938 +	-webkit-border-radius: 3px;
   6.939 +	border-radius: 3px;
   6.940 +}
   6.941 +
   6.942 +#login-page fieldset p,
   6.943 +#register-page fieldset p,
   6.944 +#profile-page fieldset p {
   6.945 +	font-size: 11px;
   6.946 +	margin: 10px 16px;
   6.947 +}
   6.948 +
   6.949 +#login-page tr.form-required label:before,
   6.950 +#register-page tr.form-required label:before,
   6.951 +#profile-page tr.form-required label:before,
   6.952 +p.required-message:before {
   6.953 +	content: ' * ';
   6.954 +	color: red;
   6.955 +	vertical-align: 10%;
   6.956 +}
   6.957 +
   6.958 +.form-invalid {
   6.959 +	background-color: #ffebe8 !important;
   6.960 +}
   6.961 +
   6.962 +.form-invalid input {
   6.963 +	padding: 1px;
   6.964 +	border: 1px solid #c00 !important;
   6.965 +}
   6.966 +
   6.967 +.hidden {
   6.968 +	display: none;
   6.969 +}
   6.970 +
   6.971 +#pass-strength-result {
   6.972 +	padding: 2px;
   6.973 +	text-align: center;
   6.974 +	width: 280px;
   6.975 +	border: 1px solid #ccc;
   6.976 +	background-color: #e3e3e3;
   6.977 +	-moz-border-radius: 3px;
   6.978 +	-khtml-border-radius: 3px;
   6.979 +	-webkit-border-radius: 3px;
   6.980 +	border-radius: 3px;
   6.981 +}
   6.982 +
   6.983 +#pass-strength-result.bad {
   6.984 +	background-color: #ffeff7;
   6.985 +	border-color: #c69;
   6.986 +}
   6.987 +
   6.988 +#pass-strength-result.good {
   6.989 +	background-color: #effff4;
   6.990 +	border-color: #66cc87;
   6.991 +}
   6.992 +
   6.993 +#pass-strength-result.short {
   6.994 +	background-color: #e3e3e3;
   6.995 +}
   6.996 +
   6.997 +#pass-strength-result.strong {
   6.998 +	background-color: #59ef86;
   6.999 +	border-color: #319f52;
  6.1000 +}
  6.1001 +
  6.1002 +p.submit input {
  6.1003 +	background-color: #ccc;
  6.1004 +	border: 1px solid #999;
  6.1005 +	padding: 2px 4px;
  6.1006 +	line-height: 14px;
  6.1007 +	font-size: 12px;
  6.1008 +	margin: 0;
  6.1009 +	line-height: 15px;
  6.1010 +	-moz-border-radius: 4px;
  6.1011 +	-khtml-border-radius: 4px;
  6.1012 +	-webkit-border-radius: 4px;
  6.1013 +	border-radius: 4px;
  6.1014 +}
  6.1015 +
  6.1016 +p.submit input:hover {
  6.1017 +	background-color: #ddd;
  6.1018 +	color: rgb(0, 100, 0);
  6.1019 +}
  6.1020 +
  6.1021 +p.submit input:active {
  6.1022 +	border-color: rgb(0, 100, 0);
  6.1023 +}
     7.1 --- a/forum/mysql/init-db.sql	Sun Apr 03 04:11:27 2011 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,9 +0,0 @@
     7.4 ---- Create DB and DB User for slitaz forum
     7.5 ----
     7.6 -
     7.7 -USE Mysql;
     7.8 -CREATE DATABASE slitaz_forum;
     7.9 -
    7.10 -GRANT ALL PRIVILEGES ON slitaz_forum.* TO slitaz IDENTIFIED BY 'slitaz';
    7.11 -
    7.12 -
     8.1 --- a/forum/mysql/vanilla-2.0.16.sql	Sun Apr 03 04:11:27 2011 +0000
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,1830 +0,0 @@
     8.4 --- MySQL dump 10.11
     8.5 ---
     8.6 --- Host: localhost    Database: slitaz_forum
     8.7 --- ------------------------------------------------------
     8.8 --- Server version	5.0.32-Debian_7etch12-log
     8.9 -
    8.10 -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    8.11 -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    8.12 -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    8.13 -/*!40101 SET NAMES utf8 */;
    8.14 -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
    8.15 -/*!40103 SET TIME_ZONE='+00:00' */;
    8.16 -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
    8.17 -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
    8.18 -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
    8.19 -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
    8.20 -
    8.21 ---
    8.22 --- Table structure for table `GDN_Activity`
    8.23 ---
    8.24 -
    8.25 -DROP TABLE IF EXISTS `GDN_Activity`;
    8.26 -CREATE TABLE `GDN_Activity` (
    8.27 -  `ActivityID` int(11) NOT NULL auto_increment,
    8.28 -  `CommentActivityID` int(11) default NULL,
    8.29 -  `ActivityTypeID` int(11) NOT NULL,
    8.30 -  `ActivityUserID` int(11) default NULL,
    8.31 -  `RegardingUserID` int(11) default NULL,
    8.32 -  `Story` text collate utf8_unicode_ci,
    8.33 -  `Route` varchar(255) collate utf8_unicode_ci default NULL,
    8.34 -  `CountComments` int(11) NOT NULL default '0',
    8.35 -  `InsertUserID` int(11) default NULL,
    8.36 -  `DateInserted` datetime NOT NULL,
    8.37 -  PRIMARY KEY  (`ActivityID`),
    8.38 -  KEY `FK_Activity_CommentActivityID` (`CommentActivityID`),
    8.39 -  KEY `FK_Activity_ActivityUserID` (`ActivityUserID`),
    8.40 -  KEY `FK_Activity_InsertUserID` (`InsertUserID`)
    8.41 -) ENGINE=MyISAM AUTO_INCREMENT=11612 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    8.42 -
    8.43 ---
    8.44 --- Table structure for table `GDN_ActivityType`
    8.45 ---
    8.46 -
    8.47 -DROP TABLE IF EXISTS `GDN_ActivityType`;
    8.48 -CREATE TABLE `GDN_ActivityType` (
    8.49 -  `ActivityTypeID` int(11) NOT NULL auto_increment,
    8.50 -  `Name` varchar(20) collate utf8_unicode_ci NOT NULL,
    8.51 -  `AllowComments` tinyint(1) NOT NULL default '0',
    8.52 -  `ShowIcon` tinyint(1) NOT NULL default '0',
    8.53 -  `ProfileHeadline` varchar(255) collate utf8_unicode_ci NOT NULL,
    8.54 -  `FullHeadline` varchar(255) collate utf8_unicode_ci NOT NULL,
    8.55 -  `RouteCode` varchar(255) collate utf8_unicode_ci default NULL,
    8.56 -  `Notify` tinyint(1) NOT NULL default '0',
    8.57 -  `Public` tinyint(1) NOT NULL default '1',
    8.58 -  PRIMARY KEY  (`ActivityTypeID`)
    8.59 -) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    8.60 -
    8.61 ---
    8.62 --- Table structure for table `GDN_Category`
    8.63 ---
    8.64 -
    8.65 -DROP TABLE IF EXISTS `GDN_Category`;
    8.66 -CREATE TABLE `GDN_Category` (
    8.67 -  `CategoryID` int(11) NOT NULL auto_increment,
    8.68 -  `ParentCategoryID` int(11) default NULL,
    8.69 -  `CountDiscussions` int(11) NOT NULL default '0',
    8.70 -  `AllowDiscussions` tinyint(4) NOT NULL default '1',
    8.71 -  `Name` varchar(30) collate utf8_unicode_ci NOT NULL,
    8.72 -  `Description` varchar(250) collate utf8_unicode_ci default NULL,
    8.73 -  `Sort` int(11) default NULL,
    8.74 -  `InsertUserID` int(11) NOT NULL,
    8.75 -  `UpdateUserID` int(11) default NULL,
    8.76 -  `DateInserted` datetime NOT NULL,
    8.77 -  `DateUpdated` datetime NOT NULL,
    8.78 -  `UrlCode` varchar(30) collate utf8_unicode_ci default NULL,
    8.79 -  PRIMARY KEY  (`CategoryID`),
    8.80 -  KEY `FK_Category_InsertUserID` (`InsertUserID`)
    8.81 -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    8.82 -
    8.83 ---
    8.84 --- Table structure for table `GDN_Comment`
    8.85 ---
    8.86 -
    8.87 -DROP TABLE IF EXISTS `GDN_Comment`;
    8.88 -CREATE TABLE `GDN_Comment` (
    8.89 -  `CommentID` int(11) NOT NULL auto_increment,
    8.90 -  `DiscussionID` int(11) NOT NULL,
    8.91 -  `InsertUserID` int(11) default NULL,
    8.92 -  `UpdateUserID` int(11) default NULL,
    8.93 -  `DeleteUserID` int(11) default NULL,
    8.94 -  `Body` text collate utf8_unicode_ci NOT NULL,
    8.95 -  `Format` varchar(20) collate utf8_unicode_ci default NULL,
    8.96 -  `DateInserted` datetime default NULL,
    8.97 -  `DateDeleted` datetime default NULL,
    8.98 -  `DateUpdated` datetime default NULL,
    8.99 -  `Flag` tinyint(4) NOT NULL default '0',
   8.100 -  `ReplyCommentID` int(11) default NULL,
   8.101 -  `CountReplies` int(11) NOT NULL default '0',
   8.102 -  `Score` float default NULL,
   8.103 -  `Attributes` text collate utf8_unicode_ci,
   8.104 -  PRIMARY KEY  (`CommentID`),
   8.105 -  KEY `FK_Comment_DiscussionID` (`DiscussionID`),
   8.106 -  KEY `FK_Comment_InsertUserID` (`InsertUserID`),
   8.107 -  KEY `FK_Comment_ReplyCommentID` (`ReplyCommentID`),
   8.108 -  KEY `FK_Comment_DateInserted` (`DateInserted`),
   8.109 -  FULLTEXT KEY `TX_Comment` (`Body`)
   8.110 -) ENGINE=MyISAM AUTO_INCREMENT=10904 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.111 -
   8.112 ---
   8.113 --- Table structure for table `GDN_CommentWatch`
   8.114 ---
   8.115 -
   8.116 -DROP TABLE IF EXISTS `GDN_CommentWatch`;
   8.117 -CREATE TABLE `GDN_CommentWatch` (
   8.118 -  `UserID` int(11) NOT NULL,
   8.119 -  `CommentID` int(11) NOT NULL,
   8.120 -  `DateLastViewed` datetime NOT NULL,
   8.121 -  `CountReplies` int(11) NOT NULL default '0',
   8.122 -  PRIMARY KEY  (`UserID`,`CommentID`)
   8.123 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.124 -
   8.125 ---
   8.126 --- Table structure for table `GDN_Conversation`
   8.127 ---
   8.128 -
   8.129 -DROP TABLE IF EXISTS `GDN_Conversation`;
   8.130 -CREATE TABLE `GDN_Conversation` (
   8.131 -  `ConversationID` int(11) NOT NULL auto_increment,
   8.132 -  `Contributors` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.133 -  `FirstMessageID` int(11) default NULL,
   8.134 -  `InsertUserID` int(11) NOT NULL,
   8.135 -  `DateInserted` datetime default NULL,
   8.136 -  `UpdateUserID` int(11) NOT NULL,
   8.137 -  `DateUpdated` datetime NOT NULL,
   8.138 -  `CountMessages` int(11) NOT NULL,
   8.139 -  `LastMessageID` int(11) NOT NULL,
   8.140 -  PRIMARY KEY  (`ConversationID`),
   8.141 -  KEY `FK_Conversation_FirstMessageID` (`FirstMessageID`),
   8.142 -  KEY `FK_Conversation_InsertUserID` (`InsertUserID`),
   8.143 -  KEY `FK_Conversation_UpdateUserID` (`UpdateUserID`),
   8.144 -  KEY `FK_Conversation_DateInserted` (`DateInserted`)
   8.145 -) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.146 -
   8.147 ---
   8.148 --- Table structure for table `GDN_ConversationMessage`
   8.149 ---
   8.150 -
   8.151 -DROP TABLE IF EXISTS `GDN_ConversationMessage`;
   8.152 -CREATE TABLE `GDN_ConversationMessage` (
   8.153 -  `MessageID` int(11) NOT NULL auto_increment,
   8.154 -  `ConversationID` int(11) NOT NULL,
   8.155 -  `Body` text collate utf8_unicode_ci NOT NULL,
   8.156 -  `Format` varchar(20) collate utf8_unicode_ci default NULL,
   8.157 -  `InsertUserID` int(11) default NULL,
   8.158 -  `DateInserted` datetime NOT NULL,
   8.159 -  PRIMARY KEY  (`MessageID`),
   8.160 -  KEY `FK_ConversationMessage_InsertUserID` (`InsertUserID`),
   8.161 -  KEY `FK_ConversationMessage_DateInserted` (`DateInserted`),
   8.162 -  KEY `FK_ConversationMessage_ConversationID` (`ConversationID`)
   8.163 -) ENGINE=MyISAM AUTO_INCREMENT=96 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.164 -
   8.165 ---
   8.166 --- Table structure for table `GDN_Discussion`
   8.167 ---
   8.168 -
   8.169 -DROP TABLE IF EXISTS `GDN_Discussion`;
   8.170 -CREATE TABLE `GDN_Discussion` (
   8.171 -  `DiscussionID` int(11) NOT NULL auto_increment,
   8.172 -  `CategoryID` int(11) NOT NULL,
   8.173 -  `InsertUserID` int(11) NOT NULL,
   8.174 -  `UpdateUserID` int(11) NOT NULL,
   8.175 -  `LastCommentID` int(11) default NULL,
   8.176 -  `Name` varchar(100) collate utf8_unicode_ci NOT NULL,
   8.177 -  `CountComments` int(11) NOT NULL default '1',
   8.178 -  `CountBookmarks` int(11) default NULL,
   8.179 -  `CountViews` int(11) NOT NULL default '1',
   8.180 -  `Closed` tinyint(1) NOT NULL default '0',
   8.181 -  `Announce` tinyint(1) NOT NULL default '0',
   8.182 -  `Sink` tinyint(1) NOT NULL default '0',
   8.183 -  `DateInserted` datetime default NULL,
   8.184 -  `DateUpdated` datetime NOT NULL,
   8.185 -  `DateLastComment` datetime default NULL,
   8.186 -  `Attributes` text collate utf8_unicode_ci,
   8.187 -  `CountReplies` int(11) NOT NULL default '0',
   8.188 -  `Body` text collate utf8_unicode_ci NOT NULL,
   8.189 -  `Format` varchar(20) collate utf8_unicode_ci default NULL,
   8.190 -  `Tags` varchar(255) collate utf8_unicode_ci default NULL,
   8.191 -  `LastCommentUserID` int(11) default NULL,
   8.192 -  `Score` float default NULL,
   8.193 -  PRIMARY KEY  (`DiscussionID`),
   8.194 -  KEY `FK_Discussion_CategoryID` (`CategoryID`),
   8.195 -  KEY `FK_Discussion_InsertUserID` (`InsertUserID`),
   8.196 -  KEY `FK_Discussion_LastCommentID` (`LastCommentID`),
   8.197 -  KEY `IX_Discussion_DateLastComment` (`DateLastComment`),
   8.198 -  FULLTEXT KEY `TX_Discussion` (`Name`,`Body`)
   8.199 -) ENGINE=MyISAM AUTO_INCREMENT=2286 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.200 -
   8.201 ---
   8.202 --- Table structure for table `GDN_Draft`
   8.203 ---
   8.204 -
   8.205 -DROP TABLE IF EXISTS `GDN_Draft`;
   8.206 -CREATE TABLE `GDN_Draft` (
   8.207 -  `DraftID` int(11) NOT NULL auto_increment,
   8.208 -  `DiscussionID` int(11) default NULL,
   8.209 -  `CategoryID` int(11) default NULL,
   8.210 -  `InsertUserID` int(11) NOT NULL,
   8.211 -  `UpdateUserID` int(11) NOT NULL,
   8.212 -  `Name` varchar(100) collate utf8_unicode_ci default NULL,
   8.213 -  `Tags` varchar(255) collate utf8_unicode_ci default NULL,
   8.214 -  `Closed` tinyint(1) NOT NULL default '0',
   8.215 -  `Announce` tinyint(1) NOT NULL default '0',
   8.216 -  `Sink` tinyint(1) NOT NULL default '0',
   8.217 -  `Body` text collate utf8_unicode_ci NOT NULL,
   8.218 -  `Format` varchar(20) collate utf8_unicode_ci default NULL,
   8.219 -  `DateInserted` datetime NOT NULL,
   8.220 -  `DateUpdated` datetime default NULL,
   8.221 -  PRIMARY KEY  (`DraftID`),
   8.222 -  KEY `FK_Draft_DiscussionID` (`DiscussionID`),
   8.223 -  KEY `FK_Draft_CategoryID` (`CategoryID`),
   8.224 -  KEY `FK_Draft_InsertUserID` (`InsertUserID`)
   8.225 -) ENGINE=MyISAM AUTO_INCREMENT=9605 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.226 -
   8.227 ---
   8.228 --- Table structure for table `GDN_Invitation`
   8.229 ---
   8.230 -
   8.231 -DROP TABLE IF EXISTS `GDN_Invitation`;
   8.232 -CREATE TABLE `GDN_Invitation` (
   8.233 -  `InvitationID` int(11) NOT NULL auto_increment,
   8.234 -  `Email` varchar(200) collate utf8_unicode_ci NOT NULL,
   8.235 -  `Code` varchar(50) collate utf8_unicode_ci NOT NULL,
   8.236 -  `InsertUserID` int(11) default NULL,
   8.237 -  `DateInserted` datetime NOT NULL,
   8.238 -  `AcceptedUserID` int(11) default NULL,
   8.239 -  PRIMARY KEY  (`InvitationID`),
   8.240 -  KEY `FK_Invitation_InsertUserID` (`InsertUserID`)
   8.241 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.242 -
   8.243 ---
   8.244 --- Table structure for table `GDN_Media`
   8.245 ---
   8.246 -
   8.247 -DROP TABLE IF EXISTS `GDN_Media`;
   8.248 -CREATE TABLE `GDN_Media` (
   8.249 -  `MediaID` int(11) NOT NULL auto_increment,
   8.250 -  `Name` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.251 -  `Type` varchar(128) collate utf8_unicode_ci NOT NULL,
   8.252 -  `Size` int(11) NOT NULL,
   8.253 -  `StorageMethod` varchar(24) collate utf8_unicode_ci NOT NULL,
   8.254 -  `Path` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.255 -  `InsertUserID` int(11) NOT NULL,
   8.256 -  `DateInserted` datetime NOT NULL,
   8.257 -  `ForeignID` int(11) default NULL,
   8.258 -  `ForeignTable` varchar(24) collate utf8_unicode_ci default NULL,
   8.259 -  PRIMARY KEY  (`MediaID`)
   8.260 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.261 -
   8.262 ---
   8.263 --- Table structure for table `GDN_Message`
   8.264 ---
   8.265 -
   8.266 -DROP TABLE IF EXISTS `GDN_Message`;
   8.267 -CREATE TABLE `GDN_Message` (
   8.268 -  `MessageID` int(11) NOT NULL auto_increment,
   8.269 -  `Content` text collate utf8_unicode_ci NOT NULL,
   8.270 -  `Format` varchar(20) collate utf8_unicode_ci default NULL,
   8.271 -  `AllowDismiss` tinyint(1) NOT NULL default '1',
   8.272 -  `Enabled` tinyint(1) NOT NULL default '1',
   8.273 -  `Application` varchar(255) collate utf8_unicode_ci default NULL,
   8.274 -  `Controller` varchar(255) collate utf8_unicode_ci default NULL,
   8.275 -  `Method` varchar(255) collate utf8_unicode_ci default NULL,
   8.276 -  `AssetTarget` varchar(20) collate utf8_unicode_ci default NULL,
   8.277 -  `CssClass` varchar(20) collate utf8_unicode_ci default NULL,
   8.278 -  `Sort` int(11) default NULL,
   8.279 -  PRIMARY KEY  (`MessageID`)
   8.280 -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.281 -
   8.282 ---
   8.283 --- Table structure for table `GDN_Permission`
   8.284 ---
   8.285 -
   8.286 -DROP TABLE IF EXISTS `GDN_Permission`;
   8.287 -CREATE TABLE `GDN_Permission` (
   8.288 -  `PermissionID` int(11) NOT NULL auto_increment,
   8.289 -  `RoleID` int(11) NOT NULL default '0',
   8.290 -  `JunctionTable` varchar(100) collate utf8_unicode_ci default NULL,
   8.291 -  `JunctionColumn` varchar(100) collate utf8_unicode_ci default NULL,
   8.292 -  `JunctionID` int(11) default NULL,
   8.293 -  `Garden.Email.Manage` tinyint(4) NOT NULL default '0',
   8.294 -  `Garden.Settings.Manage` tinyint(4) NOT NULL default '0',
   8.295 -  `Garden.Routes.Manage` tinyint(4) NOT NULL default '0',
   8.296 -  `Garden.Messages.Manage` tinyint(4) NOT NULL default '0',
   8.297 -  `Garden.Applications.Manage` tinyint(4) NOT NULL default '0',
   8.298 -  `Garden.Plugins.Manage` tinyint(4) NOT NULL default '0',
   8.299 -  `Garden.Themes.Manage` tinyint(4) NOT NULL default '0',
   8.300 -  `Garden.SignIn.Allow` tinyint(4) NOT NULL default '0',
   8.301 -  `Garden.Registration.Manage` tinyint(4) NOT NULL default '0',
   8.302 -  `Garden.Applicants.Manage` tinyint(4) NOT NULL default '0',
   8.303 -  `Garden.Roles.Manage` tinyint(4) NOT NULL default '0',
   8.304 -  `Garden.Users.Add` tinyint(4) NOT NULL default '0',
   8.305 -  `Garden.Users.Edit` tinyint(4) NOT NULL default '0',
   8.306 -  `Garden.Users.Delete` tinyint(4) NOT NULL default '0',
   8.307 -  `Garden.Users.Approve` tinyint(4) NOT NULL default '0',
   8.308 -  `Garden.Activity.Delete` tinyint(4) NOT NULL default '0',
   8.309 -  `Garden.Activity.View` tinyint(4) NOT NULL default '0',
   8.310 -  `Garden.Profiles.View` tinyint(4) NOT NULL default '0',
   8.311 -  `Vanilla.Settings.Manage` tinyint(4) NOT NULL default '0',
   8.312 -  `Vanilla.Categories.Manage` tinyint(4) NOT NULL default '0',
   8.313 -  `Vanilla.Spam.Manage` tinyint(4) NOT NULL default '0',
   8.314 -  `Vanilla.Discussions.View` tinyint(4) NOT NULL default '0',
   8.315 -  `Vanilla.Discussions.Add` tinyint(4) NOT NULL default '0',
   8.316 -  `Vanilla.Discussions.Edit` tinyint(4) NOT NULL default '0',
   8.317 -  `Vanilla.Discussions.Announce` tinyint(4) NOT NULL default '0',
   8.318 -  `Vanilla.Discussions.Sink` tinyint(4) NOT NULL default '0',
   8.319 -  `Vanilla.Discussions.Close` tinyint(4) NOT NULL default '0',
   8.320 -  `Vanilla.Discussions.Delete` tinyint(4) NOT NULL default '0',
   8.321 -  `Vanilla.Comments.Add` tinyint(4) NOT NULL default '0',
   8.322 -  `Vanilla.Comments.Edit` tinyint(4) NOT NULL default '0',
   8.323 -  `Vanilla.Comments.Delete` tinyint(4) NOT NULL default '0',
   8.324 -  `Plugins.Debugger.View` tinyint(4) NOT NULL default '0',
   8.325 -  `Plugins.Debugger.Manage` tinyint(4) NOT NULL default '0',
   8.326 -  `Plugins.Attachments.Upload.Allow` tinyint(4) NOT NULL default '0',
   8.327 -  `Plugins.Attachments.Download.Allow` tinyint(4) NOT NULL default '0',
   8.328 -  PRIMARY KEY  (`PermissionID`),
   8.329 -  KEY `FK_Permission_RoleID` (`RoleID`)
   8.330 -) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.331 -
   8.332 ---
   8.333 --- Table structure for table `GDN_Photo`
   8.334 ---
   8.335 -
   8.336 -DROP TABLE IF EXISTS `GDN_Photo`;
   8.337 -CREATE TABLE `GDN_Photo` (
   8.338 -  `PhotoID` int(11) NOT NULL auto_increment,
   8.339 -  `Name` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.340 -  `InsertUserID` int(11) default NULL,
   8.341 -  `DateInserted` datetime NOT NULL,
   8.342 -  PRIMARY KEY  (`PhotoID`),
   8.343 -  KEY `FK_Photo_InsertUserID` (`InsertUserID`)
   8.344 -) ENGINE=MyISAM AUTO_INCREMENT=105 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.345 -
   8.346 ---
   8.347 --- Table structure for table `GDN_Role`
   8.348 ---
   8.349 -
   8.350 -DROP TABLE IF EXISTS `GDN_Role`;
   8.351 -CREATE TABLE `GDN_Role` (
   8.352 -  `RoleID` int(11) NOT NULL auto_increment,
   8.353 -  `Name` varchar(100) collate utf8_unicode_ci NOT NULL,
   8.354 -  `Description` varchar(500) collate utf8_unicode_ci default NULL,
   8.355 -  `Sort` int(11) default NULL,
   8.356 -  `Deletable` tinyint(1) NOT NULL default '1',
   8.357 -  `CanSession` tinyint(1) NOT NULL default '1',
   8.358 -  PRIMARY KEY  (`RoleID`)
   8.359 -) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.360 -
   8.361 ---
   8.362 --- Table structure for table `GDN_SearchDocument`
   8.363 ---
   8.364 -
   8.365 -DROP TABLE IF EXISTS `GDN_SearchDocument`;
   8.366 -CREATE TABLE `GDN_SearchDocument` (
   8.367 -  `DocumentID` int(11) NOT NULL auto_increment,
   8.368 -  `TableName` varchar(50) collate utf8_unicode_ci NOT NULL,
   8.369 -  `PrimaryID` int(11) NOT NULL,
   8.370 -  `PermissionJunctionID` int(11) default NULL,
   8.371 -  `Title` varchar(100) collate utf8_unicode_ci NOT NULL,
   8.372 -  `Summary` varchar(200) collate utf8_unicode_ci NOT NULL,
   8.373 -  `Url` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.374 -  `InsertUserID` int(11) NOT NULL,
   8.375 -  `DateInserted` datetime NOT NULL,
   8.376 -  PRIMARY KEY  (`DocumentID`)
   8.377 -) ENGINE=MyISAM AUTO_INCREMENT=5633 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.378 -
   8.379 ---
   8.380 --- Table structure for table `GDN_SearchKeyword`
   8.381 ---
   8.382 -
   8.383 -DROP TABLE IF EXISTS `GDN_SearchKeyword`;
   8.384 -CREATE TABLE `GDN_SearchKeyword` (
   8.385 -  `KeywordID` int(11) NOT NULL auto_increment,
   8.386 -  `Keyword` varchar(50) collate utf8_unicode_ci NOT NULL,
   8.387 -  PRIMARY KEY  (`KeywordID`),
   8.388 -  KEY `FK_SearchKeyword_Keyword` (`Keyword`)
   8.389 -) ENGINE=MyISAM AUTO_INCREMENT=26642 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.390 -
   8.391 ---
   8.392 --- Table structure for table `GDN_SearchKeywordDocument`
   8.393 ---
   8.394 -
   8.395 -DROP TABLE IF EXISTS `GDN_SearchKeywordDocument`;
   8.396 -CREATE TABLE `GDN_SearchKeywordDocument` (
   8.397 -  `KeywordID` int(11) NOT NULL,
   8.398 -  `DocumentID` int(11) NOT NULL,
   8.399 -  PRIMARY KEY  (`KeywordID`,`DocumentID`)
   8.400 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.401 -
   8.402 ---
   8.403 --- Table structure for table `GDN_TableType`
   8.404 ---
   8.405 -
   8.406 -DROP TABLE IF EXISTS `GDN_TableType`;
   8.407 -CREATE TABLE `GDN_TableType` (
   8.408 -  `TableName` varchar(50) collate utf8_unicode_ci NOT NULL,
   8.409 -  `PermissionTableName` varchar(50) collate utf8_unicode_ci default NULL,
   8.410 -  PRIMARY KEY  (`TableName`)
   8.411 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.412 -
   8.413 ---
   8.414 --- Table structure for table `GDN_Tag`
   8.415 ---
   8.416 -
   8.417 -DROP TABLE IF EXISTS `GDN_Tag`;
   8.418 -CREATE TABLE `GDN_Tag` (
   8.419 -  `CountDiscussions` int(11) NOT NULL default '0',
   8.420 -  `TagID` int(11) NOT NULL auto_increment,
   8.421 -  `Name` varchar(255) collate utf8_unicode_ci NOT NULL default 'unique',
   8.422 -  `InsertUserID` int(11) default NULL,
   8.423 -  `DateInserted` datetime NOT NULL,
   8.424 -  PRIMARY KEY  (`TagID`),
   8.425 -  KEY `FK_Tag_InsertUserID` (`InsertUserID`)
   8.426 -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.427 -
   8.428 ---
   8.429 --- Table structure for table `GDN_TagDiscussion`
   8.430 ---
   8.431 -
   8.432 -DROP TABLE IF EXISTS `GDN_TagDiscussion`;
   8.433 -CREATE TABLE `GDN_TagDiscussion` (
   8.434 -  `TagID` int(11) NOT NULL,
   8.435 -  `DiscussionID` int(11) NOT NULL,
   8.436 -  PRIMARY KEY  (`TagID`,`DiscussionID`)
   8.437 -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.438 -
   8.439 ---
   8.440 --- Table structure for table `GDN_User`
   8.441 ---
   8.442 -
   8.443 -DROP TABLE IF EXISTS `GDN_User`;
   8.444 -CREATE TABLE `GDN_User` (
   8.445 -  `UserID` int(11) NOT NULL auto_increment,
   8.446 -  `Name` varchar(20) collate utf8_unicode_ci NOT NULL,
   8.447 -  `Password` varbinary(50) NOT NULL,
   8.448 -  `About` text collate utf8_unicode_ci,
   8.449 -  `Email` varchar(200) collate utf8_unicode_ci NOT NULL,
   8.450 -  `ShowEmail` tinyint(1) NOT NULL default '0',
   8.451 -  `Gender` enum('m','f') collate utf8_unicode_ci NOT NULL default 'm',
   8.452 -  `CountVisits` int(11) NOT NULL default '0',
   8.453 -  `CountInvitations` int(11) NOT NULL default '0',
   8.454 -  `CountNotifications` int(11) default NULL,
   8.455 -  `InviteUserID` int(11) default NULL,
   8.456 -  `DiscoveryText` text collate utf8_unicode_ci,
   8.457 -  `Preferences` text collate utf8_unicode_ci,
   8.458 -  `Permissions` text collate utf8_unicode_ci,
   8.459 -  `Attributes` text collate utf8_unicode_ci,
   8.460 -  `DateSetInvitations` datetime default NULL,
   8.461 -  `DateOfBirth` datetime default NULL,
   8.462 -  `DateFirstVisit` datetime default NULL,
   8.463 -  `DateLastActive` datetime default NULL,
   8.464 -  `DateInserted` datetime NOT NULL,
   8.465 -  `DateUpdated` datetime default NULL,
   8.466 -  `HourOffset` int(11) NOT NULL default '0',
   8.467 -  `CacheRoleID` int(11) default NULL,
   8.468 -  `Admin` tinyint(1) NOT NULL default '0',
   8.469 -  `CountDiscussions` int(11) default NULL,
   8.470 -  `CountUnreadDiscussions` int(11) default NULL,
   8.471 -  `CountComments` int(11) default NULL,
   8.472 -  `CountDrafts` int(11) default NULL,
   8.473 -  `CountBookmarks` int(11) default NULL,
   8.474 -  `CountUnreadConversations` int(11) default NULL,
   8.475 -  `HashMethod` varchar(10) collate utf8_unicode_ci default NULL,
   8.476 -  `Photo` varchar(255) collate utf8_unicode_ci default NULL,
   8.477 -  `Score` float default NULL,
   8.478 -  `Deleted` tinyint(1) NOT NULL default '0',
   8.479 -  `DateAllViewed` datetime default NULL,
   8.480 -  PRIMARY KEY  (`UserID`),
   8.481 -  KEY `FK_User_Name` (`Name`)
   8.482 -) ENGINE=MyISAM AUTO_INCREMENT=1893 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.483 -
   8.484 ---
   8.485 --- Table structure for table `GDN_UserAuthentication`
   8.486 ---
   8.487 -
   8.488 -DROP TABLE IF EXISTS `GDN_UserAuthentication`;
   8.489 -CREATE TABLE `GDN_UserAuthentication` (
   8.490 -  `UniqueID` varchar(30) collate utf8_unicode_ci NOT NULL,
   8.491 -  `UserID` int(11) NOT NULL,
   8.492 -  `ForeignUserKey` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.493 -  `ProviderKey` varchar(64) collate utf8_unicode_ci NOT NULL,
   8.494 -  PRIMARY KEY  (`ForeignUserKey`,`ProviderKey`),
   8.495 -  KEY `FK_UserAuthentication_UserID` (`UserID`)
   8.496 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.497 -
   8.498 ---
   8.499 --- Table structure for table `GDN_UserAuthenticationNonce`
   8.500 ---
   8.501 -
   8.502 -DROP TABLE IF EXISTS `GDN_UserAuthenticationNonce`;
   8.503 -CREATE TABLE `GDN_UserAuthenticationNonce` (
   8.504 -  `Nonce` varchar(200) collate utf8_unicode_ci NOT NULL,
   8.505 -  `Token` varchar(128) collate utf8_unicode_ci NOT NULL,
   8.506 -  `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
   8.507 -  PRIMARY KEY  (`Nonce`)
   8.508 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.509 -
   8.510 ---
   8.511 --- Table structure for table `GDN_UserAuthenticationProvider`
   8.512 ---
   8.513 -
   8.514 -DROP TABLE IF EXISTS `GDN_UserAuthenticationProvider`;
   8.515 -CREATE TABLE `GDN_UserAuthenticationProvider` (
   8.516 -  `AuthenticationKey` varchar(64) collate utf8_unicode_ci NOT NULL,
   8.517 -  `AuthenticationSchemeAlias` varchar(32) collate utf8_unicode_ci NOT NULL,
   8.518 -  `URL` varchar(255) collate utf8_unicode_ci default NULL,
   8.519 -  `AssociationSecret` text collate utf8_unicode_ci NOT NULL,
   8.520 -  `AssociationHashMethod` enum('HMAC-SHA1','HMAC-PLAINTEXT') collate utf8_unicode_ci NOT NULL,
   8.521 -  `AuthenticateUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.522 -  `RegisterUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.523 -  `SignInUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.524 -  `SignOutUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.525 -  `PasswordUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.526 -  `ProfileUrl` varchar(255) collate utf8_unicode_ci default NULL,
   8.527 -  PRIMARY KEY  (`AuthenticationKey`)
   8.528 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.529 -
   8.530 ---
   8.531 --- Table structure for table `GDN_UserAuthenticationToken`
   8.532 ---
   8.533 -
   8.534 -DROP TABLE IF EXISTS `GDN_UserAuthenticationToken`;
   8.535 -CREATE TABLE `GDN_UserAuthenticationToken` (
   8.536 -  `Token` varchar(128) collate utf8_unicode_ci NOT NULL,
   8.537 -  `ProviderKey` varchar(64) collate utf8_unicode_ci NOT NULL,
   8.538 -  `ForeignUserKey` varchar(255) collate utf8_unicode_ci default NULL,
   8.539 -  `TokenSecret` varchar(64) collate utf8_unicode_ci NOT NULL,
   8.540 -  `TokenType` enum('request','access') collate utf8_unicode_ci NOT NULL,
   8.541 -  `Authorized` tinyint(4) NOT NULL,
   8.542 -  `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
   8.543 -  `Lifetime` int(11) NOT NULL,
   8.544 -  PRIMARY KEY  (`Token`,`ProviderKey`)
   8.545 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.546 -
   8.547 ---
   8.548 --- Table structure for table `GDN_UserComment`
   8.549 ---
   8.550 -
   8.551 -DROP TABLE IF EXISTS `GDN_UserComment`;
   8.552 -CREATE TABLE `GDN_UserComment` (
   8.553 -  `UserID` int(11) NOT NULL,
   8.554 -  `CommentID` int(11) NOT NULL,
   8.555 -  `Score` float default NULL,
   8.556 -  `DateLastViewed` datetime default NULL,
   8.557 -  PRIMARY KEY  (`UserID`,`CommentID`)
   8.558 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.559 -
   8.560 ---
   8.561 --- Table structure for table `GDN_UserConversation`
   8.562 ---
   8.563 -
   8.564 -DROP TABLE IF EXISTS `GDN_UserConversation`;
   8.565 -CREATE TABLE `GDN_UserConversation` (
   8.566 -  `UserID` int(11) NOT NULL,
   8.567 -  `ConversationID` int(11) NOT NULL,
   8.568 -  `CountReadMessages` int(11) NOT NULL default '0',
   8.569 -  `CountNewMessages` int(11) NOT NULL default '0',
   8.570 -  `CountMessages` int(11) NOT NULL default '0',
   8.571 -  `LastMessageID` int(11) default NULL,
   8.572 -  `DateLastViewed` datetime default NULL,
   8.573 -  `DateCleared` datetime default NULL,
   8.574 -  `Bookmarked` tinyint(1) NOT NULL default '0',
   8.575 -  `Deleted` tinyint(4) NOT NULL default '0',
   8.576 -  PRIMARY KEY  (`UserID`,`ConversationID`),
   8.577 -  KEY `FK_UserConversation_LastMessageID` (`LastMessageID`)
   8.578 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.579 -
   8.580 ---
   8.581 --- Table structure for table `GDN_UserDiscussion`
   8.582 ---
   8.583 -
   8.584 -DROP TABLE IF EXISTS `GDN_UserDiscussion`;
   8.585 -CREATE TABLE `GDN_UserDiscussion` (
   8.586 -  `UserID` int(11) NOT NULL,
   8.587 -  `DiscussionID` int(11) NOT NULL,
   8.588 -  `Score` float default NULL,
   8.589 -  `CountComments` int(11) NOT NULL default '0',
   8.590 -  `DateLastViewed` datetime default NULL,
   8.591 -  `Dismissed` tinyint(1) NOT NULL default '0',
   8.592 -  `Bookmarked` tinyint(1) NOT NULL default '0',
   8.593 -  PRIMARY KEY  (`UserID`,`DiscussionID`),
   8.594 -  KEY `FK_UserDiscussion_DiscussionID` (`DiscussionID`)
   8.595 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.596 -
   8.597 ---
   8.598 --- Table structure for table `GDN_UserMeta`
   8.599 ---
   8.600 -
   8.601 -DROP TABLE IF EXISTS `GDN_UserMeta`;
   8.602 -CREATE TABLE `GDN_UserMeta` (
   8.603 -  `UserID` int(11) NOT NULL,
   8.604 -  `Name` varchar(255) collate utf8_unicode_ci NOT NULL,
   8.605 -  `Value` text collate utf8_unicode_ci,
   8.606 -  PRIMARY KEY  (`UserID`,`Name`)
   8.607 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.608 -
   8.609 ---
   8.610 --- Table structure for table `GDN_UserRole`
   8.611 ---
   8.612 -
   8.613 -DROP TABLE IF EXISTS `GDN_UserRole`;
   8.614 -CREATE TABLE `GDN_UserRole` (
   8.615 -  `UserID` int(11) NOT NULL,
   8.616 -  `RoleID` int(11) NOT NULL,
   8.617 -  PRIMARY KEY  (`UserID`,`RoleID`)
   8.618 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.619 -
   8.620 ---
   8.621 --- Table structure for table `GDN_Whosonline`
   8.622 ---
   8.623 -
   8.624 -DROP TABLE IF EXISTS `GDN_Whosonline`;
   8.625 -CREATE TABLE `GDN_Whosonline` (
   8.626 -  `UserID` int(11) NOT NULL default '11',
   8.627 -  `Timestamp` int(11) NOT NULL default '11'
   8.628 -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   8.629 -
   8.630 ---
   8.631 --- Table structure for table `access`
   8.632 ---
   8.633 -
   8.634 -DROP TABLE IF EXISTS `access`;
   8.635 -CREATE TABLE `access` (
   8.636 -  `aid` int(11) NOT NULL auto_increment,
   8.637 -  `mask` varchar(255) NOT NULL default '',
   8.638 -  `type` varchar(255) NOT NULL default '',
   8.639 -  `status` tinyint(4) NOT NULL default '0',
   8.640 -  PRIMARY KEY  (`aid`)
   8.641 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.642 -
   8.643 ---
   8.644 --- Table structure for table `actions`
   8.645 ---
   8.646 -
   8.647 -DROP TABLE IF EXISTS `actions`;
   8.648 -CREATE TABLE `actions` (
   8.649 -  `aid` varchar(255) NOT NULL default '0',
   8.650 -  `type` varchar(32) NOT NULL default '',
   8.651 -  `callback` varchar(255) NOT NULL default '',
   8.652 -  `parameters` longtext NOT NULL,
   8.653 -  `description` varchar(255) NOT NULL default '0',
   8.654 -  PRIMARY KEY  (`aid`)
   8.655 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.656 -
   8.657 ---
   8.658 --- Table structure for table `actions_aid`
   8.659 ---
   8.660 -
   8.661 -DROP TABLE IF EXISTS `actions_aid`;
   8.662 -CREATE TABLE `actions_aid` (
   8.663 -  `aid` int(10) unsigned NOT NULL auto_increment,
   8.664 -  PRIMARY KEY  (`aid`)
   8.665 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.666 -
   8.667 ---
   8.668 --- Table structure for table `authmap`
   8.669 ---
   8.670 -
   8.671 -DROP TABLE IF EXISTS `authmap`;
   8.672 -CREATE TABLE `authmap` (
   8.673 -  `aid` int(10) unsigned NOT NULL auto_increment,
   8.674 -  `uid` int(11) NOT NULL default '0',
   8.675 -  `authname` varchar(128) NOT NULL default '',
   8.676 -  `module` varchar(128) NOT NULL default '',
   8.677 -  PRIMARY KEY  (`aid`),
   8.678 -  UNIQUE KEY `authname` (`authname`)
   8.679 -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
   8.680 -
   8.681 ---
   8.682 --- Table structure for table `batch`
   8.683 ---
   8.684 -
   8.685 -DROP TABLE IF EXISTS `batch`;
   8.686 -CREATE TABLE `batch` (
   8.687 -  `bid` int(10) unsigned NOT NULL auto_increment,
   8.688 -  `token` varchar(64) NOT NULL,
   8.689 -  `timestamp` int(11) NOT NULL,
   8.690 -  `batch` longtext,
   8.691 -  PRIMARY KEY  (`bid`),
   8.692 -  KEY `token` (`token`)
   8.693 -) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
   8.694 -
   8.695 ---
   8.696 --- Table structure for table `blocks`
   8.697 ---
   8.698 -
   8.699 -DROP TABLE IF EXISTS `blocks`;
   8.700 -CREATE TABLE `blocks` (
   8.701 -  `bid` int(11) NOT NULL auto_increment,
   8.702 -  `module` varchar(64) NOT NULL default '',
   8.703 -  `delta` varchar(32) NOT NULL default '0',
   8.704 -  `theme` varchar(64) NOT NULL default '',
   8.705 -  `status` tinyint(4) NOT NULL default '0',
   8.706 -  `weight` tinyint(4) NOT NULL default '0',
   8.707 -  `region` varchar(64) NOT NULL default '',
   8.708 -  `custom` tinyint(4) NOT NULL default '0',
   8.709 -  `throttle` tinyint(4) NOT NULL default '0',
   8.710 -  `visibility` tinyint(4) NOT NULL default '0',
   8.711 -  `pages` text NOT NULL,
   8.712 -  `title` varchar(64) NOT NULL default '',
   8.713 -  `cache` tinyint(4) NOT NULL default '1',
   8.714 -  PRIMARY KEY  (`bid`),
   8.715 -  UNIQUE KEY `tmd` (`theme`,`module`,`delta`),
   8.716 -  KEY `list` (`theme`,`status`,`region`,`weight`,`module`)
   8.717 -) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
   8.718 -
   8.719 ---
   8.720 --- Table structure for table `blocks_roles`
   8.721 ---
   8.722 -
   8.723 -DROP TABLE IF EXISTS `blocks_roles`;
   8.724 -CREATE TABLE `blocks_roles` (
   8.725 -  `module` varchar(64) NOT NULL,
   8.726 -  `delta` varchar(32) NOT NULL,
   8.727 -  `rid` int(10) unsigned NOT NULL,
   8.728 -  PRIMARY KEY  (`module`,`delta`,`rid`),
   8.729 -  KEY `rid` (`rid`)
   8.730 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.731 -
   8.732 ---
   8.733 --- Table structure for table `boxes`
   8.734 ---
   8.735 -
   8.736 -DROP TABLE IF EXISTS `boxes`;
   8.737 -CREATE TABLE `boxes` (
   8.738 -  `bid` int(10) unsigned NOT NULL auto_increment,
   8.739 -  `body` longtext,
   8.740 -  `info` varchar(128) NOT NULL default '',
   8.741 -  `format` smallint(6) NOT NULL default '0',
   8.742 -  PRIMARY KEY  (`bid`),
   8.743 -  UNIQUE KEY `info` (`info`)
   8.744 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.745 -
   8.746 ---
   8.747 --- Table structure for table `bueditor_buttons`
   8.748 ---
   8.749 -
   8.750 -DROP TABLE IF EXISTS `bueditor_buttons`;
   8.751 -CREATE TABLE `bueditor_buttons` (
   8.752 -  `bid` int(10) unsigned NOT NULL auto_increment,
   8.753 -  `eid` int(10) unsigned NOT NULL default '0',
   8.754 -  `title` varchar(255) NOT NULL default 'Notitle',
   8.755 -  `content` text NOT NULL,
   8.756 -  `icon` varchar(255) NOT NULL default '',
   8.757 -  `accesskey` varchar(1) NOT NULL default '',
   8.758 -  `weight` tinyint(4) NOT NULL default '0',
   8.759 -  PRIMARY KEY  (`bid`),
   8.760 -  KEY `eid` (`eid`)
   8.761 -) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
   8.762 -
   8.763 ---
   8.764 --- Table structure for table `bueditor_editors`
   8.765 ---
   8.766 -
   8.767 -DROP TABLE IF EXISTS `bueditor_editors`;
   8.768 -CREATE TABLE `bueditor_editors` (
   8.769 -  `eid` int(10) unsigned NOT NULL auto_increment,
   8.770 -  `name` varchar(255) NOT NULL default 'Noname',
   8.771 -  `pages` text NOT NULL,
   8.772 -  `excludes` text NOT NULL,
   8.773 -  `iconpath` varchar(255) NOT NULL default '%BUEDITOR/icons',
   8.774 -  `librarypath` varchar(255) NOT NULL default '%BUEDITOR/library',
   8.775 -  PRIMARY KEY  (`eid`)
   8.776 -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
   8.777 -
   8.778 ---
   8.779 --- Table structure for table `cache`
   8.780 ---
   8.781 -
   8.782 -DROP TABLE IF EXISTS `cache`;
   8.783 -CREATE TABLE `cache` (
   8.784 -  `cid` varchar(255) NOT NULL default '',
   8.785 -  `data` longblob,
   8.786 -  `expire` int(11) NOT NULL default '0',
   8.787 -  `created` int(11) NOT NULL default '0',
   8.788 -  `headers` text,
   8.789 -  `serialized` smallint(6) NOT NULL default '0',
   8.790 -  PRIMARY KEY  (`cid`),
   8.791 -  KEY `expire` (`expire`)
   8.792 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.793 -
   8.794 ---
   8.795 --- Table structure for table `cache_block`
   8.796 ---
   8.797 -
   8.798 -DROP TABLE IF EXISTS `cache_block`;
   8.799 -CREATE TABLE `cache_block` (
   8.800 -  `cid` varchar(255) NOT NULL default '',
   8.801 -  `data` longblob,
   8.802 -  `expire` int(11) NOT NULL default '0',
   8.803 -  `created` int(11) NOT NULL default '0',
   8.804 -  `headers` text,
   8.805 -  `serialized` smallint(6) NOT NULL default '0',
   8.806 -  PRIMARY KEY  (`cid`),
   8.807 -  KEY `expire` (`expire`)
   8.808 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.809 -
   8.810 ---
   8.811 --- Table structure for table `cache_filter`
   8.812 ---
   8.813 -
   8.814 -DROP TABLE IF EXISTS `cache_filter`;
   8.815 -CREATE TABLE `cache_filter` (
   8.816 -  `cid` varchar(255) NOT NULL default '',
   8.817 -  `data` longblob,
   8.818 -  `expire` int(11) NOT NULL default '0',
   8.819 -  `created` int(11) NOT NULL default '0',
   8.820 -  `headers` text,
   8.821 -  `serialized` smallint(6) NOT NULL default '0',
   8.822 -  PRIMARY KEY  (`cid`),
   8.823 -  KEY `expire` (`expire`)
   8.824 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.825 -
   8.826 ---
   8.827 --- Table structure for table `cache_form`
   8.828 ---
   8.829 -
   8.830 -DROP TABLE IF EXISTS `cache_form`;
   8.831 -CREATE TABLE `cache_form` (
   8.832 -  `cid` varchar(255) NOT NULL default '',
   8.833 -  `data` longblob,
   8.834 -  `expire` int(11) NOT NULL default '0',
   8.835 -  `created` int(11) NOT NULL default '0',
   8.836 -  `headers` text,
   8.837 -  `serialized` smallint(6) NOT NULL default '0',
   8.838 -  PRIMARY KEY  (`cid`),
   8.839 -  KEY `expire` (`expire`)
   8.840 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.841 -
   8.842 ---
   8.843 --- Table structure for table `cache_gravatar`
   8.844 ---
   8.845 -
   8.846 -DROP TABLE IF EXISTS `cache_gravatar`;
   8.847 -CREATE TABLE `cache_gravatar` (
   8.848 -  `cid` varchar(255) NOT NULL default '',
   8.849 -  `data` longblob,
   8.850 -  `expire` int(11) NOT NULL default '0',
   8.851 -  `created` int(11) NOT NULL default '0',
   8.852 -  `headers` text,
   8.853 -  `serialized` smallint(6) NOT NULL default '0',
   8.854 -  PRIMARY KEY  (`cid`),
   8.855 -  KEY `expire` (`expire`)
   8.856 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.857 -
   8.858 ---
   8.859 --- Table structure for table `cache_menu`
   8.860 ---
   8.861 -
   8.862 -DROP TABLE IF EXISTS `cache_menu`;
   8.863 -CREATE TABLE `cache_menu` (
   8.864 -  `cid` varchar(255) NOT NULL default '',
   8.865 -  `data` longblob,
   8.866 -  `expire` int(11) NOT NULL default '0',
   8.867 -  `created` int(11) NOT NULL default '0',
   8.868 -  `headers` text,
   8.869 -  `serialized` smallint(6) NOT NULL default '0',
   8.870 -  PRIMARY KEY  (`cid`),
   8.871 -  KEY `expire` (`expire`)
   8.872 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.873 -
   8.874 ---
   8.875 --- Table structure for table `cache_page`
   8.876 ---
   8.877 -
   8.878 -DROP TABLE IF EXISTS `cache_page`;
   8.879 -CREATE TABLE `cache_page` (
   8.880 -  `cid` varchar(255) NOT NULL default '',
   8.881 -  `data` longblob,
   8.882 -  `expire` int(11) NOT NULL default '0',
   8.883 -  `created` int(11) NOT NULL default '0',
   8.884 -  `headers` text,
   8.885 -  `serialized` smallint(6) NOT NULL default '0',
   8.886 -  PRIMARY KEY  (`cid`),
   8.887 -  KEY `expire` (`expire`)
   8.888 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.889 -
   8.890 ---
   8.891 --- Table structure for table `cache_update`
   8.892 ---
   8.893 -
   8.894 -DROP TABLE IF EXISTS `cache_update`;
   8.895 -CREATE TABLE `cache_update` (
   8.896 -  `cid` varchar(255) NOT NULL default '',
   8.897 -  `data` longblob,
   8.898 -  `expire` int(11) NOT NULL default '0',
   8.899 -  `created` int(11) NOT NULL default '0',
   8.900 -  `headers` text,
   8.901 -  `serialized` smallint(6) NOT NULL default '0',
   8.902 -  PRIMARY KEY  (`cid`),
   8.903 -  KEY `expire` (`expire`)
   8.904 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.905 -
   8.906 ---
   8.907 --- Table structure for table `captcha_points`
   8.908 ---
   8.909 -
   8.910 -DROP TABLE IF EXISTS `captcha_points`;
   8.911 -CREATE TABLE `captcha_points` (
   8.912 -  `form_id` varchar(128) NOT NULL,
   8.913 -  `module` varchar(64) default NULL,
   8.914 -  `type` varchar(64) default NULL,
   8.915 -  PRIMARY KEY  (`form_id`)
   8.916 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
   8.917 -
   8.918 ---
   8.919 --- Table structure for table `captcha_sessions`
   8.920 ---
   8.921 -
   8.922 -DROP TABLE IF EXISTS `captcha_sessions`;
   8.923 -CREATE TABLE `captcha_sessions` (
   8.924 -  `csid` int(11) NOT NULL auto_increment,
   8.925 -  `uid` int(11) NOT NULL default '0',
   8.926 -  `sid` varchar(64) NOT NULL default '',
   8.927 -  `ip_address` varchar(128) default NULL,
   8.928 -  `timestamp` int(11) NOT NULL default '0',
   8.929 -  `form_id` varchar(128) NOT NULL,
   8.930 -  `solution` varchar(128) NOT NULL default '',
   8.931 -  `status` int(11) NOT NULL default '0',
   8.932 -  `attempts` int(11) NOT NULL default '0',
   8.933 -  PRIMARY KEY  (`csid`),
   8.934 -  KEY `csid_ip` (`csid`,`ip_address`)
   8.935 -) ENGINE=MyISAM AUTO_INCREMENT=9318 DEFAULT CHARSET=utf8;
   8.936 -
   8.937 ---
   8.938 --- Table structure for table `comments`
   8.939 ---
   8.940 -
   8.941 -DROP TABLE IF EXISTS `comments`;
   8.942 -CREATE TABLE `comments` (
   8.943 -  `cid` int(11) NOT NULL auto_increment,
   8.944 -  `pid` int(11) NOT NULL default '0',
   8.945 -  `nid` int(11) NOT NULL default '0',
   8.946 -  `uid` int(11) NOT NULL default '0',
   8.947 -  `subject` varchar(64) NOT NULL default '',
   8.948 -  `comment` longtext NOT NULL,
   8.949 -  `hostname` varchar(128) NOT NULL default '',
   8.950 -  `timestamp` int(11) NOT NULL default '0',
   8.951 -  `status` tinyint(3) unsigned NOT NULL default '0',
   8.952 -  `format` smallint(6) NOT NULL default '0',
   8.953 -  `thread` varchar(255) NOT NULL,
   8.954 -  `name` varchar(60) default NULL,
   8.955 -  `mail` varchar(64) default NULL,
   8.956 -  `homepage` varchar(255) default NULL,
   8.957 -  PRIMARY KEY  (`cid`),
   8.958 -  KEY `pid` (`pid`),
   8.959 -  KEY `nid` (`nid`),
   8.960 -  KEY `status` (`status`)
   8.961 -) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8;
   8.962 -
   8.963 ---
   8.964 --- Table structure for table `files`
   8.965 ---
   8.966 -
   8.967 -DROP TABLE IF EXISTS `files`;
   8.968 -CREATE TABLE `files` (
   8.969 -  `fid` int(10) unsigned NOT NULL auto_increment,
   8.970 -  `uid` int(10) unsigned NOT NULL default '0',
   8.971 -  `filename` varchar(255) NOT NULL default '',
   8.972 -  `filepath` varchar(255) NOT NULL default '',
   8.973 -  `filemime` varchar(255) NOT NULL default '',
   8.974 -  `filesize` int(10) unsigned NOT NULL default '0',
   8.975 -  `status` int(11) NOT NULL default '0',
   8.976 -  `timestamp` int(10) unsigned NOT NULL default '0',
   8.977 -  PRIMARY KEY  (`fid`),
   8.978 -  KEY `uid` (`uid`),
   8.979 -  KEY `status` (`status`),
   8.980 -  KEY `timestamp` (`timestamp`)
   8.981 -) ENGINE=MyISAM AUTO_INCREMENT=177 DEFAULT CHARSET=utf8;
   8.982 -
   8.983 ---
   8.984 --- Table structure for table `filter_formats`
   8.985 ---
   8.986 -
   8.987 -DROP TABLE IF EXISTS `filter_formats`;
   8.988 -CREATE TABLE `filter_formats` (
   8.989 -  `format` int(11) NOT NULL auto_increment,
   8.990 -  `name` varchar(255) NOT NULL default '',
   8.991 -  `roles` varchar(255) NOT NULL default '',
   8.992 -  `cache` tinyint(4) NOT NULL default '0',
   8.993 -  PRIMARY KEY  (`format`),
   8.994 -  UNIQUE KEY `name` (`name`)
   8.995 -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
   8.996 -
   8.997 ---
   8.998 --- Table structure for table `filters`
   8.999 ---
  8.1000 -
  8.1001 -DROP TABLE IF EXISTS `filters`;
  8.1002 -CREATE TABLE `filters` (
  8.1003 -  `fid` int(11) NOT NULL auto_increment,
  8.1004 -  `format` int(11) NOT NULL default '0',
  8.1005 -  `module` varchar(64) NOT NULL default '',
  8.1006 -  `delta` tinyint(4) NOT NULL default '0',
  8.1007 -  `weight` tinyint(4) NOT NULL default '0',
  8.1008 -  PRIMARY KEY  (`fid`),
  8.1009 -  UNIQUE KEY `fmd` (`format`,`module`,`delta`),
  8.1010 -  KEY `list` (`format`,`weight`,`module`,`delta`)
  8.1011 -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
  8.1012 -
  8.1013 ---
  8.1014 --- Table structure for table `flood`
  8.1015 ---
  8.1016 -
  8.1017 -DROP TABLE IF EXISTS `flood`;
  8.1018 -CREATE TABLE `flood` (
  8.1019 -  `fid` int(11) NOT NULL auto_increment,
  8.1020 -  `event` varchar(64) NOT NULL default '',
  8.1021 -  `hostname` varchar(128) NOT NULL default '',
  8.1022 -  `timestamp` int(11) NOT NULL default '0',
  8.1023 -  PRIMARY KEY  (`fid`),
  8.1024 -  KEY `allow` (`event`,`hostname`,`timestamp`)
  8.1025 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1026 -
  8.1027 ---
  8.1028 --- Table structure for table `forum`
  8.1029 ---
  8.1030 -
  8.1031 -DROP TABLE IF EXISTS `forum`;
  8.1032 -CREATE TABLE `forum` (
  8.1033 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1034 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1035 -  `tid` int(10) unsigned NOT NULL default '0',
  8.1036 -  PRIMARY KEY  (`vid`),
  8.1037 -  KEY `nid` (`nid`),
  8.1038 -  KEY `tid` (`tid`)
  8.1039 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1040 -
  8.1041 ---
  8.1042 --- Table structure for table `history`
  8.1043 ---
  8.1044 -
  8.1045 -DROP TABLE IF EXISTS `history`;
  8.1046 -CREATE TABLE `history` (
  8.1047 -  `uid` int(11) NOT NULL default '0',
  8.1048 -  `nid` int(11) NOT NULL default '0',
  8.1049 -  `timestamp` int(11) NOT NULL default '0',
  8.1050 -  PRIMARY KEY  (`uid`,`nid`),
  8.1051 -  KEY `nid` (`nid`)
  8.1052 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1053 -
  8.1054 ---
  8.1055 --- Table structure for table `i18n_blocks`
  8.1056 ---
  8.1057 -
  8.1058 -DROP TABLE IF EXISTS `i18n_blocks`;
  8.1059 -CREATE TABLE `i18n_blocks` (
  8.1060 -  `ibid` int(10) unsigned NOT NULL auto_increment,
  8.1061 -  `module` varchar(64) NOT NULL,
  8.1062 -  `delta` varchar(32) NOT NULL default '0',
  8.1063 -  `type` int(11) NOT NULL default '0',
  8.1064 -  `language` varchar(12) NOT NULL default '',
  8.1065 -  PRIMARY KEY  (`ibid`)
  8.1066 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1067 -
  8.1068 ---
  8.1069 --- Table structure for table `i18n_strings`
  8.1070 ---
  8.1071 -
  8.1072 -DROP TABLE IF EXISTS `i18n_strings`;
  8.1073 -CREATE TABLE `i18n_strings` (
  8.1074 -  `lid` int(11) NOT NULL default '0',
  8.1075 -  `objectid` int(11) NOT NULL default '0',
  8.1076 -  `type` varchar(255) NOT NULL default '',
  8.1077 -  `property` varchar(255) NOT NULL default 'default',
  8.1078 -  PRIMARY KEY  (`lid`)
  8.1079 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1080 -
  8.1081 ---
  8.1082 --- Table structure for table `i18n_variable`
  8.1083 ---
  8.1084 -
  8.1085 -DROP TABLE IF EXISTS `i18n_variable`;
  8.1086 -CREATE TABLE `i18n_variable` (
  8.1087 -  `name` varchar(128) NOT NULL default '',
  8.1088 -  `language` varchar(12) NOT NULL default '',
  8.1089 -  `value` longtext NOT NULL,
  8.1090 -  PRIMARY KEY  (`name`,`language`)
  8.1091 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1092 -
  8.1093 ---
  8.1094 --- Table structure for table `image`
  8.1095 ---
  8.1096 -
  8.1097 -DROP TABLE IF EXISTS `image`;
  8.1098 -CREATE TABLE `image` (
  8.1099 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1100 -  `fid` int(10) unsigned NOT NULL default '0',
  8.1101 -  `image_size` varchar(32) NOT NULL default '',
  8.1102 -  PRIMARY KEY  (`nid`,`image_size`),
  8.1103 -  KEY `fid` (`fid`)
  8.1104 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1105 -
  8.1106 ---
  8.1107 --- Table structure for table `image_attach`
  8.1108 ---
  8.1109 -
  8.1110 -DROP TABLE IF EXISTS `image_attach`;
  8.1111 -CREATE TABLE `image_attach` (
  8.1112 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1113 -  `iid` int(10) unsigned NOT NULL default '0',
  8.1114 -  `weight` int(11) NOT NULL default '0',
  8.1115 -  PRIMARY KEY  (`nid`,`iid`),
  8.1116 -  KEY `iid` (`iid`)
  8.1117 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1118 -
  8.1119 ---
  8.1120 --- Table structure for table `languages`
  8.1121 ---
  8.1122 -
  8.1123 -DROP TABLE IF EXISTS `languages`;
  8.1124 -CREATE TABLE `languages` (
  8.1125 -  `language` varchar(12) NOT NULL default '',
  8.1126 -  `name` varchar(64) NOT NULL default '',
  8.1127 -  `native` varchar(64) NOT NULL default '',
  8.1128 -  `direction` int(11) NOT NULL default '0',
  8.1129 -  `enabled` int(11) NOT NULL default '0',
  8.1130 -  `plurals` int(11) NOT NULL default '0',
  8.1131 -  `formula` varchar(128) NOT NULL default '',
  8.1132 -  `domain` varchar(128) NOT NULL default '',
  8.1133 -  `prefix` varchar(128) NOT NULL default '',
  8.1134 -  `weight` int(11) NOT NULL default '0',
  8.1135 -  `javascript` varchar(32) NOT NULL default '',
  8.1136 -  PRIMARY KEY  (`language`),
  8.1137 -  KEY `list` (`weight`,`name`)
  8.1138 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1139 -
  8.1140 ---
  8.1141 --- Table structure for table `locales_source`
  8.1142 ---
  8.1143 -
  8.1144 -DROP TABLE IF EXISTS `locales_source`;
  8.1145 -CREATE TABLE `locales_source` (
  8.1146 -  `lid` int(11) NOT NULL auto_increment,
  8.1147 -  `location` varchar(255) NOT NULL default '',
  8.1148 -  `textgroup` varchar(255) NOT NULL default 'default',
  8.1149 -  `source` blob NOT NULL,
  8.1150 -  `version` varchar(20) NOT NULL default 'none',
  8.1151 -  PRIMARY KEY  (`lid`),
  8.1152 -  KEY `source` (`source`(30)),
  8.1153 -  KEY `textgroup_location` (`textgroup`(30),`location`)
  8.1154 -) ENGINE=MyISAM AUTO_INCREMENT=4355 DEFAULT CHARSET=utf8;
  8.1155 -
  8.1156 ---
  8.1157 --- Table structure for table `locales_target`
  8.1158 ---
  8.1159 -
  8.1160 -DROP TABLE IF EXISTS `locales_target`;
  8.1161 -CREATE TABLE `locales_target` (
  8.1162 -  `lid` int(11) NOT NULL default '0',
  8.1163 -  `translation` blob NOT NULL,
  8.1164 -  `language` varchar(12) NOT NULL default '',
  8.1165 -  `plid` int(11) NOT NULL default '0',
  8.1166 -  `plural` int(11) NOT NULL default '0',
  8.1167 -  `status` int(11) NOT NULL default '0',
  8.1168 -  PRIMARY KEY  (`language`,`lid`,`plural`),
  8.1169 -  KEY `lid` (`lid`),
  8.1170 -  KEY `plid` (`plid`),
  8.1171 -  KEY `plural` (`plural`)
  8.1172 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1173 -
  8.1174 ---
  8.1175 --- Table structure for table `menu_custom`
  8.1176 ---
  8.1177 -
  8.1178 -DROP TABLE IF EXISTS `menu_custom`;
  8.1179 -CREATE TABLE `menu_custom` (
  8.1180 -  `menu_name` varchar(32) NOT NULL default '',
  8.1181 -  `title` varchar(255) NOT NULL default '',
  8.1182 -  `description` text,
  8.1183 -  PRIMARY KEY  (`menu_name`)
  8.1184 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1185 -
  8.1186 ---
  8.1187 --- Table structure for table `menu_links`
  8.1188 ---
  8.1189 -
  8.1190 -DROP TABLE IF EXISTS `menu_links`;
  8.1191 -CREATE TABLE `menu_links` (
  8.1192 -  `menu_name` varchar(32) NOT NULL default '',
  8.1193 -  `mlid` int(10) unsigned NOT NULL auto_increment,
  8.1194 -  `plid` int(10) unsigned NOT NULL default '0',
  8.1195 -  `link_path` varchar(255) NOT NULL default '',
  8.1196 -  `router_path` varchar(255) NOT NULL default '',
  8.1197 -  `link_title` varchar(255) NOT NULL default '',
  8.1198 -  `options` text,
  8.1199 -  `module` varchar(255) NOT NULL default 'system',
  8.1200 -  `hidden` smallint(6) NOT NULL default '0',
  8.1201 -  `external` smallint(6) NOT NULL default '0',
  8.1202 -  `has_children` smallint(6) NOT NULL default '0',
  8.1203 -  `expanded` smallint(6) NOT NULL default '0',
  8.1204 -  `weight` int(11) NOT NULL default '0',
  8.1205 -  `depth` smallint(6) NOT NULL default '0',
  8.1206 -  `customized` smallint(6) NOT NULL default '0',
  8.1207 -  `p1` int(10) unsigned NOT NULL default '0',
  8.1208 -  `p2` int(10) unsigned NOT NULL default '0',
  8.1209 -  `p3` int(10) unsigned NOT NULL default '0',
  8.1210 -  `p4` int(10) unsigned NOT NULL default '0',
  8.1211 -  `p5` int(10) unsigned NOT NULL default '0',
  8.1212 -  `p6` int(10) unsigned NOT NULL default '0',
  8.1213 -  `p7` int(10) unsigned NOT NULL default '0',
  8.1214 -  `p8` int(10) unsigned NOT NULL default '0',
  8.1215 -  `p9` int(10) unsigned NOT NULL default '0',
  8.1216 -  `updated` smallint(6) NOT NULL default '0',
  8.1217 -  PRIMARY KEY  (`mlid`),
  8.1218 -  KEY `path_menu` (`link_path`(128),`menu_name`),
  8.1219 -  KEY `menu_plid_expand_child` (`menu_name`,`plid`,`expanded`,`has_children`),
  8.1220 -  KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`),
  8.1221 -  KEY `router_path` (`router_path`(128))
  8.1222 -) ENGINE=MyISAM AUTO_INCREMENT=259 DEFAULT CHARSET=utf8;
  8.1223 -
  8.1224 ---
  8.1225 --- Table structure for table `menu_router`
  8.1226 ---
  8.1227 -
  8.1228 -DROP TABLE IF EXISTS `menu_router`;
  8.1229 -CREATE TABLE `menu_router` (
  8.1230 -  `path` varchar(255) NOT NULL default '',
  8.1231 -  `load_functions` text NOT NULL,
  8.1232 -  `to_arg_functions` text NOT NULL,
  8.1233 -  `access_callback` varchar(255) NOT NULL default '',
  8.1234 -  `access_arguments` text,
  8.1235 -  `page_callback` varchar(255) NOT NULL default '',
  8.1236 -  `page_arguments` text,
  8.1237 -  `fit` int(11) NOT NULL default '0',
  8.1238 -  `number_parts` smallint(6) NOT NULL default '0',
  8.1239 -  `tab_parent` varchar(255) NOT NULL default '',
  8.1240 -  `tab_root` varchar(255) NOT NULL default '',
  8.1241 -  `title` varchar(255) NOT NULL default '',
  8.1242 -  `title_callback` varchar(255) NOT NULL default '',
  8.1243 -  `title_arguments` varchar(255) NOT NULL default '',
  8.1244 -  `type` int(11) NOT NULL default '0',
  8.1245 -  `block_callback` varchar(255) NOT NULL default '',
  8.1246 -  `description` text NOT NULL,
  8.1247 -  `position` varchar(255) NOT NULL default '',
  8.1248 -  `weight` int(11) NOT NULL default '0',
  8.1249 -  `file` mediumtext,
  8.1250 -  PRIMARY KEY  (`path`),
  8.1251 -  KEY `fit` (`fit`),
  8.1252 -  KEY `tab_parent` (`tab_parent`),
  8.1253 -  KEY `tab_root_weight_title` (`tab_root`(64),`weight`,`title`)
  8.1254 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1255 -
  8.1256 ---
  8.1257 --- Table structure for table `node`
  8.1258 ---
  8.1259 -
  8.1260 -DROP TABLE IF EXISTS `node`;
  8.1261 -CREATE TABLE `node` (
  8.1262 -  `nid` int(10) unsigned NOT NULL auto_increment,
  8.1263 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1264 -  `type` varchar(32) NOT NULL default '',
  8.1265 -  `language` varchar(12) NOT NULL default '',
  8.1266 -  `title` varchar(255) NOT NULL default '',
  8.1267 -  `uid` int(11) NOT NULL default '0',
  8.1268 -  `status` int(11) NOT NULL default '1',
  8.1269 -  `created` int(11) NOT NULL default '0',
  8.1270 -  `changed` int(11) NOT NULL default '0',
  8.1271 -  `comment` int(11) NOT NULL default '0',
  8.1272 -  `promote` int(11) NOT NULL default '0',
  8.1273 -  `moderate` int(11) NOT NULL default '0',
  8.1274 -  `sticky` int(11) NOT NULL default '0',
  8.1275 -  `tnid` int(10) unsigned NOT NULL default '0',
  8.1276 -  `translate` int(11) NOT NULL default '0',
  8.1277 -  PRIMARY KEY  (`nid`),
  8.1278 -  UNIQUE KEY `vid` (`vid`),
  8.1279 -  KEY `node_changed` (`changed`),
  8.1280 -  KEY `node_created` (`created`),
  8.1281 -  KEY `node_moderate` (`moderate`),
  8.1282 -  KEY `node_promote_status` (`promote`,`status`),
  8.1283 -  KEY `node_status_type` (`status`,`type`,`nid`),
  8.1284 -  KEY `node_title_type` (`title`,`type`(4)),
  8.1285 -  KEY `node_type` (`type`(4)),
  8.1286 -  KEY `uid` (`uid`),
  8.1287 -  KEY `tnid` (`tnid`),
  8.1288 -  KEY `translate` (`translate`)
  8.1289 -) ENGINE=MyISAM AUTO_INCREMENT=142 DEFAULT CHARSET=utf8;
  8.1290 -
  8.1291 ---
  8.1292 --- Table structure for table `node_access`
  8.1293 ---
  8.1294 -
  8.1295 -DROP TABLE IF EXISTS `node_access`;
  8.1296 -CREATE TABLE `node_access` (
  8.1297 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1298 -  `gid` int(10) unsigned NOT NULL default '0',
  8.1299 -  `realm` varchar(255) NOT NULL default '',
  8.1300 -  `grant_view` tinyint(3) unsigned NOT NULL default '0',
  8.1301 -  `grant_update` tinyint(3) unsigned NOT NULL default '0',
  8.1302 -  `grant_delete` tinyint(3) unsigned NOT NULL default '0',
  8.1303 -  PRIMARY KEY  (`nid`,`gid`,`realm`)
  8.1304 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1305 -
  8.1306 ---
  8.1307 --- Table structure for table `node_comment_statistics`
  8.1308 ---
  8.1309 -
  8.1310 -DROP TABLE IF EXISTS `node_comment_statistics`;
  8.1311 -CREATE TABLE `node_comment_statistics` (
  8.1312 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1313 -  `last_comment_timestamp` int(11) NOT NULL default '0',
  8.1314 -  `last_comment_name` varchar(60) default NULL,
  8.1315 -  `last_comment_uid` int(11) NOT NULL default '0',
  8.1316 -  `comment_count` int(10) unsigned NOT NULL default '0',
  8.1317 -  PRIMARY KEY  (`nid`),
  8.1318 -  KEY `node_comment_timestamp` (`last_comment_timestamp`)
  8.1319 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1320 -
  8.1321 ---
  8.1322 --- Table structure for table `node_counter`
  8.1323 ---
  8.1324 -
  8.1325 -DROP TABLE IF EXISTS `node_counter`;
  8.1326 -CREATE TABLE `node_counter` (
  8.1327 -  `nid` int(11) NOT NULL default '0',
  8.1328 -  `totalcount` bigint(20) unsigned NOT NULL default '0',
  8.1329 -  `daycount` mediumint(8) unsigned NOT NULL default '0',
  8.1330 -  `timestamp` int(10) unsigned NOT NULL default '0',
  8.1331 -  PRIMARY KEY  (`nid`)
  8.1332 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1333 -
  8.1334 ---
  8.1335 --- Table structure for table `node_revisions`
  8.1336 ---
  8.1337 -
  8.1338 -DROP TABLE IF EXISTS `node_revisions`;
  8.1339 -CREATE TABLE `node_revisions` (
  8.1340 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1341 -  `vid` int(10) unsigned NOT NULL auto_increment,
  8.1342 -  `uid` int(11) NOT NULL default '0',
  8.1343 -  `title` varchar(255) NOT NULL default '',
  8.1344 -  `body` longtext NOT NULL,
  8.1345 -  `teaser` longtext NOT NULL,
  8.1346 -  `log` longtext NOT NULL,
  8.1347 -  `timestamp` int(11) NOT NULL default '0',
  8.1348 -  `format` int(11) NOT NULL default '0',
  8.1349 -  PRIMARY KEY  (`vid`),
  8.1350 -  KEY `nid` (`nid`),
  8.1351 -  KEY `uid` (`uid`)
  8.1352 -) ENGINE=MyISAM AUTO_INCREMENT=485 DEFAULT CHARSET=utf8;
  8.1353 -
  8.1354 ---
  8.1355 --- Table structure for table `node_type`
  8.1356 ---
  8.1357 -
  8.1358 -DROP TABLE IF EXISTS `node_type`;
  8.1359 -CREATE TABLE `node_type` (
  8.1360 -  `type` varchar(32) NOT NULL,
  8.1361 -  `name` varchar(255) NOT NULL default '',
  8.1362 -  `module` varchar(255) NOT NULL,
  8.1363 -  `description` mediumtext NOT NULL,
  8.1364 -  `help` mediumtext NOT NULL,
  8.1365 -  `has_title` tinyint(3) unsigned NOT NULL,
  8.1366 -  `title_label` varchar(255) NOT NULL default '',
  8.1367 -  `has_body` tinyint(3) unsigned NOT NULL,
  8.1368 -  `body_label` varchar(255) NOT NULL default '',
  8.1369 -  `min_word_count` smallint(5) unsigned NOT NULL,
  8.1370 -  `custom` tinyint(4) NOT NULL default '0',
  8.1371 -  `modified` tinyint(4) NOT NULL default '0',
  8.1372 -  `locked` tinyint(4) NOT NULL default '0',
  8.1373 -  `orig_type` varchar(255) NOT NULL default '',
  8.1374 -  PRIMARY KEY  (`type`)
  8.1375 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1376 -
  8.1377 ---
  8.1378 --- Table structure for table `openid_association`
  8.1379 ---
  8.1380 -
  8.1381 -DROP TABLE IF EXISTS `openid_association`;
  8.1382 -CREATE TABLE `openid_association` (
  8.1383 -  `idp_endpoint_uri` varchar(255) default NULL,
  8.1384 -  `assoc_handle` varchar(255) NOT NULL,
  8.1385 -  `assoc_type` varchar(32) default NULL,
  8.1386 -  `session_type` varchar(32) default NULL,
  8.1387 -  `mac_key` varchar(255) default NULL,
  8.1388 -  `created` int(11) NOT NULL default '0',
  8.1389 -  `expires_in` int(11) NOT NULL default '0',
  8.1390 -  PRIMARY KEY  (`assoc_handle`)
  8.1391 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1392 -
  8.1393 ---
  8.1394 --- Table structure for table `permission`
  8.1395 ---
  8.1396 -
  8.1397 -DROP TABLE IF EXISTS `permission`;
  8.1398 -CREATE TABLE `permission` (
  8.1399 -  `pid` int(11) NOT NULL auto_increment,
  8.1400 -  `rid` int(10) unsigned NOT NULL default '0',
  8.1401 -  `perm` longtext,
  8.1402 -  `tid` int(10) unsigned NOT NULL default '0',
  8.1403 -  PRIMARY KEY  (`pid`),
  8.1404 -  KEY `rid` (`rid`)
  8.1405 -) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
  8.1406 -
  8.1407 ---
  8.1408 --- Table structure for table `poll`
  8.1409 ---
  8.1410 -
  8.1411 -DROP TABLE IF EXISTS `poll`;
  8.1412 -CREATE TABLE `poll` (
  8.1413 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1414 -  `runtime` int(11) NOT NULL default '0',
  8.1415 -  `active` int(10) unsigned NOT NULL default '0',
  8.1416 -  PRIMARY KEY  (`nid`)
  8.1417 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1418 -
  8.1419 ---
  8.1420 --- Table structure for table `poll_choices`
  8.1421 ---
  8.1422 -
  8.1423 -DROP TABLE IF EXISTS `poll_choices`;
  8.1424 -CREATE TABLE `poll_choices` (
  8.1425 -  `chid` int(10) unsigned NOT NULL auto_increment,
  8.1426 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1427 -  `chtext` varchar(128) NOT NULL default '',
  8.1428 -  `chvotes` int(11) NOT NULL default '0',
  8.1429 -  `chorder` int(11) NOT NULL default '0',
  8.1430 -  PRIMARY KEY  (`chid`),
  8.1431 -  KEY `nid` (`nid`)
  8.1432 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1433 -
  8.1434 ---
  8.1435 --- Table structure for table `poll_votes`
  8.1436 ---
  8.1437 -
  8.1438 -DROP TABLE IF EXISTS `poll_votes`;
  8.1439 -CREATE TABLE `poll_votes` (
  8.1440 -  `nid` int(10) unsigned NOT NULL,
  8.1441 -  `uid` int(10) unsigned NOT NULL default '0',
  8.1442 -  `chorder` int(11) NOT NULL default '-1',
  8.1443 -  `hostname` varchar(128) NOT NULL default '',
  8.1444 -  PRIMARY KEY  (`nid`,`uid`,`hostname`),
  8.1445 -  KEY `hostname` (`hostname`),
  8.1446 -  KEY `uid` (`uid`)
  8.1447 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1448 -
  8.1449 ---
  8.1450 --- Table structure for table `profile_fields`
  8.1451 ---
  8.1452 -
  8.1453 -DROP TABLE IF EXISTS `profile_fields`;
  8.1454 -CREATE TABLE `profile_fields` (
  8.1455 -  `fid` int(11) NOT NULL auto_increment,
  8.1456 -  `title` varchar(255) default NULL,
  8.1457 -  `name` varchar(128) NOT NULL default '',
  8.1458 -  `explanation` text,
  8.1459 -  `category` varchar(255) default NULL,
  8.1460 -  `page` varchar(255) default NULL,
  8.1461 -  `type` varchar(128) default NULL,
  8.1462 -  `weight` tinyint(4) NOT NULL default '0',
  8.1463 -  `required` tinyint(4) NOT NULL default '0',
  8.1464 -  `register` tinyint(4) NOT NULL default '0',
  8.1465 -  `visibility` tinyint(4) NOT NULL default '0',
  8.1466 -  `autocomplete` tinyint(4) NOT NULL default '0',
  8.1467 -  `options` text,
  8.1468 -  PRIMARY KEY  (`fid`),
  8.1469 -  UNIQUE KEY `name` (`name`),
  8.1470 -  KEY `category` (`category`)
  8.1471 -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
  8.1472 -
  8.1473 ---
  8.1474 --- Table structure for table `profile_values`
  8.1475 ---
  8.1476 -
  8.1477 -DROP TABLE IF EXISTS `profile_values`;
  8.1478 -CREATE TABLE `profile_values` (
  8.1479 -  `fid` int(10) unsigned NOT NULL default '0',
  8.1480 -  `uid` int(10) unsigned NOT NULL default '0',
  8.1481 -  `value` text,
  8.1482 -  PRIMARY KEY  (`uid`,`fid`),
  8.1483 -  KEY `fid` (`fid`)
  8.1484 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1485 -
  8.1486 ---
  8.1487 --- Table structure for table `role`
  8.1488 ---
  8.1489 -
  8.1490 -DROP TABLE IF EXISTS `role`;
  8.1491 -CREATE TABLE `role` (
  8.1492 -  `rid` int(10) unsigned NOT NULL auto_increment,
  8.1493 -  `name` varchar(64) NOT NULL default '',
  8.1494 -  PRIMARY KEY  (`rid`),
  8.1495 -  UNIQUE KEY `name` (`name`)
  8.1496 -) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
  8.1497 -
  8.1498 ---
  8.1499 --- Table structure for table `sessions`
  8.1500 ---
  8.1501 -
  8.1502 -DROP TABLE IF EXISTS `sessions`;
  8.1503 -CREATE TABLE `sessions` (
  8.1504 -  `uid` int(10) unsigned NOT NULL,
  8.1505 -  `sid` varchar(64) NOT NULL default '',
  8.1506 -  `hostname` varchar(128) NOT NULL default '',
  8.1507 -  `timestamp` int(11) NOT NULL default '0',
  8.1508 -  `cache` int(11) NOT NULL default '0',
  8.1509 -  `session` longtext,
  8.1510 -  PRIMARY KEY  (`sid`),
  8.1511 -  KEY `timestamp` (`timestamp`),
  8.1512 -  KEY `uid` (`uid`)
  8.1513 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1514 -
  8.1515 ---
  8.1516 --- Table structure for table `system`
  8.1517 ---
  8.1518 -
  8.1519 -DROP TABLE IF EXISTS `system`;
  8.1520 -CREATE TABLE `system` (
  8.1521 -  `filename` varchar(255) NOT NULL default '',
  8.1522 -  `name` varchar(255) NOT NULL default '',
  8.1523 -  `type` varchar(255) NOT NULL default '',
  8.1524 -  `owner` varchar(255) NOT NULL default '',
  8.1525 -  `status` int(11) NOT NULL default '0',
  8.1526 -  `throttle` tinyint(4) NOT NULL default '0',
  8.1527 -  `bootstrap` int(11) NOT NULL default '0',
  8.1528 -  `schema_version` smallint(6) NOT NULL default '-1',
  8.1529 -  `weight` int(11) NOT NULL default '0',
  8.1530 -  `info` text,
  8.1531 -  PRIMARY KEY  (`filename`),
  8.1532 -  KEY `modules` (`type`(12),`status`,`weight`,`filename`),
  8.1533 -  KEY `bootstrap` (`type`(12),`status`,`bootstrap`,`weight`,`filename`),
  8.1534 -  KEY `type_name` (`type`(12),`name`)
  8.1535 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1536 -
  8.1537 ---
  8.1538 --- Table structure for table `term_data`
  8.1539 ---
  8.1540 -
  8.1541 -DROP TABLE IF EXISTS `term_data`;
  8.1542 -CREATE TABLE `term_data` (
  8.1543 -  `tid` int(10) unsigned NOT NULL auto_increment,
  8.1544 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1545 -  `name` varchar(255) NOT NULL default '',
  8.1546 -  `description` longtext,
  8.1547 -  `weight` tinyint(4) NOT NULL default '0',
  8.1548 -  PRIMARY KEY  (`tid`),
  8.1549 -  KEY `taxonomy_tree` (`vid`,`weight`,`name`),
  8.1550 -  KEY `vid_name` (`vid`,`name`)
  8.1551 -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
  8.1552 -
  8.1553 ---
  8.1554 --- Table structure for table `term_hierarchy`
  8.1555 ---
  8.1556 -
  8.1557 -DROP TABLE IF EXISTS `term_hierarchy`;
  8.1558 -CREATE TABLE `term_hierarchy` (
  8.1559 -  `tid` int(10) unsigned NOT NULL default '0',
  8.1560 -  `parent` int(10) unsigned NOT NULL default '0',
  8.1561 -  PRIMARY KEY  (`tid`,`parent`),
  8.1562 -  KEY `parent` (`parent`)
  8.1563 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1564 -
  8.1565 ---
  8.1566 --- Table structure for table `term_node`
  8.1567 ---
  8.1568 -
  8.1569 -DROP TABLE IF EXISTS `term_node`;
  8.1570 -CREATE TABLE `term_node` (
  8.1571 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1572 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1573 -  `tid` int(10) unsigned NOT NULL default '0',
  8.1574 -  PRIMARY KEY  (`tid`,`vid`),
  8.1575 -  KEY `vid` (`vid`),
  8.1576 -  KEY `nid` (`nid`)
  8.1577 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1578 -
  8.1579 ---
  8.1580 --- Table structure for table `term_relation`
  8.1581 ---
  8.1582 -
  8.1583 -DROP TABLE IF EXISTS `term_relation`;
  8.1584 -CREATE TABLE `term_relation` (
  8.1585 -  `trid` int(11) NOT NULL auto_increment,
  8.1586 -  `tid1` int(10) unsigned NOT NULL default '0',
  8.1587 -  `tid2` int(10) unsigned NOT NULL default '0',
  8.1588 -  PRIMARY KEY  (`trid`),
  8.1589 -  UNIQUE KEY `tid1_tid2` (`tid1`,`tid2`),
  8.1590 -  KEY `tid2` (`tid2`)
  8.1591 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1592 -
  8.1593 ---
  8.1594 --- Table structure for table `term_synonym`
  8.1595 ---
  8.1596 -
  8.1597 -DROP TABLE IF EXISTS `term_synonym`;
  8.1598 -CREATE TABLE `term_synonym` (
  8.1599 -  `tsid` int(11) NOT NULL auto_increment,
  8.1600 -  `tid` int(10) unsigned NOT NULL default '0',
  8.1601 -  `name` varchar(255) NOT NULL default '',
  8.1602 -  PRIMARY KEY  (`tsid`),
  8.1603 -  KEY `tid` (`tid`),
  8.1604 -  KEY `name_tid` (`name`,`tid`)
  8.1605 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1606 -
  8.1607 ---
  8.1608 --- Table structure for table `translation_overview_priority`
  8.1609 ---
  8.1610 -
  8.1611 -DROP TABLE IF EXISTS `translation_overview_priority`;
  8.1612 -CREATE TABLE `translation_overview_priority` (
  8.1613 -  `tnid` int(10) unsigned NOT NULL,
  8.1614 -  `lang_en` tinyint(3) unsigned NOT NULL default '1',
  8.1615 -  `lang_fr` tinyint(3) unsigned NOT NULL default '1',
  8.1616 -  `lang_de` tinyint(3) unsigned NOT NULL default '1',
  8.1617 -  `lang_ptbr` tinyint(3) unsigned NOT NULL default '1',
  8.1618 -  `lang_zhhant` tinyint(3) unsigned NOT NULL default '1',
  8.1619 -  PRIMARY KEY  (`tnid`),
  8.1620 -  KEY `lang_en` (`lang_en`),
  8.1621 -  KEY `lang_fr` (`lang_fr`),
  8.1622 -  KEY `lang_de` (`lang_de`),
  8.1623 -  KEY `lang_ptbr` (`lang_ptbr`),
  8.1624 -  KEY `lang_zhhant` (`lang_zhhant`)
  8.1625 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1626 -
  8.1627 ---
  8.1628 --- Table structure for table `twitter`
  8.1629 ---
  8.1630 -
  8.1631 -DROP TABLE IF EXISTS `twitter`;
  8.1632 -CREATE TABLE `twitter` (
  8.1633 -  `twitter_id` decimal(20,0) unsigned NOT NULL default '0',
  8.1634 -  `screen_name` varchar(255) NOT NULL default '',
  8.1635 -  `created_at` varchar(64) NOT NULL default '',
  8.1636 -  `created_time` int(11) NOT NULL,
  8.1637 -  `text` varchar(255) default NULL,
  8.1638 -  `source` varchar(255) default NULL,
  8.1639 -  `in_reply_to_status_id` decimal(20,0) unsigned default NULL,
  8.1640 -  `in_reply_to_user_id` decimal(20,0) unsigned default NULL,
  8.1641 -  `in_reply_to_screen_name` varchar(255) default NULL,
  8.1642 -  `truncated` int(10) unsigned NOT NULL default '0',
  8.1643 -  PRIMARY KEY  (`twitter_id`),
  8.1644 -  KEY `screen_name` (`screen_name`)
  8.1645 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1646 -
  8.1647 ---
  8.1648 --- Table structure for table `twitter_account`
  8.1649 ---
  8.1650 -
  8.1651 -DROP TABLE IF EXISTS `twitter_account`;
  8.1652 -CREATE TABLE `twitter_account` (
  8.1653 -  `twitter_uid` decimal(20,0) unsigned NOT NULL default '0',
  8.1654 -  `screen_name` varchar(255) default NULL,
  8.1655 -  `name` varchar(64) NOT NULL default '',
  8.1656 -  `description` varchar(255) default NULL,
  8.1657 -  `location` varchar(255) default NULL,
  8.1658 -  `followers_count` int(11) NOT NULL default '0',
  8.1659 -  `profile_image_url` varchar(255) default NULL,
  8.1660 -  `url` varchar(255) default NULL,
  8.1661 -  `protected` int(10) unsigned NOT NULL default '0',
  8.1662 -  `last_refresh` int(11) NOT NULL default '0',
  8.1663 -  PRIMARY KEY  (`twitter_uid`),
  8.1664 -  KEY `screen_name` (`screen_name`)
  8.1665 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1666 -
  8.1667 ---
  8.1668 --- Table structure for table `twitter_user`
  8.1669 ---
  8.1670 -
  8.1671 -DROP TABLE IF EXISTS `twitter_user`;
  8.1672 -CREATE TABLE `twitter_user` (
  8.1673 -  `uid` int(11) NOT NULL,
  8.1674 -  `screen_name` varchar(255) NOT NULL default '',
  8.1675 -  `password` varchar(64) default NULL,
  8.1676 -  `import` int(10) unsigned NOT NULL default '1',
  8.1677 -  PRIMARY KEY  (`uid`,`screen_name`),
  8.1678 -  KEY `screen_name` (`screen_name`),
  8.1679 -  KEY `uid` (`uid`),
  8.1680 -  KEY `import` (`import`)
  8.1681 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1682 -
  8.1683 ---
  8.1684 --- Table structure for table `upload`
  8.1685 ---
  8.1686 -
  8.1687 -DROP TABLE IF EXISTS `upload`;
  8.1688 -CREATE TABLE `upload` (
  8.1689 -  `fid` int(10) unsigned NOT NULL default '0',
  8.1690 -  `nid` int(10) unsigned NOT NULL default '0',
  8.1691 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1692 -  `description` varchar(255) NOT NULL default '',
  8.1693 -  `list` tinyint(3) unsigned NOT NULL default '0',
  8.1694 -  `weight` tinyint(4) NOT NULL default '0',
  8.1695 -  PRIMARY KEY  (`vid`,`fid`),
  8.1696 -  KEY `fid` (`fid`),
  8.1697 -  KEY `nid` (`nid`)
  8.1698 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1699 -
  8.1700 ---
  8.1701 --- Table structure for table `url_alias`
  8.1702 ---
  8.1703 -
  8.1704 -DROP TABLE IF EXISTS `url_alias`;
  8.1705 -CREATE TABLE `url_alias` (
  8.1706 -  `pid` int(10) unsigned NOT NULL auto_increment,
  8.1707 -  `src` varchar(128) NOT NULL default '',
  8.1708 -  `dst` varchar(128) NOT NULL default '',
  8.1709 -  `language` varchar(12) NOT NULL default '',
  8.1710 -  PRIMARY KEY  (`pid`),
  8.1711 -  UNIQUE KEY `dst_language` (`dst`,`language`),
  8.1712 -  KEY `src_language` (`src`,`language`)
  8.1713 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1714 -
  8.1715 ---
  8.1716 --- Table structure for table `users`
  8.1717 ---
  8.1718 -
  8.1719 -DROP TABLE IF EXISTS `users`;
  8.1720 -CREATE TABLE `users` (
  8.1721 -  `uid` int(10) unsigned NOT NULL auto_increment,
  8.1722 -  `name` varchar(60) NOT NULL default '',
  8.1723 -  `pass` varchar(32) NOT NULL default '',
  8.1724 -  `mail` varchar(64) default '',
  8.1725 -  `mode` tinyint(4) NOT NULL default '0',
  8.1726 -  `sort` tinyint(4) default '0',
  8.1727 -  `threshold` tinyint(4) default '0',
  8.1728 -  `theme` varchar(255) NOT NULL default '',
  8.1729 -  `signature` varchar(255) NOT NULL default '',
  8.1730 -  `signature_format` smallint(6) NOT NULL default '0',
  8.1731 -  `created` int(11) NOT NULL default '0',
  8.1732 -  `access` int(11) NOT NULL default '0',
  8.1733 -  `login` int(11) NOT NULL default '0',
  8.1734 -  `status` tinyint(4) NOT NULL default '0',
  8.1735 -  `timezone` varchar(8) default NULL,
  8.1736 -  `language` varchar(12) NOT NULL default '',
  8.1737 -  `picture` varchar(255) NOT NULL default '',
  8.1738 -  `init` varchar(64) default '',
  8.1739 -  `data` longtext,
  8.1740 -  PRIMARY KEY  (`uid`),
  8.1741 -  UNIQUE KEY `name` (`name`),
  8.1742 -  KEY `access` (`access`),
  8.1743 -  KEY `created` (`created`),
  8.1744 -  KEY `mail` (`mail`)
  8.1745 -) ENGINE=MyISAM AUTO_INCREMENT=611 DEFAULT CHARSET=utf8;
  8.1746 -
  8.1747 ---
  8.1748 --- Table structure for table `users_roles`
  8.1749 ---
  8.1750 -
  8.1751 -DROP TABLE IF EXISTS `users_roles`;
  8.1752 -CREATE TABLE `users_roles` (
  8.1753 -  `uid` int(10) unsigned NOT NULL default '0',
  8.1754 -  `rid` int(10) unsigned NOT NULL default '0',
  8.1755 -  PRIMARY KEY  (`uid`,`rid`),
  8.1756 -  KEY `rid` (`rid`)
  8.1757 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1758 -
  8.1759 ---
  8.1760 --- Table structure for table `variable`
  8.1761 ---
  8.1762 -
  8.1763 -DROP TABLE IF EXISTS `variable`;
  8.1764 -CREATE TABLE `variable` (
  8.1765 -  `name` varchar(128) NOT NULL default '',
  8.1766 -  `value` longtext NOT NULL,
  8.1767 -  PRIMARY KEY  (`name`)
  8.1768 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1769 -
  8.1770 ---
  8.1771 --- Table structure for table `vocabulary`
  8.1772 ---
  8.1773 -
  8.1774 -DROP TABLE IF EXISTS `vocabulary`;
  8.1775 -CREATE TABLE `vocabulary` (
  8.1776 -  `vid` int(10) unsigned NOT NULL auto_increment,
  8.1777 -  `name` varchar(255) NOT NULL default '',
  8.1778 -  `description` longtext,
  8.1779 -  `help` varchar(255) NOT NULL default '',
  8.1780 -  `relations` tinyint(3) unsigned NOT NULL default '0',
  8.1781 -  `hierarchy` tinyint(3) unsigned NOT NULL default '0',
  8.1782 -  `multiple` tinyint(3) unsigned NOT NULL default '0',
  8.1783 -  `required` tinyint(3) unsigned NOT NULL default '0',
  8.1784 -  `tags` tinyint(3) unsigned NOT NULL default '0',
  8.1785 -  `module` varchar(255) NOT NULL default '',
  8.1786 -  `weight` tinyint(4) NOT NULL default '0',
  8.1787 -  PRIMARY KEY  (`vid`),
  8.1788 -  KEY `list` (`weight`,`name`)
  8.1789 -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
  8.1790 -
  8.1791 ---
  8.1792 --- Table structure for table `vocabulary_node_types`
  8.1793 ---
  8.1794 -
  8.1795 -DROP TABLE IF EXISTS `vocabulary_node_types`;
  8.1796 -CREATE TABLE `vocabulary_node_types` (
  8.1797 -  `vid` int(10) unsigned NOT NULL default '0',
  8.1798 -  `type` varchar(32) NOT NULL default '',
  8.1799 -  PRIMARY KEY  (`type`,`vid`),
  8.1800 -  KEY `vid` (`vid`)
  8.1801 -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  8.1802 -
  8.1803 ---
  8.1804 --- Table structure for table `watchdog`
  8.1805 ---
  8.1806 -
  8.1807 -DROP TABLE IF EXISTS `watchdog`;
  8.1808 -CREATE TABLE `watchdog` (
  8.1809 -  `wid` int(11) NOT NULL auto_increment,
  8.1810 -  `uid` int(11) NOT NULL default '0',
  8.1811 -  `type` varchar(16) NOT NULL default '',
  8.1812 -  `message` longtext NOT NULL,
  8.1813 -  `variables` longtext NOT NULL,
  8.1814 -  `severity` tinyint(3) unsigned NOT NULL default '0',
  8.1815 -  `link` varchar(255) NOT NULL default '',
  8.1816 -  `location` text NOT NULL,
  8.1817 -  `referer` text,
  8.1818 -  `hostname` varchar(128) NOT NULL default '',
  8.1819 -  `timestamp` int(11) NOT NULL default '0',
  8.1820 -  PRIMARY KEY  (`wid`),
  8.1821 -  KEY `type` (`type`)
  8.1822 -) ENGINE=MyISAM AUTO_INCREMENT=10149 DEFAULT CHARSET=utf8;
  8.1823 -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  8.1824 -
  8.1825 -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  8.1826 -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  8.1827 -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  8.1828 -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  8.1829 -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  8.1830 -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  8.1831 -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  8.1832 -
  8.1833 --- Dump completed on 2010-12-22  8:55:59
     9.1 --- a/forum/system-config/apache/forum.slitaz.org.conf	Sun Apr 03 04:11:27 2011 +0000
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,36 +0,0 @@
     9.4 -<VirtualHost *>
     9.5 -    ServerAdmin webmaster@forum.slitaz.org
     9.6 -    DocumentRoot /home/slitaz/www/forum
     9.7 -    ServerName forum.slitaz.org
     9.8 -    ErrorLog /home/slitaz/logs/error_log
     9.9 -    CustomLog /home/slitaz/logs/access_log combined
    9.10 -
    9.11 -    RewriteEngine On
    9.12 -
    9.13 -    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    9.14 -    <Directory "/usr/lib/cgi-bin">
    9.15 -        AllowOverride None
    9.16 -        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
    9.17 -        Order allow,deny
    9.18 -        Allow from all
    9.19 -    </Directory>
    9.20 -
    9.21 -
    9.22 -   <Directory /home/slitaz/www/forum>
    9.23 -       	AllowOverride all
    9.24 -       	Options  FollowSymLinks SymLinksIfOwnerMatch IncludesNoExec
    9.25 -			DirectoryIndex index.php index.htm index.html
    9.26 -			AddDefaultCharset iso8859-1
    9.27 -
    9.28 -				 
    9.29 -       <Limit GET POST OPTIONS>
    9.30 -           Order allow,deny
    9.31 -           Allow from all
    9.32 -       </Limit>
    9.33 -       <LimitExcept GET POST OPTIONS>
    9.34 -           Order deny,allow
    9.35 -           Deny from all
    9.36 -       </LimitExcept>
    9.37 -   </Directory>
    9.38 -</VirtualHost>
    9.39 -
    10.1 --- a/forum/system-config/awstats/awstats.forum.slitaz.org.conf	Sun Apr 03 04:11:27 2011 +0000
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,240 +0,0 @@
    10.4 -# AWSTATS CONFIGURE FILE 6.0
    10.5 -#-----------------------------------------------------------------------------
    10.6 -# Copy this file into awstats.www.mydomain.conf and edit this new config file
    10.7 -# to setup AWStats (See documentation in docs/ directory).
    10.8 -# The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for
    10.9 -# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
   10.10 -# To include an environment variable in any parameter (AWStats will replace
   10.11 -# it with its value when reading it), follow the example:
   10.12 -# Parameter="__ENVNAME__"
   10.13 -# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
   10.14 -# the config value in an AWStats running session and can be used like others.
   10.15 -#-----------------------------------------------------------------------------
   10.16 -# $Revision: 1.271 $ - $Author: eldy $ - $Date: 2004/01/25 15:35:11 $
   10.17 -
   10.18 -
   10.19 -
   10.20 -#-----------------------------------------------------------------------------
   10.21 -# MAIN SETUP SECTION (Required to make AWStats work)
   10.22 -#-----------------------------------------------------------------------------
   10.23 -LogFile="/home/slitaz/logs/access_log"
   10.24 -LogType=W
   10.25 -LogFormat=1
   10.26 -LogSeparator=" "
   10.27 -SiteDomain="forum.slitaz.org"
   10.28 -HostAliases="localhost 127.0.0.1 REGEX[forum\.slitaz\.org$]"
   10.29 -DNSLookup=0
   10.30 -DirData="/var/db/awstats/forum.slitaz.org"
   10.31 -DirCgi="/cgi-bin"
   10.32 -DirIcons="/icon"
   10.33 -AllowToUpdateStatsFromBrowser=0
   10.34 -AllowFullYearView=1
   10.35 -
   10.36 -
   10.37 -#-----------------------------------------------------------------------------
   10.38 -# OPTIONAL SETUP SECTION (Not required but increase AWStats features)
   10.39 -#-----------------------------------------------------------------------------
   10.40 -EnableLockForUpdate=0
   10.41 -DNSStaticCacheFile="dnscache.txt"
   10.42 -DNSLastUpdateCacheFile="dnscachelastupdate.txt"
   10.43 -SkipDNSLookupFor=""
   10.44 -AllowAccessFromWebToAuthenticatedUsersOnly=0
   10.45 -AllowAccessFromWebToFollowingAuthenticatedUsers=""
   10.46 -AllowAccessFromWebToFollowingIPAddresses=""
   10.47 -CreateDirDataIfNotExists=0
   10.48 -BuildHistoryFormat=text
   10.49 -BuildReportFormat=html
   10.50 -SaveDatabaseFilesWithPermissionsForEveryone=0
   10.51 -PurgeLogFile=0
   10.52 -ArchiveLogRecords=0
   10.53 -KeepBackupOfHistoricFiles=0
   10.54 -DefaultFile="index.htm"
   10.55 -SkipHosts="81.80.143.121"
   10.56 -SkipUserAgents=""
   10.57 -SkipFiles=""
   10.58 -OnlyHosts=""
   10.59 -OnlyUserAgents=""
   10.60 -OnlyFiles=""
   10.61 -NotPageList="css js class gif jpg jpeg png bmp ico"
   10.62 -ValidHTTPCodes="200 304"
   10.63 -ValidSMTPCodes="1 250"
   10.64 -AuthenticatedUsersNotCaseSensitive=0
   10.65 -URLNotCaseSensitive=0
   10.66 -URLWithAnchor=0
   10.67 -URLQuerySeparators="?;"
   10.68 -URLWithQuery=0
   10.69 -URLWithQueryWithOnlyFollowingParameters=""
   10.70 -URLWithQueryWithoutFollowingParameters=""
   10.71 -URLReferrerWithQuery=0
   10.72 -WarningMessages=1
   10.73 -ErrorMessages=""
   10.74 -DebugMessages=1
   10.75 -NbOfLinesForCorruptedLog=50
   10.76 -WrapperScript=""
   10.77 -DecodeUA=0
   10.78 -MiscTrackerUrl="/js/awstats_misc_tracker.js"
   10.79 -
   10.80 -#-----------------------------------------------------------------------------
   10.81 -# OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
   10.82 -#-----------------------------------------------------------------------------
   10.83 -LevelForBrowsersDetection=2         # 0 disables Browsers detection.
   10.84 -                                    # 2 reduces AWStats speed by 2%
   10.85 -LevelForOSDetection=2               # 0 disables OS detection.
   10.86 -                                    # 2 reduces AWStats speed by 3%
   10.87 -LevelForRefererAnalyze=2            # 0 disables Origin detection.
   10.88 -                                    # 2 reduces AWStats speed by 14%
   10.89 -LevelForRobotsDetection=2           # 0 disables Robots detection.
   10.90 -                                    # 2 reduces AWStats speed by 2.5%
   10.91 -LevelForSearchEnginesDetection=2    # 0 disables Search engines detection.
   10.92 -                                    # 2 reduces AWStats speed by 9%
   10.93 -LevelForKeywordsDetection=2         # 0 disables Keyphrases/Keywords detection.
   10.94 -                                    # 2 reduces AWStats speed by 1%
   10.95 -LevelForFileTypesDetection=2        # 0 disables File types detection.
   10.96 -                                    # 2 reduces AWStats speed by 1%
   10.97 -LevelForWormsDetection=0            # 0 disables Worms detection.
   10.98 -                                    # 2 reduces AWStats speed by 15%
   10.99 -
  10.100 -
  10.101 -
  10.102 -#-----------------------------------------------------------------------------
  10.103 -# OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
  10.104 -#-----------------------------------------------------------------------------
  10.105 -UseFramesWhenCGI=1
  10.106 -DetailedReportsOnNewWindows=1
  10.107 -Expires=0
  10.108 -MaxRowsInHTMLOutput=1000
  10.109 -Lang="auto"
  10.110 -DirLang="./lang"
  10.111 -ShowMenu=1					
  10.112 -ShowMonthStats=UVPHB
  10.113 -ShowDaysOfMonthStats=VPHB
  10.114 -ShowDaysOfWeekStats=PHB
  10.115 -ShowHoursStats=PHB
  10.116 -ShowDomainsStats=PHB
  10.117 -ShowHostsStats=PHBL
  10.118 -ShowAuthenticatedUsers=0
  10.119 -ShowRobotsStats=HBL
  10.120 -ShowWormsStats=0
  10.121 -ShowEMailSenders=0
  10.122 -ShowEMailReceivers=0
  10.123 -ShowSessionsStats=1
  10.124 -ShowPagesStats=PBEX
  10.125 -ShowFileTypesStats=HB
  10.126 -ShowFileSizesStats=0		
  10.127 -ShowOSStats=1
  10.128 -ShowBrowsersStats=1
  10.129 -ShowScreenSizeStats=0
  10.130 -ShowOriginStats=PH
  10.131 -ShowKeyphrasesStats=1
  10.132 -ShowKeywordsStats=1
  10.133 -ShowMiscStats=a
  10.134 -ShowHTTPErrorsStats=1
  10.135 -ShowSMTPErrorsStats=0
  10.136 -ShowClusterStats=0
  10.137 -
  10.138 -AddDataArrayMonthStats=1
  10.139 -AddDataArrayShowDaysOfMonthStats=1
  10.140 -AddDataArrayShowDaysOfWeekStats=1
  10.141 -AddDataArrayShowHoursStats=1
  10.142 -
  10.143 -MaxNbOfDomain = 10
  10.144 -MinHitDomain  = 1
  10.145 -MaxNbOfHostsShown = 10
  10.146 -MinHitHost    = 1
  10.147 -MaxNbOfLoginShown = 10
  10.148 -MinHitLogin   = 1
  10.149 -MaxNbOfRobotShown = 10
  10.150 -MinHitRobot   = 1
  10.151 -MaxNbOfPageShown = 10
  10.152 -MinHitFile    = 1
  10.153 -MaxNbOfOsShown = 10
  10.154 -MinHitOs      = 1
  10.155 -MaxNbOfBrowsersShown = 10
  10.156 -MinHitBrowser = 1
  10.157 -MaxNbOfScreenSizesShown = 5
  10.158 -MinHitScreenSize = 1
  10.159 -MaxNbOfRefererShown = 10
  10.160 -MinHitRefer   = 1
  10.161 -MaxNbOfKeyphrasesShown = 10
  10.162 -MinHitKeyphrase = 1
  10.163 -MaxNbOfKeywordsShown = 10
  10.164 -MinHitKeyword = 1
  10.165 -MaxNbOfEMailsShown = 20
  10.166 -MinHitEMail   = 1
  10.167 -FirstDayOfWeek=1
  10.168 -
  10.169 -ShowFlagLinks=""
  10.170 -ShowLinksOnUrl=1
  10.171 -UseHTTPSLinkForUrl=""
  10.172 -MaxLengthOfShownURL=64
  10.173 -HTMLHeadSection=""
  10.174 -HTMLEndSection=""
  10.175 -Logo="slitaz-logo.png"
  10.176 -LogoLink="http://forum.slita.org"
  10.177 -BarWidth   = 260
  10.178 -BarHeight  = 90
  10.179 -StyleSheet=""
  10.180 -color_Background="FFFFFF"		# Background color for main page (Default = "FFFFFF")
  10.181 -color_TableBGTitle="CCCCDD"		# Background color for table title (Default = "CCCCDD")
  10.182 -color_TableTitle="000000"		# Table title font color (Default = "000000")
  10.183 -color_TableBG="CCCCDD"			# Background color for table (Default = "CCCCDD")
  10.184 -color_TableRowTitle="FFFFFF"	# Table row title font color (Default = "FFFFFF")
  10.185 -color_TableBGRowTitle="ECECEC"	# Background color for row title (Default = "ECECEC")
  10.186 -color_TableBorder="ECECEC"		# Table border color (Default = "ECECEC")
  10.187 -color_text="000000"				# Color of text (Default = "000000")
  10.188 -color_textpercent="606060"		# Color of text for percent values (Default = "606060")
  10.189 -color_titletext="000000"		# Color of text title within colored Title Rows (Default = "000000")
  10.190 -color_weekend="EAEAEA"			# Color for week-end days (Default = "EAEAEA")
  10.191 -color_link="0011BB"				# Color of HTML links (Default = "0011BB")
  10.192 -color_hover="605040"			# Color of HTML on-mouseover links (Default = "605040") 
  10.193 -color_u="FFAA66"				# Background color for number of unique visitors (Default = "FFAA66")
  10.194 -color_v="F4F090"				# Background color for number of visites (Default = "F4F090")
  10.195 -color_p="4477DD"				# Background color for number of pages (Default = "4477DD")
  10.196 -color_h="66DDEE"				# Background color for number of hits (Default = "66DDEE")
  10.197 -color_k="2EA495"				# Background color for number of bytes (Default = "2EA495")
  10.198 -color_s="8888DD"				# Background color for number of search (Default = "8888DD")
  10.199 -color_e="CEC2E8"				# Background color for number of entry pages (Default = "CEC2E8")
  10.200 -color_x="C1B2E2"				# Background color for number of exit pages (Default = "C1B2E2")
  10.201 -
  10.202 -
  10.203 -
  10.204 -#-----------------------------------------------------------------------------
  10.205 -# PLUGINS
  10.206 -#-----------------------------------------------------------------------------
  10.207 -#LoadPlugin="tooltips"
  10.208 -#LoadPlugin="decodeutfkeys"
  10.209 -#LoadPlugin="ipv6"
  10.210 -#LoadPlugin="hashfiles"
  10.211 -LoadPlugin="geoipfree"
  10.212 -#LoadPlugin="geoip"
  10.213 -#LoadPlugin="userinfo"
  10.214 -#LoadPlugin="hostinfo"
  10.215 -#LoadPlugin="urlalias"
  10.216 -#LoadPlugin="timehires"		
  10.217 -#LoadPlugin="timezone +2"
  10.218 -#LoadPlugin="rawlog"
  10.219 -#LoadPlugin="graphapplet /awstatsclasses"				# EXPERIMENTAL FEATURE
  10.220 -
  10.221 -
  10.222 -
  10.223 -#-----------------------------------------------------------------------------
  10.224 -# EXTRA SECTIONS
  10.225 -#-----------------------------------------------------------------------------
  10.226 -#ExtraSectionName1="Product orders"
  10.227 -#ExtraSectionCondition1="URL,\/cgi\-bin\/order\.cgi|URL,\/cgi\-bin\/order2\.cgi"
  10.228 -#ExtraSectionFirstColumnTitle1="Product ID"
  10.229 -#ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
  10.230 -#ExtraSectionFirstColumnFormat1="%s"
  10.231 -#ExtraSectionStatTypes1=PL
  10.232 -#ExtraSectionAddAverageRow1=0
  10.233 -#ExtraSectionAddSumRow1=1
  10.234 -#MaxNbOfExtra1=20
  10.235 -#MinHitExtra1=1
  10.236 -
  10.237 -
  10.238 -
  10.239 -#-----------------------------------------------------------------------------
  10.240 -# INCLUDES
  10.241 -#-----------------------------------------------------------------------------
  10.242 -#Include ""
  10.243 -
    11.1 --- a/forum/system-config/logrotate.d/slitaz-forum	Sun Apr 03 04:11:27 2011 +0000
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,21 +0,0 @@
    11.4 -/home/slitaz/logs/access_log {
    11.5 -    missingok
    11.6 -    daily
    11.7 -    rotate 5
    11.8 -    prerotate
    11.9 -        /usr/local/bin/awsupdate forum.slitaz.org 
   11.10 -    endscript
   11.11 -    postrotate
   11.12 -        /usr/bin/killall -HUP apache2 2> /dev/null || true
   11.13 -    endscript
   11.14 -}
   11.15 -
   11.16 -/home/slitaz/logs/error_log {
   11.17 -    missingok
   11.18 -    daily
   11.19 -    rotate 5
   11.20 -    postrotate
   11.21 -        /usr/bin/killall -HUP apache2 2> /dev/null || true
   11.22 -    endscript
   11.23 -}
   11.24 -
    12.1 --- a/forum/vanilla/conf/config.php	Sun Apr 03 04:11:27 2011 +0000
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,72 +0,0 @@
    12.4 -<?php if (!defined('APPLICATION')) exit();
    12.5 -
    12.6 -// Conversations
    12.7 -$Configuration['Conversations']['Version'] = '2.0.16';
    12.8 -
    12.9 -// Database
   12.10 -$Configuration['Database']['Name'] = 'slitaz_forum';
   12.11 -$Configuration['Database']['Host'] = 'localhost';
   12.12 -$Configuration['Database']['User'] = '***'; 
   12.13 -$Configuration['Database']['Password'] = '***';
   12.14 -
   12.15 -// EnabledApplications
   12.16 -$Configuration['EnabledApplications']['Conversations'] = 'conversations';
   12.17 -$Configuration['EnabledApplications']['Skeleton'] = 'skeleton';
   12.18 -$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
   12.19 -
   12.20 -// EnabledPlugins
   12.21 -$Configuration['EnabledPlugins']['HtmLawed'] = 'HtmLawed';
   12.22 -$Configuration['EnabledPlugins']['Gravatar'] = 'Gravatar';
   12.23 -$Configuration['EnabledPlugins']['FileUpload'] = 'FileUpload';
   12.24 -$Configuration['EnabledPlugins']['WhosOnline'] = 'WhosOnline';
   12.25 -$Configuration['EnabledPlugins']['Minify'] = 'Minify';
   12.26 -$Configuration['EnabledPlugins']['cleditor'] = 'cleditor';
   12.27 -$Configuration['EnabledPlugins']['Tagging'] = 'Tagging';
   12.28 -
   12.29 -// Garden
   12.30 -$Configuration['Garden']['Title'] = 'SliTaz Forum';
   12.31 -$Configuration['Garden']['Cookie']['Salt'] = 'VS0GNTQ0ML';
   12.32 -$Configuration['Garden']['Cookie']['Domain'] = '';
   12.33 -$Configuration['Garden']['Version'] = '2.0.16';
   12.34 -$Configuration['Garden']['RewriteUrls'] = FALSE;
   12.35 -$Configuration['Garden']['CanProcessImages'] = TRUE;
   12.36 -$Configuration['Garden']['Installed'] = TRUE;
   12.37 -$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
   12.38 -$Configuration['Garden']['Theme'] = 'slitaz-2';
   12.39 -$Configuration['Garden']['Messages']['Cache'] = 'a:1:{i:0;s:6:"[Base]";}';
   12.40 -$Configuration['Garden']['EditContentTimeout'] = '-1';
   12.41 -$Configuration['Garden']['RequiredUpdates'] = 'a:0:{}';
   12.42 -$Configuration['Garden']['UpdateCheckDate'] = 1292966704;
   12.43 -$Configuration['Garden']['Registration']['Method'] = 'Captcha';
   12.44 -$Configuration['Garden']['Registration']['CaptchaPrivateKey'] = '6Ld7zwgAAAAAAPo5ydoZaBn_8Wapn7nb0dypEf6M';
   12.45 -$Configuration['Garden']['Registration']['CaptchaPublicKey'] = '6Ld7zwgAAAAAALF1IeGgtdlEg1WYupYxd5ZqGIpg';
   12.46 -$Configuration['Garden']['Registration']['InviteExpiration'] = '-1 week';
   12.47 -$Configuration['Garden']['Registration']['InviteRoles'] = 'a:2:{i:8;s:1:"0";i:16;s:1:"0";}';
   12.48 -
   12.49 -// Plugins
   12.50 -$Configuration['Plugins']['GettingStarted']['Dashboard'] = '1';
   12.51 -$Configuration['Plugins']['GettingStarted']['Categories'] = '1';
   12.52 -$Configuration['Plugins']['GettingStarted']['Plugins'] = '1';
   12.53 -$Configuration['Plugins']['GettingStarted']['Discussion'] = '1';
   12.54 -$Configuration['Plugins']['FileUpload']['Enabled'] = TRUE;
   12.55 -$Configuration['Plugins']['OpenID']['Enabled'] = FALSE;
   12.56 -$Configuration['Plugins']['Tagging']['Enabled'] = TRUE;
   12.57 -
   12.58 -// Routes
   12.59 -$Configuration['Routes']['DefaultController'] = 'a:2:{i:0;s:10:"categories";i:1;s:8:"Internal";}';
   12.60 -
   12.61 -// Vanilla
   12.62 -$Configuration['Vanilla']['Version'] = '2.0.16';
   12.63 -$Configuration['Vanilla']['Categories']['Use'] = TRUE;
   12.64 -$Configuration['Vanilla']['Discussions']['PerPage'] = '30';
   12.65 -$Configuration['Vanilla']['Comments']['AutoRefresh'] = '0';
   12.66 -$Configuration['Vanilla']['Comments']['PerPage'] = '50';
   12.67 -$Configuration['Vanilla']['Archive']['Date'] = '';
   12.68 -$Configuration['Vanilla']['Archive']['Exclude'] = FALSE;
   12.69 -
   12.70 -// WhosOnline
   12.71 -$Configuration['WhosOnline']['Frequency'] = '20';
   12.72 -$Configuration['WhosOnline']['Location']['Show'] = 'every';
   12.73 -$Configuration['WhosOnline']['Hide'] = TRUE;
   12.74 -
   12.75 -// Last edited by pankso (213.3.10.214)2010-12-21 16:25:04
   12.76 \ No newline at end of file
    13.1 --- a/forum/vanilla/themes/slitaz/about.php	Sun Apr 03 04:11:27 2011 +0000
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,16 +0,0 @@
    13.4 -<?php if (!defined('APPLICATION')) exit();
    13.5 -/*
    13.6 -	Copyright 2011 SliTaz GNU/Linux.
    13.7 -*/
    13.8 -
    13.9 -/**
   13.10 - * An associative array of information about this application.
   13.11 - */
   13.12 -$ThemeInfo['SliTaz'] = array(
   13.13 -   'Name' => 'SliTaz',
   13.14 -   'Description' => "SliTaz official theme for Vanilla 2 ",
   13.15 -   'Version' => '4.0',
   13.16 -   'Author' => "Christophe Lincoln",
   13.17 -   'AuthorEmail' => 'pankso@slitaz.org',
   13.18 -   'AuthorUrl' => 'http://www.slitaz.org/'
   13.19 -);
    14.1 Binary file forum/vanilla/themes/slitaz/design/favicon.png has changed
    15.1 Binary file forum/vanilla/themes/slitaz/design/header-img.png has changed
    16.1 --- a/forum/vanilla/themes/slitaz/design/style.css	Sun Apr 03 04:11:27 2011 +0000
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,2717 +0,0 @@
    16.4 -/*
    16.5 -Welcome to the Generic Style CSS File! Some things you should know:
    16.6 -
    16.7 -1. This file is included on all front-end/user-facing pages. Applications can
    16.8 -   override this file in their own custom files (ie. vanilla.css or
    16.9 -   conversations.css).
   16.10 -
   16.11 -2. This file is broken down into the following sections:
   16.12 -   + General Styles & Typography
   16.13 -   + Header
   16.14 -   + Main Menu
   16.15 -   + Panels / Sidebars
   16.16 -   + Activities
   16.17 -   + Profile Page
   16.18 -   + Profile Tab Menu
   16.19 -   + Thumbnail Cropper
   16.20 -   + Footer
   16.21 -*/
   16.22 -
   16.23 -/* ================================================================ Reset CSS */
   16.24 -html, body, div, span, applet, object, iframe,
   16.25 -h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   16.26 -a, abbr, acronym, address, big, cite, code,
   16.27 -del, dfn, em, font, img, ins, kbd, q, s, samp,
   16.28 -small, strike, strong, sub, sup, tt, var,
   16.29 -dl, dt, dd, ol, ul, li,
   16.30 -fieldset, form, label, legend,
   16.31 -table, caption, tbody, tfoot, thead, tr, th, td {
   16.32 -   margin: 0;
   16.33 -   padding: 0;
   16.34 -   border: 0;
   16.35 -   outline: 0;
   16.36 -   font-weight: inherit;
   16.37 -   font-style: inherit;
   16.38 -   font-size: 100%;
   16.39 -   font-family: inherit;
   16.40 -   vertical-align: baseline;
   16.41 -}
   16.42 -/* remember to define focus styles! */
   16.43 -:focus {
   16.44 -   outline: 0;
   16.45 -}
   16.46 -body {
   16.47 -   line-height: 1;
   16.48 -   color: black;
   16.49 -   background: white;
   16.50 -   border-top: 34px solid #f1f1f1;
   16.51 -}
   16.52 -ol, ul {
   16.53 -   list-style: none;
   16.54 -}
   16.55 -/* tables still need 'cellspacing="0"' in the markup */
   16.56 -table {
   16.57 -   border-collapse: separate;
   16.58 -   border-spacing: 0;
   16.59 -}
   16.60 -caption, th, td {
   16.61 -   text-align: left;
   16.62 -   font-weight: normal;
   16.63 -}
   16.64 -blockquote:before, blockquote:after,
   16.65 -q:before, q:after {
   16.66 -   content: "";
   16.67 -}
   16.68 -blockquote, q {
   16.69 -   quotes: "" "";
   16.70 -}
   16.71 -
   16.72 -/* ============================================== General Styles & Typography */
   16.73 -body {
   16.74 -   color: #000;
   16.75 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
   16.76 -	font-size: 75%;
   16.77 -	line-height: 1.7em;
   16.78 -   background: #fff;
   16.79 -   margin: 0;
   16.80 -   padding: 0;
   16.81 -   text-align: center;
   16.82 -   font-size: small;
   16.83 -}
   16.84 -#Body {
   16.85 -   width: 960px;
   16.86 -   text-align: left;
   16.87 -   margin: 15px auto 0;
   16.88 -}
   16.89 -#Content {
   16.90 -   float: left;
   16.91 -   width: 680px;
   16.92 -   margin: 0 0 40px;
   16.93 -}
   16.94 -.Hidden {
   16.95 -   display: none;
   16.96 -}
   16.97 -.nowrap {
   16.98 -   white-space: nowrap;
   16.99 -}
  16.100 -.Center {
  16.101 -	text-align: center;
  16.102 -}
  16.103 -.Right {
  16.104 -	text-align: right;
  16.105 -}
  16.106 -h1, h2, h3, h4, h5, h6 {
  16.107 -   color: #000;
  16.108 -   font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
  16.109 -   font-weight: normal;
  16.110 -   margin: 0;
  16.111 -}
  16.112 -p {
  16.113 -   margin: 0.5em 0 0 0;
  16.114 -   line-height: 1.6em;
  16.115 -}
  16.116 -h1, h2 {
  16.117 -   border-bottom:1px solid #bbb;
  16.118 -   font-size:140%;
  16.119 -   font-weight:bold;
  16.120 -   margin-bottom:10px;
  16.121 -}
  16.122 -h3 {
  16.123 -   font-size:140%;
  16.124 -}
  16.125 -h4 {
  16.126 -   font-size: 120%;
  16.127 -   color: #6C6C6C;
  16.128 -}
  16.129 -h5 {
  16.130 -   font-size: 120%;
  16.131 -   color: #6C6C6C;
  16.132 -}
  16.133 -a,
  16.134 -a:link,
  16.135 -a:visited,
  16.136 -a:active {
  16.137 -   text-decoration: none;
  16.138 -   color: #2571B1;
  16.139 -}
  16.140 -a:hover {
  16.141 -   text-decoration: none;
  16.142 -   color: blue;
  16.143 -}
  16.144 -input.DateBox,
  16.145 -input.InputBox,
  16.146 -input.SmallInput,
  16.147 -textarea {
  16.148 -   font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
  16.149 -   color: #333;
  16.150 -   font-size: 15px;
  16.151 -   padding: 3px;
  16.152 -   margin: 0;
  16.153 -   width: 250px;
  16.154 -   border: 1px solid #aaa;
  16.155 -   border-radius: 2px;
  16.156 -	-moz-border-radius: 2px;
  16.157 -	-webkit-border-radius: 2px;
  16.158 -}
  16.159 -textarea.TextBox {
  16.160 -   width: 500px;
  16.161 -   height: 100px;
  16.162 -   min-height: 100px;
  16.163 -}
  16.164 -#Popup textarea.TextBox {
  16.165 -   width: 100%;
  16.166 -}
  16.167 -input.SmallInput,
  16.168 -input.InputBox {
  16.169 -   padding: 6px 3px;
  16.170 -}
  16.171 -input.SmallInput:focus,
  16.172 -input.InputBox:focus,
  16.173 -textarea:focus {
  16.174 -   background: #ffe;
  16.175 -}
  16.176 -textarea {
  16.177 -   line-height: 128%;
  16.178 -}
  16.179 -select {
  16.180 -   font-family: arial;
  16.181 -   font-size: 14px;
  16.182 -   color: #222;
  16.183 -   margin: 0;
  16.184 -   padding: 3px;
  16.185 -   }
  16.186 -a.Button,
  16.187 -.Button {
  16.188 -   cursor: pointer;
  16.189 -   margin: 0;
  16.190 -   font-size: 11px;
  16.191 -   padding: 4px;
  16.192 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  16.193 -   color: #02475A;
  16.194 -	text-shadow: 0 1px 0 #fff;
  16.195 -   border: 1px solid #999;
  16.196 -   border-radius: 3px;
  16.197 -   -moz-border-radius: 3px;
  16.198 -   -webkit-border-radius: 3px;
  16.199 -	box-shadow: 0px 0px 2px #999;
  16.200 -	-moz-box-shadow: 0px 0px 2px #999;
  16.201 -	-webkit-box-shadow: 0px 0px 2px #999;  
  16.202 -   }
  16.203 -input.Button {
  16.204 -	font-size: 14px;
  16.205 -   font-weight: bold;
  16.206 -}
  16.207 -.Button:hover {
  16.208 -   color: #111;
  16.209 -   border: 1px solid #666;
  16.210 -}
  16.211 -.Button:focus {
  16.212 -   background: #eee;
  16.213 -}
  16.214 -.Loading {
  16.215 -   height: 100px;
  16.216 -   padding: 0 20px;
  16.217 -   background: url('images/progress.gif') center center no-repeat;
  16.218 -}
  16.219 -.Progress {
  16.220 -   padding: 10px 40px 10px 0;
  16.221 -   background: url('images/progress.gif') center center no-repeat;
  16.222 -}
  16.223 -.TinyProgress {
  16.224 -	padding: 10px 40px 10px 0;
  16.225 -	background: url('images/progress_sm.gif') center center no-repeat;
  16.226 -}
  16.227 -/* Note: Messages are the yellow notices that appear at the top/center of the
  16.228 -  page to notify users of things like drafts being saved, etc. */
  16.229 -div.Messages {
  16.230 -   text-align: center !important;
  16.231 -   position: fixed;
  16.232 -   top: 0;
  16.233 -   left: 0;
  16.234 -   z-index: 200;
  16.235 -   margin: 0 !important;
  16.236 -   padding: 0 !important;
  16.237 -   list-style: none !important;
  16.238 -   font-size: 12px;
  16.239 -   display: block;
  16.240 -   width: 100%;
  16.241 -}
  16.242 -* html div.Messages {
  16.243 -  position: absolute;
  16.244 -  width: 100%;/*IE5.5*/
  16.245 -  top: 0;
  16.246 -  left: 0;
  16.247 -  overflow: visible; 
  16.248 -  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  16.249 -}
  16.250 -div.Messages ul {
  16.251 -   cursor: pointer;
  16.252 -   width: auto !important;
  16.253 -   border: 0 !important;
  16.254 -   margin: 0 auto !important;
  16.255 -   padding: 4px 8px !important;
  16.256 -   border-bottom-left-radius: 2px;
  16.257 -   border-bottom-right-radius: 2px;
  16.258 -   -moz-border-radius-bottomleft: 2px;
  16.259 -   -moz-border-radius-bottomright: 2px;
  16.260 -   -webkit-border-bottom-left-radius: 2px;
  16.261 -   -webkit-border-bottom-right-radius: 2px;
  16.262 -   background: #ff9 !important;
  16.263 -   display:-moz-inline-stack;
  16.264 -   display:inline-block;
  16.265 -   zoom:1;
  16.266 -   *display:inline;
  16.267 -	box-shadow: 0px 0px 2px #333;
  16.268 -	-moz-box-shadow: 0px 0px 2px #333;
  16.269 -	-webkit-box-shadow: 0px 0px 2px #333;  
  16.270 -}
  16.271 -div.Messages ul li {
  16.272 -   text-align: left !important;
  16.273 -   border: 0 !important;
  16.274 -   color: #000 !important;
  16.275 -   padding: 0 !important;
  16.276 -   margin: 0 !important;
  16.277 -   list-style-position: outside;
  16.278 -}
  16.279 -div.Errors ul {
  16.280 -   background: #d50a0a !important;
  16.281 -}
  16.282 -div.Errors ul li {
  16.283 -   color: #fff !important;
  16.284 -   background: #d50a0a !important;
  16.285 -}
  16.286 -.Conversations .Deleted {
  16.287 -   text-decoration: line-through;
  16.288 -}
  16.289 -div.Deleted {
  16.290 -	background: #f5f5f5;
  16.291 -	border: 1px solid #dddddd;
  16.292 -	margin: 10px 0 0;
  16.293 -	padding: 6px 10px;
  16.294 -   border-radius: 3px;
  16.295 -   -moz-border-radius: 3px;
  16.296 -   -webkit-border-radius: 3px;
  16.297 -}
  16.298 -/* Note: Warning, Alert & Info are simple boxes that can be used to wrap message
  16.299 -   strings & imply importance. */
  16.300 -.Warning {
  16.301 -   background: #ffc;
  16.302 -   border: 1px solid #ff9;
  16.303 -   color: #000;
  16.304 -   padding: 6px 8px;
  16.305 -   border-radius: 3px;
  16.306 -   -moz-border-radius: 3px;
  16.307 -   -webkit-border-radius: 3px;
  16.308 -}
  16.309 -.Alert {
  16.310 -   background: #d00;
  16.311 -   border: 1px solid #b00;
  16.312 -   color: #fff;
  16.313 -   padding: 3px 6px;
  16.314 -   border-radius: 3px;
  16.315 -   -moz-border-radius: 3px;
  16.316 -   -webkit-border-radius: 3px;
  16.317 -}
  16.318 -.Alert a {
  16.319 -   color: #fff;
  16.320 -}
  16.321 -.Alert a:hover {
  16.322 -   text-decoration: underline;
  16.323 -}
  16.324 -div.Info {
  16.325 -   font-size: 13px;
  16.326 -   background: #fafafa;
  16.327 -   border: 1px solid #eee;
  16.328 -   color: #666666;
  16.329 -   -moz-border-radius: 4px;
  16.330 -   -webkit-border-radius: 4px;
  16.331 -   border-radius: 4px;
  16.332 -   padding: 8px;
  16.333 -   margin: 0 0 10px;
  16.334 -}
  16.335 -div.Info strong {
  16.336 -	font-weight: bold;
  16.337 -}
  16.338 -/* Note: The MessageModule (in /applications/dashboard/modules) wraps all messages
  16.339 -  that it renders in a div with this DismissMessage class. */
  16.340 -div.DismissMessage {
  16.341 -   margin: 6px 0 10px;
  16.342 -	text-align: left;
  16.343 -	position: relative;
  16.344 -}
  16.345 -div.DismissMessage p {
  16.346 -   margin: 2px 0;
  16.347 -}
  16.348 -div.DismissMessage a.Dismiss {
  16.349 -	font-family: arial;
  16.350 -   position: absolute;
  16.351 -	font-size: 22px;
  16.352 -	font-weight: bold;
  16.353 -   line-height: 1;
  16.354 -   color: #999;
  16.355 -	top: 3px;
  16.356 -	right: 5px;
  16.357 -}
  16.358 -div.DismissMessage a.Dismiss:hover {
  16.359 -	color: #ff0084;
  16.360 -}
  16.361 -#PagerLess {
  16.362 -   -moz-border-radius-topright: 2px;
  16.363 -   -moz-border-radius-topleft: 2px;
  16.364 -   -webkit-border-top-right-radius: 2px;
  16.365 -   -webkit-border-top-left-radius: 2px;
  16.366 -   border-radius-topright: 2px;
  16.367 -   border-radius-topleft: 2px;
  16.368 -   margin-bottom: 1px;
  16.369 -	text-align: left;
  16.370 -}
  16.371 -div.MorePager a.Loading {
  16.372 -	border: 0 !important;
  16.373 -   padding: 0 20px !important;
  16.374 -   background: url('images/progress.gif') center center no-repeat !important;
  16.375 -}
  16.376 -#PagerMore {
  16.377 -   margin-bottom: 1px;
  16.378 -}
  16.379 -.NumberedPager {
  16.380 -   margin: 1px 0 0;
  16.381 -	text-align: right;
  16.382 -	font-weight: bold;
  16.383 -	font-size: 16px;
  16.384 -}
  16.385 -#PagerBefore {
  16.386 -   margin: 1px 0;
  16.387 -}
  16.388 -.NumberedPager a,
  16.389 -.NumberedPager span {
  16.390 -	padding: 0 4px;
  16.391 -}
  16.392 -.NumberedPager span,
  16.393 -.NumberedPager a.Highlight {
  16.394 -	color: #777;
  16.395 -}
  16.396 -.NumberedPager a.Next,
  16.397 -.NumberedPager span.Next,
  16.398 -.NumberedPager a.Previous,
  16.399 -.NumberedPager span.Previous {
  16.400 -	font-size: 16px;
  16.401 -	line-height: 10px;
  16.402 -}
  16.403 -.NumberedPager a.Next,
  16.404 -.NumberedPager span.Next {
  16.405 -	margin-left: 6px;
  16.406 -}
  16.407 -.NumberedPager a.Previous,
  16.408 -.NumberedPager span.Previous {
  16.409 -	margin-right: 6px;
  16.410 -}
  16.411 -
  16.412 -
  16.413 -/* =================================================================== Header */
  16.414 -#Head {
  16.415 -   background: #351a0a url(header-img.png) no-repeat top right;
  16.416 -   padding: 10px 0 0 0;
  16.417 -   border-top: 1px solid black;
  16.418 -	border-bottom: 1px solid #999;
  16.419 -}
  16.420 -div.Search:after,
  16.421 -div#Search:after {
  16.422 -   content: ".";
  16.423 -   display: block;
  16.424 -   height: 0;
  16.425 -   clear: both;
  16.426 -   visibility: hidden;
  16.427 -}
  16.428 -body #Head h1 {
  16.429 -   display: inline-block;
  16.430 -   font-weight: bold;
  16.431 -   margin: 0;
  16.432 -   padding: 0 10px 5px 0;
  16.433 -   border: 0;
  16.434 -}
  16.435 -#Head h1 a span {
  16.436 -   font-size: 18px;
  16.437 -   color: #f1f1f1;
  16.438 -}
  16.439 -#Head h1 a:hover span {
  16.440 -   color: #b64b22;
  16.441 -}
  16.442 -#Head form {
  16.443 -   float: right;
  16.444 -   width: 250px;
  16.445 -   background: #fff;
  16.446 -   padding: 0;
  16.447 -   margin: 15px 0 0;
  16.448 -   -moz-border-radius: 2px;
  16.449 -   -webkit-border-radius: 2px;
  16.450 -   border-radius: 2px;
  16.451 -}
  16.452 -#Head form input.InputBox {
  16.453 -   width: 204px;
  16.454 -   border: 0;
  16.455 -   padding: 4px 2px 4px 0;
  16.456 -   background: #fff;
  16.457 -   margin: 0;
  16.458 -   -moz-border-radius-topleft: 2px;
  16.459 -   -moz-border-radius-bottomleft: 2px;
  16.460 -   -webkit-border-top-left-radius: 2px;
  16.461 -   -webkit-border-bottom-left-radius: 2px;
  16.462 -   border-top-left-radius: 2px;
  16.463 -   border-bottom-left-radius: 2px;
  16.464 -   color: #969696;
  16.465 -   font-size: 13px;
  16.466 -}
  16.467 -#Head form input.Button {
  16.468 -   border: 0;
  16.469 -   width: 38px;
  16.470 -   height: 26px;
  16.471 -   background: #eaeaea;
  16.472 -   color: #222222;
  16.473 -   padding: 3px 0 4px;
  16.474 -   margin: 0;
  16.475 -   -moz-border-radius: 0;
  16.476 -   -webkit-border-radius: 0;
  16.477 -   border-radius: 0;
  16.478 -   -moz-border-radius-topright: 2px;
  16.479 -   -moz-border-radius-bottomright: 2px;
  16.480 -   -webkit-border-top-right-radius: 2px;
  16.481 -   -webkit-border-bottom-right-radius: 2px;
  16.482 -   border-top-right-radius: 2px;
  16.483 -   border-bottom-right-radius: 2px;
  16.484 -  	box-shadow: none;
  16.485 -	-moz-box-shadow: none;
  16.486 -	-webkit-box-shadow: none;     	
  16.487 -}
  16.488 -#Menu ul {
  16.489 -	display: none;
  16.490 -}
  16.491 -#Menu li {
  16.492 -   line-height: 27px;
  16.493 -   float: left;
  16.494 -   position: relative;
  16.495 -   display: block;
  16.496 -   list-style: none;
  16.497 -   padding: 0;
  16.498 -   margin: 0 4px 0 0;
  16.499 -   font-weight: bold;
  16.500 -   text-align: left;
  16.501 -}
  16.502 -* html #Menu li {
  16.503 -	display: inline;
  16.504 -}
  16.505 -#Menu a {
  16.506 -   border: 0;
  16.507 -   text-decoration: none;
  16.508 -   position: relative;
  16.509 -	display: block;
  16.510 -   padding: 0 7px;
  16.511 -   white-space: nowrap;
  16.512 -   font-size: 11px;
  16.513 -   height: 28px;
  16.514 -}
  16.515 -* html #Menu a  {
  16.516 -   display: inline;
  16.517 -   padding: 6px 10px;
  16.518 -}
  16.519 -#Menu li.NonTab,
  16.520 -#Menu li.NonTab a {
  16.521 -   background: transparent;
  16.522 -   border: 0;
  16.523 -   font-weight: normal;
  16.524 -}
  16.525 -#Menu a span,
  16.526 -#Menu li.Active a span,
  16.527 -#Menu li.Highlight a:hover span {
  16.528 -   -moz-border-radius: 2px;
  16.529 -   -webkit-border-radius: 2px;
  16.530 -   border-radius: 2px;
  16.531 -   padding: 0 2px;
  16.532 -   font-size: 9px;
  16.533 -   line-height: 12px;
  16.534 -   font-weight: normal;
  16.535 -}
  16.536 -
  16.537 -/* Option (dropdown) Menus
  16.538 -
  16.539 -Menu takes a z-index of 100
  16.540 -Option menu takes a z-index of 300
  16.541 -
  16.542 -*/
  16.543 -ul.Options,
  16.544 -ul.Options ul {
  16.545 -   margin: 0;
  16.546 -   padding: 0;
  16.547 -   display: none;
  16.548 -}
  16.549 -ul.Options {
  16.550 -   z-index: 298;
  16.551 -}
  16.552 -ul.Options ul {
  16.553 -   z-index: 300;
  16.554 -   position: absolute;
  16.555 -}
  16.556 -ul.Options li {
  16.557 -   float: right;
  16.558 -   position: relative;
  16.559 -   display: block;
  16.560 -   list-style: none outside none;
  16.561 -   padding: 0;
  16.562 -   font-size: 11px;
  16.563 -   line-height: 22px;
  16.564 -}
  16.565 -ul.Options h3 {
  16.566 -   display: block;
  16.567 -   cursor: pointer;
  16.568 -   margin: 0;
  16.569 -   padding: 0;
  16.570 -}
  16.571 -ul.Options li ul li {
  16.572 -   float: none;
  16.573 -   text-align: left;
  16.574 -   margin: 0;
  16.575 -   font-weight: normal;
  16.576 -}
  16.577 -ul.Options li ul li a {
  16.578 -   width: 104px;
  16.579 -   padding: 0 6px;
  16.580 -   height: auto;
  16.581 -}
  16.582 -ul.Options a {
  16.583 -   text-decoration: none;
  16.584 -   display: block;
  16.585 -   position: relative;
  16.586 -   white-space: nowrap;
  16.587 -   font-size: 11px;
  16.588 -}
  16.589 -ul.Options ul li {
  16.590 -   display: block;
  16.591 -   float: none;
  16.592 -}
  16.593 -ul.Options li.Parent strong {
  16.594 -   display: block;
  16.595 -   padding: 4px;
  16.596 -   margin: 3px 4px 0 0;
  16.597 -   font-size: 10px;
  16.598 -   font-weight: normal;
  16.599 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  16.600 -   border: 1px solid #bbb;
  16.601 -   -moz-border-radius: 2px;
  16.602 -   -webkit-border-radius: 2px;
  16.603 -   border-radius: 2px;
  16.604 -   color: #555;
  16.605 -   cursor: pointer;
  16.606 -   line-height: 100%;
  16.607 -}
  16.608 -ul.Options li.Parent strong:focus,
  16.609 -ul.Options li.Parent strong:hover {
  16.610 -   color: #333;
  16.611 -   border: 1px solid #888;
  16.612 -}
  16.613 -ul.Options li.Parent strong:focus {
  16.614 -   background: #eee;
  16.615 -}
  16.616 -ul.Options li.Active strong:hover,
  16.617 -ul.Options li.Active strong {
  16.618 -   color: #fff;
  16.619 -   background: #9c9c9c !important;
  16.620 -   border: 1px solid #9c9c9c;
  16.621 -   -moz-border-radius-bottomleft: 0;
  16.622 -   -moz-border-radius-bottomright: 0;
  16.623 -   -webkit-border-bottom-left-radius: 0;
  16.624 -   -webkit-border-bottom-right-radius: 0;
  16.625 -   border-bottom-left-radius: 0;
  16.626 -   border-bottom-right-radius: 0;
  16.627 -}
  16.628 -ul.Options li.Active {
  16.629 -   background: none;
  16.630 -}
  16.631 -ul.Options li.Active ul {
  16.632 -   border: 1px solid #9c9c9c;
  16.633 -   background: #fafafa;
  16.634 -   -moz-border-radius-bottomleft: 2px;
  16.635 -   -moz-border-radius-bottomright: 2px;
  16.636 -   -webkit-border-bottom-left-radius: 2px;
  16.637 -   -webkit-border-bottom-right-radius: 2px;
  16.638 -   border-bottom-left-radius: 2px;
  16.639 -   border-bottom-right-radius: 2px;
  16.640 -}
  16.641 -ul.Options li.Active ul li a {
  16.642 -   background: none;
  16.643 -}
  16.644 -ul.Options li.Active a {
  16.645 -   background: #efefef;
  16.646 -   color: #595959;
  16.647 -}
  16.648 -ul.Options li.Active a:hover {
  16.649 -   background: #8d8d8d;
  16.650 -   color: #fff;
  16.651 -}
  16.652 -ul.Options li.Parent strong:hover,
  16.653 -ul.Options li.Active strong:hover,
  16.654 -ul.Options li.Active strong,
  16.655 -ul.Options li.Active ul {
  16.656 -  	box-shadow: 0px 0px 2px #999;
  16.657 -	-moz-box-shadow: 0 0 2px #999;
  16.658 -	-webkit-box-shadow: 0px 0px 2px #999;     
  16.659 -}
  16.660 -.Center {
  16.661 -   text-align: center;
  16.662 -}
  16.663 -
  16.664 -
  16.665 -/* ================================================================ Main Menu */
  16.666 -div.Menu {
  16.667 -   width: 960px;
  16.668 -   margin: 0 auto;
  16.669 -   position: relative;
  16.670 -   text-align: left;
  16.671 -   vertical-align: bottom;
  16.672 -}
  16.673 -ul#Menu {
  16.674 -   display: inline-block;
  16.675 -   margin-right: 280px;
  16.676 -   vertical-align: bottom;
  16.677 -}
  16.678 -#Menu ul,
  16.679 -#Menu li.Active {
  16.680 -   background: #38abe3;
  16.681 -}
  16.682 -#Menu a,
  16.683 -#Menu li.Active a {
  16.684 -   color: #fff;
  16.685 -}
  16.686 -#Menu a:hover {
  16.687 -   background: #a3431f;
  16.688 -}
  16.689 -#Menu a:hover,
  16.690 -#Menu li.NonTab a:hover {
  16.691 -   color: #fff !important;
  16.692 -}
  16.693 -/* Numbers next to menu items */
  16.694 -#Menu a span,
  16.695 -#Menu li.Active a span,
  16.696 -#Menu li.Highlight a:hover span {
  16.697 -   background: #f2fcff;
  16.698 -   color: #299fc7;
  16.699 -}
  16.700 -
  16.701 -#Head .Search, #Head #Search {
  16.702 -   position: absolute;
  16.703 -   right: 0;
  16.704 -   bottom: 6px;
  16.705 -   text-align: right;
  16.706 -}
  16.707 -
  16.708 -/* ======================================================== Panels / Sidebars */
  16.709 -#Panel {
  16.710 -   width: 250px;
  16.711 -   float: right;
  16.712 -}
  16.713 -div.Box {
  16.714 -   background: #eaeaea;
  16.715 -   color: #888;
  16.716 -   padding: 6px 10px;
  16.717 -   margin: 0 0 10px;
  16.718 -   border-radius: 2px;
  16.719 -   -moz-border-radius: 2px;
  16.720 -   -webkit-border-radius: 2px;
  16.721 -	box-shadow: 0px 0px 2px #999;
  16.722 -	-moz-box-shadow: 0px 0px 2px #999;
  16.723 -	-webkit-box-shadow: 0px 0px 2px #999;  
  16.724 -}
  16.725 -div.Box h4 {
  16.726 -   font-size: 110%;
  16.727 -   color: #666666;
  16.728 -   font-weight: bold;
  16.729 -   margin: 0;
  16.730 -   padding: 0 0 1px;
  16.731 -}
  16.732 -div.Box h4 a {
  16.733 -   color: #666666;
  16.734 -}
  16.735 -div.Box dl {
  16.736 -   overflow: hidden;
  16.737 -}
  16.738 -div.Box dl dt {
  16.739 -	font-size: 12px;
  16.740 -   float: left;
  16.741 -   width: 80px;
  16.742 -   color: #555;
  16.743 -}
  16.744 -div.Box dl dd {
  16.745 -	font-size: 12px;
  16.746 -   margin-left: 80px;
  16.747 -}
  16.748 -div.Box p {
  16.749 -   font-size: 100%;
  16.750 -   padding: 0 0 4px;
  16.751 -   color: #555;
  16.752 -}
  16.753 -ul.PanelActivity {
  16.754 -   border-top: 1px solid #C8C8C8;
  16.755 -	border-bottom: 0;
  16.756 -}
  16.757 -ul.PanelActivity li {
  16.758 -   background: #f1f1f1;
  16.759 -   border-bottom: 1px solid #C8C8C8;
  16.760 -   padding: 2px 4px;
  16.761 -	color: #555;
  16.762 -	font-size: 11px;
  16.763 -	line-height: 1.6;
  16.764 -}
  16.765 -ul.PanelActivity li a {
  16.766 -	font-size: 13px;
  16.767 -}
  16.768 -ul.PanelActivity li a.Name {
  16.769 -	margin-right: 2px;
  16.770 -}
  16.771 -ul.PanelActivity span {
  16.772 -	padding: 0 4px;
  16.773 -}
  16.774 -ul.PanelActivity p {
  16.775 -	padding: 0 4px;
  16.776 -	display: inline;
  16.777 -	font-size: 90%;
  16.778 -}
  16.779 -ul.PanelActivity li em {
  16.780 -	padding-left: 5px;
  16.781 -	color: #777;
  16.782 -	font-size: 80%;
  16.783 -}
  16.784 -ul.PanelActivity li div.Story {
  16.785 -	font-size: 85%;
  16.786 -}
  16.787 -ul.PanelInfo li {
  16.788 -   background: #f1f1f1;
  16.789 -   border-bottom: 1px solid #C8C8C8;
  16.790 -   padding: 2px 4px;
  16.791 -   text-align: right;
  16.792 -}
  16.793 -ul.PanelInfo li.Heading {
  16.794 -   text-align: left;
  16.795 -   color: #000;
  16.796 -   font-weight: bold;
  16.797 -}
  16.798 -ul.PanelInfo {
  16.799 -   border-top: 1px solid #C8C8C8;
  16.800 -	border-bottom: 0;
  16.801 -}
  16.802 -ul.PanelInfo li strong {
  16.803 -   font-weight: normal;
  16.804 -   text-align: left;
  16.805 -   font-weight: normal;
  16.806 -}
  16.807 -ul.PanelInfo li a {
  16.808 -   float: left;
  16.809 -}
  16.810 -ul.PanelInfo div.Meta {
  16.811 -   font-size: 11px;
  16.812 -}
  16.813 -ul.PanelInfo div.Meta span,
  16.814 -ul.PanelInfo div.Meta strong {
  16.815 -   margin-right: 8px;
  16.816 -}
  16.817 -ul.PanelInfo div.Meta span a {
  16.818 -   margin-left: 8px;
  16.819 -}
  16.820 -ul.PanelInfo div.Meta strong {
  16.821 -	display: inline;
  16.822 -   border-radius: 2px;
  16.823 -   -moz-border-radius: 2px;
  16.824 -   -webkit-border-radius: 2px;
  16.825 -	/*
  16.826 -	box-shadow: 0px 0px 2px #777;
  16.827 -	-moz-box-shadow: 0px 0px 2px #777;
  16.828 -	-webkit-box-shadow: 0px 0px 2px #777;
  16.829 -	*/
  16.830 -	background: #FF0;
  16.831 -	color:#000;
  16.832 -	font-size:9px;
  16.833 -	font-weight:bold;
  16.834 -	padding: 3px;
  16.835 -	line-height: 1;
  16.836 -}
  16.837 -ul.PanelInfo li.Parent {
  16.838 -	text-align: left;
  16.839 -	font-weight: bold;
  16.840 -	background: none;
  16.841 -	color: #333;
  16.842 -	padding: 2px 0;
  16.843 -}
  16.844 -ul.PanelInfo li.Active {
  16.845 -   background: #f8f8f8;
  16.846 -   border-bottom: 1px solid #444444;
  16.847 -}
  16.848 -ul.PanelInfo li.Active a {
  16.849 -   color: #1e79a7;
  16.850 -}
  16.851 -ul.PanelActivity li.ShowAll,
  16.852 -ul.PanelInfo li.ShowAll {
  16.853 -   font-weight: bold;
  16.854 -   border: 0;
  16.855 -   text-align: right;
  16.856 -	background: none;
  16.857 -}
  16.858 -#UserOptions {
  16.859 -	margin-bottom: 10px;
  16.860 -}
  16.861 -body.Profile ul.PanelInfo {
  16.862 -   border-bottom: 1px solid #C8C8C8;
  16.863 -}
  16.864 -body.Profile ul.PanelInfo li {
  16.865 -	border-bottom: 0;
  16.866 -	text-align: left;
  16.867 -}
  16.868 -body.Profile ul.PanelInfo li a {
  16.869 -   float: none;
  16.870 -}
  16.871 -a.BigButton {
  16.872 -   text-align: center;
  16.873 -   display: block;
  16.874 -   cursor: pointer;
  16.875 -   margin: 0 0 10px;
  16.876 -   font-size: 15px;
  16.877 -   font-weight: bold;
  16.878 -   padding: 8px 0;
  16.879 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  16.880 -   color: #02475A;
  16.881 -	text-shadow: 0 1px 0 #fff;
  16.882 -   border: 1px solid #999;
  16.883 -   border-radius: 3px;
  16.884 -   -moz-border-radius: 3px;
  16.885 -   -webkit-border-radius: 3px;
  16.886 -	box-shadow: 0px 0px 2px #999;
  16.887 -	-moz-box-shadow: 0px 0px 2px #999;
  16.888 -	-webkit-box-shadow: 0px 0px 2px #999;  
  16.889 -   }
  16.890 -a.BigButton:hover {
  16.891 -   color: #111;
  16.892 -   border: 1px solid #666;
  16.893 -	box-shadow: 0px 0px 5px #aaa;
  16.894 -	-moz-box-shadow: 0px 0px 5px #aaa;
  16.895 -	-webkit-box-shadow: 0px 0px 5px #aaa;  
  16.896 -}
  16.897 -a.BigButton:focus {
  16.898 -   background: #eee;
  16.899 -	box-shadow: 0px 0px 2px #999;
  16.900 -	-moz-box-shadow: 0px 0px 2px #999;
  16.901 -	-webkit-box-shadow: 0px 0px 2px #999;  
  16.902 -}
  16.903 -/* Category Depths */
  16.904 -ul.PanelCategories li.Depth2 { padding-left: 8px; }
  16.905 -ul.PanelCategories li.Depth3 { padding-left: 12px; }
  16.906 -ul.PanelCategories li.Depth4 { padding-left: 16px; }
  16.907 -ul.PanelCategories li.Depth5 { padding-left: 20px; }
  16.908 -ul.PanelCategories li.Depth6 { padding-left: 24px; }
  16.909 -ul.PanelCategories li.Depth7 { padding-left: 28px; }
  16.910 -ul.PanelCategories li.Depth8 { padding-left: 32px; }
  16.911 -ul.PanelCategories li.Depth9 { padding-left: 36px; }
  16.912 -ul.PanelCategories li.Depth10 { padding-left: 40px; }
  16.913 -ul.PanelCategories li.Depth11 { padding-left: 44px; }
  16.914 -ul.PanelCategories li.Depth12 { padding-left: 48px; }
  16.915 -ul.CategoryList li.Depth2 { padding-left: 25px !important; }
  16.916 -ul.CategoryList li.Depth3 { padding-left: 50px !important; }
  16.917 -ul.CategoryList li.Depth4 { padding-left: 75px !important; }
  16.918 -ul.CategoryList li.Depth5 { padding-left: 100px !important; }
  16.919 -ul.CategoryList li.Depth6 { padding-left: 125px !important; }
  16.920 -ul.CategoryList li.Depth7 { padding-left: 150px !important; }
  16.921 -ul.CategoryList li.Depth8 { padding-left: 175px !important; }
  16.922 -ul.CategoryList li.Depth9 { padding-left: 200px !important; }
  16.923 -ul.CategoryList li.Depth10 { padding-left: 225px !important; }
  16.924 -ul.CategoryList li.Depth11 { padding-left: 250px !important; }
  16.925 -ul.CategoryList li.Depth12 { padding-left: 275px !important; }
  16.926 -ul.CategoryListWithHeadings li.Depth2 { padding-left: 0 !important; }
  16.927 -ul.CategoryListWithHeadings li.Depth3 { padding-left: 25px !important; }
  16.928 -ul.CategoryListWithHeadings li.Depth4 { padding-left: 50px !important; }
  16.929 -ul.CategoryListWithHeadings li.Depth5 { padding-left: 75px !important; }
  16.930 -ul.CategoryListWithHeadings li.Depth6 { padding-left: 100px !important; }
  16.931 -ul.CategoryListWithHeadings li.Depth7 { padding-left: 125px !important; }
  16.932 -ul.CategoryListWithHeadings li.Depth8 { padding-left: 150px !important; }
  16.933 -ul.CategoryListWithHeadings li.Depth9 { padding-left: 175px !important; }
  16.934 -ul.CategoryListWithHeadings li.Depth10 { padding-left: 200px !important; }
  16.935 -ul.CategoryListWithHeadings li.Depth11 { padding-left: 225px !important; }
  16.936 -ul.CategoryListWithHeadings li.Depth12 { padding-left: 250px !important; }
  16.937 -
  16.938 -div.Box.RecentUsers {
  16.939 -	float: left;
  16.940 -}
  16.941 -div.Icons a {
  16.942 -	display: block;
  16.943 -	margin: 0 2px 2px 0;
  16.944 -	float: left;
  16.945 -}
  16.946 -div.Icons img {
  16.947 -	display: block;
  16.948 -	height: 44px;
  16.949 -	width: 44px;
  16.950 -	overflow: hidden;
  16.951 -	background: #c4cde0;
  16.952 -	color: #c4cde0;
  16.953 -	text-indent: 50px;
  16.954 -}
  16.955 -
  16.956 -/* ================================================ DataList (Search Results) */
  16.957 -/* Note: DataList is used in search results, vanilla discussions & drafts */
  16.958 -div.Empty {
  16.959 -   margin: 10px 0;
  16.960 -}
  16.961 -ul.DataList li.Item {
  16.962 -   margin: 0;
  16.963 -   padding: 4px 0;
  16.964 -   border-bottom: 1px solid #bec8cc;
  16.965 -}
  16.966 -ul.DataList li.Item li.Item {
  16.967 -   border-bottom: none;
  16.968 -}
  16.969 -ul.DataList li {
  16.970 -   border: 0;
  16.971 -   padding: 0;
  16.972 -	position: relative;
  16.973 -}
  16.974 -ul.DataList div.Options {
  16.975 -	position: absolute;
  16.976 -	right: 0;
  16.977 -	width:100px;
  16.978 -}
  16.979 -ul.DataList div.OptionButton {
  16.980 -	position: absolute;
  16.981 -	top: 0;
  16.982 -	right: 0;
  16.983 -}
  16.984 -ul.DataList a.Title {
  16.985 -   display: block;
  16.986 -   margin: 0;
  16.987 -   font-size: 14px;
  16.988 -   font-weight: bold;
  16.989 -}
  16.990 -ul.DataList div.Title {
  16.991 -   display: block;
  16.992 -   margin: 0;
  16.993 -}
  16.994 -ul.DataList div.Title a {
  16.995 -   font-size: 120%;
  16.996 -   font-weight: bold;
  16.997 -}
  16.998 -ul.DataList div.Meta {
  16.999 -   font-size: 11px;
 16.1000 -   color: #70727c;
 16.1001 -}
 16.1002 -ul.DataList div.Excerpt {
 16.1003 -   font-size: 12px;
 16.1004 -	line-height: 1.4;
 16.1005 -}
 16.1006 -ul.DataList div.Excerpt a {
 16.1007 -   color: #333;
 16.1008 -	display: block;
 16.1009 -}
 16.1010 -ul.DataList div.Excerpt p {
 16.1011 -	display: inline;
 16.1012 -	padding: 0;
 16.1013 -}
 16.1014 -/* ul.DataList div.Meta span a, */
 16.1015 -ul.DataList div.Meta span,
 16.1016 -ul.DataList div.Meta strong {
 16.1017 -   margin-right: 12px;
 16.1018 -}
 16.1019 -ul.DataList div.Meta strong {
 16.1020 -   border-radius: 2px;
 16.1021 -   -moz-border-radius: 2px;
 16.1022 -   -webkit-border-radius: 2px;
 16.1023 -	/*
 16.1024 -	box-shadow: 0px 0px 2px #777;
 16.1025 -	-moz-box-shadow: 0px 0px 2px #777;
 16.1026 -	-webkit-box-shadow: 0px 0px 2px #777;
 16.1027 -	*/
 16.1028 -	background: #FF0;
 16.1029 -	color:#000;
 16.1030 -	font-size:9px;
 16.1031 -	font-weight:bold;
 16.1032 -	padding: 3px;
 16.1033 -	line-height: 1;
 16.1034 -}
 16.1035 -ul.DataList div.Meta a {
 16.1036 -   color: #2b2d33;
 16.1037 -}
 16.1038 -ul.DataList a.Delete {
 16.1039 -   width: auto;
 16.1040 -   padding: 0 5px;
 16.1041 -   margin: 0 1px 0 0;
 16.1042 -   font-size: 11px;
 16.1043 -   font-weight: normal;
 16.1044 -   border-radius: 2px;
 16.1045 -   -moz-border-radius: 2px;
 16.1046 -   -webkit-border-radius: 2px;
 16.1047 -   color: #555;
 16.1048 -   cursor: pointer;
 16.1049 -   line-height: 1;
 16.1050 -}
 16.1051 -ul.DataList a.Delete:hover {
 16.1052 -	padding: 4px;
 16.1053 -   color: #333;
 16.1054 -   border: 1px solid #888;
 16.1055 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
 16.1056 -}
 16.1057 -ul.DataList a.Delete:focus {
 16.1058 -   background: #f8f8f8;
 16.1059 -}
 16.1060 -/* Condensed datalists make the main link & excerpt inline. */
 16.1061 -ul.DataList div.Photo {
 16.1062 -	float: left;
 16.1063 -	padding: 0 10px 0 0;
 16.1064 -	font-size: 11px;
 16.1065 -}
 16.1066 -ul.DataList div.Photo img {
 16.1067 -	display: block;
 16.1068 -	height: 43px;
 16.1069 -	width: 43px;
 16.1070 -	overflow: hidden;
 16.1071 -	background: #eee;
 16.1072 -}
 16.1073 -ul.Condensed li,
 16.1074 -li.Condensed {
 16.1075 -	clear: left;
 16.1076 -}
 16.1077 -ul.Condensed a.Title,
 16.1078 -li.Condensed a.Title,
 16.1079 -ul.Condensed div.Title,
 16.1080 -li.Condensed div.Title {
 16.1081 -	display: inline;
 16.1082 -	padding: 0;
 16.1083 -}
 16.1084 -ul.Condensed div.Excerpt,
 16.1085 -li.Condensed div.Excerpt {
 16.1086 -	display: inline;
 16.1087 -}
 16.1088 -ul.Condensed div.Excerpt a,
 16.1089 -li.Condensed div.Excerpt a {
 16.1090 -	display: block;
 16.1091 -	padding: 3px 0;
 16.1092 -}
 16.1093 -
 16.1094 -/* =============================================================== Activities */
 16.1095 -
 16.1096 -body.Activity h1 {
 16.1097 -   margin: 0;
 16.1098 -}
 16.1099 -body.Profile ul.Activities {
 16.1100 -   margin-top: 10px;
 16.1101 -   border-top: 1px solid #ddd;
 16.1102 -}
 16.1103 -ul.Activities li.HasPhoto div.Title {
 16.1104 -	padding: 0;
 16.1105 -}
 16.1106 -ul.Activities a.Title,
 16.1107 -ul.Activities div.Title,
 16.1108 -ul.Activities div.Title a {
 16.1109 -	font-size: 14px;
 16.1110 -}
 16.1111 -ul.Activities div.Excerpt {
 16.1112 -	color: #80828C;
 16.1113 -}
 16.1114 -ul.Activities li.Condensed div.Excerpt {
 16.1115 -	color: #000;
 16.1116 -	font-size: 13px;
 16.1117 -	padding: 0 0 0 4px;
 16.1118 -}
 16.1119 -ul.Activities div.Excerpt a,
 16.1120 -ul.Activities div.Meta a {
 16.1121 -   color: #1e79a7;
 16.1122 -}
 16.1123 -ul.Activities div.Excerpt a:hover,
 16.1124 -ul.Activities div.Meta a:hover {
 16.1125 -   color: #ff0084;
 16.1126 -}
 16.1127 -ul.Activities div.Excerpt img {
 16.1128 -	padding: 2px;
 16.1129 -	border: 1px solid #999;
 16.1130 -}
 16.1131 -ul.Activities ul.DataList {
 16.1132 -	margin-left: 50px;
 16.1133 -	width: 400px;
 16.1134 -}
 16.1135 -ul.Activities div.ItemContent {
 16.1136 -	width: 631px;
 16.1137 -}
 16.1138 -ul.Activities li.HasPhoto div.ItemContent {
 16.1139 -	margin-left: 53px;
 16.1140 -	width: 578px;
 16.1141 -}
 16.1142 -ul.Activities li.Item li.HasPhoto div.ItemContent {
 16.1143 -	width: auto;
 16.1144 -	margin-left: 42px;
 16.1145 -}
 16.1146 -ul.Activities ul.DataList li {
 16.1147 -	background: #D7E7FF;
 16.1148 -	margin-bottom: 2px;
 16.1149 -	padding: 6px;
 16.1150 -}
 16.1151 -ul.Activities ul.DataList a.Title,
 16.1152 -ul.Activities ul.DataList div.Title,
 16.1153 -ul.Activities ul.DataList div.Title a,
 16.1154 -ul.Activities ul.DataList div.Excerpt p {
 16.1155 -	font-size: 13px;
 16.1156 -	line-height: 1;
 16.1157 -}
 16.1158 -ul.HasPhoto div.Excerpt,
 16.1159 -ul.HasPhoto div.Meta {
 16.1160 -	padding-left: 49px !important;
 16.1161 -	display: block;
 16.1162 -}
 16.1163 -ul.Activities ul.DataList .HasPhoto div.Meta {
 16.1164 -	padding: 2px 0 0;
 16.1165 -	line-height: 1;
 16.1166 -}
 16.1167 -ul.Activities ul.DataList div.Photo img {
 16.1168 -	height: 32px;
 16.1169 -	width: 32px;
 16.1170 -}
 16.1171 -ul.Activities a.CommentLink,
 16.1172 -ul.Activities a.CommentLink:hover {
 16.1173 -	font-size: 12px;
 16.1174 -   cursor: text;
 16.1175 -   background: #fff;
 16.1176 -   color: #bbb !important;
 16.1177 -   padding: 5px;
 16.1178 -   text-decoration: none;
 16.1179 -   border: 1px solid #aaa;
 16.1180 -   display: block;
 16.1181 -   line-height: 100%;
 16.1182 -   font-weight: normal;
 16.1183 -}
 16.1184 -ul.Activities li.CommentForm form div {
 16.1185 -	text-align: right;
 16.1186 -}
 16.1187 -ul.Activities li.CommentForm textarea.TextBox {
 16.1188 -   width: 380px;
 16.1189 -	min-height: 40px;
 16.1190 -   height: 40px;
 16.1191 -   margin-bottom: 2px;
 16.1192 -	font-size: 12px;
 16.1193 -}
 16.1194 -ul.Activities li.CommentForm input.Button {
 16.1195 -	font-size: 12px;
 16.1196 -	box-shadow: 0 0 1px #999;
 16.1197 -	-moz-box-shadow: 0 0 1px #999;
 16.1198 -	-webkit-box-shadow: 0 0 1px #999;  
 16.1199 -}
 16.1200 -
 16.1201 -
 16.1202 -/* ============================================================== MessageList */
 16.1203 -/* used for lists of message-based content (discussion comments, private
 16.1204 -conversation messages, etc). */
 16.1205 -
 16.1206 -ul.MessageList,
 16.1207 -ul.MessageList li {
 16.1208 -   list-style: none;
 16.1209 -   margin: 0;
 16.1210 -   padding: 0;
 16.1211 -}
 16.1212 -ul.MessageList li.Item {
 16.1213 -   border-bottom: 1px solid #ddd;
 16.1214 -	padding: 10px 4px 4px 10px;
 16.1215 -}
 16.1216 -ul.MessageList div.Meta {
 16.1217 -   font-size: 11px;
 16.1218 -   color: #777;
 16.1219 -	min-height: 40px;
 16.1220 -}
 16.1221 -ul.MessageList div.Meta span.Author img {
 16.1222 -   height: 40px;
 16.1223 -   width: 40px;
 16.1224 -   border: 0;
 16.1225 -   margin: 0 10px 0 0;
 16.1226 -   float: left;
 16.1227 -   overflow: hidden;
 16.1228 -   background: #eee;
 16.1229 -}
 16.1230 -ul.MessageList div.Meta span {
 16.1231 -   line-height: 2.5;
 16.1232 -   padding-left: 10px;
 16.1233 -}
 16.1234 -ul.MessageList div.Meta span.Author {
 16.1235 -	padding: 0;
 16.1236 -}
 16.1237 -ul.MessageList div.Meta span.Author a {
 16.1238 -   font-size: 15px;
 16.1239 -   font-weight: bold;
 16.1240 -}
 16.1241 -
 16.1242 -ul.MessageList div.Comment div.Meta span {
 16.1243 -   line-height: inherit;
 16.1244 -}
 16.1245 -
 16.1246 -ul.MessageList div.Comment div.Meta div.CommentInfo {
 16.1247 -   line-height: normal;
 16.1248 -}
 16.1249 -
 16.1250 -ul.MessageList div.Comment div.Meta div.CommentInfo span {
 16.1251 -   padding-left: 0px;
 16.1252 -   padding-right: 10px;
 16.1253 -}
 16.1254 -
 16.1255 -div.Preview {
 16.1256 -	text-align: left;
 16.1257 -	background: #f1f1f1;
 16.1258 -	padding: 1px 8px;
 16.1259 -	margin: 4px 0 8px;
 16.1260 -}
 16.1261 -div.Popup div.Preview {
 16.1262 -	padding: 8px;
 16.1263 -	margin: 0;
 16.1264 -}
 16.1265 -body.Post div.Popup a.Close {
 16.1266 -	color: #1e79a7;
 16.1267 -}
 16.1268 -div.Preview div.Message,
 16.1269 -ul.MessageList div.Message {
 16.1270 -   clear: both;
 16.1271 -   line-height: 140%;
 16.1272 -   font-size: 100%;
 16.1273 -	word-wrap: break-word;
 16.1274 -}
 16.1275 -div.Preview div.Message,
 16.1276 -div.Preview div.Message p,
 16.1277 -ul.MessageList div.Message,
 16.1278 -ul.MessageList div.Message p {
 16.1279 -   margin: 8px 0;
 16.1280 -}
 16.1281 -div.Preview div.Message blockquote,
 16.1282 -ul.MessageList div.Message blockquote {
 16.1283 -   padding: 4px 16px;
 16.1284 -   margin: 4px 0;
 16.1285 -}
 16.1286 -
 16.1287 -code, pre {
 16.1288 -   border-radius: 2px;
 16.1289 -   -moz-border-radius: 2px;
 16.1290 -   -webkit-border-radius: 2px;
 16.1291 -   background: #ff9;
 16.1292 -   padding: 4px 8px;
 16.1293 -   white-space: pre;
 16.1294 -   font-family: monospace;
 16.1295 -   overflow: auto;
 16.1296 -	border: 1px solid #eec;
 16.1297 -}
 16.1298 -pre {
 16.1299 -   display: block;
 16.1300 -}
 16.1301 -div.Preview div.Message strong,
 16.1302 -ul.MessageList div.Message strong {
 16.1303 -   font-weight: bold;
 16.1304 -}
 16.1305 -div.Preview div.Message em,
 16.1306 -ul.MessageList div.Message em {
 16.1307 -   font-style: oblique;
 16.1308 -}
 16.1309 -div.Preview div.Message ul,
 16.1310 -div.Preview div.Message ol,
 16.1311 -ul.MessageList div.Message ul,
 16.1312 -ul.MessageList div.Message ol {
 16.1313 -   margin-left: 3em ! important;
 16.1314 -}
 16.1315 -div.Preview div.Message ol li,
 16.1316 -ul.MessageList div.Message ol li {
 16.1317 -  list-style: decimal ! important;
 16.1318 -}
 16.1319 -div.Preview div.Message ul li,
 16.1320 -ul.MessageList div.Message ul li {
 16.1321 -  list-style: disc ! important;
 16.1322 -}
 16.1323 -div.Message h1,
 16.1324 -div.Message h2,
 16.1325 -div.Message h3,
 16.1326 -div.Message h4,
 16.1327 -div.Message h5 {
 16.1328 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
 16.1329 -	font-weight: bold;
 16.1330 -	border: none;
 16.1331 -	color: #000;
 16.1332 -}
 16.1333 -div.Message h1 { font-size: 22px; }
 16.1334 -div.Message h2 { font-size: 20px; }
 16.1335 -div.Message h3 { font-size: 18px; }
 16.1336 -div.Message h4 { font-size: 16px; }
 16.1337 -div.Message h5 { font-size: 14px; }
 16.1338 -div.Message div.ImageResized {
 16.1339 -	font-size: 11px;
 16.1340 -	font-weight: normal;
 16.1341 -	cursor: pointer;
 16.1342 -	margin-bottom: 10px;
 16.1343 -}
 16.1344 -/* The "Foot" is at the bottom of the #Content section. Used for more results
 16.1345 -links, sign in buttons, etc */
 16.1346 -.Foot {
 16.1347 -	border-bottom: 1px solid #C8C8C8;
 16.1348 -   padding: 6px;
 16.1349 -   background: #eaeaea;
 16.1350 -   text-align: right;
 16.1351 -   border-bottom-right-radius: 2px;
 16.1352 -   border-bottom-left-radius: 2px;
 16.1353 -   -moz-border-radius-bottomright: 2px;
 16.1354 -   -moz-border-radius-bottomleft: 2px;
 16.1355 -   -webkit-border-bottom-right-radius: 2px;
 16.1356 -   -webkit-border-bottom-left-radius: 2px;
 16.1357 -   }
 16.1358 -.Foot a.TabLink {
 16.1359 -	margin-left: 10px;
 16.1360 -}
 16.1361 -.Foot .Note {
 16.1362 -	line-height: 2.6;
 16.1363 -	float: left;
 16.1364 -	padding: 0 0 0 8px;
 16.1365 -	font-weight: bold;
 16.1366 -}
 16.1367 -
 16.1368 -/* =============================================================== Categories */
 16.1369 -ul.CategoryList li.Item {
 16.1370 -	margin: 0;
 16.1371 -	padding: 0;
 16.1372 -	border: 0 !important;
 16.1373 -}
 16.1374 -ul.CategoryList .ItemContent {
 16.1375 -	position: relative;
 16.1376 -	margin-top: -1px;
 16.1377 -	border: 1px solid #BEC8CC;
 16.1378 -	border-width: 1px 0;
 16.1379 -	padding: 4px 9px;
 16.1380 -}
 16.1381 -div.Meta span.ChildCategories {
 16.1382 -	border-top: 1px dotted #ddd;
 16.1383 -	display: block;
 16.1384 -}
 16.1385 -ul.DataList div.Meta span.RSS {
 16.1386 -	margin-right: 6px;
 16.1387 -}
 16.1388 -div.Meta span.RSS img {
 16.1389 -	vertical-align: text-bottom;
 16.1390 -}
 16.1391 -ul.CategoryList li.CategoryHeading {
 16.1392 -	font-weight: bold;
 16.1393 -	font-size: 14px;
 16.1394 -}
 16.1395 -
 16.1396 -/* ============================================================= Profile Page */
 16.1397 -body.Profile #Content {
 16.1398 -   width: auto;
 16.1399 -   margin: 0 0 40px 20px;
 16.1400 -   width: 690px;
 16.1401 -	float: right;
 16.1402 -}
 16.1403 -body.Profile #Panel {
 16.1404 -   float: left;
 16.1405 -   width: 250px;
 16.1406 -}
 16.1407 -ul.SideMenu {
 16.1408 -   border-radius: 0;
 16.1409 -   -moz-border-radius: 0;
 16.1410 -   -webkit-border-radius: 0;
 16.1411 -   background: none;
 16.1412 -   padding: 0;
 16.1413 -   margin: 0 0 10px;
 16.1414 -}
 16.1415 -ul.SideMenu li ul {
 16.1416 -   margin: 0;
 16.1417 -   padding: 0;
 16.1418 -   border: 0;
 16.1419 -   background: none;
 16.1420 -}
 16.1421 -ul.SideMenu li ul li {
 16.1422 -   border-bottom: 1px solid #bec8cc;
 16.1423 -}
 16.1424 -ul.SideMenu li ul li a {
 16.1425 -   padding: 0 8px;
 16.1426 -   display: block;
 16.1427 -}
 16.1428 -ul.SideMenu li ul li a:hover {
 16.1429 -   text-decoration: none;
 16.1430 -   background: #eaeaea;
 16.1431 -}
 16.1432 -div.User {
 16.1433 -   line-height: 150%;
 16.1434 -}
 16.1435 -div.User,
 16.1436 -div.User a {
 16.1437 -   text-decoration: none;
 16.1438 -}
 16.1439 -div.User h1 {
 16.1440 -   padding: 0 0 8px;
 16.1441 -   margin: 0;
 16.1442 -   line-height: 100%;
 16.1443 -   border: 0;
 16.1444 -}
 16.1445 -#Status {
 16.1446 -   border-top-left-radius: 2px;
 16.1447 -   border-top-right-radius: 2px;
 16.1448 -   -moz-border-radius-topleft: 2px;
 16.1449 -   -moz-border-radius-topright: 2px;
 16.1450 -   -webkit-border-top-left-radius: 2px;
 16.1451 -   -webkit-border-top-right-radius: 2px;
 16.1452 -   background: #f1f1f1;
 16.1453 -   margin: 0;
 16.1454 -   padding: 8px 8px 0;
 16.1455 -   color: #999;
 16.1456 -   font-weight: normal;
 16.1457 -   line-height: 1.5;
 16.1458 -}
 16.1459 -#Status p {
 16.1460 -   font-size: 120%;
 16.1461 -   color: #6c6c6c;
 16.1462 -   display: inline;
 16.1463 -   margin: 0;
 16.1464 -   padding: 0;
 16.1465 -   line-height: 1;
 16.1466 -}
 16.1467 -#Status a.Change {
 16.1468 -   text-transform: lowercase;
 16.1469 -   font-size: 11px;
 16.1470 -   text-decoration: none;
 16.1471 -}
 16.1472 -#Status a:hover {
 16.1473 -   text-decoration: underline;
 16.1474 -}
 16.1475 -div.User form {
 16.1476 -   border-top-left-radius: 2px;
 16.1477 -   border-top-right-radius: 2px;
 16.1478 -   -moz-border-radius-topleft: 2px;
 16.1479 -   -moz-border-radius-topright: 2px;
 16.1480 -   -webkit-border-top-left-radius: 2px;
 16.1481 -   -webkit-border-top-right-radius: 2px;
 16.1482 -   background: #f1f1f1;
 16.1483 -   padding: 8px 8px 0;
 16.1484 -}
 16.1485 -div.User form input.InputBox {
 16.1486 -   width: 618px;
 16.1487 -   margin-right: 2px;
 16.1488 -}
 16.1489 -form.Activity {
 16.1490 -   display: block;
 16.1491 -   padding: 10px 10px 0 10px;
 16.1492 -	text-align: right;
 16.1493 -}
 16.1494 -form.Activity textarea {
 16.1495 -   width: 99%;
 16.1496 -   margin-bottom: 2px;
 16.1497 -   height: 60px;
 16.1498 -   min-height: 60px;
 16.1499 -}
 16.1500 -
 16.1501 -/* Invitations Form */
 16.1502 -#Form_Invitation table {
 16.1503 -   width: 100%;
 16.1504 -   border-collapse: collapse;
 16.1505 -   margin: 10px 0;
 16.1506 -	background: #f1f1f1;
 16.1507 -	border: 1px solid #DDDDDD;
 16.1508 -}
 16.1509 -#Form_Invitation table label {
 16.1510 -   font-size: 12px;
 16.1511 -   padding: 0px;
 16.1512 -}
 16.1513 -#Form_Invitation table tr.Last td,
 16.1514 -#Form_Invitation table tr.Last th {
 16.1515 -   border-bottom: 0px;
 16.1516 -}
 16.1517 -#Form_Invitation table th,
 16.1518 -#Form_Invitation table td {
 16.1519 -   font-weight: normal;
 16.1520 -   color: #555;
 16.1521 -   padding: 6px;
 16.1522 -}
 16.1523 -#Form_Invitation table thead th,
 16.1524 -#Form_Invitation table thead td {
 16.1525 -   border-bottom: 1px solid #DDDDDD;
 16.1526 -}
 16.1527 -#Form_Invitation table tbody th {
 16.1528 -   font-weight: bold;
 16.1529 -   color: #000;
 16.1530 -}
 16.1531 -#Form_Invitation table tbody th,
 16.1532 -#Form_Invitation table tbody td {
 16.1533 -   border-bottom: 1px solid #DDDDDD;
 16.1534 -   line-height: 150%;
 16.1535 -}
 16.1536 -#Form_Invitation table thead th {
 16.1537 -   font-weight: bold;
 16.1538 -   font-size: 13px;
 16.1539 -   color: #000;
 16.1540 -}
 16.1541 -#Form_Invitation table.AltRows tr.Alt th,
 16.1542 -#Form_Invitation table.AltRows tr.Alt td,
 16.1543 -#Form_Invitation table.AltColumns th.Alt,
 16.1544 -#Form_Invitation table.AltColumns td.Alt {
 16.1545 -   background: #f1f1f1;
 16.1546 -}
 16.1547 -#Form_Invitation table.AltColumns tr.Alt {
 16.1548 -   background: none;
 16.1549 -}
 16.1550 -body.Profile ul.Notifications {
 16.1551 -	border-top: 0;
 16.1552 -	margin-top: 0;
 16.1553 -}
 16.1554 -
 16.1555 -
 16.1556 -/* ================================================= Tabs, Headings & Footers */
 16.1557 -div.MessageForm {
 16.1558 -	text-align: right;
 16.1559 -}
 16.1560 -div.MessageForm,
 16.1561 -div.Tabs,
 16.1562 -div.Headings {
 16.1563 -	display: block;
 16.1564 -   border-bottom: 1px solid #C8C8C8;
 16.1565 -   padding: 5px 8px;
 16.1566 -   margin: 0;
 16.1567 -   background: #f1f1f1;
 16.1568 -}
 16.1569 -div.MessageForm div.Tabs {
 16.1570 -	padding: 0;
 16.1571 -	border: 0;
 16.1572 -	background: none;
 16.1573 -	text-align: left;
 16.1574 -}
 16.1575 -div.MessageForm div.Tabs ul {
 16.1576 -	display: inline;
 16.1577 -}
 16.1578 -div.Tabs li {
 16.1579 -   display: inline;
 16.1580 -   margin: 0;
 16.1581 -}
 16.1582 -div.MorePager a,
 16.1583 -div.MorePager a:link,
 16.1584 -div.MorePager a:hover,
 16.1585 -div.MorePager a:active,
 16.1586 -div.MorePager a:visited,
 16.1587 -a.TabLink,
 16.1588 -a.TabLink:link,
 16.1589 -a.TabLink:hover,
 16.1590 -a.TabLink:active,
 16.1591 -a.TabLink:visited,
 16.1592 -div.Tabs li a,
 16.1593 -div.Tabs li a:link,
 16.1594 -div.Tabs li a:hover,
 16.1595 -div.Tabs li a:active,
 16.1596 -div.Tabs li a:visited {
 16.1597 -   margin: 0;
 16.1598 -   border: 1px solid #C8C8C8;
 16.1599 -   border-radius: 3px;
 16.1600 -   -moz-border-radius: 3px;
 16.1601 -   -webkit-border-radius: 3px;
 16.1602 -   background: #b64b22;
 16.1603 -   display: inline;
 16.1604 -   font-weight: bold;
 16.1605 -   color: #ffffff;
 16.1606 -   text-decoration: none;
 16.1607 -   padding: 5px 10px;
 16.1608 -	line-height: 2.6;
 16.1609 -}
 16.1610 -div.MorePager li a:hover,
 16.1611 -a.TabLink:hover,
 16.1612 -div.Tabs li a:hover {
 16.1613 -   background: #a3431f;
 16.1614 -}
 16.1615 -a.Active,
 16.1616 -div.Tabs li.Active a {
 16.1617 -   background: #fff;
 16.1618 -   color: #474747;
 16.1619 -}
 16.1620 -div.Tabs li a span {
 16.1621 -   line-height: 1;
 16.1622 -   font-size: 80%;
 16.1623 -   padding: 0 3px;
 16.1624 -   border-radius: 3px;
 16.1625 -   -webkit-border-radius: 3px;
 16.1626 -   -moz-border-radius: 3px;
 16.1627 -   font-weight: normal;
 16.1628 -   background: #1e79a7;
 16.1629 -   color: #eaf4fd;
 16.1630 -   margin: 0 0 0 4px;
 16.1631 -}
 16.1632 -div.Tabs div.SubTab {
 16.1633 -	margin: 10px 0 0;
 16.1634 -	padding: 4px 8px;
 16.1635 -	background: #f3fcff;
 16.1636 -   border-radius: 2px;
 16.1637 -   -webkit-border-radius: 2px;
 16.1638 -   -moz-border-radius: 2px;
 16.1639 -}
 16.1640 -div.HeadingTabs {
 16.1641 -	padding: 8px 8px 8px 12px;
 16.1642 -}
 16.1643 -div.HeadingTabs ul {
 16.1644 -	display: inline;
 16.1645 -	float: right;
 16.1646 -}
 16.1647 -div.HeadingTabs div.SubTab {
 16.1648 -	font-size: 14px;
 16.1649 -	display: inline;
 16.1650 -	font-weight: bold;
 16.1651 -	background: none;
 16.1652 -	padding: 0;
 16.1653 -	line-height: 2.4;
 16.1654 -}
 16.1655 -div.SearchTabs input.InputBox {
 16.1656 -	width: 560px;
 16.1657 -	margin-right: 10px;
 16.1658 -}
 16.1659 -div.Headings {
 16.1660 -	position: relative;
 16.1661 -	text-align: left;
 16.1662 -}
 16.1663 -div.Headings div {
 16.1664 -	display: inline-block;
 16.1665 -	padding-right: 10px;
 16.1666 -}
 16.1667 -div.Headings div.ItemHeading {
 16.1668 -	font-size: 14px;
 16.1669 -	font-weight: bold;
 16.1670 -	line-height: 2;
 16.1671 -}
 16.1672 -div.Headings div.MetaHeading {
 16.1673 -	font-size: 11px;
 16.1674 -}
 16.1675 -
 16.1676 -/* ======================================================== Thumbnail Cropper */
 16.1677 -form.Thumbnail table {
 16.1678 -   width: 100%;
 16.1679 -}
 16.1680 -form.Thumbnail table td {
 16.1681 -   width: 50%;
 16.1682 -}
 16.1683 -form.Thumbnail table tr td {
 16.1684 -   vertical-align: top;
 16.1685 -}
 16.1686 -form.Thumbnail table tr th {
 16.1687 -	padding-right: 10px;
 16.1688 -}
 16.1689 -.jcropper-holder {
 16.1690 -   border: 1px black solid;
 16.1691 -}
 16.1692 -.jcrop-holder {
 16.1693 -   text-align: left;
 16.1694 -}
 16.1695 -.jcrop-vline, .jcrop-hline {
 16.1696 -   font-size: 0;
 16.1697 -   position: absolute;
 16.1698 -   background: white url('images/jcrop.gif') top left repeat;
 16.1699 -}
 16.1700 -.jcrop-vline { height: 100%; width: 1px !important; }
 16.1701 -.jcrop-hline { width: 100%; height: 1px !important; }
 16.1702 -.jcrop-handle {
 16.1703 -   font-size: 1px;
 16.1704 -   width: 7px !important;
 16.1705 -   height: 7px !important;
 16.1706 -   border: 1px #eee solid;
 16.1707 -   background-color: #333;
 16.1708 -   *width: 9px;
 16.1709 -   *height: 9px;
 16.1710 -}
 16.1711 -.jcrop-tracker {
 16.1712 -   *background-color: gray;
 16.1713 -   width: 100%; height: 100%;
 16.1714 -}
 16.1715 -.custom .jcrop-vline,
 16.1716 -.custom .jcrop-hline {
 16.1717 -   background: yellow;
 16.1718 -}
 16.1719 -.custom .jcrop-handle {
 16.1720 -   border-color: black;
 16.1721 -   background-color: #C7BB00;
 16.1722 -   border-radius: 3px;
 16.1723 -   -moz-border-radius: 3px;
 16.1724 -   -webkit-border-radius: 3px;
 16.1725 -}
 16.1726 -form.Thumbnail table {
 16.1727 -	width: 100%;
 16.1728 -}
 16.1729 -form.Thumbnail table td {
 16.1730 -	font-weight: normal;
 16.1731 -}
 16.1732 -
 16.1733 -
 16.1734 -/* =================================================================== Popups */
 16.1735 -div.Popup div.Errors ul {
 16.1736 -	border: 1px solid #a00 !important;
 16.1737 -}
 16.1738 -div.Popup div.Messages {
 16.1739 -   text-align: left;
 16.1740 -   position: inherit;
 16.1741 -   top: auto;
 16.1742 -   left: auto;
 16.1743 -   z-index: auto;
 16.1744 -	margin: 10px 0 !important;
 16.1745 -}
 16.1746 -div.Popup div.Messages ul {
 16.1747 -	display: block;
 16.1748 -   border-radius: 2px;
 16.1749 -	-moz-border-radius: 2px;
 16.1750 -	-webkit-border-radius: 2px;
 16.1751 -	box-shadow: none;
 16.1752 -	-moz-box-shadow: none;
 16.1753 -	-webkit-box-shadow: none;
 16.1754 -}
 16.1755 -* html div.Popup div.Messages {
 16.1756 -  position: inherit;
 16.1757 -  width: auto;
 16.1758 -  top: auto;
 16.1759 -  left: auto;
 16.1760 -  overflow: auto; 
 16.1761 -}
 16.1762 -div.Popup .Info {
 16.1763 -	margin-top: 10px;
 16.1764 -}
 16.1765 -div.Popup .Loading {
 16.1766 -   display: block;
 16.1767 -	width: 200px;
 16.1768 -}
 16.1769 -div.Overlay {
 16.1770 -  position: absolute;
 16.1771 -  top: 0;
 16.1772 -  left: 0;
 16.1773 -  width: 100%;
 16.1774 -  height: 100%;
 16.1775 -}
 16.1776 -div.Popup {
 16.1777 -  position: absolute;
 16.1778 -  width: 100%;
 16.1779 -  top: 0;
 16.1780 -  left: 0;
 16.1781 -  z-index: 5000;
 16.1782 -  text-align: center;
 16.1783 -}
 16.1784 -div.Popup div.Border {
 16.1785 -  margin: 0px auto;
 16.1786 -  text-align: left;
 16.1787 -  position: relative;
 16.1788 -  max-width: 500px;
 16.1789 -  display: inline-block;
 16.1790 -}
 16.1791 -div.Popup div.Body {
 16.1792 -  background: #fff;
 16.1793 -}
 16.1794 -div.Popup div.Legal,
 16.1795 -div.Popup .Content form {
 16.1796 -	max-height: 440px;
 16.1797 -	overflow: auto;
 16.1798 -	padding: 0 10px 10px;
 16.1799 -}
 16.1800 -div.Popup .Loading {
 16.1801 -  text-align: center;
 16.1802 -}
 16.1803 -div.Popup h1,
 16.1804 -div.Popup h2,
 16.1805 -div.Connect h1,
 16.1806 -div.Connect h2 {
 16.1807 -	font-size:120%;
 16.1808 -	font-weight:bold;
 16.1809 -	margin-bottom: 0;
 16.1810 -	color: #fff;
 16.1811 -	background: #38abe3;
 16.1812 -	border-bottom: 1px solid #3DB9E5;
 16.1813 -	padding: 6px 9px 4px;
 16.1814 -}
 16.1815 -a.Close {
 16.1816 -	position: absolute;
 16.1817 -	top: 16px;
 16.1818 -	right: 20px;
 16.1819 -	line-height: 1;
 16.1820 -	color: #E4F7FE;
 16.1821 -	cursor: pointer;
 16.1822 -	font-family: arial;
 16.1823 -	font-size: 22px;
 16.1824 -	font-weight: bold;
 16.1825 -	padding: 0;
 16.1826 -}
 16.1827 -a.Close:hover {
 16.1828 -	color: #fff;
 16.1829 -}
 16.1830 -div.Popup .Footer {
 16.1831 -	border: none;
 16.1832 -	background: none;
 16.1833 -	padding: 0;
 16.1834 -	margin: 0;
 16.1835 -	text-align: right;
 16.1836 -}
 16.1837 -div.Popup .Footer input.Button {
 16.1838 -	font-size: 11px;
 16.1839 -	margin-right: 2px;
 16.1840 -}
 16.1841 -div.Popup h3 {
 16.1842 -	font-size: 120%;
 16.1843 -	font-weight: bold;
 16.1844 -	padding: 20px 0 10px;
 16.1845 -}
 16.1846 -div.Popup p {
 16.1847 -	padding: 6px 10px 10px;
 16.1848 -}
 16.1849 -div.Popup div.Legal p {
 16.1850 -	padding: 6px 0 10px;
 16.1851 -}
 16.1852 -div.Popup small {
 16.1853 -	font-size: 11px;
 16.1854 -}
 16.1855 -div.Popup form p {
 16.1856 -	padding: 0;
 16.1857 -}
 16.1858 -body.Profile #Form_Invitation ul li label,
 16.1859 -body.Profile #Form_User ul li label,
 16.1860 -div.Popup form ul li label {
 16.1861 -	color:#000;
 16.1862 -	display:block;
 16.1863 -	font-size:14px;
 16.1864 -	font-weight:bold;
 16.1865 -	margin: 10px 0 0;
 16.1866 -}
 16.1867 -body.Entry form ul li.Gender label.RadioLabel,
 16.1868 -body.Profile #Form_User ul li.Gender label.RadioLabel,
 16.1869 -div.Popup form ul li.Gender label.RadioLabel {
 16.1870 -	display: inline;
 16.1871 -	padding-right: 20px;
 16.1872 -}
 16.1873 -li.Gender {
 16.1874 -	margin-bottom: 10px;
 16.1875 -}
 16.1876 -body.Profile #Form_User ul li label.RadioLabel,
 16.1877 -body.Profile #Form_User ul li label.CheckBoxLabel,
 16.1878 -div.Popup form ul li label.RadioLabel,
 16.1879 -div.Popup form ul li label.CheckBoxLabel {
 16.1880 -	font-weight: normal;
 16.1881 -}
 16.1882 -div.Profile #Form_User input.Button,
 16.1883 -div.Popup input.Button {
 16.1884 -	margin: 4px 0 2px;
 16.1885 -}
 16.1886 -div.Popup #Form_User div.Warning,
 16.1887 -#dashboard_profile_picture #Form_User div.Warning {
 16.1888 -	margin: 6px 0;
 16.1889 -}
 16.1890 -
 16.1891 -/* Serious Ajax Error Styles */
 16.1892 -div.AjaxError {
 16.1893 -	white-space: pre;
 16.1894 -	overflow: auto;
 16.1895 -	padding: 10px;
 16.1896 -}
 16.1897 -
 16.1898 -/* ==================================================================== Legal */
 16.1899 -div.Legal h3 {
 16.1900 -	padding: 0;
 16.1901 -	margin: 20px 0 0;
 16.1902 -	font-size: 120%;
 16.1903 -	font-weight: bold;
 16.1904 -}
 16.1905 -div.Legal ol {
 16.1906 -	list-style-position:outside;
 16.1907 -	list-style-type:decimal;
 16.1908 -	margin:0 30px 10px;
 16.1909 -}
 16.1910 -div.Legal ul {
 16.1911 -	list-style-position:outside;
 16.1912 -	list-style-type:disc;
 16.1913 -	margin:0 30px 10px;
 16.1914 -}
 16.1915 -div.Legal li {
 16.1916 -	padding: 5px 0;
 16.1917 -}
 16.1918 -div.Legal strong {
 16.1919 -	font-weight: bold;
 16.1920 -}
 16.1921 -
 16.1922 -
 16.1923 -/* =================================================================== Footer */
 16.1924 -#Foot {
 16.1925 -   clear: both;
 16.1926 -   text-align: center;
 16.1927 -   margin: 2px 0;
 16.1928 -   padding: 4px 9px;
 16.1929 -   font-size: 13px;
 16.1930 -   color: #ddd;
 16.1931 -   line-height: 1;
 16.1932 -}
 16.1933 -#Foot a {
 16.1934 -   color: #ccc;
 16.1935 -}
 16.1936 -#Foot a:hover {
 16.1937 -   color: #aaa;
 16.1938 -}
 16.1939 -#Foot div {
 16.1940 -	width: 960px;
 16.1941 -	padding: 6px 0;
 16.1942 -	margin: 20px auto 0;
 16.1943 -	text-align: left;
 16.1944 -}
 16.1945 -
 16.1946 -
 16.1947 -
 16.1948 -/* ================================ Vanilla ================================= */
 16.1949 -
 16.1950 -#Panel ul.Discussions {
 16.1951 -   border: 0;
 16.1952 -}
 16.1953 -ul.PanelDiscussions li {
 16.1954 -   text-align: left;
 16.1955 -}
 16.1956 -ul.PanelDiscussions li a {
 16.1957 -   float: none;
 16.1958 -}
 16.1959 -ul.PanelDiscussions li strong {
 16.1960 -   display: block;
 16.1961 -   line-height: 1.5;
 16.1962 -}
 16.1963 -
 16.1964 -/* ============================================================== Discussions */
 16.1965 -
 16.1966 -/* Note: The Vanilla Discussion List has the following classes applied to
 16.1967 -  individual list elements and can be styled:
 16.1968 -  + Bookmarked: the user has bookmarked that topic
 16.1969 -  + Announcement: the discussion has been announced
 16.1970 -  + Mine: the user created the discussion
 16.1971 -  + New: there are new comments since the last viewed the discussion
 16.1972 -*/
 16.1973 -.Mine { background: #f1f1f1; }
 16.1974 -
 16.1975 -ul.DataList div.Meta a.Category {
 16.1976 -   background: #fafafa;
 16.1977 -   padding: 2px 4px;
 16.1978 -   border-radius: 2px;
 16.1979 -   -moz-border-radius: 2px;
 16.1980 -   -webkit-border-radius: 2px;
 16.1981 -}
 16.1982 -ul.DataList li.Mine div.Meta a.Category {
 16.1983 -   background: #eff7ff;
 16.1984 -}
 16.1985 -
 16.1986 -ul.DataList div.Meta span.Announcement {
 16.1987 -	background: #777777;
 16.1988 -	color: #ffffff;
 16.1989 -	padding: 1px 4px;
 16.1990 -   border-radius: 2px;
 16.1991 -	-moz-border-radius: 2px;
 16.1992 -   -webkit-border-radius: 2px;
 16.1993 -   border-radius: 2px;
 16.1994 -   font-weight: bold;
 16.1995 -}
 16.1996 -ul.DataList div.Meta span.Closed {
 16.1997 -	background: #555555;
 16.1998 -   color: #ffffff;
 16.1999 -   font-weight: bold;
 16.2000 -	padding: 1px 4px;
 16.2001 -   border-radius: 2px;
 16.2002 -	-moz-border-radius: 2px;
 16.2003 -   -webkit-border-radius: 2px;
 16.2004 -   border-radius: 2px;
 16.2005 -}
 16.2006 -
 16.2007 -
 16.2008 -/* ================================================================= Comments */
 16.2009 -body.Discussion #Content {
 16.2010 -   margin-bottom: 20px;
 16.2011 -}
 16.2012 -ul.Discussion {
 16.2013 -   margin-bottom: 1px;
 16.2014 -}
 16.2015 -/*
 16.2016 -  Note: Discussion & Comment Option (dropdown) Menu customizations. The layout
 16.2017 -  css for these is in /applications/garden/design/menu.css. Override them here.
 16.2018 -*/
 16.2019 -a.Bookmark,
 16.2020 -a.Bookmarking {
 16.2021 -	float: right;
 16.2022 -   display: block;
 16.2023 -   background: url('images/star_sprite.png') top center no-repeat;
 16.2024 -   height: 22px;
 16.2025 -   width: 22px;
 16.2026 -   margin: 2px 4px 0 4px;
 16.2027 -}
 16.2028 -a.Bookmark span,
 16.2029 -a.Bookmarking span {
 16.2030 -   display: none;
 16.2031 -}
 16.2032 -a.Bookmarked {
 16.2033 -   background: url('images/star_sprite.png') center center no-repeat;
 16.2034 -}
 16.2035 -a.Bookmarking {
 16.2036 -   background: url('images/star_sprite.png') bottom center no-repeat;
 16.2037 -}
 16.2038 -body.Discussion a.Bookmark {
 16.2039 -	margin: 13px 8px;
 16.2040 -}
 16.2041 -
 16.2042 -body.Discussion .Back {
 16.2043 -   padding: 3px 6px;
 16.2044 -   text-align: left;
 16.2045 -}
 16.2046 -
 16.2047 -
 16.2048 -/* =================================================================== Drafts */
 16.2049 -ul.Discussions div.ItemContent,
 16.2050 -ul.Drafts div.ItemContent {
 16.2051 -   margin: 0 0 0 9px;
 16.2052 -}
 16.2053 -ul.Drafts div.ItemContent a.Title,
 16.2054 -ul.Discussions div.ItemContent a.Title {
 16.2055 -	max-width: 580px;
 16.2056 -}
 16.2057 -
 16.2058 -/* =============================================== Discussion & Comment Forms */
 16.2059 -li.Editing {
 16.2060 -	background: #f1f1f1;
 16.2061 -}
 16.2062 -div.CommentForm textarea {
 16.2063 -   width: 99%;
 16.2064 -   height: 100px;
 16.2065 -   min-height: 100px;
 16.2066 -   margin: 0 0 6px;
 16.2067 -}
 16.2068 -div.Comment div.CommentForm {
 16.2069 -	width: 98%;
 16.2070 -	background: none;
 16.2071 -	padding: 6px 4px;
 16.2072 -	border: 0;
 16.2073 -}
 16.2074 -div.Comment div.CommentForm textarea {
 16.2075 -	width: 99%;	
 16.2076 -}
 16.2077 -#DiscussionForm label {
 16.2078 -   font-size: 14px;
 16.2079 -   font-weight: bold;
 16.2080 -   color: #666;
 16.2081 -}
 16.2082 -body.Post #Panel {
 16.2083 -   display: none;
 16.2084 -}
 16.2085 -body.Post #Content {
 16.2086 -   width: 100%;
 16.2087 -}
 16.2088 -#DiscussionForm h2 {
 16.2089 -   border: none;
 16.2090 -   color: #02475A;
 16.2091 -   font-size: 140%;
 16.2092 -   font-weight: bold;
 16.2093 -   margin: 0;
 16.2094 -   padding: 6px;
 16.2095 -}
 16.2096 -#DiscussionForm form {
 16.2097 -   border-radius: 2px;
 16.2098 -   -moz-border-radius: 2px;
 16.2099 -   -webkit-border-radius: 2px;
 16.2100 -   background: #f1f1f1 none repeat scroll 0 0;
 16.2101 -   border: 1px solid #DDDDDD;
 16.2102 -   margin: 0;
 16.2103 -   padding: 20px;
 16.2104 -}
 16.2105 -#DiscussionForm textarea {
 16.2106 -   width: 99%;
 16.2107 -   height: 100px;
 16.2108 -   min-height: 100px;
 16.2109 -   margin: 0 0 6px;
 16.2110 -}
 16.2111 -#DiscussionForm input.InputBox {
 16.2112 -   width: 99%;
 16.2113 -   margin-bottom: 10px;
 16.2114 -}
 16.2115 -#DiscussionForm div.Category {
 16.2116 -   padding: 0 0 10px;   
 16.2117 -}
 16.2118 -#DiscussionForm div.Category label {
 16.2119 -   padding: 0 8px 0 0;
 16.2120 -}
 16.2121 -div.CommentForm a.Back,
 16.2122 -div.CommentForm a.Cancel {
 16.2123 -   float: left;
 16.2124 -}
 16.2125 -#DiscussionForm a.Cancel {
 16.2126 -	margin-left: 18px;
 16.2127 -}
 16.2128 -#DiscussionForm ul {
 16.2129 -   margin: 0 0 20px;
 16.2130 -}
 16.2131 -#DiscussionForm ul.PostOptions li {
 16.2132 -   display: inline;
 16.2133 -   padding: 0 8px 0 0;
 16.2134 -}
 16.2135 -#DiscussionForm ul.PostOptions label {
 16.2136 -   display: inline;
 16.2137 -   font-weight: normal;
 16.2138 -   font-size: 95%;
 16.2139 -   color: #555;
 16.2140 -}
 16.2141 -
 16.2142 -/* ============================== Conversations ============================= */
 16.2143 -textarea.MultiComplete {
 16.2144 -   height: 20px;
 16.2145 -   padding: 3px 0;
 16.2146 -   text-align: left;
 16.2147 -}
 16.2148 -.ac_results {
 16.2149 -   padding: 0;
 16.2150 -   border: 1px solid #bbb;
 16.2151 -   border-top: 0;
 16.2152 -   background-color: white;
 16.2153 -   overflow: hidden;
 16.2154 -   z-index: 99999;
 16.2155 -}
 16.2156 -.ac_results ul {
 16.2157 -   width: 100%;
 16.2158 -   list-style-position: outside;
 16.2159 -   list-style: none;
 16.2160 -   padding: 0;
 16.2161 -   margin: 0;
 16.2162 -}
 16.2163 -.ac_results li {
 16.2164 -   margin: 0;
 16.2165 -   padding: 5px;
 16.2166 -   cursor: default;
 16.2167 -   display: block;
 16.2168 -   /* 
 16.2169 -   if width will be 100% horizontal scrollbar will apear 
 16.2170 -   when scroll mode will be used
 16.2171 -   */
 16.2172 -   /*width: 100%;*/
 16.2173 -   font-size: 12px;
 16.2174 -   /* 
 16.2175 -   it is very important, if line-height not setted or setted 
 16.2176 -   in relative units scroll will be broken in firefox
 16.2177 -   */
 16.2178 -   line-height: 16px;
 16.2179 -   overflow: hidden;
 16.2180 -   border-bottom: 1px solid #bbb;
 16.2181 -   text-align: left;
 16.2182 -}
 16.2183 -.ac_lastitem {
 16.2184 -   border-bottom: 0 !important;
 16.2185 -}
 16.2186 -.ac_results strong {
 16.2187 -   font-weight: bold;
 16.2188 -   background: #daf4fd;
 16.2189 -}
 16.2190 -.ac_over strong {
 16.2191 -   font-weight: bold;
 16.2192 -   background: #2ab0de;
 16.2193 -}
 16.2194 -.ac_over {
 16.2195 -   background: #44c7f4;
 16.2196 -   color: #fff;
 16.2197 -}
 16.2198 -div.AddPeople h4 {
 16.2199 -  border-bottom: 0px;
 16.2200 -}
 16.2201 -#Panel input.InputBox,
 16.2202 -div.AddPeople textarea.MultiComplete {
 16.2203 -  width: 228px;
 16.2204 -  margin-bottom: 2px;
 16.2205 -}
 16.2206 -div.AddPeople form div {
 16.2207 -	text-align: right;
 16.2208 -}
 16.2209 -
 16.2210 -
 16.2211 -/* ============================================================ Conversations */
 16.2212 -fieldset {
 16.2213 -  padding: 0px !important;
 16.2214 -}
 16.2215 -h2.NewConversation {
 16.2216 -  float: right;
 16.2217 -}
 16.2218 -h2.NewConversation a {
 16.2219 -  font-weight: bold;
 16.2220 -}
 16.2221 -body.Conversations h2 {
 16.2222 -  margin: 0;
 16.2223 -}
 16.2224 -ul.Conversations li.Active {
 16.2225 -  cursor: pointer;
 16.2226 -  background: #ffe;
 16.2227 -}
 16.2228 -ul.Conversations li.Item {
 16.2229 -	padding: 4px 5px;
 16.2230 -}
 16.2231 -ul.Conversations div.ItemContent {
 16.2232 -   margin:0 0 0 5px;
 16.2233 -}
 16.2234 -ul.Conversations div.Meta a.Name {
 16.2235 -	color: #1E79A7;
 16.2236 -	font-weight: bold;
 16.2237 -}
 16.2238 -
 16.2239 -
 16.2240 -/* ========================================================= Add Message Form */
 16.2241 -#MessageForm {
 16.2242 -	background: #E9F9FF;
 16.2243 -	padding: 4px 8px 8px;
 16.2244 -	margin: 1px 0 0;
 16.2245 -   border-bottom-left-radius: 2px;
 16.2246 -   border-bottom-right-radius: 2px;
 16.2247 -  -moz-border-radius-bottomleft: 2px;
 16.2248 -  -moz-border-radius-bottomright: 2px;
 16.2249 -  -webkit-border-bottom-left-radius: 2px;
 16.2250 -  -webkit-border-bottom-right-radius: 2px;
 16.2251 -}
 16.2252 -#MessageForm h2 {
 16.2253 -  font-size: 115%;
 16.2254 -  color: #2786C2;
 16.2255 -  font-weight: bold;
 16.2256 -  border: 0;
 16.2257 -}
 16.2258 -#MessageForm form div {
 16.2259 -	text-align: right;
 16.2260 -}
 16.2261 -#MessageForm textarea {
 16.2262 -  width: 99%;
 16.2263 -  height: 100px;
 16.2264 -  min-height: 100px;
 16.2265 -  margin-bottom: 2px;
 16.2266 -}
 16.2267 -
 16.2268 -
 16.2269 -/* ==================================================== New Conversation Form */
 16.2270 -body.add #Panel {
 16.2271 -   display: none;
 16.2272 -}
 16.2273 -body.add #Content {
 16.2274 -   width: auto;
 16.2275 -}
 16.2276 -#ConversationForm form {
 16.2277 -   border-radius: 2px;
 16.2278 -	-moz-border-radius: 2px;
 16.2279 -   -webkit-border-radius: 2px;
 16.2280 -   border-radius: 2px;
 16.2281 -	background:none repeat scroll 0 0 #c4e1ff;
 16.2282 -	margin:0;
 16.2283 -	padding:20px;
 16.2284 -	text-align: right;
 16.2285 -}
 16.2286 -#ConversationForm h2 {
 16.2287 -	color:#02475A;
 16.2288 -	font-size:140%;
 16.2289 -	font-weight:bold;
 16.2290 -	margin:0;
 16.2291 -	padding:6px;
 16.2292 -	text-align: left;
 16.2293 -	border: 0;
 16.2294 -}
 16.2295 -#ConversationForm label {
 16.2296 -	display: block;
 16.2297 -	text-align: left;
 16.2298 -	color:#666666;
 16.2299 -	font-size:14px;
 16.2300 -	font-weight:bold;	
 16.2301 -}
 16.2302 -#ConversationForm .TextBox {
 16.2303 -   height: 100px;
 16.2304 -   min-height: 100px;
 16.2305 -   margin: 8px 0 6px;
 16.2306 -	padding: 0;
 16.2307 -}
 16.2308 -body.Conversations a.Cancel {
 16.2309 -   margin-left: 20px;
 16.2310 -}
 16.2311 -div.Popup #ConversationForm form {
 16.2312 -	background: none;
 16.2313 -   -border-radius: 0;
 16.2314 -	-moz-border-radius: 0;
 16.2315 -	-webkit-border-radius: 0;
 16.2316 -   border-radius: 0;
 16.2317 -	padding: 10px;
 16.2318 -}
 16.2319 -div.Popup #ConversationForm h2 {
 16.2320 -	color: #fff;
 16.2321 -	font-size: 120%;
 16.2322 -	font-weight: bold;
 16.2323 -	padding: 6px 9px 4px;	
 16.2324 -}
 16.2325 -div.Popup #ConversationForm textarea.MultiComplete,
 16.2326 -div.Popup #ConversationForm .TextBox {
 16.2327 -	width: 100%;
 16.2328 -}
 16.2329 -
 16.2330 -/* Upload Progress Bar */
 16.2331 -div.UploadProgress {
 16.2332 -	margin: 10px 0;
 16.2333 -	background: url('images/upload-progress-back.gif') repeat;
 16.2334 -	width: 200px;
 16.2335 -	z-index: 0;
 16.2336 -	color: #fff;
 16.2337 -	text-shadow: 0 1px 1px #333;
 16.2338 -	border: 1px solid #0c3c7e;
 16.2339 -   border-radius: 2px;
 16.2340 -	-moz-border-radius: 2px;
 16.2341 -	-webkit-border-radius: 2px;
 16.2342 -   border-radius: 2px;
 16.2343 -}
 16.2344 -div.UploadProgress div {
 16.2345 -	padding: 2px 0;
 16.2346 -}
 16.2347 -div.UploadProgress div strong {
 16.2348 -	font-weight: bold;
 16.2349 -}
 16.2350 -div.UploadProgress div.Foreground,
 16.2351 -div.UploadProgress div.Background {
 16.2352 -	position: absolute;
 16.2353 -}
 16.2354 -div.UploadProgress div.Background {
 16.2355 -	width: 0;
 16.2356 -	background: url('images/upload-bg.gif') repeat;
 16.2357 -	z-index: 1;
 16.2358 -}
 16.2359 -div.UploadProgress div.Foreground {
 16.2360 -	text-indent: 6px;
 16.2361 -	overflow: visible;
 16.2362 -	white-space: nowrap;
 16.2363 -	z-index: 2;
 16.2364 -}
 16.2365 -
 16.2366 -
 16.2367 -/* Adding CSS for multiple sign-in methods */
 16.2368 -
 16.2369 -/* Container */
 16.2370 -div.Border {
 16.2371 -	border-radius: 8px;
 16.2372 -	-moz-border-radius: 8px;
 16.2373 -	-webkit-border-radius: 8px;
 16.2374 -	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
 16.2375 -	padding: 10px;
 16.2376 -}
 16.2377 -
 16.2378 -/* Tabs */
 16.2379 -ul.Tabs {
 16.2380 -	border-bottom: 1px solid #aaa;
 16.2381 -	text-align: left;
 16.2382 -	padding-left: 4px;
 16.2383 -}
 16.2384 -ul.Tabs li {
 16.2385 -	display: inline-block;
 16.2386 -}
 16.2387 -ul.Tabs li a,
 16.2388 -ul.Tabs li a:link,
 16.2389 -ul.Tabs li a:active,
 16.2390 -ul.Tabs li a:visited,
 16.2391 -ul.Tabs li a:hover {
 16.2392 -	display: inline-block;
 16.2393 -	margin-left: 4px;
 16.2394 -	border: 1px solid #aaa;
 16.2395 -	border-width: 1px 1px 0 1px;
 16.2396 -	border-radius: 3px 3px 0 0;
 16.2397 -	-moz-border-radius: 3px 3px 0 0;
 16.2398 -	-webkit-border-radius: 3px 3px 0 0;
 16.2399 -	background: #eee;
 16.2400 -	color: #888;
 16.2401 -	position: relative;
 16.2402 -	top: 1px;
 16.2403 -	padding: 2px 8px 1px;
 16.2404 -}
 16.2405 -ul.Tabs li a:hover {
 16.2406 -	background: #f5f5f5;
 16.2407 -	color: #444;
 16.2408 -}
 16.2409 -ul.Tabs li a.Active {
 16.2410 -	padding: 2px 8px;
 16.2411 -	background: #fff;
 16.2412 -	color: #000;
 16.2413 -}
 16.2414 -
 16.2415 -/* Icons */
 16.2416 -ul.Tabs li a.EntryTabFor_password {
 16.2417 -	padding-left: 22px;
 16.2418 -	background-image: url('../../../themes/default/design/favicon.png');
 16.2419 -	background-position: 3px 4px;
 16.2420 -	background-repeat: no-repeat;
 16.2421 -}
 16.2422 -
 16.2423 -
 16.2424 -/* ============================================================ Entry Screens */
 16.2425 -body.Entry {
 16.2426 -   text-align: center;
 16.2427 -}
 16.2428 -body.Entry #Panel {
 16.2429 -   display: none;
 16.2430 -}
 16.2431 -body.Entry #Content {
 16.2432 -   float: none;
 16.2433 -   margin: 0 auto;
 16.2434 -   width: 360px;
 16.2435 -   text-align: center;
 16.2436 -}
 16.2437 -body.Entry #Content h1 {
 16.2438 -   border: none;
 16.2439 -   color: #02475A;
 16.2440 -   font-size:140%;
 16.2441 -   font-weight:bold;
 16.2442 -   padding: 6px;
 16.2443 -	margin: 0;
 16.2444 -	text-align: left;
 16.2445 -}
 16.2446 -body.Entry #Content form {
 16.2447 -	text-align: left;
 16.2448 -	padding: 10px;
 16.2449 -}
 16.2450 -body.Entry form ul li label {
 16.2451 -	font-size: 14px;
 16.2452 -	color: #474747;
 16.2453 -	font-weight: bold;
 16.2454 -	padding: 6px 0 0;
 16.2455 -	display: block;
 16.2456 -}
 16.2457 -body.Entry form ul li label.CheckBoxLabel,
 16.2458 -body.Entry form ul li label.RadioLabel {
 16.2459 -	font-size: 12px;
 16.2460 -	font-weight: normal;
 16.2461 -   width: auto;
 16.2462 -}
 16.2463 -body.Entry input.DateBox,
 16.2464 -body.Entry input.InputBox,
 16.2465 -body.Entry textarea {
 16.2466 -   width: 310px;
 16.2467 -}
 16.2468 -span.Incorrect {
 16.2469 -   display: block;
 16.2470 -   color: red;
 16.2471 -}
 16.2472 -
 16.2473 -/* Sign In Page & Popup */
 16.2474 -div.SignInPopup div.Box {
 16.2475 -	margin: 0;
 16.2476 -	padding: 0;
 16.2477 -	background: none;
 16.2478 -	border: 0;
 16.2479 -	border-radius: 0;
 16.2480 -	-moz-border-radius: 0;
 16.2481 -	-webkit-border-radius: 0;
 16.2482 -	box-shadow: none;
 16.2483 -	-moz-box-shadow: none;
 16.2484 -	-webkit-box-shadow: none;
 16.2485 -}
 16.2486 -body#dashboard_entry_password #Content,
 16.2487 -body#dashboard_entry_signin #Content,
 16.2488 -body#dashboard_entry_index #Content {
 16.2489 -	width: auto;
 16.2490 -}
 16.2491 -div.SignInPopup .Content form {
 16.2492 -	padding: 0 10px 10px;
 16.2493 -}
 16.2494 -body#dashboard_entry_password #Content form,
 16.2495 -body#dashboard_entry_index #Content form,
 16.2496 -body#dashboard_entry_signin #Content form {
 16.2497 -	padding: 0;
 16.2498 -	text-align:left;
 16.2499 -}
 16.2500 -body#dashboard_entry_password #Content form,
 16.2501 -body#dashboard_entry_signin #Content form,
 16.2502 -body#dashboard_entry_index #Content form,
 16.2503 -div.SignInPopup form {
 16.2504 -	width: 270px;
 16.2505 -}
 16.2506 -div.SingleEntryMethod {
 16.2507 -	width: 290px;
 16.2508 -	margin: 0 auto;
 16.2509 -}
 16.2510 -div.MultipleEntryMethods {
 16.2511 -	width: 500px;
 16.2512 -	margin: 0 auto;
 16.2513 -}
 16.2514 -body#dashboard_entry_handshake #Content input.InputBox,
 16.2515 -body#dashboard_entry_signin #Content input.InputBox,
 16.2516 -body#dashboard_entry_index #Content input.InputBox,
 16.2517 -body#dashboard_entry_password #Content input.InputBox,
 16.2518 -div.SignInPopup input.DateBox,
 16.2519 -div.SignInPopup input.InputBox,
 16.2520 -div.SignInPopup textarea {
 16.2521 -   width: 260px;
 16.2522 -	padding: 3px;
 16.2523 -}
 16.2524 -div.SignInPopup form ul li label,
 16.2525 -body#dashboard_entry_signin form ul li label,
 16.2526 -body#dashboard_entry_index form ul li label,
 16.2527 -body#dashboard_entry_password form ul li label,
 16.2528 -body#dashboard_entry_handshake form ul li label {
 16.2529 -	font-size: 13px;
 16.2530 -	line-height: 1.5;
 16.2531 -	padding: 0;
 16.2532 -}
 16.2533 -body#dashboard_entry_password #Content form ul li input#Form_Email,
 16.2534 -body#dashboard_entry_signin #Content form ul li input#Form_Email,
 16.2535 -body#dashboard_entry_index #Content form ul li input#Form_Email {
 16.2536 -	margin-bottom: 6px;
 16.2537 -}
 16.2538 -body#dashboard_entry_password #Content input.Password,
 16.2539 -body#dashboard_entry_signin #Content input.Password,
 16.2540 -body#dashboard_entry_index #Content input.Password,
 16.2541 -div.SignInPopup input.Password {
 16.2542 -	width: 180px;
 16.2543 -}
 16.2544 -a.ForgotPassword {
 16.2545 -	margin-left: 10px;
 16.2546 -}
 16.2547 -li.Buttons div a.ForgotPassword {
 16.2548 -	margin: 0;
 16.2549 -}
 16.2550 -body#dashboard_entry_password ul li label.CheckBoxLabel,
 16.2551 -body#dashboard_entry_signin ul li label.CheckBoxLabel,
 16.2552 -body#dashboard_entry_index ul li label.CheckBoxLabel,
 16.2553 -div.SignInPopup ul li label.CheckBoxLabel {
 16.2554 -	color: #777;
 16.2555 -	display: inline;
 16.2556 -	font-size: 12px;
 16.2557 -	font-weight: normal;
 16.2558 -	margin: 10px 0 0 10px;
 16.2559 -}
 16.2560 -body.Entry li.Buttons input.Button,
 16.2561 -div.SignInPopup li.Buttons input.Button {
 16.2562 -	margin: 10px 0;
 16.2563 -}
 16.2564 -div.Entry {
 16.2565 -	position: relative;
 16.2566 -}
 16.2567 -div.Methods {
 16.2568 -	text-align: left;
 16.2569 -	font-size: 14px;
 16.2570 -	font-weight: bold;
 16.2571 -	position: absolute;
 16.2572 -	top: 33px;
 16.2573 -	bottom: 0;
 16.2574 -	right: 0;
 16.2575 -	padding: 12px 20px 6px;
 16.2576 -	line-height: 1;
 16.2577 -}
 16.2578 -body#dashboard_entry_password div.Methods,
 16.2579 -body#dashboard_entry_signin div.Methods,
 16.2580 -body#dashboard_entry_index div.Methods {
 16.2581 -	padding: 10px 6px 6px;
 16.2582 -	background: none;
 16.2583 -}
 16.2584 -div.Methods div.Method {
 16.2585 -	padding: 10px 0 0;
 16.2586 -	text-align: left;
 16.2587 -}
 16.2588 -
 16.2589 -/* Handshake */
 16.2590 -body#dashboard_entry_handshake #Content {
 16.2591 -	width: 720px;
 16.2592 -}
 16.2593 -body#dashboard_entry_handshake #Content form {
 16.2594 -	padding: 20px 30px 26px;
 16.2595 -}
 16.2596 -body#dashboard_entry_handshake ul.NewAccount {
 16.2597 -	float: left;
 16.2598 -	width: 315px;
 16.2599 -	margin-right: 44px;
 16.2600 -	border-right: 1px solid #A5D0E7;
 16.2601 -}
 16.2602 -body#dashboard_entry_handshake ul.LinkAccount {
 16.2603 -	margin-left: 315px;
 16.2604 -}
 16.2605 -ul.NewAccount h2,
 16.2606 -ul.LinkAccount h2 {
 16.2607 -	padding-left: 36px !important;
 16.2608 -	background: url('images/dashboard-sprites.png') 0 -542px no-repeat;
 16.2609 -}
 16.2610 -ul.LinkAccount h2 {
 16.2611 -	padding-left: 84px !important;
 16.2612 -	background-position: 45px -296px;
 16.2613 -}
 16.2614 -body#dashboard_entry_handshake div.Info {
 16.2615 -	border: 1px solid #A5D0E7;
 16.2616 -	background: #D3F0FF;
 16.2617 -	color: #02475A;
 16.2618 -}
 16.2619 -body#dashboard_entry_handshake #Content h2 {
 16.2620 -   border: none;
 16.2621 -   color: #02475A;
 16.2622 -   font-size:140%;
 16.2623 -   font-weight:bold;
 16.2624 -   padding: 6px 0;
 16.2625 -	margin: 0;
 16.2626 -	text-align: left;
 16.2627 -}
 16.2628 -
 16.2629 -
 16.2630 -/* Leaving Page */
 16.2631 -body#dashboard_entry_leave p {
 16.2632 -	margin: 0;
 16.2633 -   padding: 20px 10px;
 16.2634 -}
 16.2635 -body#dashboard_entry_leave p.Leaving {
 16.2636 -   background: url('images/progress.gif') left center no-repeat;
 16.2637 -	margin: 0 0 0 14px;
 16.2638 -   padding: 20px 0 20px 50px;
 16.2639 -}
 16.2640 -
 16.2641 -
 16.2642 -
 16.2643 -/* External App Connect Designs */
 16.2644 -div.Connect h1,
 16.2645 -div.Connect h2 {
 16.2646 -	text-align: left;
 16.2647 -}
 16.2648 -body.connect div.Box {
 16.2649 -	border-radius: none;
 16.2650 -	-moz-border-radius: none;
 16.2651 -	-webkit-border-radius: none;
 16.2652 -	box-shadow: none;
 16.2653 -	-moz-box-shadow: none;
 16.2654 -	-webkit-box-shadow: none;
 16.2655 -	width: 320px;
 16.2656 -	margin: 0 auto;
 16.2657 -	text-align: left;
 16.2658 -	background: none;
 16.2659 -}
 16.2660 -div.ConnectInfo {
 16.2661 -	margin: 10px 0 0;
 16.2662 -	position: relative;
 16.2663 -}
 16.2664 -div.ConnectInfo img {
 16.2665 -	position: absolute;
 16.2666 -	height: 36px;
 16.2667 -	width: 36px;
 16.2668 -	top: 0;
 16.2669 -	left: 0;
 16.2670 -}
 16.2671 -div.ConnectInfo span.Name {
 16.2672 -	padding-left: 46px;
 16.2673 -	font-weight: bold;
 16.2674 -	line-height: 1;
 16.2675 -	font-size: 13px;
 16.2676 -	color: #444;
 16.2677 -	display: block;
 16.2678 -}
 16.2679 -div.ConnectInfo h3 {
 16.2680 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
 16.2681 -	font-size: 15px;
 16.2682 -	font-weight: bold;
 16.2683 -	line-height: 1.6;
 16.2684 -	color: #333;
 16.2685 -	padding: 0 0 10px 46px;
 16.2686 -	border: none;
 16.2687 -}
 16.2688 -div.Connect form ul li label,
 16.2689 -div.SignInPopup form ul li label,
 16.2690 -body#dashboard_entry_password form ul li label,
 16.2691 -body#dashboard_entry_signin form ul li label,
 16.2692 -body#dashboard_entry_index form ul li label {
 16.2693 -	font-size: 13px;
 16.2694 -	line-height: 1.5;
 16.2695 -	padding: 0;
 16.2696 -}
 16.2697 -div.Connect form ul li#ConnectPassword label,
 16.2698 -div.SignInPopup form ul li#ConnectPassword label {
 16.2699 -	padding: 10px 0 0;
 16.2700 -}
 16.2701 -div.Connect .FinePrint,
 16.2702 -div.SignInPopup .FinePrint {
 16.2703 -	font-size: 11px;
 16.2704 -	color: #777;
 16.2705 -}
 16.2706 -body#dashboard_entry_password input.InputBox,
 16.2707 -body#dashboard_entry_signin input.InputBox,
 16.2708 -body#dashboard_entry_index input.InputBox,
 16.2709 -div.Connect input.InputBox,
 16.2710 -div.SignInPopup input.InputBox {
 16.2711 -	padding: 3px
 16.2712 -}
 16.2713 -div.Connect .ExistingUsername,
 16.2714 -div.SignInPopup .ExistingUsername {
 16.2715 -	font-weight: bold;
 16.2716 -	line-height: 1;
 16.2717 -	font-size: 13px;
 16.2718 -	color: #000;
 16.2719 -	display: block;
 16.2720 -}
    17.1 --- a/forum/vanilla/themes/slitaz/design/style.css.org	Sun Apr 03 04:11:27 2011 +0000
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,2712 +0,0 @@
    17.4 -/*
    17.5 -Welcome to the Generic Style CSS File! Some things you should know:
    17.6 -
    17.7 -1. This file is included on all front-end/user-facing pages. Applications can
    17.8 -   override this file in their own custom files (ie. vanilla.css or
    17.9 -   conversations.css).
   17.10 -
   17.11 -2. This file is broken down into the following sections:
   17.12 -   + General Styles & Typography
   17.13 -   + Header
   17.14 -   + Main Menu
   17.15 -   + Panels / Sidebars
   17.16 -   + Activities
   17.17 -   + Profile Page
   17.18 -   + Profile Tab Menu
   17.19 -   + Thumbnail Cropper
   17.20 -   + Footer
   17.21 -*/
   17.22 -
   17.23 -/* ================================================================ Reset CSS */
   17.24 -html, body, div, span, applet, object, iframe,
   17.25 -h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   17.26 -a, abbr, acronym, address, big, cite, code,
   17.27 -del, dfn, em, font, img, ins, kbd, q, s, samp,
   17.28 -small, strike, strong, sub, sup, tt, var,
   17.29 -dl, dt, dd, ol, ul, li,
   17.30 -fieldset, form, label, legend,
   17.31 -table, caption, tbody, tfoot, thead, tr, th, td {
   17.32 -   margin: 0;
   17.33 -   padding: 0;
   17.34 -   border: 0;
   17.35 -   outline: 0;
   17.36 -   font-weight: inherit;
   17.37 -   font-style: inherit;
   17.38 -   font-size: 100%;
   17.39 -   font-family: inherit;
   17.40 -   vertical-align: baseline;
   17.41 -}
   17.42 -/* remember to define focus styles! */
   17.43 -:focus {
   17.44 -   outline: 0;
   17.45 -}
   17.46 -body {
   17.47 -   line-height: 1;
   17.48 -   color: black;
   17.49 -   background: white;
   17.50 -}
   17.51 -ol, ul {
   17.52 -   list-style: none;
   17.53 -}
   17.54 -/* tables still need 'cellspacing="0"' in the markup */
   17.55 -table {
   17.56 -   border-collapse: separate;
   17.57 -   border-spacing: 0;
   17.58 -}
   17.59 -caption, th, td {
   17.60 -   text-align: left;
   17.61 -   font-weight: normal;
   17.62 -}
   17.63 -blockquote:before, blockquote:after,
   17.64 -q:before, q:after {
   17.65 -   content: "";
   17.66 -}
   17.67 -blockquote, q {
   17.68 -   quotes: "" "";
   17.69 -}
   17.70 -
   17.71 -/* ============================================== General Styles & Typography */
   17.72 -body {
   17.73 -   color: #000;
   17.74 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
   17.75 -	font-size: 75%;
   17.76 -	line-height: 1.7em;
   17.77 -   background: #fff;
   17.78 -   margin: 0;
   17.79 -   padding: 0;
   17.80 -   text-align: center;
   17.81 -   font-size: small;
   17.82 -}
   17.83 -#Body {
   17.84 -   width: 960px;
   17.85 -   text-align: left;
   17.86 -   margin: 15px auto 0;
   17.87 -}
   17.88 -#Content {
   17.89 -   float: left;
   17.90 -   width: 680px;
   17.91 -   margin: 0 0 40px;
   17.92 -}
   17.93 -.Hidden {
   17.94 -   display: none;
   17.95 -}
   17.96 -.nowrap {
   17.97 -   white-space: nowrap;
   17.98 -}
   17.99 -.Center {
  17.100 -	text-align: center;
  17.101 -}
  17.102 -.Right {
  17.103 -	text-align: right;
  17.104 -}
  17.105 -h1, h2, h3, h4, h5, h6 {
  17.106 -   color: #000;
  17.107 -   font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
  17.108 -   font-weight: normal;
  17.109 -   margin: 0;
  17.110 -}
  17.111 -p {
  17.112 -   margin: 0.5em 0 0 0;
  17.113 -   line-height: 1.6em;
  17.114 -}
  17.115 -h1, h2 {
  17.116 -   border-bottom:1px solid #bbb;
  17.117 -   font-size:140%;
  17.118 -   font-weight:bold;
  17.119 -   margin-bottom:10px;
  17.120 -}
  17.121 -h3 {
  17.122 -   font-size:140%;
  17.123 -}
  17.124 -h4 {
  17.125 -   font-size: 120%;
  17.126 -   color: #6C6C6C;
  17.127 -}
  17.128 -h5 {
  17.129 -   font-size: 120%;
  17.130 -   color: #6C6C6C;
  17.131 -}
  17.132 -a,
  17.133 -a:link,
  17.134 -a:visited,
  17.135 -a:active {
  17.136 -   text-decoration: none;
  17.137 -   color: #1e79a7;
  17.138 -}
  17.139 -a:hover {
  17.140 -   text-decoration: none;
  17.141 -   color: #ff0084;
  17.142 -}
  17.143 -input.DateBox,
  17.144 -input.InputBox,
  17.145 -input.SmallInput,
  17.146 -textarea {
  17.147 -   font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
  17.148 -   color: #333;
  17.149 -   font-size: 15px;
  17.150 -   padding: 3px;
  17.151 -   margin: 0;
  17.152 -   width: 250px;
  17.153 -   border: 1px solid #aaa;
  17.154 -   border-radius: 2px;
  17.155 -	-moz-border-radius: 2px;
  17.156 -	-webkit-border-radius: 2px;
  17.157 -}
  17.158 -textarea.TextBox {
  17.159 -   width: 500px;
  17.160 -   height: 100px;
  17.161 -   min-height: 100px;
  17.162 -}
  17.163 -#Popup textarea.TextBox {
  17.164 -   width: 100%;
  17.165 -}
  17.166 -input.SmallInput,
  17.167 -input.InputBox {
  17.168 -   padding: 6px 3px;
  17.169 -}
  17.170 -input.SmallInput:focus,
  17.171 -input.InputBox:focus,
  17.172 -textarea:focus {
  17.173 -   background: #ffe;
  17.174 -}
  17.175 -textarea {
  17.176 -   line-height: 128%;
  17.177 -}
  17.178 -select {
  17.179 -   font-family: arial;
  17.180 -   font-size: 14px;
  17.181 -   color: #222;
  17.182 -   margin: 0;
  17.183 -   padding: 3px;
  17.184 -   }
  17.185 -a.Button,
  17.186 -.Button {
  17.187 -   cursor: pointer;
  17.188 -   margin: 0;
  17.189 -   font-size: 11px;
  17.190 -   padding: 4px;
  17.191 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  17.192 -   color: #02475A;
  17.193 -	text-shadow: 0 1px 0 #fff;
  17.194 -   border: 1px solid #999;
  17.195 -   border-radius: 3px;
  17.196 -   -moz-border-radius: 3px;
  17.197 -   -webkit-border-radius: 3px;
  17.198 -	box-shadow: 0px 0px 2px #999;
  17.199 -	-moz-box-shadow: 0px 0px 2px #999;
  17.200 -	-webkit-box-shadow: 0px 0px 2px #999;  
  17.201 -   }
  17.202 -input.Button {
  17.203 -	font-size: 14px;
  17.204 -   font-weight: bold;
  17.205 -}
  17.206 -.Button:hover {
  17.207 -   color: #111;
  17.208 -   border: 1px solid #666;
  17.209 -}
  17.210 -.Button:focus {
  17.211 -   background: #eee;
  17.212 -}
  17.213 -.Loading {
  17.214 -   height: 100px;
  17.215 -   padding: 0 20px;
  17.216 -   background: url('images/progress.gif') center center no-repeat;
  17.217 -}
  17.218 -.Progress {
  17.219 -   padding: 10px 40px 10px 0;
  17.220 -   background: url('images/progress.gif') center center no-repeat;
  17.221 -}
  17.222 -.TinyProgress {
  17.223 -	padding: 10px 40px 10px 0;
  17.224 -	background: url('images/progress_sm.gif') center center no-repeat;
  17.225 -}
  17.226 -/* Note: Messages are the yellow notices that appear at the top/center of the
  17.227 -  page to notify users of things like drafts being saved, etc. */
  17.228 -div.Messages {
  17.229 -   text-align: center !important;
  17.230 -   position: fixed;
  17.231 -   top: 0;
  17.232 -   left: 0;
  17.233 -   z-index: 200;
  17.234 -   margin: 0 !important;
  17.235 -   padding: 0 !important;
  17.236 -   list-style: none !important;
  17.237 -   font-size: 12px;
  17.238 -   display: block;
  17.239 -   width: 100%;
  17.240 -}
  17.241 -* html div.Messages {
  17.242 -  position: absolute;
  17.243 -  width: 100%;/*IE5.5*/
  17.244 -  top: 0;
  17.245 -  left: 0;
  17.246 -  overflow: visible; 
  17.247 -  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  17.248 -}
  17.249 -div.Messages ul {
  17.250 -   cursor: pointer;
  17.251 -   width: auto !important;
  17.252 -   border: 0 !important;
  17.253 -   margin: 0 auto !important;
  17.254 -   padding: 4px 8px !important;
  17.255 -   border-bottom-left-radius: 2px;
  17.256 -   border-bottom-right-radius: 2px;
  17.257 -   -moz-border-radius-bottomleft: 2px;
  17.258 -   -moz-border-radius-bottomright: 2px;
  17.259 -   -webkit-border-bottom-left-radius: 2px;
  17.260 -   -webkit-border-bottom-right-radius: 2px;
  17.261 -   background: #ff9 !important;
  17.262 -   display:-moz-inline-stack;
  17.263 -   display:inline-block;
  17.264 -   zoom:1;
  17.265 -   *display:inline;
  17.266 -	box-shadow: 0px 0px 2px #333;
  17.267 -	-moz-box-shadow: 0px 0px 2px #333;
  17.268 -	-webkit-box-shadow: 0px 0px 2px #333;  
  17.269 -}
  17.270 -div.Messages ul li {
  17.271 -   text-align: left !important;
  17.272 -   border: 0 !important;
  17.273 -   color: #000 !important;
  17.274 -   padding: 0 !important;
  17.275 -   margin: 0 !important;
  17.276 -   list-style-position: outside;
  17.277 -}
  17.278 -div.Errors ul {
  17.279 -   background: #d50a0a !important;
  17.280 -}
  17.281 -div.Errors ul li {
  17.282 -   color: #fff !important;
  17.283 -   background: #d50a0a !important;
  17.284 -}
  17.285 -.Conversations .Deleted {
  17.286 -   text-decoration: line-through;
  17.287 -}
  17.288 -div.Deleted {
  17.289 -	background: #f5f5f5;
  17.290 -	border: 1px solid #dddddd;
  17.291 -	margin: 10px 0 0;
  17.292 -	padding: 6px 10px;
  17.293 -   border-radius: 3px;
  17.294 -   -moz-border-radius: 3px;
  17.295 -   -webkit-border-radius: 3px;
  17.296 -}
  17.297 -/* Note: Warning, Alert & Info are simple boxes that can be used to wrap message
  17.298 -   strings & imply importance. */
  17.299 -.Warning {
  17.300 -   background: #ffc;
  17.301 -   border: 1px solid #ff9;
  17.302 -   color: #000;
  17.303 -   padding: 6px 8px;
  17.304 -   border-radius: 3px;
  17.305 -   -moz-border-radius: 3px;
  17.306 -   -webkit-border-radius: 3px;
  17.307 -}
  17.308 -.Alert {
  17.309 -   background: #d00;
  17.310 -   border: 1px solid #b00;
  17.311 -   color: #fff;
  17.312 -   padding: 3px 6px;
  17.313 -   border-radius: 3px;
  17.314 -   -moz-border-radius: 3px;
  17.315 -   -webkit-border-radius: 3px;
  17.316 -}
  17.317 -.Alert a {
  17.318 -   color: #fff;
  17.319 -}
  17.320 -.Alert a:hover {
  17.321 -   text-decoration: underline;
  17.322 -}
  17.323 -div.Info {
  17.324 -   font-size: 13px;
  17.325 -   background: #fafafa;
  17.326 -   border: 1px solid #eee;
  17.327 -   color: #888;
  17.328 -   -moz-border-radius: 4px;
  17.329 -   -webkit-border-radius: 4px;
  17.330 -   border-radius: 4px;
  17.331 -   padding: 6px;
  17.332 -   margin: 0 0 10px;
  17.333 -}
  17.334 -div.Info strong {
  17.335 -	font-weight: bold;
  17.336 -}
  17.337 -/* Note: The MessageModule (in /applications/dashboard/modules) wraps all messages
  17.338 -  that it renders in a div with this DismissMessage class. */
  17.339 -div.DismissMessage {
  17.340 -   margin: 6px 0 10px;
  17.341 -	text-align: left;
  17.342 -	position: relative;
  17.343 -}
  17.344 -div.DismissMessage p {
  17.345 -   margin: 2px 0;
  17.346 -}
  17.347 -div.DismissMessage a.Dismiss {
  17.348 -	font-family: arial;
  17.349 -   position: absolute;
  17.350 -	font-size: 22px;
  17.351 -	font-weight: bold;
  17.352 -   line-height: 1;
  17.353 -   color: #999;
  17.354 -	top: 3px;
  17.355 -	right: 5px;
  17.356 -}
  17.357 -div.DismissMessage a.Dismiss:hover {
  17.358 -	color: #ff0084;
  17.359 -}
  17.360 -#PagerLess {
  17.361 -   -moz-border-radius-topright: 2px;
  17.362 -   -moz-border-radius-topleft: 2px;
  17.363 -   -webkit-border-top-right-radius: 2px;
  17.364 -   -webkit-border-top-left-radius: 2px;
  17.365 -   border-radius-topright: 2px;
  17.366 -   border-radius-topleft: 2px;
  17.367 -   margin-bottom: 1px;
  17.368 -	text-align: left;
  17.369 -}
  17.370 -div.MorePager a.Loading {
  17.371 -	border: 0 !important;
  17.372 -   padding: 0 20px !important;
  17.373 -   background: url('images/progress.gif') center center no-repeat !important;
  17.374 -}
  17.375 -#PagerMore {
  17.376 -   margin-bottom: 1px;
  17.377 -}
  17.378 -.NumberedPager {
  17.379 -   margin: 1px 0 0;
  17.380 -	text-align: right;
  17.381 -	font-weight: bold;
  17.382 -	font-size: 16px;
  17.383 -}
  17.384 -#PagerBefore {
  17.385 -   margin: 1px 0;
  17.386 -}
  17.387 -.NumberedPager a,
  17.388 -.NumberedPager span {
  17.389 -	padding: 0 4px;
  17.390 -}
  17.391 -.NumberedPager span,
  17.392 -.NumberedPager a.Highlight {
  17.393 -	color: #777;
  17.394 -}
  17.395 -.NumberedPager a.Next,
  17.396 -.NumberedPager span.Next,
  17.397 -.NumberedPager a.Previous,
  17.398 -.NumberedPager span.Previous {
  17.399 -	font-size: 16px;
  17.400 -	line-height: 10px;
  17.401 -}
  17.402 -.NumberedPager a.Next,
  17.403 -.NumberedPager span.Next {
  17.404 -	margin-left: 6px;
  17.405 -}
  17.406 -.NumberedPager a.Previous,
  17.407 -.NumberedPager span.Previous {
  17.408 -	margin-right: 6px;
  17.409 -}
  17.410 -
  17.411 -
  17.412 -/* =================================================================== Header */
  17.413 -#Head {
  17.414 -   background: #38abe3;
  17.415 -   padding: 0;
  17.416 -}
  17.417 -div.Search:after,
  17.418 -div#Search:after {
  17.419 -   content: ".";
  17.420 -   display: block;
  17.421 -   height: 0;
  17.422 -   clear: both;
  17.423 -   visibility: hidden;
  17.424 -}
  17.425 -body #Head h1 {
  17.426 -   display: inline-block;
  17.427 -   font-weight: bold;
  17.428 -   margin: 0;
  17.429 -   padding: 21px 10px 4px 0;
  17.430 -   border: 0;
  17.431 -}
  17.432 -#Head h1 a span {
  17.433 -   font-size: 24px;
  17.434 -   color:#E4F7FE;
  17.435 -   text-shadow:0 1px 0 #2595ba;   
  17.436 -}
  17.437 -#Head h1 a:hover span {
  17.438 -   color:#f3fcff;
  17.439 -}
  17.440 -#Head form {
  17.441 -   float: right;
  17.442 -   width: 250px;
  17.443 -   background: #fff;
  17.444 -   padding: 0;
  17.445 -   margin: 15px 0 0;
  17.446 -   -moz-border-radius: 2px;
  17.447 -   -webkit-border-radius: 2px;
  17.448 -   border-radius: 2px;
  17.449 -}
  17.450 -#Head form input.InputBox {
  17.451 -   width: 204px;
  17.452 -   border: 0;
  17.453 -   padding: 4px 2px 4px 0;
  17.454 -   background: #fff;
  17.455 -   margin: 0;
  17.456 -   -moz-border-radius-topleft: 2px;
  17.457 -   -moz-border-radius-bottomleft: 2px;
  17.458 -   -webkit-border-top-left-radius: 2px;
  17.459 -   -webkit-border-bottom-left-radius: 2px;
  17.460 -   border-top-left-radius: 2px;
  17.461 -   border-bottom-left-radius: 2px;
  17.462 -   color: #969696;
  17.463 -   font-size: 13px;
  17.464 -}
  17.465 -#Head form input.Button {
  17.466 -   border: 0;
  17.467 -   width: 38px;
  17.468 -   height: 26px;
  17.469 -   background: #cfecff;
  17.470 -   color: #1e79a7;
  17.471 -   padding: 3px 0 4px;
  17.472 -   margin: 0;
  17.473 -   -moz-border-radius: 0;
  17.474 -   -webkit-border-radius: 0;
  17.475 -   border-radius: 0;
  17.476 -   -moz-border-radius-topright: 2px;
  17.477 -   -moz-border-radius-bottomright: 2px;
  17.478 -   -webkit-border-top-right-radius: 2px;
  17.479 -   -webkit-border-bottom-right-radius: 2px;
  17.480 -   border-top-right-radius: 2px;
  17.481 -   border-bottom-right-radius: 2px;
  17.482 -  	box-shadow: none;
  17.483 -	-moz-box-shadow: none;
  17.484 -	-webkit-box-shadow: none;     	
  17.485 -}
  17.486 -#Menu ul {
  17.487 -	display: none;
  17.488 -}
  17.489 -#Menu li {
  17.490 -   line-height: 27px;
  17.491 -   float: left;
  17.492 -   position: relative;
  17.493 -   display: block;
  17.494 -   list-style: none;
  17.495 -   padding: 0;
  17.496 -   margin: 0 4px 0 0;
  17.497 -   font-weight: bold;
  17.498 -   text-align: left;
  17.499 -}
  17.500 -* html #Menu li {
  17.501 -	display: inline;
  17.502 -}
  17.503 -#Menu a {
  17.504 -   border: 0;
  17.505 -   text-decoration: none;
  17.506 -   position: relative;
  17.507 -	display: block;
  17.508 -   padding: 0 7px;
  17.509 -   white-space: nowrap;
  17.510 -   font-size: 11px;
  17.511 -   height: 28px;
  17.512 -}
  17.513 -* html #Menu a  {
  17.514 -   display: inline;
  17.515 -   padding: 6px 10px;
  17.516 -}
  17.517 -#Menu li.NonTab,
  17.518 -#Menu li.NonTab a {
  17.519 -   background: transparent;
  17.520 -   border: 0;
  17.521 -   font-weight: normal;
  17.522 -}
  17.523 -#Menu a span,
  17.524 -#Menu li.Active a span,
  17.525 -#Menu li.Highlight a:hover span {
  17.526 -   -moz-border-radius: 2px;
  17.527 -   -webkit-border-radius: 2px;
  17.528 -   border-radius: 2px;
  17.529 -   padding: 0 2px;
  17.530 -   font-size: 9px;
  17.531 -   line-height: 12px;
  17.532 -   font-weight: normal;
  17.533 -}
  17.534 -
  17.535 -/* Option (dropdown) Menus
  17.536 -
  17.537 -Menu takes a z-index of 100
  17.538 -Option menu takes a z-index of 300
  17.539 -
  17.540 -*/
  17.541 -ul.Options,
  17.542 -ul.Options ul {
  17.543 -   margin: 0;
  17.544 -   padding: 0;
  17.545 -   display: none;
  17.546 -}
  17.547 -ul.Options {
  17.548 -   z-index: 298;
  17.549 -}
  17.550 -ul.Options ul {
  17.551 -   z-index: 300;
  17.552 -   position: absolute;
  17.553 -}
  17.554 -ul.Options li {
  17.555 -   float: right;
  17.556 -   position: relative;
  17.557 -   display: block;
  17.558 -   list-style: none outside none;
  17.559 -   padding: 0;
  17.560 -   font-size: 11px;
  17.561 -   line-height: 22px;
  17.562 -}
  17.563 -ul.Options h3 {
  17.564 -   display: block;
  17.565 -   cursor: pointer;
  17.566 -   margin: 0;
  17.567 -   padding: 0;
  17.568 -}
  17.569 -ul.Options li ul li {
  17.570 -   float: none;
  17.571 -   text-align: left;
  17.572 -   margin: 0;
  17.573 -   font-weight: normal;
  17.574 -}
  17.575 -ul.Options li ul li a {
  17.576 -   width: 104px;
  17.577 -   padding: 0 6px;
  17.578 -   height: auto;
  17.579 -}
  17.580 -ul.Options a {
  17.581 -   text-decoration: none;
  17.582 -   display: block;
  17.583 -   position: relative;
  17.584 -   white-space: nowrap;
  17.585 -   font-size: 11px;
  17.586 -}
  17.587 -ul.Options ul li {
  17.588 -   display: block;
  17.589 -   float: none;
  17.590 -}
  17.591 -ul.Options li.Parent strong {
  17.592 -   display: block;
  17.593 -   padding: 4px;
  17.594 -   margin: 3px 4px 0 0;
  17.595 -   font-size: 10px;
  17.596 -   font-weight: normal;
  17.597 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  17.598 -   border: 1px solid #bbb;
  17.599 -   -moz-border-radius: 2px;
  17.600 -   -webkit-border-radius: 2px;
  17.601 -   border-radius: 2px;
  17.602 -   color: #555;
  17.603 -   cursor: pointer;
  17.604 -   line-height: 100%;
  17.605 -}
  17.606 -ul.Options li.Parent strong:focus,
  17.607 -ul.Options li.Parent strong:hover {
  17.608 -   color: #333;
  17.609 -   border: 1px solid #888;
  17.610 -}
  17.611 -ul.Options li.Parent strong:focus {
  17.612 -   background: #eee;
  17.613 -}
  17.614 -ul.Options li.Active strong:hover,
  17.615 -ul.Options li.Active strong {
  17.616 -   color: #fff;
  17.617 -   background: #9c9c9c !important;
  17.618 -   border: 1px solid #9c9c9c;
  17.619 -   -moz-border-radius-bottomleft: 0;
  17.620 -   -moz-border-radius-bottomright: 0;
  17.621 -   -webkit-border-bottom-left-radius: 0;
  17.622 -   -webkit-border-bottom-right-radius: 0;
  17.623 -   border-bottom-left-radius: 0;
  17.624 -   border-bottom-right-radius: 0;
  17.625 -}
  17.626 -ul.Options li.Active {
  17.627 -   background: none;
  17.628 -}
  17.629 -ul.Options li.Active ul {
  17.630 -   border: 1px solid #9c9c9c;
  17.631 -   background: #fafafa;
  17.632 -   -moz-border-radius-bottomleft: 2px;
  17.633 -   -moz-border-radius-bottomright: 2px;
  17.634 -   -webkit-border-bottom-left-radius: 2px;
  17.635 -   -webkit-border-bottom-right-radius: 2px;
  17.636 -   border-bottom-left-radius: 2px;
  17.637 -   border-bottom-right-radius: 2px;
  17.638 -}
  17.639 -ul.Options li.Active ul li a {
  17.640 -   background: none;
  17.641 -}
  17.642 -ul.Options li.Active a {
  17.643 -   background: #efefef;
  17.644 -   color: #595959;
  17.645 -}
  17.646 -ul.Options li.Active a:hover {
  17.647 -   background: #8d8d8d;
  17.648 -   color: #fff;
  17.649 -}
  17.650 -ul.Options li.Parent strong:hover,
  17.651 -ul.Options li.Active strong:hover,
  17.652 -ul.Options li.Active strong,
  17.653 -ul.Options li.Active ul {
  17.654 -  	box-shadow: 0px 0px 2px #999;
  17.655 -	-moz-box-shadow: 0 0 2px #999;
  17.656 -	-webkit-box-shadow: 0px 0px 2px #999;     
  17.657 -}
  17.658 -.Center {
  17.659 -   text-align: center;
  17.660 -}
  17.661 -
  17.662 -
  17.663 -/* ================================================================ Main Menu */
  17.664 -div.Menu {
  17.665 -   width: 960px;
  17.666 -   margin: 0 auto;
  17.667 -   position: relative;
  17.668 -   text-align: left;
  17.669 -   vertical-align: bottom;
  17.670 -}
  17.671 -ul#Menu {
  17.672 -   display: inline-block;
  17.673 -   margin-right: 280px;
  17.674 -   vertical-align: bottom;
  17.675 -}
  17.676 -#Menu ul,
  17.677 -#Menu li.Active {
  17.678 -   background: #38abe3;
  17.679 -}
  17.680 -#Menu a,
  17.681 -#Menu li.Active a {
  17.682 -   color: #fff;
  17.683 -}
  17.684 -#Menu a:hover {
  17.685 -   background: #2595cb;
  17.686 -}
  17.687 -#Menu a:hover,
  17.688 -#Menu li.NonTab a:hover {
  17.689 -   color: #fff !important;
  17.690 -}
  17.691 -/* Numbers next to menu items */
  17.692 -#Menu a span,
  17.693 -#Menu li.Active a span,
  17.694 -#Menu li.Highlight a:hover span {
  17.695 -   background: #f2fcff;
  17.696 -   color: #299fc7;
  17.697 -}
  17.698 -
  17.699 -#Head .Search, #Head #Search {
  17.700 -   position: absolute;
  17.701 -   right: 0;
  17.702 -   bottom: 6px;
  17.703 -   text-align: right;
  17.704 -}
  17.705 -
  17.706 -/* ======================================================== Panels / Sidebars */
  17.707 -#Panel {
  17.708 -   width: 250px;
  17.709 -   float: right;
  17.710 -}
  17.711 -div.Box {
  17.712 -   border-radius: 1px;
  17.713 -   -moz-border-radius: 1px;
  17.714 -   -webkit-border-radius: 1px;
  17.715 -   background: #cfecff;
  17.716 -   color: #888;
  17.717 -   padding: 6px 10px;
  17.718 -   margin: 0 0 10px;
  17.719 -	box-shadow: 0px 0px 2px #999;
  17.720 -	-moz-box-shadow: 0px 0px 2px #999;
  17.721 -	-webkit-box-shadow: 0px 0px 2px #999;  
  17.722 -}
  17.723 -div.Box h4 {
  17.724 -   font-size: 110%;
  17.725 -   color: #1e79a7;
  17.726 -   font-weight: bold;
  17.727 -   margin: 0;
  17.728 -   padding: 0 0 1px;
  17.729 -}
  17.730 -div.Box dl {
  17.731 -   overflow: hidden;
  17.732 -}
  17.733 -div.Box dl dt {
  17.734 -	font-size: 12px;
  17.735 -   float: left;
  17.736 -   width: 80px;
  17.737 -   color: #555;
  17.738 -}
  17.739 -div.Box dl dd {
  17.740 -	font-size: 12px;
  17.741 -   margin-left: 80px;
  17.742 -}
  17.743 -div.Box p {
  17.744 -   font-size: 100%;
  17.745 -   padding: 0 0 4px;
  17.746 -   color: #555;
  17.747 -}
  17.748 -ul.PanelActivity {
  17.749 -   border-top: 1px solid #abdafb;
  17.750 -	border-bottom: 0;
  17.751 -}
  17.752 -ul.PanelActivity li {
  17.753 -   background: #e3f4ff;
  17.754 -   border-bottom: 1px solid #abdafb;
  17.755 -   padding: 2px 4px;
  17.756 -	color: #555;
  17.757 -	font-size: 11px;
  17.758 -	line-height: 1.6;
  17.759 -}
  17.760 -ul.PanelActivity li a {
  17.761 -	font-size: 13px;
  17.762 -}
  17.763 -ul.PanelActivity li a.Name {
  17.764 -	margin-right: 2px;
  17.765 -}
  17.766 -ul.PanelActivity span {
  17.767 -	padding: 0 4px;
  17.768 -}
  17.769 -ul.PanelActivity p {
  17.770 -	padding: 0 4px;
  17.771 -	display: inline;
  17.772 -	font-size: 90%;
  17.773 -}
  17.774 -ul.PanelActivity li em {
  17.775 -	padding-left: 5px;
  17.776 -	color: #777;
  17.777 -	font-size: 80%;
  17.778 -}
  17.779 -ul.PanelActivity li div.Story {
  17.780 -	font-size: 85%;
  17.781 -}
  17.782 -ul.PanelInfo li {
  17.783 -   background: #e3f4ff;
  17.784 -   border-bottom: 1px solid #abdafb;
  17.785 -   padding: 2px 4px;
  17.786 -   text-align: right;
  17.787 -}
  17.788 -ul.PanelInfo li.Heading {
  17.789 -   text-align: left;
  17.790 -   color: #000;
  17.791 -   font-weight: bold;
  17.792 -}
  17.793 -ul.PanelInfo {
  17.794 -   border-top: 1px solid #abdafb;
  17.795 -	border-bottom: 0;
  17.796 -}
  17.797 -ul.PanelInfo li strong {
  17.798 -   font-weight: normal;
  17.799 -   text-align: left;
  17.800 -   font-weight: normal;
  17.801 -}
  17.802 -ul.PanelInfo li a {
  17.803 -   float: left;
  17.804 -}
  17.805 -ul.PanelInfo div.Meta {
  17.806 -   font-size: 11px;
  17.807 -}
  17.808 -ul.PanelInfo div.Meta span,
  17.809 -ul.PanelInfo div.Meta strong {
  17.810 -   margin-right: 8px;
  17.811 -}
  17.812 -ul.PanelInfo div.Meta span a {
  17.813 -   margin-left: 8px;
  17.814 -}
  17.815 -ul.PanelInfo div.Meta strong {
  17.816 -	display: inline;
  17.817 -   border-radius: 2px;
  17.818 -   -moz-border-radius: 2px;
  17.819 -   -webkit-border-radius: 2px;
  17.820 -	/*
  17.821 -	box-shadow: 0px 0px 2px #777;
  17.822 -	-moz-box-shadow: 0px 0px 2px #777;
  17.823 -	-webkit-box-shadow: 0px 0px 2px #777;
  17.824 -	*/
  17.825 -	background: #FF0;
  17.826 -	color:#000;
  17.827 -	font-size:9px;
  17.828 -	font-weight:bold;
  17.829 -	padding: 3px;
  17.830 -	line-height: 1;
  17.831 -}
  17.832 -ul.PanelInfo li.Parent {
  17.833 -	text-align: left;
  17.834 -	font-weight: bold;
  17.835 -	background: none;
  17.836 -	color: #333;
  17.837 -	padding: 2px 0;
  17.838 -}
  17.839 -ul.PanelInfo li.Active {
  17.840 -   background: #fff;
  17.841 -   border-bottom: 1px solid #a3e6ff;
  17.842 -}
  17.843 -ul.PanelInfo li.Active a {
  17.844 -   color: #1e79a7;
  17.845 -}
  17.846 -ul.PanelActivity li.ShowAll,
  17.847 -ul.PanelInfo li.ShowAll {
  17.848 -   font-weight: bold;
  17.849 -   border: 0;
  17.850 -   text-align: right;
  17.851 -	background: none;
  17.852 -}
  17.853 -#UserOptions {
  17.854 -	margin-bottom: 10px;
  17.855 -}
  17.856 -body.Profile ul.PanelInfo {
  17.857 -   border-bottom: 1px solid #abdafb;
  17.858 -}
  17.859 -body.Profile ul.PanelInfo li {
  17.860 -	border-bottom: 0;
  17.861 -	text-align: left;
  17.862 -}
  17.863 -body.Profile ul.PanelInfo li a {
  17.864 -   float: none;
  17.865 -}
  17.866 -a.BigButton {
  17.867 -   text-align: center;
  17.868 -   display: block;
  17.869 -   cursor: pointer;
  17.870 -   margin: 0 0 10px;
  17.871 -   font-size: 15px;
  17.872 -   font-weight: bold;
  17.873 -   padding: 8px 0;
  17.874 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
  17.875 -   color: #02475A;
  17.876 -	text-shadow: 0 1px 0 #fff;
  17.877 -   border: 1px solid #999;
  17.878 -   border-radius: 3px;
  17.879 -   -moz-border-radius: 3px;
  17.880 -   -webkit-border-radius: 3px;
  17.881 -	box-shadow: 0px 0px 2px #999;
  17.882 -	-moz-box-shadow: 0px 0px 2px #999;
  17.883 -	-webkit-box-shadow: 0px 0px 2px #999;  
  17.884 -   }
  17.885 -a.BigButton:hover {
  17.886 -   color: #111;
  17.887 -   border: 1px solid #666;
  17.888 -	box-shadow: 0px 0px 5px #aaa;
  17.889 -	-moz-box-shadow: 0px 0px 5px #aaa;
  17.890 -	-webkit-box-shadow: 0px 0px 5px #aaa;  
  17.891 -}
  17.892 -a.BigButton:focus {
  17.893 -   background: #eee;
  17.894 -	box-shadow: 0px 0px 2px #999;
  17.895 -	-moz-box-shadow: 0px 0px 2px #999;
  17.896 -	-webkit-box-shadow: 0px 0px 2px #999;  
  17.897 -}
  17.898 -/* Category Depths */
  17.899 -ul.PanelCategories li.Depth2 { padding-left: 8px; }
  17.900 -ul.PanelCategories li.Depth3 { padding-left: 12px; }
  17.901 -ul.PanelCategories li.Depth4 { padding-left: 16px; }
  17.902 -ul.PanelCategories li.Depth5 { padding-left: 20px; }
  17.903 -ul.PanelCategories li.Depth6 { padding-left: 24px; }
  17.904 -ul.PanelCategories li.Depth7 { padding-left: 28px; }
  17.905 -ul.PanelCategories li.Depth8 { padding-left: 32px; }
  17.906 -ul.PanelCategories li.Depth9 { padding-left: 36px; }
  17.907 -ul.PanelCategories li.Depth10 { padding-left: 40px; }
  17.908 -ul.PanelCategories li.Depth11 { padding-left: 44px; }
  17.909 -ul.PanelCategories li.Depth12 { padding-left: 48px; }
  17.910 -ul.CategoryList li.Depth2 { padding-left: 25px !important; }
  17.911 -ul.CategoryList li.Depth3 { padding-left: 50px !important; }
  17.912 -ul.CategoryList li.Depth4 { padding-left: 75px !important; }
  17.913 -ul.CategoryList li.Depth5 { padding-left: 100px !important; }
  17.914 -ul.CategoryList li.Depth6 { padding-left: 125px !important; }
  17.915 -ul.CategoryList li.Depth7 { padding-left: 150px !important; }
  17.916 -ul.CategoryList li.Depth8 { padding-left: 175px !important; }
  17.917 -ul.CategoryList li.Depth9 { padding-left: 200px !important; }
  17.918 -ul.CategoryList li.Depth10 { padding-left: 225px !important; }
  17.919 -ul.CategoryList li.Depth11 { padding-left: 250px !important; }
  17.920 -ul.CategoryList li.Depth12 { padding-left: 275px !important; }
  17.921 -ul.CategoryListWithHeadings li.Depth2 { padding-left: 0 !important; }
  17.922 -ul.CategoryListWithHeadings li.Depth3 { padding-left: 25px !important; }
  17.923 -ul.CategoryListWithHeadings li.Depth4 { padding-left: 50px !important; }
  17.924 -ul.CategoryListWithHeadings li.Depth5 { padding-left: 75px !important; }
  17.925 -ul.CategoryListWithHeadings li.Depth6 { padding-left: 100px !important; }
  17.926 -ul.CategoryListWithHeadings li.Depth7 { padding-left: 125px !important; }
  17.927 -ul.CategoryListWithHeadings li.Depth8 { padding-left: 150px !important; }
  17.928 -ul.CategoryListWithHeadings li.Depth9 { padding-left: 175px !important; }
  17.929 -ul.CategoryListWithHeadings li.Depth10 { padding-left: 200px !important; }
  17.930 -ul.CategoryListWithHeadings li.Depth11 { padding-left: 225px !important; }
  17.931 -ul.CategoryListWithHeadings li.Depth12 { padding-left: 250px !important; }
  17.932 -
  17.933 -div.Box.RecentUsers {
  17.934 -	float: left;
  17.935 -}
  17.936 -div.Icons a {
  17.937 -	display: block;
  17.938 -	margin: 0 2px 2px 0;
  17.939 -	float: left;
  17.940 -}
  17.941 -div.Icons img {
  17.942 -	display: block;
  17.943 -	height: 44px;
  17.944 -	width: 44px;
  17.945 -	overflow: hidden;
  17.946 -	background: #c4cde0;
  17.947 -	color: #c4cde0;
  17.948 -	text-indent: 50px;
  17.949 -}
  17.950 -
  17.951 -/* ================================================ DataList (Search Results) */
  17.952 -/* Note: DataList is used in search results, vanilla discussions & drafts */
  17.953 -div.Empty {
  17.954 -   margin: 10px 0;
  17.955 -}
  17.956 -ul.DataList li.Item {
  17.957 -   margin: 0;
  17.958 -   padding: 4px 0;
  17.959 -   border-bottom: 1px solid #bec8cc;
  17.960 -}
  17.961 -ul.DataList li.Item li.Item {
  17.962 -   border-bottom: none;
  17.963 -}
  17.964 -ul.DataList li {
  17.965 -   border: 0;
  17.966 -   padding: 0;
  17.967 -	position: relative;
  17.968 -}
  17.969 -ul.DataList div.Options {
  17.970 -	position: absolute;
  17.971 -	right: 0;
  17.972 -	width:100px;
  17.973 -}
  17.974 -ul.DataList div.OptionButton {
  17.975 -	position: absolute;
  17.976 -	top: 0;
  17.977 -	right: 0;
  17.978 -}
  17.979 -ul.DataList a.Title {
  17.980 -   display: block;
  17.981 -   margin: 0;
  17.982 -   font-size: 14px;
  17.983 -   font-weight: bold;
  17.984 -}
  17.985 -ul.DataList div.Title {
  17.986 -   display: block;
  17.987 -   margin: 0;
  17.988 -}
  17.989 -ul.DataList div.Title a {
  17.990 -   font-size: 120%;
  17.991 -   font-weight: bold;
  17.992 -}
  17.993 -ul.DataList div.Meta {
  17.994 -   font-size: 11px;
  17.995 -   color: #70727c;
  17.996 -}
  17.997 -ul.DataList div.Excerpt {
  17.998 -   font-size: 12px;
  17.999 -	line-height: 1.4;
 17.1000 -}
 17.1001 -ul.DataList div.Excerpt a {
 17.1002 -   color: #333;
 17.1003 -	display: block;
 17.1004 -}
 17.1005 -ul.DataList div.Excerpt p {
 17.1006 -	display: inline;
 17.1007 -	padding: 0;
 17.1008 -}
 17.1009 -/* ul.DataList div.Meta span a, */
 17.1010 -ul.DataList div.Meta span,
 17.1011 -ul.DataList div.Meta strong {
 17.1012 -   margin-right: 12px;
 17.1013 -}
 17.1014 -ul.DataList div.Meta strong {
 17.1015 -   border-radius: 2px;
 17.1016 -   -moz-border-radius: 2px;
 17.1017 -   -webkit-border-radius: 2px;
 17.1018 -	/*
 17.1019 -	box-shadow: 0px 0px 2px #777;
 17.1020 -	-moz-box-shadow: 0px 0px 2px #777;
 17.1021 -	-webkit-box-shadow: 0px 0px 2px #777;
 17.1022 -	*/
 17.1023 -	background: #FF0;
 17.1024 -	color:#000;
 17.1025 -	font-size:9px;
 17.1026 -	font-weight:bold;
 17.1027 -	padding: 3px;
 17.1028 -	line-height: 1;
 17.1029 -}
 17.1030 -ul.DataList div.Meta a {
 17.1031 -   color: #2b2d33;
 17.1032 -}
 17.1033 -ul.DataList a.Delete {
 17.1034 -   width: auto;
 17.1035 -   padding: 0 5px;
 17.1036 -   margin: 0 1px 0 0;
 17.1037 -   font-size: 11px;
 17.1038 -   font-weight: normal;
 17.1039 -   border-radius: 2px;
 17.1040 -   -moz-border-radius: 2px;
 17.1041 -   -webkit-border-radius: 2px;
 17.1042 -   color: #555;
 17.1043 -   cursor: pointer;
 17.1044 -   line-height: 1;
 17.1045 -}
 17.1046 -ul.DataList a.Delete:hover {
 17.1047 -	padding: 4px;
 17.1048 -   color: #333;
 17.1049 -   border: 1px solid #888;
 17.1050 -   background: url('images/buttonbg.png') repeat-x center left #f8f8f8;
 17.1051 -}
 17.1052 -ul.DataList a.Delete:focus {
 17.1053 -   background: #f8f8f8;
 17.1054 -}
 17.1055 -/* Condensed datalists make the main link & excerpt inline. */
 17.1056 -ul.DataList div.Photo {
 17.1057 -	float: left;
 17.1058 -	padding: 0 10px 0 0;
 17.1059 -	font-size: 11px;
 17.1060 -}
 17.1061 -ul.DataList div.Photo img {
 17.1062 -	display: block;
 17.1063 -	height: 43px;
 17.1064 -	width: 43px;
 17.1065 -	overflow: hidden;
 17.1066 -	background: #eee;
 17.1067 -}
 17.1068 -ul.Condensed li,
 17.1069 -li.Condensed {
 17.1070 -	clear: left;
 17.1071 -}
 17.1072 -ul.Condensed a.Title,
 17.1073 -li.Condensed a.Title,
 17.1074 -ul.Condensed div.Title,
 17.1075 -li.Condensed div.Title {
 17.1076 -	display: inline;
 17.1077 -	padding: 0;
 17.1078 -}
 17.1079 -ul.Condensed div.Excerpt,
 17.1080 -li.Condensed div.Excerpt {
 17.1081 -	display: inline;
 17.1082 -}
 17.1083 -ul.Condensed div.Excerpt a,
 17.1084 -li.Condensed div.Excerpt a {
 17.1085 -	display: block;
 17.1086 -	padding: 3px 0;
 17.1087 -}
 17.1088 -
 17.1089 -/* =============================================================== Activities */
 17.1090 -
 17.1091 -body.Activity h1 {
 17.1092 -   margin: 0;
 17.1093 -}
 17.1094 -body.Profile ul.Activities {
 17.1095 -   margin-top: 10px;
 17.1096 -   border-top: 1px solid #ddd;
 17.1097 -}
 17.1098 -ul.Activities li.HasPhoto div.Title {
 17.1099 -	padding: 0;
 17.1100 -}
 17.1101 -ul.Activities a.Title,
 17.1102 -ul.Activities div.Title,
 17.1103 -ul.Activities div.Title a {
 17.1104 -	font-size: 14px;
 17.1105 -}
 17.1106 -ul.Activities div.Excerpt {
 17.1107 -	color: #80828C;
 17.1108 -}
 17.1109 -ul.Activities li.Condensed div.Excerpt {
 17.1110 -	color: #000;
 17.1111 -	font-size: 13px;
 17.1112 -	padding: 0 0 0 4px;
 17.1113 -}
 17.1114 -ul.Activities div.Excerpt a,
 17.1115 -ul.Activities div.Meta a {
 17.1116 -   color: #1e79a7;
 17.1117 -}
 17.1118 -ul.Activities div.Excerpt a:hover,
 17.1119 -ul.Activities div.Meta a:hover {
 17.1120 -   color: #ff0084;
 17.1121 -}
 17.1122 -ul.Activities div.Excerpt img {
 17.1123 -	padding: 2px;
 17.1124 -	border: 1px solid #999;
 17.1125 -}
 17.1126 -ul.Activities ul.DataList {
 17.1127 -	margin-left: 50px;
 17.1128 -	width: 400px;
 17.1129 -}
 17.1130 -ul.Activities div.ItemContent {
 17.1131 -	width: 631px;
 17.1132 -}
 17.1133 -ul.Activities li.HasPhoto div.ItemContent {
 17.1134 -	margin-left: 53px;
 17.1135 -	width: 578px;
 17.1136 -}
 17.1137 -ul.Activities li.Item li.HasPhoto div.ItemContent {
 17.1138 -	width: auto;
 17.1139 -	margin-left: 42px;
 17.1140 -}
 17.1141 -ul.Activities ul.DataList li {
 17.1142 -	background: #D7E7FF;
 17.1143 -	margin-bottom: 2px;
 17.1144 -	padding: 6px;
 17.1145 -}
 17.1146 -ul.Activities ul.DataList a.Title,
 17.1147 -ul.Activities ul.DataList div.Title,
 17.1148 -ul.Activities ul.DataList div.Title a,
 17.1149 -ul.Activities ul.DataList div.Excerpt p {
 17.1150 -	font-size: 13px;
 17.1151 -	line-height: 1;
 17.1152 -}
 17.1153 -ul.HasPhoto div.Excerpt,
 17.1154 -ul.HasPhoto div.Meta {
 17.1155 -	padding-left: 49px !important;
 17.1156 -	display: block;
 17.1157 -}
 17.1158 -ul.Activities ul.DataList .HasPhoto div.Meta {
 17.1159 -	padding: 2px 0 0;
 17.1160 -	line-height: 1;
 17.1161 -}
 17.1162 -ul.Activities ul.DataList div.Photo img {
 17.1163 -	height: 32px;
 17.1164 -	width: 32px;
 17.1165 -}
 17.1166 -ul.Activities a.CommentLink,
 17.1167 -ul.Activities a.CommentLink:hover {
 17.1168 -	font-size: 12px;
 17.1169 -   cursor: text;
 17.1170 -   background: #fff;
 17.1171 -   color: #bbb !important;
 17.1172 -   padding: 5px;
 17.1173 -   text-decoration: none;
 17.1174 -   border: 1px solid #aaa;
 17.1175 -   display: block;
 17.1176 -   line-height: 100%;
 17.1177 -   font-weight: normal;
 17.1178 -}
 17.1179 -ul.Activities li.CommentForm form div {
 17.1180 -	text-align: right;
 17.1181 -}
 17.1182 -ul.Activities li.CommentForm textarea.TextBox {
 17.1183 -   width: 380px;
 17.1184 -	min-height: 40px;
 17.1185 -   height: 40px;
 17.1186 -   margin-bottom: 2px;
 17.1187 -	font-size: 12px;
 17.1188 -}
 17.1189 -ul.Activities li.CommentForm input.Button {
 17.1190 -	font-size: 12px;
 17.1191 -	box-shadow: 0 0 1px #999;
 17.1192 -	-moz-box-shadow: 0 0 1px #999;
 17.1193 -	-webkit-box-shadow: 0 0 1px #999;  
 17.1194 -}
 17.1195 -
 17.1196 -
 17.1197 -/* ============================================================== MessageList */
 17.1198 -/* used for lists of message-based content (discussion comments, private
 17.1199 -conversation messages, etc). */
 17.1200 -
 17.1201 -ul.MessageList,
 17.1202 -ul.MessageList li {
 17.1203 -   list-style: none;
 17.1204 -   margin: 0;
 17.1205 -   padding: 0;
 17.1206 -}
 17.1207 -ul.MessageList li.Item {
 17.1208 -   border-bottom: 1px solid #ddd;
 17.1209 -	padding: 10px 4px 4px 10px;
 17.1210 -}
 17.1211 -ul.MessageList div.Meta {
 17.1212 -   font-size: 11px;
 17.1213 -   color: #777;
 17.1214 -	min-height: 40px;
 17.1215 -}
 17.1216 -ul.MessageList div.Meta span.Author img {
 17.1217 -   height: 40px;
 17.1218 -   width: 40px;
 17.1219 -   border: 0;
 17.1220 -   margin: 0 10px 0 0;
 17.1221 -   float: left;
 17.1222 -   overflow: hidden;
 17.1223 -   background: #eee;
 17.1224 -}
 17.1225 -ul.MessageList div.Meta span {
 17.1226 -   line-height: 2.5;
 17.1227 -   padding-left: 10px;
 17.1228 -}
 17.1229 -ul.MessageList div.Meta span.Author {
 17.1230 -	padding: 0;
 17.1231 -}
 17.1232 -ul.MessageList div.Meta span.Author a {
 17.1233 -   font-size: 15px;
 17.1234 -   font-weight: bold;
 17.1235 -}
 17.1236 -
 17.1237 -ul.MessageList div.Comment div.Meta span {
 17.1238 -   line-height: inherit;
 17.1239 -}
 17.1240 -
 17.1241 -ul.MessageList div.Comment div.Meta div.CommentInfo {
 17.1242 -   line-height: normal;
 17.1243 -}
 17.1244 -
 17.1245 -ul.MessageList div.Comment div.Meta div.CommentInfo span {
 17.1246 -   padding-left: 0px;
 17.1247 -   padding-right: 10px;
 17.1248 -}
 17.1249 -
 17.1250 -div.Preview {
 17.1251 -	text-align: left;
 17.1252 -	background: #E3F4FF;
 17.1253 -	padding: 1px 8px;
 17.1254 -	margin: 4px 0 8px;
 17.1255 -}
 17.1256 -div.Popup div.Preview {
 17.1257 -	padding: 8px;
 17.1258 -	margin: 0;
 17.1259 -}
 17.1260 -body.Post div.Popup a.Close {
 17.1261 -	color: #1e79a7;
 17.1262 -}
 17.1263 -div.Preview div.Message,
 17.1264 -ul.MessageList div.Message {
 17.1265 -   clear: both;
 17.1266 -   line-height: 140%;
 17.1267 -   font-size: 100%;
 17.1268 -	word-wrap: break-word;
 17.1269 -}
 17.1270 -div.Preview div.Message,
 17.1271 -div.Preview div.Message p,
 17.1272 -ul.MessageList div.Message,
 17.1273 -ul.MessageList div.Message p {
 17.1274 -   margin: 8px 0;
 17.1275 -}
 17.1276 -div.Preview div.Message blockquote,
 17.1277 -ul.MessageList div.Message blockquote {
 17.1278 -   padding: 4px 16px;
 17.1279 -   margin: 4px 0;
 17.1280 -}
 17.1281 -
 17.1282 -code, pre {
 17.1283 -   border-radius: 2px;
 17.1284 -   -moz-border-radius: 2px;
 17.1285 -   -webkit-border-radius: 2px;
 17.1286 -   background: #ff9;
 17.1287 -   padding: 4px 8px;
 17.1288 -   white-space: pre;
 17.1289 -   font-family: monospace;
 17.1290 -   overflow: auto;
 17.1291 -	border: 1px solid #eec;
 17.1292 -}
 17.1293 -pre {
 17.1294 -   display: block;
 17.1295 -}
 17.1296 -div.Preview div.Message strong,
 17.1297 -ul.MessageList div.Message strong {
 17.1298 -   font-weight: bold;
 17.1299 -}
 17.1300 -div.Preview div.Message em,
 17.1301 -ul.MessageList div.Message em {
 17.1302 -   font-style: oblique;
 17.1303 -}
 17.1304 -div.Preview div.Message ul,
 17.1305 -div.Preview div.Message ol,
 17.1306 -ul.MessageList div.Message ul,
 17.1307 -ul.MessageList div.Message ol {
 17.1308 -   margin-left: 3em ! important;
 17.1309 -}
 17.1310 -div.Preview div.Message ol li,
 17.1311 -ul.MessageList div.Message ol li {
 17.1312 -  list-style: decimal ! important;
 17.1313 -}
 17.1314 -div.Preview div.Message ul li,
 17.1315 -ul.MessageList div.Message ul li {
 17.1316 -  list-style: disc ! important;
 17.1317 -}
 17.1318 -div.Message h1,
 17.1319 -div.Message h2,
 17.1320 -div.Message h3,
 17.1321 -div.Message h4,
 17.1322 -div.Message h5 {
 17.1323 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
 17.1324 -	font-weight: bold;
 17.1325 -	border: none;
 17.1326 -	color: #000;
 17.1327 -}
 17.1328 -div.Message h1 { font-size: 22px; }
 17.1329 -div.Message h2 { font-size: 20px; }
 17.1330 -div.Message h3 { font-size: 18px; }
 17.1331 -div.Message h4 { font-size: 16px; }
 17.1332 -div.Message h5 { font-size: 14px; }
 17.1333 -div.Message div.ImageResized {
 17.1334 -	font-size: 11px;
 17.1335 -	font-weight: normal;
 17.1336 -	cursor: pointer;
 17.1337 -	margin-bottom: 10px;
 17.1338 -}
 17.1339 -/* The "Foot" is at the bottom of the #Content section. Used for more results
 17.1340 -links, sign in buttons, etc */
 17.1341 -.Foot {
 17.1342 -	border-bottom: 1px solid #abdafb;
 17.1343 -   padding: 6px;
 17.1344 -   background: #cfecff;
 17.1345 -   text-align: right;
 17.1346 -   border-bottom-right-radius: 2px;
 17.1347 -   border-bottom-left-radius: 2px;
 17.1348 -   -moz-border-radius-bottomright: 2px;
 17.1349 -   -moz-border-radius-bottomleft: 2px;
 17.1350 -   -webkit-border-bottom-right-radius: 2px;
 17.1351 -   -webkit-border-bottom-left-radius: 2px;
 17.1352 -   }
 17.1353 -.Foot a.TabLink {
 17.1354 -	margin-left: 10px;
 17.1355 -}
 17.1356 -.Foot .Note {
 17.1357 -	line-height: 2.6;
 17.1358 -	float: left;
 17.1359 -	padding: 0 0 0 8px;
 17.1360 -	font-weight: bold;
 17.1361 -}
 17.1362 -
 17.1363 -/* =============================================================== Categories */
 17.1364 -ul.CategoryList li.Item {
 17.1365 -	margin: 0;
 17.1366 -	padding: 0;
 17.1367 -	border: 0 !important;
 17.1368 -}
 17.1369 -ul.CategoryList .ItemContent {
 17.1370 -	position: relative;
 17.1371 -	margin-top: -1px;
 17.1372 -	border: 1px solid #BEC8CC;
 17.1373 -	border-width: 1px 0;
 17.1374 -	padding: 4px 9px;
 17.1375 -}
 17.1376 -div.Meta span.ChildCategories {
 17.1377 -	border-top: 1px dotted #ddd;
 17.1378 -	display: block;
 17.1379 -}
 17.1380 -ul.DataList div.Meta span.RSS {
 17.1381 -	margin-right: 6px;
 17.1382 -}
 17.1383 -div.Meta span.RSS img {
 17.1384 -	vertical-align: text-bottom;
 17.1385 -}
 17.1386 -ul.CategoryList li.CategoryHeading {
 17.1387 -	font-weight: bold;
 17.1388 -	font-size: 14px;
 17.1389 -}
 17.1390 -
 17.1391 -/* ============================================================= Profile Page */
 17.1392 -body.Profile #Content {
 17.1393 -   width: auto;
 17.1394 -   margin: 0 0 40px 20px;
 17.1395 -   width: 690px;
 17.1396 -	float: right;
 17.1397 -}
 17.1398 -body.Profile #Panel {
 17.1399 -   float: left;
 17.1400 -   width: 250px;
 17.1401 -}
 17.1402 -ul.SideMenu {
 17.1403 -   border-radius: 0;
 17.1404 -   -moz-border-radius: 0;
 17.1405 -   -webkit-border-radius: 0;
 17.1406 -   background: none;
 17.1407 -   padding: 0;
 17.1408 -   margin: 0 0 10px;
 17.1409 -}
 17.1410 -ul.SideMenu li ul {
 17.1411 -   margin: 0;
 17.1412 -   padding: 0;
 17.1413 -   border: 0;
 17.1414 -   background: none;
 17.1415 -}
 17.1416 -ul.SideMenu li ul li {
 17.1417 -   border-bottom: 1px solid #bec8cc;
 17.1418 -}
 17.1419 -ul.SideMenu li ul li a {
 17.1420 -   padding: 0 8px;
 17.1421 -   display: block;
 17.1422 -}
 17.1423 -ul.SideMenu li ul li a:hover {
 17.1424 -   text-decoration: none;
 17.1425 -   background: #cfecff;
 17.1426 -}
 17.1427 -div.User {
 17.1428 -   line-height: 150%;
 17.1429 -}
 17.1430 -div.User,
 17.1431 -div.User a {
 17.1432 -   text-decoration: none;
 17.1433 -}
 17.1434 -div.User h1 {
 17.1435 -   padding: 0 0 8px;
 17.1436 -   margin: 0;
 17.1437 -   line-height: 100%;
 17.1438 -   border: 0;
 17.1439 -}
 17.1440 -#Status {
 17.1441 -   border-top-left-radius: 2px;
 17.1442 -   border-top-right-radius: 2px;
 17.1443 -   -moz-border-radius-topleft: 2px;
 17.1444 -   -moz-border-radius-topright: 2px;
 17.1445 -   -webkit-border-top-left-radius: 2px;
 17.1446 -   -webkit-border-top-right-radius: 2px;
 17.1447 -   background: #cfecff;
 17.1448 -   margin: 0;
 17.1449 -   padding: 8px 8px 0;
 17.1450 -   color: #999;
 17.1451 -   font-weight: normal;
 17.1452 -   line-height: 1.5;
 17.1453 -}
 17.1454 -#Status p {
 17.1455 -   font-size: 120%;
 17.1456 -   color: #6c6c6c;
 17.1457 -   display: inline;
 17.1458 -   margin: 0;
 17.1459 -   padding: 0;
 17.1460 -   line-height: 1;
 17.1461 -}
 17.1462 -#Status a.Change {
 17.1463 -   text-transform: lowercase;
 17.1464 -   font-size: 11px;
 17.1465 -   text-decoration: none;
 17.1466 -}
 17.1467 -#Status a:hover {
 17.1468 -   text-decoration: underline;
 17.1469 -}
 17.1470 -div.User form {
 17.1471 -   border-top-left-radius: 2px;
 17.1472 -   border-top-right-radius: 2px;
 17.1473 -   -moz-border-radius-topleft: 2px;
 17.1474 -   -moz-border-radius-topright: 2px;
 17.1475 -   -webkit-border-top-left-radius: 2px;
 17.1476 -   -webkit-border-top-right-radius: 2px;
 17.1477 -   background: #cfecff;
 17.1478 -   padding: 8px 8px 0;
 17.1479 -}
 17.1480 -div.User form input.InputBox {
 17.1481 -   width: 618px;
 17.1482 -   margin-right: 2px;
 17.1483 -}
 17.1484 -form.Activity {
 17.1485 -   display: block;
 17.1486 -   padding: 10px 10px 0 10px;
 17.1487 -	text-align: right;
 17.1488 -}
 17.1489 -form.Activity textarea {
 17.1490 -   width: 99%;
 17.1491 -   margin-bottom: 2px;
 17.1492 -   height: 60px;
 17.1493 -   min-height: 60px;
 17.1494 -}
 17.1495 -
 17.1496 -/* Invitations Form */
 17.1497 -#Form_Invitation table {
 17.1498 -   width: 100%;
 17.1499 -   border-collapse: collapse;
 17.1500 -   margin: 10px 0;
 17.1501 -	background: #F2FBFF;
 17.1502 -	border: 1px solid #C0E7F5;
 17.1503 -}
 17.1504 -#Form_Invitation table label {
 17.1505 -   font-size: 12px;
 17.1506 -   padding: 0px;
 17.1507 -}
 17.1508 -#Form_Invitation table tr.Last td,
 17.1509 -#Form_Invitation table tr.Last th {
 17.1510 -   border-bottom: 0px;
 17.1511 -}
 17.1512 -#Form_Invitation table th,
 17.1513 -#Form_Invitation table td {
 17.1514 -   font-weight: normal;
 17.1515 -   color: #555;
 17.1516 -   padding: 6px;
 17.1517 -}
 17.1518 -#Form_Invitation table thead th,
 17.1519 -#Form_Invitation table thead td {
 17.1520 -   border-bottom: 1px solid #C0E7F5;
 17.1521 -}
 17.1522 -#Form_Invitation table tbody th {
 17.1523 -   font-weight: bold;
 17.1524 -   color: #000;
 17.1525 -}
 17.1526 -#Form_Invitation table tbody th,
 17.1527 -#Form_Invitation table tbody td {
 17.1528 -   border-bottom: 1px solid #C0E7F5;
 17.1529 -   line-height: 150%;
 17.1530 -}
 17.1531 -#Form_Invitation table thead th {
 17.1532 -   font-weight: bold;
 17.1533 -   font-size: 13px;
 17.1534 -   color: #000;
 17.1535 -}
 17.1536 -#Form_Invitation table.AltRows tr.Alt th,
 17.1537 -#Form_Invitation table.AltRows tr.Alt td,
 17.1538 -#Form_Invitation table.AltColumns th.Alt,
 17.1539 -#Form_Invitation table.AltColumns td.Alt {
 17.1540 -   background: #cfecff;
 17.1541 -}
 17.1542 -#Form_Invitation table.AltColumns tr.Alt {
 17.1543 -   background: none;
 17.1544 -}
 17.1545 -body.Profile ul.Notifications {
 17.1546 -	border-top: 0;
 17.1547 -	margin-top: 0;
 17.1548 -}
 17.1549 -
 17.1550 -
 17.1551 -/* ================================================= Tabs, Headings & Footers */
 17.1552 -div.MessageForm {
 17.1553 -	text-align: right;
 17.1554 -}
 17.1555 -div.MessageForm,
 17.1556 -div.Tabs,
 17.1557 -div.Headings {
 17.1558 -	display: block;
 17.1559 -   border-bottom: 1px solid #abdafb;
 17.1560 -   padding: 5px 8px;
 17.1561 -   margin: 0;
 17.1562 -   background: #cfecff;
 17.1563 -}
 17.1564 -div.MessageForm div.Tabs {
 17.1565 -	padding: 0;
 17.1566 -	border: 0;
 17.1567 -	background: none;
 17.1568 -	text-align: left;
 17.1569 -}
 17.1570 -div.MessageForm div.Tabs ul {
 17.1571 -	display: inline;
 17.1572 -}
 17.1573 -div.Tabs li {
 17.1574 -   display: inline;
 17.1575 -   margin: 0;
 17.1576 -}
 17.1577 -div.MorePager a,
 17.1578 -div.MorePager a:link,
 17.1579 -div.MorePager a:hover,
 17.1580 -div.MorePager a:active,
 17.1581 -div.MorePager a:visited,
 17.1582 -a.TabLink,
 17.1583 -a.TabLink:link,
 17.1584 -a.TabLink:hover,
 17.1585 -a.TabLink:active,
 17.1586 -a.TabLink:visited,
 17.1587 -div.Tabs li a,
 17.1588 -div.Tabs li a:link,
 17.1589 -div.Tabs li a:hover,
 17.1590 -div.Tabs li a:active,
 17.1591 -div.Tabs li a:visited {
 17.1592 -   margin: 0;
 17.1593 -   border: 1px solid #abdafb;
 17.1594 -   border-radius: 3px;
 17.1595 -   -moz-border-radius: 3px;
 17.1596 -   -webkit-border-radius: 3px;
 17.1597 -   background: #bbe2f7;
 17.1598 -   display: inline;
 17.1599 -   font-weight: bold;
 17.1600 -   color: #1e79a7;
 17.1601 -   text-decoration: none;
 17.1602 -   padding: 5px 10px;
 17.1603 -	line-height: 2.6;
 17.1604 -}
 17.1605 -div.MorePager li a:hover,
 17.1606 -a.TabLink:hover,
 17.1607 -div.Tabs li a:hover {
 17.1608 -   background: #f3fcff;
 17.1609 -}
 17.1610 -a.Active,
 17.1611 -div.Tabs li.Active a {
 17.1612 -   background: #fff;
 17.1613 -   color: #474747;
 17.1614 -}
 17.1615 -div.Tabs li a span {
 17.1616 -   line-height: 1;
 17.1617 -   font-size: 80%;
 17.1618 -   padding: 0 3px;
 17.1619 -   border-radius: 3px;
 17.1620 -   -webkit-border-radius: 3px;
 17.1621 -   -moz-border-radius: 3px;
 17.1622 -   font-weight: normal;
 17.1623 -   background: #1e79a7;
 17.1624 -   color: #eaf4fd;
 17.1625 -   margin: 0 0 0 4px;
 17.1626 -}
 17.1627 -div.Tabs div.SubTab {
 17.1628 -	margin: 10px 0 0;
 17.1629 -	padding: 4px 8px;
 17.1630 -	background: #f3fcff;
 17.1631 -   border-radius: 2px;
 17.1632 -   -webkit-border-radius: 2px;
 17.1633 -   -moz-border-radius: 2px;
 17.1634 -}
 17.1635 -div.HeadingTabs {
 17.1636 -	padding: 8px 8px 8px 12px;
 17.1637 -}
 17.1638 -div.HeadingTabs ul {
 17.1639 -	display: inline;
 17.1640 -	float: right;
 17.1641 -}
 17.1642 -div.HeadingTabs div.SubTab {
 17.1643 -	font-size: 14px;
 17.1644 -	display: inline;
 17.1645 -	font-weight: bold;
 17.1646 -	background: none;
 17.1647 -	padding: 0;
 17.1648 -	line-height: 2.4;
 17.1649 -}
 17.1650 -div.SearchTabs input.InputBox {
 17.1651 -	width: 560px;
 17.1652 -	margin-right: 10px;
 17.1653 -}
 17.1654 -div.Headings {
 17.1655 -	position: relative;
 17.1656 -	text-align: left;
 17.1657 -}
 17.1658 -div.Headings div {
 17.1659 -	display: inline-block;
 17.1660 -	padding-right: 10px;
 17.1661 -}
 17.1662 -div.Headings div.ItemHeading {
 17.1663 -	font-size: 14px;
 17.1664 -	font-weight: bold;
 17.1665 -	line-height: 2;
 17.1666 -}
 17.1667 -div.Headings div.MetaHeading {
 17.1668 -	font-size: 11px;
 17.1669 -}
 17.1670 -
 17.1671 -/* ======================================================== Thumbnail Cropper */
 17.1672 -form.Thumbnail table {
 17.1673 -   width: 100%;
 17.1674 -}
 17.1675 -form.Thumbnail table td {
 17.1676 -   width: 50%;
 17.1677 -}
 17.1678 -form.Thumbnail table tr td {
 17.1679 -   vertical-align: top;
 17.1680 -}
 17.1681 -form.Thumbnail table tr th {
 17.1682 -	padding-right: 10px;
 17.1683 -}
 17.1684 -.jcropper-holder {
 17.1685 -   border: 1px black solid;
 17.1686 -}
 17.1687 -.jcrop-holder {
 17.1688 -   text-align: left;
 17.1689 -}
 17.1690 -.jcrop-vline, .jcrop-hline {
 17.1691 -   font-size: 0;
 17.1692 -   position: absolute;
 17.1693 -   background: white url('images/jcrop.gif') top left repeat;
 17.1694 -}
 17.1695 -.jcrop-vline { height: 100%; width: 1px !important; }
 17.1696 -.jcrop-hline { width: 100%; height: 1px !important; }
 17.1697 -.jcrop-handle {
 17.1698 -   font-size: 1px;
 17.1699 -   width: 7px !important;
 17.1700 -   height: 7px !important;
 17.1701 -   border: 1px #eee solid;
 17.1702 -   background-color: #333;
 17.1703 -   *width: 9px;
 17.1704 -   *height: 9px;
 17.1705 -}
 17.1706 -.jcrop-tracker {
 17.1707 -   *background-color: gray;
 17.1708 -   width: 100%; height: 100%;
 17.1709 -}
 17.1710 -.custom .jcrop-vline,
 17.1711 -.custom .jcrop-hline {
 17.1712 -   background: yellow;
 17.1713 -}
 17.1714 -.custom .jcrop-handle {
 17.1715 -   border-color: black;
 17.1716 -   background-color: #C7BB00;
 17.1717 -   border-radius: 3px;
 17.1718 -   -moz-border-radius: 3px;
 17.1719 -   -webkit-border-radius: 3px;
 17.1720 -}
 17.1721 -form.Thumbnail table {
 17.1722 -	width: 100%;
 17.1723 -}
 17.1724 -form.Thumbnail table td {
 17.1725 -	font-weight: normal;
 17.1726 -}
 17.1727 -
 17.1728 -
 17.1729 -/* =================================================================== Popups */
 17.1730 -div.Popup div.Errors ul {
 17.1731 -	border: 1px solid #a00 !important;
 17.1732 -}
 17.1733 -div.Popup div.Messages {
 17.1734 -   text-align: left;
 17.1735 -   position: inherit;
 17.1736 -   top: auto;
 17.1737 -   left: auto;
 17.1738 -   z-index: auto;
 17.1739 -	margin: 10px 0 !important;
 17.1740 -}
 17.1741 -div.Popup div.Messages ul {
 17.1742 -	display: block;
 17.1743 -   border-radius: 2px;
 17.1744 -	-moz-border-radius: 2px;
 17.1745 -	-webkit-border-radius: 2px;
 17.1746 -	box-shadow: none;
 17.1747 -	-moz-box-shadow: none;
 17.1748 -	-webkit-box-shadow: none;
 17.1749 -}
 17.1750 -* html div.Popup div.Messages {
 17.1751 -  position: inherit;
 17.1752 -  width: auto;
 17.1753 -  top: auto;
 17.1754 -  left: auto;
 17.1755 -  overflow: auto; 
 17.1756 -}
 17.1757 -div.Popup .Info {
 17.1758 -	margin-top: 10px;
 17.1759 -}
 17.1760 -div.Popup .Loading {
 17.1761 -   display: block;
 17.1762 -	width: 200px;
 17.1763 -}
 17.1764 -div.Overlay {
 17.1765 -  position: absolute;
 17.1766 -  top: 0;
 17.1767 -  left: 0;
 17.1768 -  width: 100%;
 17.1769 -  height: 100%;
 17.1770 -}
 17.1771 -div.Popup {
 17.1772 -  position: absolute;
 17.1773 -  width: 100%;
 17.1774 -  top: 0;
 17.1775 -  left: 0;
 17.1776 -  z-index: 5000;
 17.1777 -  text-align: center;
 17.1778 -}
 17.1779 -div.Popup div.Border {
 17.1780 -  margin: 0px auto;
 17.1781 -  text-align: left;
 17.1782 -  position: relative;
 17.1783 -  max-width: 500px;
 17.1784 -  display: inline-block;
 17.1785 -}
 17.1786 -div.Popup div.Body {
 17.1787 -  background: #fff;
 17.1788 -}
 17.1789 -div.Popup div.Legal,
 17.1790 -div.Popup .Content form {
 17.1791 -	max-height: 440px;
 17.1792 -	overflow: auto;
 17.1793 -	padding: 0 10px 10px;
 17.1794 -}
 17.1795 -div.Popup .Loading {
 17.1796 -  text-align: center;
 17.1797 -}
 17.1798 -div.Popup h1,
 17.1799 -div.Popup h2,
 17.1800 -div.Connect h1,
 17.1801 -div.Connect h2 {
 17.1802 -	font-size:120%;
 17.1803 -	font-weight:bold;
 17.1804 -	margin-bottom: 0;
 17.1805 -	color: #fff;
 17.1806 -	background: #38abe3;
 17.1807 -	border-bottom: 1px solid #3DB9E5;
 17.1808 -	padding: 6px 9px 4px;
 17.1809 -}
 17.1810 -a.Close {
 17.1811 -	position: absolute;
 17.1812 -	top: 16px;
 17.1813 -	right: 20px;
 17.1814 -	line-height: 1;
 17.1815 -	color: #E4F7FE;
 17.1816 -	cursor: pointer;
 17.1817 -	font-family: arial;
 17.1818 -	font-size: 22px;
 17.1819 -	font-weight: bold;
 17.1820 -	padding: 0;
 17.1821 -}
 17.1822 -a.Close:hover {
 17.1823 -	color: #fff;
 17.1824 -}
 17.1825 -div.Popup .Footer {
 17.1826 -	border: none;
 17.1827 -	background: none;
 17.1828 -	padding: 0;
 17.1829 -	margin: 0;
 17.1830 -	text-align: right;
 17.1831 -}
 17.1832 -div.Popup .Footer input.Button {
 17.1833 -	font-size: 11px;
 17.1834 -	margin-right: 2px;
 17.1835 -}
 17.1836 -div.Popup h3 {
 17.1837 -	font-size: 120%;
 17.1838 -	font-weight: bold;
 17.1839 -	padding: 20px 0 10px;
 17.1840 -}
 17.1841 -div.Popup p {
 17.1842 -	padding: 6px 10px 10px;
 17.1843 -}
 17.1844 -div.Popup div.Legal p {
 17.1845 -	padding: 6px 0 10px;
 17.1846 -}
 17.1847 -div.Popup small {
 17.1848 -	font-size: 11px;
 17.1849 -}
 17.1850 -div.Popup form p {
 17.1851 -	padding: 0;
 17.1852 -}
 17.1853 -body.Profile #Form_Invitation ul li label,
 17.1854 -body.Profile #Form_User ul li label,
 17.1855 -div.Popup form ul li label {
 17.1856 -	color:#000;
 17.1857 -	display:block;
 17.1858 -	font-size:14px;
 17.1859 -	font-weight:bold;
 17.1860 -	margin: 10px 0 0;
 17.1861 -}
 17.1862 -body.Entry form ul li.Gender label.RadioLabel,
 17.1863 -body.Profile #Form_User ul li.Gender label.RadioLabel,
 17.1864 -div.Popup form ul li.Gender label.RadioLabel {
 17.1865 -	display: inline;
 17.1866 -	padding-right: 20px;
 17.1867 -}
 17.1868 -li.Gender {
 17.1869 -	margin-bottom: 10px;
 17.1870 -}
 17.1871 -body.Profile #Form_User ul li label.RadioLabel,
 17.1872 -body.Profile #Form_User ul li label.CheckBoxLabel,
 17.1873 -div.Popup form ul li label.RadioLabel,
 17.1874 -div.Popup form ul li label.CheckBoxLabel {
 17.1875 -	font-weight: normal;
 17.1876 -}
 17.1877 -div.Profile #Form_User input.Button,
 17.1878 -div.Popup input.Button {
 17.1879 -	margin: 4px 0 2px;
 17.1880 -}
 17.1881 -div.Popup #Form_User div.Warning,
 17.1882 -#dashboard_profile_picture #Form_User div.Warning {
 17.1883 -	margin: 6px 0;
 17.1884 -}
 17.1885 -
 17.1886 -/* Serious Ajax Error Styles */
 17.1887 -div.AjaxError {
 17.1888 -	white-space: pre;
 17.1889 -	overflow: auto;
 17.1890 -	padding: 10px;
 17.1891 -}
 17.1892 -
 17.1893 -/* ==================================================================== Legal */
 17.1894 -div.Legal h3 {
 17.1895 -	padding: 0;
 17.1896 -	margin: 20px 0 0;
 17.1897 -	font-size: 120%;
 17.1898 -	font-weight: bold;
 17.1899 -}
 17.1900 -div.Legal ol {
 17.1901 -	list-style-position:outside;
 17.1902 -	list-style-type:decimal;
 17.1903 -	margin:0 30px 10px;
 17.1904 -}
 17.1905 -div.Legal ul {
 17.1906 -	list-style-position:outside;
 17.1907 -	list-style-type:disc;
 17.1908 -	margin:0 30px 10px;
 17.1909 -}
 17.1910 -div.Legal li {
 17.1911 -	padding: 5px 0;
 17.1912 -}
 17.1913 -div.Legal strong {
 17.1914 -	font-weight: bold;
 17.1915 -}
 17.1916 -
 17.1917 -
 17.1918 -/* =================================================================== Footer */
 17.1919 -#Foot {
 17.1920 -   clear: both;
 17.1921 -   text-align: center;
 17.1922 -   margin: 2px 0;
 17.1923 -   padding: 4px 9px;
 17.1924 -   font-size: 13px;
 17.1925 -   color: #ddd;
 17.1926 -   line-height: 1;
 17.1927 -}
 17.1928 -#Foot a {
 17.1929 -   color: #ccc;
 17.1930 -}
 17.1931 -#Foot a:hover {
 17.1932 -   color: #aaa;
 17.1933 -}
 17.1934 -#Foot div {
 17.1935 -	width: 960px;
 17.1936 -	padding: 6px 0;
 17.1937 -	margin: 20px auto 0;
 17.1938 -	text-align: left;
 17.1939 -}
 17.1940 -
 17.1941 -
 17.1942 -
 17.1943 -/* ================================ Vanilla ================================= */
 17.1944 -
 17.1945 -#Panel ul.Discussions {
 17.1946 -   border: 0;
 17.1947 -}
 17.1948 -ul.PanelDiscussions li {
 17.1949 -   text-align: left;
 17.1950 -}
 17.1951 -ul.PanelDiscussions li a {
 17.1952 -   float: none;
 17.1953 -}
 17.1954 -ul.PanelDiscussions li strong {
 17.1955 -   display: block;
 17.1956 -   line-height: 1.5;
 17.1957 -}
 17.1958 -
 17.1959 -/* ============================================================== Discussions */
 17.1960 -
 17.1961 -/* Note: The Vanilla Discussion List has the following classes applied to
 17.1962 -  individual list elements and can be styled:
 17.1963 -  + Bookmarked: the user has bookmarked that topic
 17.1964 -  + Announcement: the discussion has been announced
 17.1965 -  + Mine: the user created the discussion
 17.1966 -  + New: there are new comments since the last viewed the discussion
 17.1967 -*/
 17.1968 -.Mine { background: #e3f4ff; }
 17.1969 -
 17.1970 -ul.DataList div.Meta a.Category {
 17.1971 -   background: #fafafa;
 17.1972 -   padding: 2px 4px;
 17.1973 -   border-radius: 2px;
 17.1974 -   -moz-border-radius: 2px;
 17.1975 -   -webkit-border-radius: 2px;
 17.1976 -}
 17.1977 -ul.DataList li.Mine div.Meta a.Category {
 17.1978 -   background: #eff7ff;
 17.1979 -}
 17.1980 -
 17.1981 -ul.DataList div.Meta span.Announcement {
 17.1982 -	background: #777777;
 17.1983 -	color: #ffffff;
 17.1984 -	padding: 1px 4px;
 17.1985 -   border-radius: 2px;
 17.1986 -	-moz-border-radius: 2px;
 17.1987 -   -webkit-border-radius: 2px;
 17.1988 -   border-radius: 2px;
 17.1989 -   font-weight: bold;
 17.1990 -}
 17.1991 -ul.DataList div.Meta span.Closed {
 17.1992 -	background: #555555;
 17.1993 -   color: #ffffff;
 17.1994 -   font-weight: bold;
 17.1995 -	padding: 1px 4px;
 17.1996 -   border-radius: 2px;
 17.1997 -	-moz-border-radius: 2px;
 17.1998 -   -webkit-border-radius: 2px;
 17.1999 -   border-radius: 2px;
 17.2000 -}
 17.2001 -
 17.2002 -
 17.2003 -/* ================================================================= Comments */
 17.2004 -body.Discussion #Content {
 17.2005 -   margin-bottom: 20px;
 17.2006 -}
 17.2007 -ul.Discussion {
 17.2008 -   margin-bottom: 1px;
 17.2009 -}
 17.2010 -/*
 17.2011 -  Note: Discussion & Comment Option (dropdown) Menu customizations. The layout
 17.2012 -  css for these is in /applications/garden/design/menu.css. Override them here.
 17.2013 -*/
 17.2014 -a.Bookmark,
 17.2015 -a.Bookmarking {
 17.2016 -	float: right;
 17.2017 -   display: block;
 17.2018 -   background: url('images/star_sprite.png') top center no-repeat;
 17.2019 -   height: 22px;
 17.2020 -   width: 22px;
 17.2021 -   margin: 2px 4px 0 4px;
 17.2022 -}
 17.2023 -a.Bookmark span,
 17.2024 -a.Bookmarking span {
 17.2025 -   display: none;
 17.2026 -}
 17.2027 -a.Bookmarked {
 17.2028 -   background: url('images/star_sprite.png') center center no-repeat;
 17.2029 -}
 17.2030 -a.Bookmarking {
 17.2031 -   background: url('images/star_sprite.png') bottom center no-repeat;
 17.2032 -}
 17.2033 -body.Discussion a.Bookmark {
 17.2034 -	margin: 13px 8px;
 17.2035 -}
 17.2036 -
 17.2037 -body.Discussion .Back {
 17.2038 -   padding: 3px 6px;
 17.2039 -   text-align: left;
 17.2040 -}
 17.2041 -
 17.2042 -
 17.2043 -/* =================================================================== Drafts */
 17.2044 -ul.Discussions div.ItemContent,
 17.2045 -ul.Drafts div.ItemContent {
 17.2046 -   margin: 0 0 0 9px;
 17.2047 -}
 17.2048 -ul.Drafts div.ItemContent a.Title,
 17.2049 -ul.Discussions div.ItemContent a.Title {
 17.2050 -	max-width: 580px;
 17.2051 -}
 17.2052 -
 17.2053 -/* =============================================== Discussion & Comment Forms */
 17.2054 -li.Editing {
 17.2055 -	background: #E3F4FF;
 17.2056 -}
 17.2057 -div.CommentForm textarea {
 17.2058 -   width: 99%;
 17.2059 -   height: 100px;
 17.2060 -   min-height: 100px;
 17.2061 -   margin: 0 0 6px;
 17.2062 -}
 17.2063 -div.Comment div.CommentForm {
 17.2064 -	width: 98%;
 17.2065 -	background: none;
 17.2066 -	padding: 6px 4px;
 17.2067 -	border: 0;
 17.2068 -}
 17.2069 -div.Comment div.CommentForm textarea {
 17.2070 -	width: 99%;	
 17.2071 -}
 17.2072 -#DiscussionForm label {
 17.2073 -   font-size: 14px;
 17.2074 -   font-weight: bold;
 17.2075 -   color: #666;
 17.2076 -}
 17.2077 -body.Post #Panel {
 17.2078 -   display: none;
 17.2079 -}
 17.2080 -body.Post #Content {
 17.2081 -   width: 100%;
 17.2082 -}
 17.2083 -#DiscussionForm h2 {
 17.2084 -   border: none;
 17.2085 -   color: #02475A;
 17.2086 -   font-size: 140%;
 17.2087 -   font-weight: bold;
 17.2088 -   margin: 0;
 17.2089 -   padding: 6px;
 17.2090 -}
 17.2091 -#DiscussionForm form {
 17.2092 -   border-radius: 2px;
 17.2093 -   -moz-border-radius: 2px;
 17.2094 -   -webkit-border-radius: 2px;
 17.2095 -   background: #c4e1ff none repeat scroll 0 0;
 17.2096 -   border: 1px solid #7caccb;
 17.2097 -   margin: 0;
 17.2098 -   padding: 20px;
 17.2099 -}
 17.2100 -#DiscussionForm textarea {
 17.2101 -   width: 99%;
 17.2102 -   height: 100px;
 17.2103 -   min-height: 100px;
 17.2104 -   margin: 0 0 6px;
 17.2105 -}
 17.2106 -#DiscussionForm input.InputBox {
 17.2107 -   width: 99%;
 17.2108 -   margin-bottom: 10px;
 17.2109 -}
 17.2110 -#DiscussionForm div.Category {
 17.2111 -   padding: 0 0 10px;   
 17.2112 -}
 17.2113 -#DiscussionForm div.Category label {
 17.2114 -   padding: 0 8px 0 0;
 17.2115 -}
 17.2116 -div.CommentForm a.Back,
 17.2117 -div.CommentForm a.Cancel {
 17.2118 -   float: left;
 17.2119 -}
 17.2120 -#DiscussionForm a.Cancel {
 17.2121 -	margin-left: 18px;
 17.2122 -}
 17.2123 -#DiscussionForm ul {
 17.2124 -   margin: 0 0 20px;
 17.2125 -}
 17.2126 -#DiscussionForm ul.PostOptions li {
 17.2127 -   display: inline;
 17.2128 -   padding: 0 8px 0 0;
 17.2129 -}
 17.2130 -#DiscussionForm ul.PostOptions label {
 17.2131 -   display: inline;
 17.2132 -   font-weight: normal;
 17.2133 -   font-size: 95%;
 17.2134 -   color: #555;
 17.2135 -}
 17.2136 -
 17.2137 -/* ============================== Conversations ============================= */
 17.2138 -textarea.MultiComplete {
 17.2139 -   height: 20px;
 17.2140 -   padding: 3px 0;
 17.2141 -   text-align: left;
 17.2142 -}
 17.2143 -.ac_results {
 17.2144 -   padding: 0;
 17.2145 -   border: 1px solid #bbb;
 17.2146 -   border-top: 0;
 17.2147 -   background-color: white;
 17.2148 -   overflow: hidden;
 17.2149 -   z-index: 99999;
 17.2150 -}
 17.2151 -.ac_results ul {
 17.2152 -   width: 100%;
 17.2153 -   list-style-position: outside;
 17.2154 -   list-style: none;
 17.2155 -   padding: 0;
 17.2156 -   margin: 0;
 17.2157 -}
 17.2158 -.ac_results li {
 17.2159 -   margin: 0;
 17.2160 -   padding: 5px;
 17.2161 -   cursor: default;
 17.2162 -   display: block;
 17.2163 -   /* 
 17.2164 -   if width will be 100% horizontal scrollbar will apear 
 17.2165 -   when scroll mode will be used
 17.2166 -   */
 17.2167 -   /*width: 100%;*/
 17.2168 -   font-size: 12px;
 17.2169 -   /* 
 17.2170 -   it is very important, if line-height not setted or setted 
 17.2171 -   in relative units scroll will be broken in firefox
 17.2172 -   */
 17.2173 -   line-height: 16px;
 17.2174 -   overflow: hidden;
 17.2175 -   border-bottom: 1px solid #bbb;
 17.2176 -   text-align: left;
 17.2177 -}
 17.2178 -.ac_lastitem {
 17.2179 -   border-bottom: 0 !important;
 17.2180 -}
 17.2181 -.ac_results strong {
 17.2182 -   font-weight: bold;
 17.2183 -   background: #daf4fd;
 17.2184 -}
 17.2185 -.ac_over strong {
 17.2186 -   font-weight: bold;
 17.2187 -   background: #2ab0de;
 17.2188 -}
 17.2189 -.ac_over {
 17.2190 -   background: #44c7f4;
 17.2191 -   color: #fff;
 17.2192 -}
 17.2193 -div.AddPeople h4 {
 17.2194 -  border-bottom: 0px;
 17.2195 -}
 17.2196 -#Panel input.InputBox,
 17.2197 -div.AddPeople textarea.MultiComplete {
 17.2198 -  width: 228px;
 17.2199 -  margin-bottom: 2px;
 17.2200 -}
 17.2201 -div.AddPeople form div {
 17.2202 -	text-align: right;
 17.2203 -}
 17.2204 -
 17.2205 -
 17.2206 -/* ============================================================ Conversations */
 17.2207 -fieldset {
 17.2208 -  padding: 0px !important;
 17.2209 -}
 17.2210 -h2.NewConversation {
 17.2211 -  float: right;
 17.2212 -}
 17.2213 -h2.NewConversation a {
 17.2214 -  font-weight: bold;
 17.2215 -}
 17.2216 -body.Conversations h2 {
 17.2217 -  margin: 0;
 17.2218 -}
 17.2219 -ul.Conversations li.Active {
 17.2220 -  cursor: pointer;
 17.2221 -  background: #ffe;
 17.2222 -}
 17.2223 -ul.Conversations li.Item {
 17.2224 -	padding: 4px 5px;
 17.2225 -}
 17.2226 -ul.Conversations div.ItemContent {
 17.2227 -   margin:0 0 0 5px;
 17.2228 -}
 17.2229 -ul.Conversations div.Meta a.Name {
 17.2230 -	color: #1E79A7;
 17.2231 -	font-weight: bold;
 17.2232 -}
 17.2233 -
 17.2234 -
 17.2235 -/* ========================================================= Add Message Form */
 17.2236 -#MessageForm {
 17.2237 -	background: #E9F9FF;
 17.2238 -	padding: 4px 8px 8px;
 17.2239 -	margin: 1px 0 0;
 17.2240 -   border-bottom-left-radius: 2px;
 17.2241 -   border-bottom-right-radius: 2px;
 17.2242 -  -moz-border-radius-bottomleft: 2px;
 17.2243 -  -moz-border-radius-bottomright: 2px;
 17.2244 -  -webkit-border-bottom-left-radius: 2px;
 17.2245 -  -webkit-border-bottom-right-radius: 2px;
 17.2246 -}
 17.2247 -#MessageForm h2 {
 17.2248 -  font-size: 115%;
 17.2249 -  color: #2786C2;
 17.2250 -  font-weight: bold;
 17.2251 -  border: 0;
 17.2252 -}
 17.2253 -#MessageForm form div {
 17.2254 -	text-align: right;
 17.2255 -}
 17.2256 -#MessageForm textarea {
 17.2257 -  width: 99%;
 17.2258 -  height: 100px;
 17.2259 -  min-height: 100px;
 17.2260 -  margin-bottom: 2px;
 17.2261 -}
 17.2262 -
 17.2263 -
 17.2264 -/* ==================================================== New Conversation Form */
 17.2265 -body.add #Panel {
 17.2266 -   display: none;
 17.2267 -}
 17.2268 -body.add #Content {
 17.2269 -   width: auto;
 17.2270 -}
 17.2271 -#ConversationForm form {
 17.2272 -   border-radius: 2px;
 17.2273 -	-moz-border-radius: 2px;
 17.2274 -   -webkit-border-radius: 2px;
 17.2275 -   border-radius: 2px;
 17.2276 -	background:none repeat scroll 0 0 #c4e1ff;
 17.2277 -	margin:0;
 17.2278 -	padding:20px;
 17.2279 -	text-align: right;
 17.2280 -}
 17.2281 -#ConversationForm h2 {
 17.2282 -	color:#02475A;
 17.2283 -	font-size:140%;
 17.2284 -	font-weight:bold;
 17.2285 -	margin:0;
 17.2286 -	padding:6px;
 17.2287 -	text-align: left;
 17.2288 -	border: 0;
 17.2289 -}
 17.2290 -#ConversationForm label {
 17.2291 -	display: block;
 17.2292 -	text-align: left;
 17.2293 -	color:#666666;
 17.2294 -	font-size:14px;
 17.2295 -	font-weight:bold;	
 17.2296 -}
 17.2297 -#ConversationForm .TextBox {
 17.2298 -   height: 100px;
 17.2299 -   min-height: 100px;
 17.2300 -   margin: 8px 0 6px;
 17.2301 -	padding: 0;
 17.2302 -}
 17.2303 -body.Conversations a.Cancel {
 17.2304 -   margin-left: 20px;
 17.2305 -}
 17.2306 -div.Popup #ConversationForm form {
 17.2307 -	background: none;
 17.2308 -   -border-radius: 0;
 17.2309 -	-moz-border-radius: 0;
 17.2310 -	-webkit-border-radius: 0;
 17.2311 -   border-radius: 0;
 17.2312 -	padding: 10px;
 17.2313 -}
 17.2314 -div.Popup #ConversationForm h2 {
 17.2315 -	color: #fff;
 17.2316 -	font-size: 120%;
 17.2317 -	font-weight: bold;
 17.2318 -	padding: 6px 9px 4px;	
 17.2319 -}
 17.2320 -div.Popup #ConversationForm textarea.MultiComplete,
 17.2321 -div.Popup #ConversationForm .TextBox {
 17.2322 -	width: 100%;
 17.2323 -}
 17.2324 -
 17.2325 -/* Upload Progress Bar */
 17.2326 -div.UploadProgress {
 17.2327 -	margin: 10px 0;
 17.2328 -	background: url('images/upload-progress-back.gif') repeat;
 17.2329 -	width: 200px;
 17.2330 -	z-index: 0;
 17.2331 -	color: #fff;
 17.2332 -	text-shadow: 0 1px 1px #333;
 17.2333 -	border: 1px solid #0c3c7e;
 17.2334 -   border-radius: 2px;
 17.2335 -	-moz-border-radius: 2px;
 17.2336 -	-webkit-border-radius: 2px;
 17.2337 -   border-radius: 2px;
 17.2338 -}
 17.2339 -div.UploadProgress div {
 17.2340 -	padding: 2px 0;
 17.2341 -}
 17.2342 -div.UploadProgress div strong {
 17.2343 -	font-weight: bold;
 17.2344 -}
 17.2345 -div.UploadProgress div.Foreground,
 17.2346 -div.UploadProgress div.Background {
 17.2347 -	position: absolute;
 17.2348 -}
 17.2349 -div.UploadProgress div.Background {
 17.2350 -	width: 0;
 17.2351 -	background: url('images/upload-bg.gif') repeat;
 17.2352 -	z-index: 1;
 17.2353 -}
 17.2354 -div.UploadProgress div.Foreground {
 17.2355 -	text-indent: 6px;
 17.2356 -	overflow: visible;
 17.2357 -	white-space: nowrap;
 17.2358 -	z-index: 2;
 17.2359 -}
 17.2360 -
 17.2361 -
 17.2362 -/* Adding CSS for multiple sign-in methods */
 17.2363 -
 17.2364 -/* Container */
 17.2365 -div.Border {
 17.2366 -	border-radius: 8px;
 17.2367 -	-moz-border-radius: 8px;
 17.2368 -	-webkit-border-radius: 8px;
 17.2369 -	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
 17.2370 -	padding: 10px;
 17.2371 -}
 17.2372 -
 17.2373 -/* Tabs */
 17.2374 -ul.Tabs {
 17.2375 -	border-bottom: 1px solid #aaa;
 17.2376 -	text-align: left;
 17.2377 -	padding-left: 4px;
 17.2378 -}
 17.2379 -ul.Tabs li {
 17.2380 -	display: inline-block;
 17.2381 -}
 17.2382 -ul.Tabs li a,
 17.2383 -ul.Tabs li a:link,
 17.2384 -ul.Tabs li a:active,
 17.2385 -ul.Tabs li a:visited,
 17.2386 -ul.Tabs li a:hover {
 17.2387 -	display: inline-block;
 17.2388 -	margin-left: 4px;
 17.2389 -	border: 1px solid #aaa;
 17.2390 -	border-width: 1px 1px 0 1px;
 17.2391 -	border-radius: 3px 3px 0 0;
 17.2392 -	-moz-border-radius: 3px 3px 0 0;
 17.2393 -	-webkit-border-radius: 3px 3px 0 0;
 17.2394 -	background: #eee;
 17.2395 -	color: #888;
 17.2396 -	position: relative;
 17.2397 -	top: 1px;
 17.2398 -	padding: 2px 8px 1px;
 17.2399 -}
 17.2400 -ul.Tabs li a:hover {
 17.2401 -	background: #f5f5f5;
 17.2402 -	color: #444;
 17.2403 -}
 17.2404 -ul.Tabs li a.Active {
 17.2405 -	padding: 2px 8px;
 17.2406 -	background: #fff;
 17.2407 -	color: #000;
 17.2408 -}
 17.2409 -
 17.2410 -/* Icons */
 17.2411 -ul.Tabs li a.EntryTabFor_password {
 17.2412 -	padding-left: 22px;
 17.2413 -	background-image: url('../../../themes/default/design/favicon.png');
 17.2414 -	background-position: 3px 4px;
 17.2415 -	background-repeat: no-repeat;
 17.2416 -}
 17.2417 -
 17.2418 -
 17.2419 -/* ============================================================ Entry Screens */
 17.2420 -body.Entry {
 17.2421 -   text-align: center;
 17.2422 -}
 17.2423 -body.Entry #Panel {
 17.2424 -   display: none;
 17.2425 -}
 17.2426 -body.Entry #Content {
 17.2427 -   float: none;
 17.2428 -   margin: 0 auto;
 17.2429 -   width: 360px;
 17.2430 -   text-align: center;
 17.2431 -}
 17.2432 -body.Entry #Content h1 {
 17.2433 -   border: none;
 17.2434 -   color: #02475A;
 17.2435 -   font-size:140%;
 17.2436 -   font-weight:bold;
 17.2437 -   padding: 6px;
 17.2438 -	margin: 0;
 17.2439 -	text-align: left;
 17.2440 -}
 17.2441 -body.Entry #Content form {
 17.2442 -	text-align: left;
 17.2443 -	padding: 10px;
 17.2444 -}
 17.2445 -body.Entry form ul li label {
 17.2446 -	font-size: 14px;
 17.2447 -	color: #474747;
 17.2448 -	font-weight: bold;
 17.2449 -	padding: 6px 0 0;
 17.2450 -	display: block;
 17.2451 -}
 17.2452 -body.Entry form ul li label.CheckBoxLabel,
 17.2453 -body.Entry form ul li label.RadioLabel {
 17.2454 -	font-size: 12px;
 17.2455 -	font-weight: normal;
 17.2456 -   width: auto;
 17.2457 -}
 17.2458 -body.Entry input.DateBox,
 17.2459 -body.Entry input.InputBox,
 17.2460 -body.Entry textarea {
 17.2461 -   width: 310px;
 17.2462 -}
 17.2463 -span.Incorrect {
 17.2464 -   display: block;
 17.2465 -   color: red;
 17.2466 -}
 17.2467 -
 17.2468 -/* Sign In Page & Popup */
 17.2469 -div.SignInPopup div.Box {
 17.2470 -	margin: 0;
 17.2471 -	padding: 0;
 17.2472 -	background: none;
 17.2473 -	border: 0;
 17.2474 -	border-radius: 0;
 17.2475 -	-moz-border-radius: 0;
 17.2476 -	-webkit-border-radius: 0;
 17.2477 -	box-shadow: none;
 17.2478 -	-moz-box-shadow: none;
 17.2479 -	-webkit-box-shadow: none;
 17.2480 -}
 17.2481 -body#dashboard_entry_password #Content,
 17.2482 -body#dashboard_entry_signin #Content,
 17.2483 -body#dashboard_entry_index #Content {
 17.2484 -	width: auto;
 17.2485 -}
 17.2486 -div.SignInPopup .Content form {
 17.2487 -	padding: 0 10px 10px;
 17.2488 -}
 17.2489 -body#dashboard_entry_password #Content form,
 17.2490 -body#dashboard_entry_index #Content form,
 17.2491 -body#dashboard_entry_signin #Content form {
 17.2492 -	padding: 0;
 17.2493 -	text-align:left;
 17.2494 -}
 17.2495 -body#dashboard_entry_password #Content form,
 17.2496 -body#dashboard_entry_signin #Content form,
 17.2497 -body#dashboard_entry_index #Content form,
 17.2498 -div.SignInPopup form {
 17.2499 -	width: 270px;
 17.2500 -}
 17.2501 -div.SingleEntryMethod {
 17.2502 -	width: 290px;
 17.2503 -	margin: 0 auto;
 17.2504 -}
 17.2505 -div.MultipleEntryMethods {
 17.2506 -	width: 500px;
 17.2507 -	margin: 0 auto;
 17.2508 -}
 17.2509 -body#dashboard_entry_handshake #Content input.InputBox,
 17.2510 -body#dashboard_entry_signin #Content input.InputBox,
 17.2511 -body#dashboard_entry_index #Content input.InputBox,
 17.2512 -body#dashboard_entry_password #Content input.InputBox,
 17.2513 -div.SignInPopup input.DateBox,
 17.2514 -div.SignInPopup input.InputBox,
 17.2515 -div.SignInPopup textarea {
 17.2516 -   width: 260px;
 17.2517 -	padding: 3px;
 17.2518 -}
 17.2519 -div.SignInPopup form ul li label,
 17.2520 -body#dashboard_entry_signin form ul li label,
 17.2521 -body#dashboard_entry_index form ul li label,
 17.2522 -body#dashboard_entry_password form ul li label,
 17.2523 -body#dashboard_entry_handshake form ul li label {
 17.2524 -	font-size: 13px;
 17.2525 -	line-height: 1.5;
 17.2526 -	padding: 0;
 17.2527 -}
 17.2528 -body#dashboard_entry_password #Content form ul li input#Form_Email,
 17.2529 -body#dashboard_entry_signin #Content form ul li input#Form_Email,
 17.2530 -body#dashboard_entry_index #Content form ul li input#Form_Email {
 17.2531 -	margin-bottom: 6px;
 17.2532 -}
 17.2533 -body#dashboard_entry_password #Content input.Password,
 17.2534 -body#dashboard_entry_signin #Content input.Password,
 17.2535 -body#dashboard_entry_index #Content input.Password,
 17.2536 -div.SignInPopup input.Password {
 17.2537 -	width: 180px;
 17.2538 -}
 17.2539 -a.ForgotPassword {
 17.2540 -	margin-left: 10px;
 17.2541 -}
 17.2542 -li.Buttons div a.ForgotPassword {
 17.2543 -	margin: 0;
 17.2544 -}
 17.2545 -body#dashboard_entry_password ul li label.CheckBoxLabel,
 17.2546 -body#dashboard_entry_signin ul li label.CheckBoxLabel,
 17.2547 -body#dashboard_entry_index ul li label.CheckBoxLabel,
 17.2548 -div.SignInPopup ul li label.CheckBoxLabel {
 17.2549 -	color: #777;
 17.2550 -	display: inline;
 17.2551 -	font-size: 12px;
 17.2552 -	font-weight: normal;
 17.2553 -	margin: 10px 0 0 10px;
 17.2554 -}
 17.2555 -body.Entry li.Buttons input.Button,
 17.2556 -div.SignInPopup li.Buttons input.Button {
 17.2557 -	margin: 10px 0;
 17.2558 -}
 17.2559 -div.Entry {
 17.2560 -	position: relative;
 17.2561 -}
 17.2562 -div.Methods {
 17.2563 -	text-align: left;
 17.2564 -	font-size: 14px;
 17.2565 -	font-weight: bold;
 17.2566 -	position: absolute;
 17.2567 -	top: 33px;
 17.2568 -	bottom: 0;
 17.2569 -	right: 0;
 17.2570 -	padding: 12px 20px 6px;
 17.2571 -	line-height: 1;
 17.2572 -}
 17.2573 -body#dashboard_entry_password div.Methods,
 17.2574 -body#dashboard_entry_signin div.Methods,
 17.2575 -body#dashboard_entry_index div.Methods {
 17.2576 -	padding: 10px 6px 6px;
 17.2577 -	background: none;
 17.2578 -}
 17.2579 -div.Methods div.Method {
 17.2580 -	padding: 10px 0 0;
 17.2581 -	text-align: left;
 17.2582 -}
 17.2583 -
 17.2584 -/* Handshake */
 17.2585 -body#dashboard_entry_handshake #Content {
 17.2586 -	width: 720px;
 17.2587 -}
 17.2588 -body#dashboard_entry_handshake #Content form {
 17.2589 -	padding: 20px 30px 26px;
 17.2590 -}
 17.2591 -body#dashboard_entry_handshake ul.NewAccount {
 17.2592 -	float: left;
 17.2593 -	width: 315px;
 17.2594 -	margin-right: 44px;
 17.2595 -	border-right: 1px solid #A5D0E7;
 17.2596 -}
 17.2597 -body#dashboard_entry_handshake ul.LinkAccount {
 17.2598 -	margin-left: 315px;
 17.2599 -}
 17.2600 -ul.NewAccount h2,
 17.2601 -ul.LinkAccount h2 {
 17.2602 -	padding-left: 36px !important;
 17.2603 -	background: url('images/dashboard-sprites.png') 0 -542px no-repeat;
 17.2604 -}
 17.2605 -ul.LinkAccount h2 {
 17.2606 -	padding-left: 84px !important;
 17.2607 -	background-position: 45px -296px;
 17.2608 -}
 17.2609 -body#dashboard_entry_handshake div.Info {
 17.2610 -	border: 1px solid #A5D0E7;
 17.2611 -	background: #D3F0FF;
 17.2612 -	color: #02475A;
 17.2613 -}
 17.2614 -body#dashboard_entry_handshake #Content h2 {
 17.2615 -   border: none;
 17.2616 -   color: #02475A;
 17.2617 -   font-size:140%;
 17.2618 -   font-weight:bold;
 17.2619 -   padding: 6px 0;
 17.2620 -	margin: 0;
 17.2621 -	text-align: left;
 17.2622 -}
 17.2623 -
 17.2624 -
 17.2625 -/* Leaving Page */
 17.2626 -body#dashboard_entry_leave p {
 17.2627 -	margin: 0;
 17.2628 -   padding: 20px 10px;
 17.2629 -}
 17.2630 -body#dashboard_entry_leave p.Leaving {
 17.2631 -   background: url('images/progress.gif') left center no-repeat;
 17.2632 -	margin: 0 0 0 14px;
 17.2633 -   padding: 20px 0 20px 50px;
 17.2634 -}
 17.2635 -
 17.2636 -
 17.2637 -
 17.2638 -/* External App Connect Designs */
 17.2639 -div.Connect h1,
 17.2640 -div.Connect h2 {
 17.2641 -	text-align: left;
 17.2642 -}
 17.2643 -body.connect div.Box {
 17.2644 -	border-radius: none;
 17.2645 -	-moz-border-radius: none;
 17.2646 -	-webkit-border-radius: none;
 17.2647 -	box-shadow: none;
 17.2648 -	-moz-box-shadow: none;
 17.2649 -	-webkit-box-shadow: none;
 17.2650 -	width: 320px;
 17.2651 -	margin: 0 auto;
 17.2652 -	text-align: left;
 17.2653 -	background: none;
 17.2654 -}
 17.2655 -div.ConnectInfo {
 17.2656 -	margin: 10px 0 0;
 17.2657 -	position: relative;
 17.2658 -}
 17.2659 -div.ConnectInfo img {
 17.2660 -	position: absolute;
 17.2661 -	height: 36px;
 17.2662 -	width: 36px;
 17.2663 -	top: 0;
 17.2664 -	left: 0;
 17.2665 -}
 17.2666 -div.ConnectInfo span.Name {
 17.2667 -	padding-left: 46px;
 17.2668 -	font-weight: bold;
 17.2669 -	line-height: 1;
 17.2670 -	font-size: 13px;
 17.2671 -	color: #444;
 17.2672 -	display: block;
 17.2673 -}
 17.2674 -div.ConnectInfo h3 {
 17.2675 -	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
 17.2676 -	font-size: 15px;
 17.2677 -	font-weight: bold;
 17.2678 -	line-height: 1.6;
 17.2679 -	color: #333;
 17.2680 -	padding: 0 0 10px 46px;
 17.2681 -	border: none;
 17.2682 -}
 17.2683 -div.Connect form ul li label,
 17.2684 -div.SignInPopup form ul li label,
 17.2685 -body#dashboard_entry_password form ul li label,
 17.2686 -body#dashboard_entry_signin form ul li label,
 17.2687 -body#dashboard_entry_index form ul li label {
 17.2688 -	font-size: 13px;
 17.2689 -	line-height: 1.5;
 17.2690 -	padding: 0;
 17.2691 -}
 17.2692 -div.Connect form ul li#ConnectPassword label,
 17.2693 -div.SignInPopup form ul li#ConnectPassword label {
 17.2694 -	padding: 10px 0 0;
 17.2695 -}
 17.2696 -div.Connect .FinePrint,
 17.2697 -div.SignInPopup .FinePrint {
 17.2698 -	font-size: 11px;
 17.2699 -	color: #777;
 17.2700 -}
 17.2701 -body#dashboard_entry_password input.InputBox,
 17.2702 -body#dashboard_entry_signin input.InputBox,
 17.2703 -body#dashboard_entry_index input.InputBox,
 17.2704 -div.Connect input.InputBox,
 17.2705 -div.SignInPopup input.InputBox {
 17.2706 -	padding: 3px
 17.2707 -}
 17.2708 -div.Connect .ExistingUsername,
 17.2709 -div.SignInPopup .ExistingUsername {
 17.2710 -	font-weight: bold;
 17.2711 -	line-height: 1;
 17.2712 -	font-size: 13px;
 17.2713 -	color: #000;
 17.2714 -	display: block;
 17.2715 -}
 17.2716 \ No newline at end of file
    18.1 --- a/forum/vanilla/themes/slitaz/design/style.diff	Sun Apr 03 04:11:27 2011 +0000
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,343 +0,0 @@
    18.4 ---- style.css.org
    18.5 -+++ style.css
    18.6 -@@ -44,6 +44,7 @@
    18.7 -    line-height: 1;
    18.8 -    color: black;
    18.9 -    background: white;
   18.10 -+   border-top: 34px solid #f1f1f1;
   18.11 - }
   18.12 - ol, ul {
   18.13 -    list-style: none;
   18.14 -@@ -131,11 +132,11 @@
   18.15 - a:visited,
   18.16 - a:active {
   18.17 -    text-decoration: none;
   18.18 --   color: #1e79a7;
   18.19 -+   color: #2571B1;
   18.20 - }
   18.21 - a:hover {
   18.22 -    text-decoration: none;
   18.23 --   color: #ff0084;
   18.24 -+   color: blue;
   18.25 - }
   18.26 - input.DateBox,
   18.27 - input.InputBox,
   18.28 -@@ -321,11 +322,11 @@
   18.29 -    font-size: 13px;
   18.30 -    background: #fafafa;
   18.31 -    border: 1px solid #eee;
   18.32 --   color: #888;
   18.33 -+   color: #666666;
   18.34 -    -moz-border-radius: 4px;
   18.35 -    -webkit-border-radius: 4px;
   18.36 -    border-radius: 4px;
   18.37 --   padding: 6px;
   18.38 -+   padding: 8px;
   18.39 -    margin: 0 0 10px;
   18.40 - }
   18.41 - div.Info strong {
   18.42 -@@ -408,8 +409,10 @@
   18.43 - 
   18.44 - /* =================================================================== Header */
   18.45 - #Head {
   18.46 --   background: #38abe3;
   18.47 --   padding: 0;
   18.48 -+   background: #351a0a url(header-img.png) no-repeat top right;
   18.49 -+   padding: 10px 0 0 0;
   18.50 -+   border-top: 1px solid black;
   18.51 -+	border-bottom: 1px solid #999;
   18.52 - }
   18.53 - div.Search:after,
   18.54 - div#Search:after {
   18.55 -@@ -423,16 +426,15 @@
   18.56 -    display: inline-block;
   18.57 -    font-weight: bold;
   18.58 -    margin: 0;
   18.59 --   padding: 21px 10px 4px 0;
   18.60 -+   padding: 0 10px 5px 0;
   18.61 -    border: 0;
   18.62 - }
   18.63 - #Head h1 a span {
   18.64 --   font-size: 24px;
   18.65 --   color:#E4F7FE;
   18.66 --   text-shadow:0 1px 0 #2595ba;   
   18.67 -+   font-size: 18px;
   18.68 -+   color: #f1f1f1;
   18.69 - }
   18.70 - #Head h1 a:hover span {
   18.71 --   color:#f3fcff;
   18.72 -+   color: #b64b22;
   18.73 - }
   18.74 - #Head form {
   18.75 -    float: right;
   18.76 -@@ -463,8 +465,8 @@
   18.77 -    border: 0;
   18.78 -    width: 38px;
   18.79 -    height: 26px;
   18.80 --   background: #cfecff;
   18.81 --   color: #1e79a7;
   18.82 -+   background: #eaeaea;
   18.83 -+   color: #222222;
   18.84 -    padding: 3px 0 4px;
   18.85 -    margin: 0;
   18.86 -    -moz-border-radius: 0;
   18.87 -@@ -679,7 +681,7 @@
   18.88 -    color: #fff;
   18.89 - }
   18.90 - #Menu a:hover {
   18.91 --   background: #2595cb;
   18.92 -+   background: #a3431f;
   18.93 - }
   18.94 - #Menu a:hover,
   18.95 - #Menu li.NonTab a:hover {
   18.96 -@@ -706,24 +708,27 @@
   18.97 -    float: right;
   18.98 - }
   18.99 - div.Box {
  18.100 --   border-radius: 1px;
  18.101 --   -moz-border-radius: 1px;
  18.102 --   -webkit-border-radius: 1px;
  18.103 --   background: #cfecff;
  18.104 -+   background: #eaeaea;
  18.105 -    color: #888;
  18.106 -    padding: 6px 10px;
  18.107 -    margin: 0 0 10px;
  18.108 -+   border-radius: 2px;
  18.109 -+   -moz-border-radius: 2px;
  18.110 -+   -webkit-border-radius: 2px;
  18.111 - 	box-shadow: 0px 0px 2px #999;
  18.112 - 	-moz-box-shadow: 0px 0px 2px #999;
  18.113 - 	-webkit-box-shadow: 0px 0px 2px #999;  
  18.114 - }
  18.115 - div.Box h4 {
  18.116 -    font-size: 110%;
  18.117 --   color: #1e79a7;
  18.118 -+   color: #666666;
  18.119 -    font-weight: bold;
  18.120 -    margin: 0;
  18.121 -    padding: 0 0 1px;
  18.122 - }
  18.123 -+div.Box h4 a {
  18.124 -+   color: #666666;
  18.125 -+}
  18.126 - div.Box dl {
  18.127 -    overflow: hidden;
  18.128 - }
  18.129 -@@ -743,12 +748,12 @@
  18.130 -    color: #555;
  18.131 - }
  18.132 - ul.PanelActivity {
  18.133 --   border-top: 1px solid #abdafb;
  18.134 -+   border-top: 1px solid #C8C8C8;
  18.135 - 	border-bottom: 0;
  18.136 - }
  18.137 - ul.PanelActivity li {
  18.138 --   background: #e3f4ff;
  18.139 --   border-bottom: 1px solid #abdafb;
  18.140 -+   background: #f1f1f1;
  18.141 -+   border-bottom: 1px solid #C8C8C8;
  18.142 -    padding: 2px 4px;
  18.143 - 	color: #555;
  18.144 - 	font-size: 11px;
  18.145 -@@ -777,8 +782,8 @@
  18.146 - 	font-size: 85%;
  18.147 - }
  18.148 - ul.PanelInfo li {
  18.149 --   background: #e3f4ff;
  18.150 --   border-bottom: 1px solid #abdafb;
  18.151 -+   background: #f1f1f1;
  18.152 -+   border-bottom: 1px solid #C8C8C8;
  18.153 -    padding: 2px 4px;
  18.154 -    text-align: right;
  18.155 - }
  18.156 -@@ -788,7 +793,7 @@
  18.157 -    font-weight: bold;
  18.158 - }
  18.159 - ul.PanelInfo {
  18.160 --   border-top: 1px solid #abdafb;
  18.161 -+   border-top: 1px solid #C8C8C8;
  18.162 - 	border-bottom: 0;
  18.163 - }
  18.164 - ul.PanelInfo li strong {
  18.165 -@@ -834,8 +839,8 @@
  18.166 - 	padding: 2px 0;
  18.167 - }
  18.168 - ul.PanelInfo li.Active {
  18.169 --   background: #fff;
  18.170 --   border-bottom: 1px solid #a3e6ff;
  18.171 -+   background: #f8f8f8;
  18.172 -+   border-bottom: 1px solid #444444;
  18.173 - }
  18.174 - ul.PanelInfo li.Active a {
  18.175 -    color: #1e79a7;
  18.176 -@@ -851,7 +856,7 @@
  18.177 - 	margin-bottom: 10px;
  18.178 - }
  18.179 - body.Profile ul.PanelInfo {
  18.180 --   border-bottom: 1px solid #abdafb;
  18.181 -+   border-bottom: 1px solid #C8C8C8;
  18.182 - }
  18.183 - body.Profile ul.PanelInfo li {
  18.184 - 	border-bottom: 0;
  18.185 -@@ -1246,7 +1251,7 @@
  18.186 - 
  18.187 - div.Preview {
  18.188 - 	text-align: left;
  18.189 --	background: #E3F4FF;
  18.190 -+	background: #f1f1f1;
  18.191 - 	padding: 1px 8px;
  18.192 - 	margin: 4px 0 8px;
  18.193 - }
  18.194 -@@ -1336,9 +1341,9 @@
  18.195 - /* The "Foot" is at the bottom of the #Content section. Used for more results
  18.196 - links, sign in buttons, etc */
  18.197 - .Foot {
  18.198 --	border-bottom: 1px solid #abdafb;
  18.199 -+	border-bottom: 1px solid #C8C8C8;
  18.200 -    padding: 6px;
  18.201 --   background: #cfecff;
  18.202 -+   background: #eaeaea;
  18.203 -    text-align: right;
  18.204 -    border-bottom-right-radius: 2px;
  18.205 -    border-bottom-left-radius: 2px;
  18.206 -@@ -1419,7 +1424,7 @@
  18.207 - }
  18.208 - ul.SideMenu li ul li a:hover {
  18.209 -    text-decoration: none;
  18.210 --   background: #cfecff;
  18.211 -+   background: #eaeaea;
  18.212 - }
  18.213 - div.User {
  18.214 -    line-height: 150%;
  18.215 -@@ -1441,7 +1446,7 @@
  18.216 -    -moz-border-radius-topright: 2px;
  18.217 -    -webkit-border-top-left-radius: 2px;
  18.218 -    -webkit-border-top-right-radius: 2px;
  18.219 --   background: #cfecff;
  18.220 -+   background: #f1f1f1;
  18.221 -    margin: 0;
  18.222 -    padding: 8px 8px 0;
  18.223 -    color: #999;
  18.224 -@@ -1471,7 +1476,7 @@
  18.225 -    -moz-border-radius-topright: 2px;
  18.226 -    -webkit-border-top-left-radius: 2px;
  18.227 -    -webkit-border-top-right-radius: 2px;
  18.228 --   background: #cfecff;
  18.229 -+   background: #f1f1f1;
  18.230 -    padding: 8px 8px 0;
  18.231 - }
  18.232 - div.User form input.InputBox {
  18.233 -@@ -1495,8 +1500,8 @@
  18.234 -    width: 100%;
  18.235 -    border-collapse: collapse;
  18.236 -    margin: 10px 0;
  18.237 --	background: #F2FBFF;
  18.238 --	border: 1px solid #C0E7F5;
  18.239 -+	background: #f1f1f1;
  18.240 -+	border: 1px solid #DDDDDD;
  18.241 - }
  18.242 - #Form_Invitation table label {
  18.243 -    font-size: 12px;
  18.244 -@@ -1514,7 +1519,7 @@
  18.245 - }
  18.246 - #Form_Invitation table thead th,
  18.247 - #Form_Invitation table thead td {
  18.248 --   border-bottom: 1px solid #C0E7F5;
  18.249 -+   border-bottom: 1px solid #DDDDDD;
  18.250 - }
  18.251 - #Form_Invitation table tbody th {
  18.252 -    font-weight: bold;
  18.253 -@@ -1522,7 +1527,7 @@
  18.254 - }
  18.255 - #Form_Invitation table tbody th,
  18.256 - #Form_Invitation table tbody td {
  18.257 --   border-bottom: 1px solid #C0E7F5;
  18.258 -+   border-bottom: 1px solid #DDDDDD;
  18.259 -    line-height: 150%;
  18.260 - }
  18.261 - #Form_Invitation table thead th {
  18.262 -@@ -1534,7 +1539,7 @@
  18.263 - #Form_Invitation table.AltRows tr.Alt td,
  18.264 - #Form_Invitation table.AltColumns th.Alt,
  18.265 - #Form_Invitation table.AltColumns td.Alt {
  18.266 --   background: #cfecff;
  18.267 -+   background: #f1f1f1;
  18.268 - }
  18.269 - #Form_Invitation table.AltColumns tr.Alt {
  18.270 -    background: none;
  18.271 -@@ -1553,10 +1558,10 @@
  18.272 - div.Tabs,
  18.273 - div.Headings {
  18.274 - 	display: block;
  18.275 --   border-bottom: 1px solid #abdafb;
  18.276 -+   border-bottom: 1px solid #C8C8C8;
  18.277 -    padding: 5px 8px;
  18.278 -    margin: 0;
  18.279 --   background: #cfecff;
  18.280 -+   background: #f1f1f1;
  18.281 - }
  18.282 - div.MessageForm div.Tabs {
  18.283 - 	padding: 0;
  18.284 -@@ -1587,14 +1592,14 @@
  18.285 - div.Tabs li a:active,
  18.286 - div.Tabs li a:visited {
  18.287 -    margin: 0;
  18.288 --   border: 1px solid #abdafb;
  18.289 -+   border: 1px solid #C8C8C8;
  18.290 -    border-radius: 3px;
  18.291 -    -moz-border-radius: 3px;
  18.292 -    -webkit-border-radius: 3px;
  18.293 --   background: #bbe2f7;
  18.294 -+   background: #b64b22;
  18.295 -    display: inline;
  18.296 -    font-weight: bold;
  18.297 --   color: #1e79a7;
  18.298 -+   color: #ffffff;
  18.299 -    text-decoration: none;
  18.300 -    padding: 5px 10px;
  18.301 - 	line-height: 2.6;
  18.302 -@@ -1602,7 +1607,7 @@
  18.303 - div.MorePager li a:hover,
  18.304 - a.TabLink:hover,
  18.305 - div.Tabs li a:hover {
  18.306 --   background: #f3fcff;
  18.307 -+   background: #a3431f;
  18.308 - }
  18.309 - a.Active,
  18.310 - div.Tabs li.Active a {
  18.311 -@@ -1962,7 +1967,7 @@
  18.312 -   + Mine: the user created the discussion
  18.313 -   + New: there are new comments since the last viewed the discussion
  18.314 - */
  18.315 --.Mine { background: #e3f4ff; }
  18.316 -+.Mine { background: #f1f1f1; }
  18.317 - 
  18.318 - ul.DataList div.Meta a.Category {
  18.319 -    background: #fafafa;
  18.320 -@@ -2049,7 +2054,7 @@
  18.321 - 
  18.322 - /* =============================================== Discussion & Comment Forms */
  18.323 - li.Editing {
  18.324 --	background: #E3F4FF;
  18.325 -+	background: #f1f1f1;
  18.326 - }
  18.327 - div.CommentForm textarea {
  18.328 -    width: 99%;
  18.329 -@@ -2089,8 +2094,8 @@
  18.330 -    border-radius: 2px;
  18.331 -    -moz-border-radius: 2px;
  18.332 -    -webkit-border-radius: 2px;
  18.333 --   background: #c4e1ff none repeat scroll 0 0;
  18.334 --   border: 1px solid #7caccb;
  18.335 -+   background: #f1f1f1 none repeat scroll 0 0;
  18.336 -+   border: 1px solid #DDDDDD;
  18.337 -    margin: 0;
  18.338 -    padding: 20px;
  18.339 - }
  18.340 -@@ -2709,4 +2714,4 @@
  18.341 - 	font-size: 13px;
  18.342 - 	color: #000;
  18.343 - 	display: block;
  18.344 --}
  18.345 -\ No newline at end of file
  18.346 -+}
    19.1 Binary file forum/vanilla/themes/slitaz/screenshot.png has changed