@charset "UTF-8";

/*
**************
	Layout
**************
*/

div#root		{ width: 998px; }
div#footer-wrap { width: 998px; }

div#root { width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 998 ? '998px' :
							(document.documentElement.clientWidth || document.body.clientWidth) > 1282 ? '1282px' : '100%'); height: 100%; }


div#footer-wrap	{ width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 998 ? '998px' :
									(document.documentElement.clientWidth || document.body.clientWidth) > 1280 ? '1280px' : '100%'); }

div#top-bg-left { width: 499px; margin-left: -499px; background-position: -141px 0; }
div#top-bg-left	{ width: expression('640px'); margin-left: expression('-640px'); background-position: expression('0 0'); }

div#root-bg-left	{ display: none; }
div#root-bg-left	{ display: expression('block'); }

div#root-bg-left	{ top: auto; bottom: 0;	padding-top: 10000px; }
div#root-bg-right	{ top: auto; bottom: 0;	padding-top: 10000px; }

/*
**************
	Design
**************
*/

div#left-col-content	{ zoom: 1; }
div#left-col-bot		{ bottom: -2px; }

/* Main Menu */

div.full-menu	{ height: 58px; background: url('img/mm-full-bg.png') no-repeat 0 7px; }

div#main-menu.full-menu td.active div		{ overflow: hidden; background-image: url('img/mm-active-tab.gif'); }
div#main-menu.full-menu td.active div div	{ background-image: url('img/mm-active-tab.gif'); }

div#main-menu .second-level ul	{ zoom: 1; }

/*
***************
	Modules
***************
*/

.login-form .frm-text	{ width: 145px; }

.user-panel .trainer-center .trainer	{ padding-right: 14px; }
.user-panel .center-only .photo			{ padding-bottom: 2px; }

div#right-panel	{ display: inline; padding-right: 0; }

/*
**************
	Pages
**************
*/

.message	{ zoom: 1; }

/* Forms */

.form-text				{ padding: 0; }
.form-text.form-error	{ padding: 10px 10px 6px; }

.form-textarea				{ padding: 0 3px 0 0; }
.form-textarea textarea		{ display: block; overflow: visible; height: 50px; margin: 0; padding: 0; }
.form-textarea.form-error	{ padding: 10px 10px 6px; }

.form	{ zoom: 1; }

/* Registration Page */

.registration-page .reg-form .remark	{ margin-top: 0; }
.registration-page .reg-general			{ margin-right: 32px; }

/* Library Page */

.library-page .filter-form .filters	{ width: 100%; }

/* Show Document Page */

.privateRoom-library-editList-showDoc-page .doc-info li	{ width: 100%; }

/* Edit Document Page */

.edit-doc-form .tags .tag		{ width: 216px; }
.edit-doc-form .tags .tag input	{ width: 211px; }

/* Member & Center Page */

.memberRoom-page .fields li	{ zoom: 1; }
.center-page .fields li		{ zoom: 1; }

/* Modules */

.module-post .post-list			{ zoom: 1; }
.module-post .post-list li		{ zoom: 1; }
.module-post .post-list .body	{ display: inline-block; padding-left: 20px; }

.module-friends .new-friends	{ zoom: 1; }

.module-friends { zoom: 1; }

/* Groups */

.module-groups table		{ width: 99.4%; }
.module-groups .info		{ zoom: 1; }

/*
*****************
	Rich Text
*****************
*/

.rich-text		{ zoom: 1; }
