/*
***************
	General 222
***************
*/

html {
	margin: 0px; padding: 0;
	width: 100%; height: 100%;
}
body {
    margin: 0px; padding: 0;
	width: 100%; height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 18px;
	color: #404040;
	background: #f0f0f0;
	
}

h1 {
	color:#000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #222222;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 19px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7a7a7a;
	margin-top: 18px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #678400;
	margin-top: 8px;
	margin-bottom: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #678400;
	margin-top: 8px;
	margin-bottom: 12px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	color: #678400;
	margin-top: 0px;
	margin-bottom: 0px;
}
h7 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #678400;
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #678400;
}

img		{
	border: 0 none;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}



/* Links */

a	{
	color: #405c9c;
	outline: none;
}

form {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/* Clear Fix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/* Tabs */

/* Normal */

#debug	{
	display: none;
}

#page a.tab {
	position: relative; padding: 0 16px;
	height: 28px;
	display: block; float: left;	
	color: #000000;
	text-decoration: none;
	font-size: 12px; line-height: 26px;	
	border-left: 1px #bfbfbf solid; border-top: 1px #bfbfbf solid; border-right: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
}
#page a.tab:hover	{
	color: #000000 !important; 
	display: block;
	float: left;		
}

/* Active */

#page a.tab-active {
	position: relative; margin: 0; padding: 0 16px;
	height: 28px;
	display: block;	float: left;
	color: #303030;
	font-size: 12px; line-height: 26px;
	text-align: center; text-decoration: none;
	
	border-left: 1px #bfbfbf solid; border-top: 1px #bfbfbf solid; border-right: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
	
	background: url(/img/tabA.png) repeat-x 0 0;	
}
#page a.tab-active:hover {
	display: block;
	float: left;
	color: #000000 !important; 
	text-decoration: none;	
	background: url(/img/tabA.png) repeat-x  0 0;	
}

/* Tab styles */

.tabs-nav .tab-wrapper	{
	display: none;
}
.tabs-nav .tab-wrapper-active	{
	display: block;
}

.tabs-nav .tab-header {	
	height: 28px;	
}
.tabs-nav .tab-body {
	padding: 12px 18px 18px; margin: 0 0 17px;
	border: 1px solid #bfbfbf;	
	border-radius: 0 3px 3px 3px; -moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px;
}

/* Content Block */
.block-content {
	position: relative; padding: 10px 0 0;
}
.block-content-header	{
	position: absolute; top: 0px; left: 20px;
	padding: 0 4px 0;
	color: #59800d;
	font-style: italic; font-weight: bold;
	background: #ffffff;
}
.block-content-header a	{
	color: #59800d;
	font-style: italic; font-weight: bold;
}
.block-content-content {
	position: relative; margin: 0 0 18px; padding: 16px 18px 8px;
	border: 1px solid #BFBFBF;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.block-content-content a.author	{
	display: inline-block; margin: 0 0 3px;
	color: #000000;
	font-style: italic;
}
.block-content-content .post-time	{
	font-style: italic;
}



/* Mobile */

body.mobile {
	background:none;
	padding:5px;
}
body.mobile a {
	font-weight:bold;
}

/*
***************
	Outline
***************
*/

/* Page */

#page-wrapper {
	position: relative;	min-height: 100%;
}
#page {
	position: relative; margin: 0 auto;	
	width: 942px;	
	padding: 0 18px 94px;	
}

#page a:hover,
#bodyIn a:hover	{
	color: #47660a !important;
}

/* Header */
#header-wrapper.header-wrapper-blogs {
    margin: 0 0 13px;
}

#header-wrapper {
    position: relative; margin: 0 0 19px;
}
#header {
	position: relative;	margin: 0 auto;
	width: 978px; height: 145px;
	background: #8b8b8b url("/img/bg-header.png") no-repeat 0 0 ;	
}

/* Footer */

#footer-wrapper {	
	position: relative; margin: -113px 0 0;
	height: 113px;
}

#go-on-top		{
	position: relative; margin: 0 auto;
	width: 960px; z-index: 30;
}
#go-on-top a	{
	display: inline-block;
	padding: 3px 10px; margin: 0 10px 0 0;
}

#go-on-top .link-up{
    float:right;
	padding: 3px 0px; margin: 0 10px 0 0;
}

#footer {
	position: relative; margin: 0 auto; padding: 12px 0 0;
	width: 978px; height: 76px;	
	border-top: 1px #91979d solid; border-bottom: 1px #515151 solid;	
	background-color: #73777e;		
}
#footer a	{
	display: inline-block;
	width: 136px; height: 70px; padding: 0;	
	text-align: center;
	background: url("/img/footer-delim.png") no-repeat 100% 0;
}
#footer a.last	{
	background: none;
}
#footer a img	{
	margin: 0 0 0 0; padding: 0;
}
#footer a#inet-auditor	{
	display: block; position: absolute; top: 0; right: 0;
	height: 88px; width: 20px;	
	background: none;
}

/*
***************
	Styles
***************
*/

#page-border	{
	position: absolute; top: 0; left: 50%;
	width: 980px; height: 100%; margin: 0 0 0 -490px;
	background: #c5c5c5;
}
#page-bg		{
	position: absolute; top: 0; left: 50%;
	width: 978px; height: 100%; margin: 0 0 0 -489px;
	background: #ffffff;
}
#page-shadow	{
	position: absolute; top: 0; left: 50%;
	width: 984px; height: 100%; margin: 0 0 0 -492px;	
	background: url('/img/page-shadow.png') repeat-y 0 0;
}


/* Header */

#header a {
    font-size: 12px;
    color: #FEFEFE;    
}
#header a:hover	{
	color: #f9ffd9;
}

/* Logo */

#header #logo
{
    position: absolute; top: 15px; left: 13px;
    width: 83px; height: 83px;
}
#header #logo img	{
	width: 83px; height: 83px;
}

/* Title */

#header .block-title	{
    position: absolute; top: 30px; left: 107px;	
	width: 450px; height: 95px;    
}
#header .block-title .title	{
	display: block; 
	font-size: 18px; line-height: 25px;
	color: #ffffff;
}
#header .block-title .info	{	
	display: block;
	line-height: 16px;
	color: #ffffff;
}

/* Search */

#header .block-menu-search {
    position: absolute; left: 700px; top: 115px;        
}
#header .block-menu-search #textfield	{
	float: left;
	width: 193px; height: 16px;
}
#header .block-menu-search #imageField	{
	float: left;
	margin: 0 0 0 10px;
}

/* Login */

#header .block-login {
    position: absolute; top: 30px; right: 53px;
	width: 270px;
	color: #ffffff;
}

#header #showEnter	{
	position: relative; margin: 0;
	display: block;
	width: 137px; height: 24px;
	text-decoration: none; text-align: center;
	line-height: 22px;
	background: #9e9e9e url("/img/enter.png") no-repeat 0 0;
}

#header #login-registration {
	position: relative; padding: 0 0 0 8px;
}
#header #login-registration a	{
	display: block;
}

#header .block-login a{
    font-size: 12px;
    text-decoration: underline;
}

#header .block-login a.new-updates{
    background: url("/img/new.gif") no-repeat right;
    padding: 0 31px 0 0;
}

#header .block-login a:after
{
    color: #FEFEFE;
    font-size: 12px;
    text-decoration: none;
}

#header .hello	{
	margin: 0 0 8px;
}



/* Enter Form */

#form-enter {
	display: none;
	position: absolute;	top: 17px; left: 642px;	
	width: 259px; padding: 12px 26px 8px 12px;
	border: 1px solid #8f979f;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	box-shadow: 0 1px 2px 0 #979797;
	background: #f0f0f0;	
	z-index: 10;
}

#form-enter .controls	{
	margin: 0 0 18px;
	overflow: hidden;	
}
#form-enter #hide-form-enter	{
	display: block; padding: 0;
	float: left;
	width: 137px; height: 23px;
	text-decoration: none;
	line-height: 23px; text-align: center;
	background: url('/img/enter-button-pressed.png') no-repeat 0 0;
}
#form-enter #pass-reminder	{
	float: right;
	color: #00257b;
}

#form-enter input.text	{
	width: 135px; height: 18px;
	border: 1px #a7a7a7 solid;
}
#form-enter label.text-label	{
	display: inline-block;
	width: 56px;
}
#form-enter .login-pass	{
	width: 200px; margin: 0 0 8px;
}
#form-enter .login	{
	margin: 0 0 12px;
}

#form-enter input.button	{
	position: absolute; top: 86px; right: 26px;
	width: 51px; height: 23px;
	color: #ffffff;
	line-height: 23px; text-align: center;	
	border: none;
	background: url('/img/enter-button.png') no-repeat 0 0;
}

#form-enter .remember	{
	padding: 0 0 0 55px;
}

.auth-page #form-enter	{
	display: block; position: relative; top: 0; left: 0;
}
.auth-page #form-enter #hide-form-enter	{
	display: none;
}
.auth-page #form-enter #pass-reminder	{
	float: left;
}
.auth-page #form-enter input.button	{
	top: 81px;
}

/* Menu */

#mainMenu {	
	position: relative; padding: 0; margin: 0;
	top: 106px; left: 0;
	overflow: hidden;
	background: url("/img/main-menu-bg.png") repeat-x 0 0;
}

#mainMenu li	{
	display: block; float: left; padding: 0 0 0 2px;
	list-style: none; list-style-type: none;
	background: url("/img/main-menu-delim.png") no-repeat 0 11px;
}
#mainMenu li.first	{
	background: none;
}
#mainMenu a		{    
	display: inline-block; height: 39px; padding: 0 17px;
	color: #222222;
    font-size: 14px; line-height: 39px;
    text-decoration: none; text-align: center;
	
}
#mainMenu a.active		{
	background: url("/img/light.png") repeat-x 0 0;
	
}
#mainMenu a:hover	{
	background: url("/img/mainmenu-hover.png") repeat-x 0 0;
	color: #000000;    
}

/* Page */

#page .page-left-side	{
	float: left; width: 628px;
}

#page .page-right-side	{
	float: right; width: 297px;
}

#page .page-item		{
	position: relative; margin: 0 0 0px;
}

/* Page Top Item */

/* User News */

#user-news		{		
}
#user-news .tabs-nav	{
	margin: 0 0 23px;
}

#user-news .community-title	{
	margin: 0 0 6px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

#user-news div.community		{
	width: 590px; margin: 0 0 12px; padding: 0 0 14px;
	border-bottom: 1px #bfbfbf solid;    
}

#user-news .blogs		{
	overflow: hidden; width: 590px;
}

#user-news .community .post	{    
    width: 590px; margin: 0 0 12px;
	overflow: hidden;
}
#user-news .post-title	{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
#user-news .post-title .finish-grad	{
	position: absolute; top: 0; right: 0;
	width: 10px; height: 19px;
	background: url("/img/main-finish-grad.png") no-repeat 0px 0;
}
#user-news .community .title-element {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 663px;
}

#user-news .community a.community	{
	color: #59800d;
	font-weight: bold;
}
#user-news .community a.title	{
	color: #00257b;
	font-weight: bold; font-size: 15px;
}
#user-news .community a.user	{
	color: #000000; 
	font-style: italic;
}
#user-news .community .comments a	{
	color: #9a9a9a;
        
}
#user-news .community a.all-updates{
    text-decoration: none;
    color: #000000;
}

#user-news .community a .all-updates-text{
    text-decoration: underline;
    font-style: italic;
    
}

#user-news .community .comments a.user	{
	color: #000000;
        text-decoration: none;

}
#user-news .community .comments a:hover.user	{
	text-decoration: underline;

}

#user-news span.date	{
	color: #000000; 
	font-style: italic;
}

#user-news .blogs .post	{
        color: #000000;
	margin: 0 0 12px;
        display: inline-block;
        overflow: hidden;
        width: 590px;
}
#user-news .blogs-title	{
	margin: 15px 0 6px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
#user-news .blogs .user-pic	{
	float: left; margin: 4px 10px 0 0;
}
#user-news .blogs a.user	{
	color: #59800d;
	font-weight: bold;	
}
#user-news .blogs a.title	{
	color: #00257b;
	font-weight: bold; font-size: 15px;
}
#user-news .blogs .comments a	{
	color: #666666;
}

#user-news .banners	{
	margin: 0 0 20px;
}

#user-news .blogs a.all-updates{
    text-decoration: none;
    color: #000000;
}
#user-news .blogs a .all-updates-text{
    text-decoration: underline;
    font-style: italic;
}



/* Meets */

#meets	{
	width: 297px; margin: 0 0 17px;
}

#meets .meet-item	{
	margin: 0 0 7px;
	line-height: 18px;
}
#meets .meet-item .title	{
	color: #00257b;
	font-weight: bold;
}
#meets .meets-all 	{
	margin: 0 0 22px;	
}
#meets .meets-all a	{
	color: #222222;
	font-style: italic;
}
#meets .reports-all	{
	margin: 0 0 8px;	
}
#meets .reports-all	a{
	color: #222222;
	font-style: italic;
	text-decoration: none;
}
#meets .reports-all	a span	{
	text-decoration: underline;
}

#meets .meets-all a.all-updates{
    text-decoration: none;
    color: #000000;
}
#meets .meets-all a .all-updates-text{
    text-decoration: underline;
    font-style: italic;
}

/* Calendar */

#calendar	{
	position: relative; padding: 0 0 80px;
}
#calendar table.main	{
	
}
#calendar .header	{	
	text-align: center;
}
#calendar #date-nav-prev	{
	display: inline; float: left;
	width: 42px; height: 19px;
	background: url("/img/cBack.png") no-repeat 0 0;
}
#calendar #date-nav-next	{
	display: inline; float: right;
	width: 42px; height: 19px;
	background: url("/img/cFw.png") no-repeat 0 0;
}
#calendar #current-month	{	
	float: left; display: inline;
	width: 125px; height: 20px;
	color: #000000;
}
#calendar td.event	{
	
}
#calendar a.event	{
	position: relative; display: inline-block;
	width: 25px; height: 19px;
	text-decoration: none;		
	color: #000000;
	z-index: 50;
}
#calendar a.event:hover	{
	color: #000000 !important;
}
#calendar a.day	{	
	position: relative; display: inline-block;
	width: 25px; height: 19px;
	color: #000000;
	text-decoration: none;		
	z-index: 50;
}
#calendar a.day:hover	{
	color: #000000 !important;
}

#calendar .days-of-week	{
	background: url("/img/week-day-line.png") repeat-x 0 20px;
}
#calendar .week-day	{
	padding: 0 0 5px;	
	font-size: 10px; line-height: 26px;
}
#calendar .week-day	span {
	display: block; width: 30px;
	text-align: center;
}

#calendar .week-day-first	{
	padding: 0 0 5px;
}
#calendar .week-day-last	{
	padding: 0 0 5px;
}
#calendar .week-day-last span {
	width: 20px;
}
	
#calendar td.day		{
	padding: 0 0 9px;
	text-align: center;
	position: relative;
}

#calendar td div.day-wrapper	{
	position: relative; top: 0; left: 0; width: 100%; height: 19px;
}
#calendar td div.daytype	{
	position: absolute; top: 0; left: 0; height: 100%;	
}

/* user */
#calendar .calendar-type-first-users 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-first-day-u.png') no-repeat 0 0;
	z-index: 10;
}
#calendar .calendar-type-middle-users 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-type-u.png') repeat-x 0 0;
	z-index: 10;
}
#calendar .calendar-type-last-users 	{
	display: block; width: 30px; height: 19px;
	background: url('/img/calendar-last-day-u.png') no-repeat -20px 0;
	z-index: 10;
}
#calendar .calendar-type-alone-users 	{
	display: block; width: 29px; height: 19px;
	background: url("/img/cDate-u.png") no-repeat 4px 0;
	z-index: 10;
}

/* member */
#calendar .calendar-type-first-members 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-first-day-m.png') no-repeat 0 0;
	z-index: 20;
}
#calendar .calendar-type-middle-members 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-type-m.png') repeat-x 0 0;
	z-index: 20;
}
#calendar .calendar-type-last-members 	{
	display: block; width: 30px; height: 19px;
	background: url('/img/calendar-last-day-m.png') no-repeat -18px 0;
	z-index: 20;
}
#calendar .calendar-type-alone-members 	{
	display: block; width: 29px; height: 19px;
	background: url("/img/cDate-m.png") no-repeat 4px 0;
	z-index: 20;
}

/* club */
#calendar .calendar-type-first-club 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-first-day-c.png') no-repeat 0 0;
	z-index: 30;
}
#calendar .calendar-type-middle-club 	{
	display: block; width: 100%; height: 19px;
	background: url('/img/calendar-type-c.png') repeat-x 0 0;
	z-index: 20;
}
#calendar .calendar-type-last-club 	{
	display: block; width: 30px; height: 19px;
	background: url('/img/calendar-last-day-c.png') no-repeat -18px 0;
	z-index: 30;
}
#calendar .calendar-type-alone-club 	{
	display: block; width: 29px; height: 19px;
	background: url("/img/cDate-c.png") no-repeat 4px 0;
	z-index: 30;
}

/* birthdays */

.birthdays .block-content-content	{
	margin: 0 0 12px;
}

/* Meet Popups */

#calendar .meet-popup	{
	width: 187px; padding: 12px 12px 2px;
	border: 1px #e3ecb0 solid;
	background: #ffffff url("/img/meet-popup-bg.png") repeat-x 0 0;
	
	z-index: 60;
	
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}

#calendar .meet-popup .info	{
	display: block;
	margin: 0 0 3px 0;
}
#calendar .meet-popup .date	{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
#calendar .meet-popup .title	{
	color: #00257b;
	font-weight: bold;	
}
#calendar .meet-popup .outlook	{
	display: block; margin: 0 0 18px;
	color: #666666;
}

/* new Meets */

.meets form label	{
	display: inline-block;
	margin: 0 0 18px; padding: 0 8px;
	line-height: 16px;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
}
.meets form label input	{
	margin: 0 4px 0 0;
	position: relative; top: 2px;
}
.meets #meets-club	{
	border: 1px #a4b347 solid;
	background: url("/img/cb-club-bg.png") repeat-x 0 0;
}
.meets #meets-members	{
	border: 1px #d3e080 solid;
	background: url("/img/cb-members-bg.png") repeat-x 0 0;
}
.meets #meets-users	{
	border: 1px #cccccc solid;
	background: url("/img/cb-users-bg.png") repeat-x 0 0;
}
.meets form label.title input	{
	margin: 0 0 0 19px;
}
.meets form #title	{	
	width: 320px;
}
.meets #start,
.meets #finish,
.meets #title {
	height: 18px;
	border: 1px #00257b solid;
}
.meets .dates	{
	margin: 0 0 18px;
}
.meets .dates label	{
	margin: 0 2px 0 0;
}
.meets .dates input	{
	width: 90px; margin: 0 0 0 4px;
}
.meets .dates .ui-datepicker-trigger	{
	display: inline-block; width: 16px; height: 16px; margin: 0 13px 0 3px;
	cursor: pointer;
	position: relative; top: 3px; 	
}
.meets form textarea	{
	width: 632px !important; height: 310px; min-height: 310px; margin: 0 0 18px;
	resize: vertical;	
	border: 1px #00257b solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.meets form .add-meet-btn	{
	width: 154px; height: 23px; margin: 0 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none; 
	color: #ffffff; cursor: pointer;
	background: url("/img/add_meet_btn_green.png") no-repeat 0 0;
}
.meets form .preview-btn	{
	width: 183px; height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	color: #ffffff; cursor: pointer;
	background: url("/img/add_meet_btn_gray.png") no-repeat 0 0;
}
.meets #sidebar	{
	float: left; margin: 0 0 0 0;
}
.meets .menuBody	{	
	float: none; margin: 0 10px 20px 0;
}
.meets #content	{
	width: 650px;
}	

.meets #meets-kind	{
	font-weight: bold; display: none;
}

.meets .meet-item	{
	margin: 0 0 32px;
}
.meets .meet-item a.title	{
	display: inline-block; margin: 0 0 8px;
	font-size: 16px;
	color: #00257b;
}
.meets .meet-item .meet-date	{
	padding: 0 0 0 14px; margin: 0 0 8px;
}
.meets .meet-item .club	{
	color: #000000;
	background: url("/img/meet-club.png") no-repeat 0 4px;
}
.meets .meet-item .members	{
	background: url("/img/meet-members.png") no-repeat 0 4px;
}
.meets .meet-item .users	{
	background: url("/img/meet-users.png") no-repeat 0 4px;
}
.meets .meet-item .meet-announce	{
	font-size: 14px; margin: 0 0 8px; color: #000000;
}

.meets .meet-item .comments a{
    color: #666666;
    font-size: 14px;
}

.meets .meet-item .meet-adduser	{
	color: #666666;
	font-style: italic;
}
.meets .meet-item .meet-adduser a	{
	color: #666666;	
}


/* Birthdays */

#birthdays-list	{
	position: relative; margin: 0 0 12px;
	overflow: hidden;
}
#birthdays-list .birthday-item-first	{
	margin: 0 22px 0 0;
}
#birthdays-list .birthday-item	{
	float: left;
	width: 115px;
	line-height: 18px;
}
#birthdays-list .birthday-item a	{
	display: inline-block; width: 70px;
	color: #000000; 
	font-size: 12px; 
}
#birthdays-list .birthday-item a.user-pic-link	{
	display: block; 
}
#birthdays-list .birthday-item img	{
	display: block; margin: 4px 7px 0 0;
	float: left; 
}


/* Page Middle Item */

.block-mainpage-last .block-content-content{
	margin:0;
}

.it-news		{	
	position: relative;
}
.it-news .news-item	{
	margin: 0 0 10px;
	font-size: 12px; line-height: 16px;
}

.it-news .news-item .time	{
	font-size: 10px;
}

.it-news .comments	{
	color: #787878;
	font-size: 11px;
}
.it-news a.header	{
	margin: 0 0 5px;
	color: #00257B;
	font-size: 12px;
}
.it-news a.text	{
	color: #000000;
	text-decoration: none;
}
.it-news a.text:hover	{
	text-decoration: none;
}

.it-news .block-content	{
	width: 628px;
}

.it-news .block-content-content	{
	 overflow: hidden;
}

.it-news .attached-item	.text{
	line-height: 14px;
}

.it-news .attached-item	{
	float: left; padding: 0 1% 0 0; margin: 0 0 12px; 
	width: 49%;
}
.it-news .attached-item a.header	{
	display: block;
	font-size: 16px;
}
.it-news img.att-new-pic	{
	display: block; margin: 0 0 8px;
}
.it-news .first-column	{
	float: left; padding: 0 1% 0 0;
	width: 49%;
}	
.it-news .second-column	{
	float: right; padding: 0;
	width: 33%;
}	

.it-news .attached-date-header	{
	font-size: 10px;
}

.it-news .date-header	{
	font-size: 10px; padding: 0 0 5px 0;
	background: url('/img/date-header.png') no-repeat 33px 6px;
}
.it-news .date-header span	{
	padding: 0 5px 0 0;
	background: #ffffff;
}
.it-news a.all-it-news	{
	display: inline-block; margin: 0 0 10px;
	color: #222222;
	font-style: italic; text-decoration: none;
}
.it-news a.all-it-news span	{
	text-decoration: underline;
}

/* Page Bottom Item */

#articles		{	
}
#articles .block-content	{
	width: 628px;
}
#articles a.header	{
	display: inline-block; margin: 0 0 3px;
	color: #00257B;
	font-size: 15px;
}
#articles a.text	{
	color: #000000;
	text-decoration: none;
}
#articles a.text:hover	{
	text-decoration: none;
}
#articles .article-item	{
	margin: 0 0 10px;
	line-height: 18px;	
}
#articles .comments	{
	color: #787878;
	font-size: 11px;
}
#articles a.all-articles	{
	display: inline-block; margin: 0 0 10px;
	color: #222222;
	font-style: italic; text-decoration: none;
}
#articles a.all-articles span	{
	text-decoration: underline;
}

/* Club News */

.club-news	{	
	width: 297px;
	overflow: hidden;
}
.club-news .block-content	{
	float: right; width: 297px;
}
.club-news .news-item	{
	margin: 0 0 10px;
	line-height: 16px;	
}
.club-news .comments	{
	color: #787878;
	font-size: 11px;
}
.club-news a.header	{
	display: inline-block; margin: 0 0 3px;
	color: #00257B;
	font-size: 12px;
	font-weight: bold;
}
.club-news a.text	{
	color: #000000;
	text-decoration: none;
}
.club-news a.text:hover	{
	text-decoration: none;
}
.club-news a.all-news	{
	display: inline-block; margin: 0 0 10px;
	color: #222222;
	font-style: italic; text-decoration: none;
}
.club-news a.all-news span	{
	text-decoration: underline;
}

.club-news .banners-small	{
	margin: 0 0 18px;
}

/* 404 */
.page-404			{
	color: #ffffff;
}
.page-404 #page-wrapper	{
	width: 978px; margin: 0 auto;
}
.page-404 #page-bg	{	
	background: #808080;
}

.page-404 #page-top-bg-left	{
	position: absolute; left: 50%; margin: 0 0 0 -489px;
	width: 489px; height: 350px;
	background: #808080 url("/img/404-top-bg.png") no-repeat 0 0;
}
.page-404 #page-top-bg-right	{
	position: absolute; left: 50%; margin: 0;
	width: 489px; height: 350px;
	background: #808080 url("/img/404-top-bg.png") no-repeat -489px 0;
}

.page-404 #page		{
	position: relative; margin: 0 0 0 -489px;
	left: 50%; top: 0;
	padding: 36px 18px 90px 108px;
	width: 852px;	
}

.page-404 #logo-link	{
	position: absolute; top: 13px; left: 14px;
	width: 80px; height: 82px;	
}

.page-404 #page h1	{
	margin: 0 0 35px;	
	color: #ffffff;
	font-size: 25px; line-height: 32px;
	font-weight: bold;
}
.page-404 #page p	{
	line-height: 22px; margin: 0 0 13px;
}
.page-404 #page a	{
	color: #ffffff;
}
.page-404 #page a:hover	{
	color: #F9FFD9 !important;
}

.page-404 #page a.index	{
	font-size: 14px; font-weight: bold;
}
.page-404 #page a.index:hover	{
	color: #F9FFD9 !important;;
}

.page-404 #page .nav-header	{
	margin: 0 0 1px;
}
.page-404 #page .nav	{
	overflow: hidden;	
}
.page-404 #page .nav a	{
	padding: 0 5px 0;
}
.page-404 #page .nav a.first	{
	padding: 0 5px 0 0;
}

/* Community */

.community-wrapper	{
	margin: 0 0 20px; padding: 16px 16px 10px;
	overflow: hidden;
	border: 1px #bfbfbf solid;
	background: url('/img/div-top-highlight.png') repeat-x 0 0;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.community-wrapper a.title	{
	display: inline-block; margin: 0 0 20px;
	color: #678400;
	font-size: 16px; font-weight: bold; font-style: italic;	
}
.community-wrapper a.community	{
	display: inline-block; margin: 0 0 2px;
	color: #222222;
	font-size: 14px; font-weight: bold;
}
.community-wrapper .blogs-wrapper	{
	position: relative; height: 20px;
	margin: 0 0 12px;
	overflow: hidden;	
}
.community-wrapper .blogs-container	{
	position: absolute; left: 0; top: 0;
	padding: 0 0 0 28px; 
	height: 100%;
}

.community-wrapper .finish-right-arrow	{	
	position: absolute; height: 100%; width: 119px;
	top: 0; right: 0;
	cursor: pointer;
	background: url("/img/finish-right-arrow.png") no-repeat 0 3px;	
}
.community-wrapper .finish-left-arrow	{
	position: absolute; height: 100%; width: 119px;
	display: none;
	top: 0; left: 0;
	cursor: pointer;
	background: url("/img/finish-left-arrow.png") no-repeat 0 3px;	
}
.community-wrapper a.blog	{
	color: #001468;
}

.community-wrapper .blog-info	{
	position: relative;
	padding: 0 14px 0 0;
}
.community-wrapper span.users	{
	padding: 0 0 0 12px;
	background: url("/img/blog-info-pics.png") no-repeat 3px 1px;
}
.community-wrapper span.posts	{
	padding: 0 0 0 16px;
	background: url("/img/blog-info-pics.png") no-repeat -18px 1px;
}
.community-wrapper span.comments	{
	padding: 0 0 0 16px;
	background: url("/img/blog-info-pics.png") no-repeat -48px 1px;
}

a.all-communities	{
	display: inline-block; margin: 0 0 36px 16px;
	color: #678400;
	font-size: 16px; font-weight: bold; font-style: italic;	
}
a.all-communities_a	{
	display: inline-block; margin: 0 0 17px 16px;
	color: #678400;
	font-size: 16px; font-weight: bold; font-style: italic;	
}


/* Blogs */

.community-wrapper .latest-posts	{
	overflow: hidden;
}

.community-wrapper .post-item		{
	float: left; width: 282px; padding: 6px 18px 10px 0;
	overflow: hidden;
}

.community-wrapper .post-info	{
	overflow: hidden;
}

.community-wrapper .user-pic-link	{
	display: block; margin: 0 18px 8px 0;
	float: left;
}
.community-wrapper .user-pic-link img	{
	display: block; width: 67px;
}

.community-wrapper .post-info .author	{
	position: relative; left: -10px;
	margin: 0 0 3px;
	font-size: 14px;
}
.community-wrapper .post-info .author a	{	
	color: #000000;
	font-weight: bold;
}

.community-wrapper .post-info .title	{
	margin: 0 0 3px;
	font-size: 16px; font-weight: bold;	
}
.community-wrapper .post-info .title a	{
	color: #001468;
	
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.community-wrapper .post-info .info	{	
	color: #678400;
	font-style: italic;
}
.community-wrapper .post-info .info a	{	
	color: #787878;
	font-style: normal; font-size: 11px;	
}

.community-wrapper .other-posts	{
	line-height: 18px;
}
.community-wrapper .other-posts .title	{
	display: inline-block; margin: 0 0 5px;
	color: #000000;
	font-size: 10px;	
}
.community-wrapper .other-posts a	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #001468;
	font-size: 14px; 
}

.community-wrapper .other-posts .other-post-item	{
	margin: 0 0 4px;
}
.community-wrapper .other-posts .date	{
	color: #787878;
	font-style: italic;
}
.community-wrapper .other-posts .info a	{
	color: #787878;
	font-size: 11px; font-style: normal;	
}

/*viewpost*/
.viewpost a{
    color: #000000;
}
.viewpost{
    color: #000000;
}

.viewpost .viewpost-user-name{
    font-size: 14px;
}

.viewpost h2{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.viewpost #postText{
    font-size: 14px;
    width: 711px;
}

.viewpost .commNav{
    width: 195px;
    display: block;
    text-align: left;
    padding: 9px 0 9px 18px;
}

.viewpost .viewpost-share{
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 5px 0;
    margin: 0 14px 6px 0;
}
.viewpost #comments a{
    border-bottom: 1px dotted #000000;
    text-decoration: none;
}
.viewpost .elemPVnavmenu{
    border-bottom: 1px dotted #000000;
    text-decoration: none;
}

.viewpost .viewpost-statistic{
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 3px 0;
    margin: 0 14px 0 0;
}

.viewpost .viewpost-statistic-el{
    margin: 4px 0;
}

.viewpost .viewpost-statistic-el.last{
    margin: 4px 0 9px 0;
}

.viewpost .linkprint {
    margin: 4px 0;
}

.viewpost .right-column{
    width: 213px;
    display: block;
    float: right;
    margin: 0 18px 10px 18px;
    text-align: left;
}
.viewpost .modifyhistory span{
border-bottom: 1px dashed #000000;
}

.viewpost-user-post .line{
    font-size: 14px;
}
.viewpost .modifyhistory
{
    cursor: pointer;
    padding: 0 0 0 18px;
}

.viewpost h2{
    margin-top: 12px;
}

h5#comHeader{
    color: #000000;
    font-size: 16px;
}

/*  Most Commented */

.community-wrapper .most-commented .post-info .info	{	
	color: #787878;
	font-style: italic;
}
.community-wrapper .most-commented .post-info .info a	{	
	color: #678400;
	font-style: normal; font-size: 11px;	
}

/*  Most Visited */

.community-wrapper .most-viewed .post-info .info	{	
	color: #787878;
	font-style: italic;
}
.community-wrapper .most-viewed .post-info .info a	{	
	color: #787878;
	font-style: normal; font-size: 11px;	
}

.community-wrapper .most-viewed .visits-count		{
	display: inline-block;
	color: #678400; padding: 0 0 0 18px;
	background: url("/img/view-count.png") no-repeat 0 5px;
}


/* ... */

#bottom {
	background: #757c85 url(/img/bgBot.gif) repeat-x;
	width: 100%;
	padding-top: 42px;
	padding-bottom: 35px;
	z-index: 1;
}
#bottomIn {
	position: relative;
	margin: 0 auto;
	min-width: 980px;
	max-width: 1000px;
	color: #FFFFFF;
	z-index: 2;
}

#bodyIn {
	position: relative;
	margin: 0 auto;
	width: 942px;
	padding: 0 10px 113px;
	background-color: #FFFFFF;
	
}
#bodyAll {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 0 0 20px;
	background-color: #FFFFFF;
	z-index:3;
	overflow: hidden;
}



#partMenu {
	float: left;
	width: 239px;
	padding-bottom: 100px;
}
#content {
	float: left;
	width: 695px;
	padding-bottom: 100px;
}
#contentNarrow {
	float: left;
	width: 400px;
	padding-bottom: 100px;
}
#contentRight {
	float: right;
	width: 290px;
	padding-bottom: 100px;
}
#commMenu {
	float: right;	padding: 0 18px 0 0;
}
#commContent {
	float: left;
	width: 643px;
	padding-bottom: 100px;
	padding-left: 2px;
}

.flL {

	margin: 0px;
	display: block;
	float: left;
}
.flR {
	margin: 0px;
	display: block;
	float: right;
	text-align: left;
}
.flUser {
	float: left;
	width: 108px;
	margin-bottom: 10px;
	margin-right: 4px;
}
.flMess {
	float: left;
	width: 480px;
	margin-bottom: 10px;
}
.imgLeft {
	margin: 0px 10px 12px 0px;
	float: left;
}
.imgLeftA {
	margin: 0px 14px 22px 0px;
	float: left;
}
.sortR {
	display: block;
	float: right;
	margin-right: -1px;
}
.sort {	
	color: #001468; margin: 0 15px 0 0; 
	float: left;
}
.sortA {	
	float: left; margin: 0 15px 0 0; padding: 0;	
	color: #000000;
	background: #e8efbe;
}
.voteIn {
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	width: 260px;
}
.voteFloat {
	float: left;
	margin-top: 10px;
	width: 20px;
}
.anPic {
	float: left;
	width: 81px;
}
.anTxt {
	float: left;
	width: 318px;
	padding-bottom: 9px;
	padding-top: 3px;
}
.repTxt {
	color: #000000;
        float: left;
	width: 625px;
	padding-bottom: 9px;
	padding-top: 3px;
        font-size: 14px;
}
.comInfo {
	color: #787878;	
	float: left;
	height: 20px;
	width: 497px;
	padding: 5px 10px 0px;
	margin-right: 10px;
}
a.descrClosed:link {
	color: #001468;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/descrClosed.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrClosed:visited {
	color: #001468;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/descrClosed.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrClosed:hover {
	color: #001055;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/descrClosed.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrClosed:active {
	color: #001055;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/descrClosed.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrOpened:link {
	color: #001468;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/descrOpened.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrOpened:visited {
	color: #001468;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/descrOpened.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrOpened:hover {
	color: #001055;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/descrOpened.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}
a.descrOpened:active {
	color: #001055;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/descrOpened.gif) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-left: 25px;
}

.forClear {
	clear: both;
	font-size: 1px;
}



.menu1A {
    background: url("/img/light.png") repeat-x scroll 0 0 transparent;
    color: #222222;
    display: block;
    float: left;
    font-family: Arial;
    text-decoration: underline;
    text-align: center;

}
#meetwhwl {
    color: #000000;
    text-decoration: underline;
}

a.menu:link {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px -1px 0px #4f5c6a;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menu:visited {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px -1px 0px #4f5c6a;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menu:hover {
	display: block;
	float: left;
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px -1px 0px #293037;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menu:active {
	display: block;
	float: left;
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px -1px 0px #293037;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuNote:link {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px -1px 0px #4f5c6a;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuNote:visited {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px -1px 0px #4f5c6a;

	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuNote:hover {
	display: block;
	float: left;
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px -1px 0px #293037;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuNote:active {
	display: block;
	float: left;
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px -1px 0px #293037;

	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuA:link {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ececee;
	background: url(/img/bgMenuA.gif) no-repeat;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuA:visited {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ececee;
	background: url(/img/bgMenuA.gif) no-repeat;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuA:hover {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cccccc;
	background: url(/img/bgMenuA.gif) no-repeat;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuA:active {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cccccc;
	background: url(/img/bgMenuA.gif) no-repeat;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
	width: 117px;
	height: 32px;
}
a.menuAnote:link {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ececee;
	background: url(/img/bgMenuNa.gif) no-repeat;
	padding-top: 9px;
	padding-left: 17px;
	font-size: 12px;
	width: 100px;
	height: 32px;
}
a.menuAnote:visited {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ececee;
	background: url(/img/bgMenuNa.gif) no-repeat;
	padding-left: 17px;
	padding-top: 9px;
	font-size: 12px;
	width: 100px;
	height: 32px;
}
a.menuAnote:hover {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cccccc;
	background: url(/img/bgMenuNa.gif) no-repeat;
	padding-left: 17px;
	padding-top: 9px;
	font-size: 12px;
	width: 100px;
	height: 32px;
}
a.menuAnote:active {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cccccc;
	background: url(/img/bgMenuNa.gif) no-repeat;
	padding-left: 17px;
	padding-top: 9px;
	font-size: 12px;
	width: 100px;
	height: 32px;
}

a.tabA2 {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: -1px 1px 1px #ffffff;
	background: url(/img/tabA.png) repeat-x 0 0;
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-size: 12px;
	padding: 0 20px 0;
	height: 28px;
	border-left: 1px #bfbfbf solid; border-top: 1px #bfbfbf solid; border-right: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
}
a.tabA2:visited {
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: -1px 1px 1px #ffffff;	

}
a.tabA2:hover {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;	

}

a.tabFirst {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-shadow: -1px 1px 1px #4f5c6a;
	padding: 0 20px;
	font-size: 12px;
	margin: 0;
	height: 28px;
	line-height: 28px;
	border-left: 1px #bfbfbf solid; border-top: 1px #bfbfbf solid; border-right: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
}
a.tabFirst:visited {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px 1px 1px #4f5c6a;	
}
a.tabFirst:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;	
}
a.menuAdd{
    color: #000000;
    display: block;
    font-size: 12px;
    height: 27px; line-height: 27px;
    padding: 0px 0 0 20px;
    width: 215px;

}

a.menuAdd:hover{
    background: url("/img/lentastrmenu.png") no-repeat scroll 10px 0px;
}


a.menuAddA:link {
	display: block;
	color: #000000;
	text-decoration: none;
	/*	background: url(/img/bgAddMenuA.gif) no-repeat;*/
	font-size: 12px;
	width: 196px;
	height: 16px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: -1px;
}
a.menuAddA:visited {
	display: block;
	color: #001468;
	text-decoration: none;
	/*	background: url(/img/bgAddMenuA.gif) no-repeat;*/
	font-size: 12px;
	width: 196px;
	height: 16px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: -1px;
}
a.menuAddA:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	/*	background: url(/img/bgAddMenuA.gif) no-repeat;*/
	font-size: 12px;
	width: 196px;
	height: 16px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: -1px;
}
a.menuAddA:active {
	display: block;
	color: #000000;
	text-decoration: none;
	/*	background: url(/img/bgAddMenuA.gif) no-repeat;*/
	font-size: 12px;
	width: 196px;
	height: 16px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: -1px;
}
a.menuAddAct {
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(/img/menuAddAct.png) no-repeat scroll 10px 0px transparent;
	font-size: 12px;
	width: 212px;
	height: 27px;
    padding: 0px 0 0 20px;
    font-weight: bold;
	line-height: 27px;

}

span.menuAddAct {
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(/img/menuAddAct.png) no-repeat scroll 10px 0px transparent;
	font-size: 12px;
	width: 212px;
	height: 27px; line-height: 27px;
        padding: 0px 0 0 20px;
        font-weight: bold;

}


a.menuSub{
	display: block;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	width: 176px;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
}
a.menuSub:hover {
	display: block;
	color: #000000;	
	font-size: 12px;
	width: 176px;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
}
a.menuSubA {
	display: block;
	color: #000000;
	font-weight: bold;
	background: url(/img/bgAddSubMenuA.png) no-repeat 0 4px;
	font-size: 12px;
	width: 200px;
	height: 22px;	
	position: relative;
	left: 25px;
	padding: 7px 0 2px 6px;
}

a.menuSubA:hover {
	display: block;
	color: #212121;
	text-decoration: underline;
	background: url(/img/bgAddSubMenuA.png) no-repeat 0 4px;
	font-size: 12px;
	height: 22px;
	padding: 7px 0 2px 6px;
}
a.commSubA{
	position: relative;
	left: -14px;
	display: block;	
	color: #212121;
	text-decoration: none;
        font-weight: bold;
	background: url("/img/comm_arrow.png") no-repeat 0 0px;
	font-size: 12px;
	width: 253px;
	height: 23px;
	padding-left: 37px;
	padding-top: 4px;
}
a.commHa:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	height: 25px;
	padding-left: 21px;
	padding-top: 9px;
}
a.commHa:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	height: 25px;
	padding-left: 21px;
	padding-top: 9px;
}
a.commHa:hover {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	height: 25px;
	padding-left: 21px;
	padding-top: 9px;
}
a.commHa:active {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	height: 25px;
	padding-left: 21px;
	padding-top: 9px;
}
a.commH:link {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	padding-left: 21px;
	padding-top: 3px;
}
a.commH:visited {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	padding-left: 21px;
	padding-top: 3px;
}
a.commH:hover {
	display: block;
	color: #000e4b;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	padding-left: 21px;
	padding-top: 3px;
}
a.commH:active {
	display: block;
	color: #000e4b;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 269px;
	padding-left: 21px;
	padding-top: 3px;
}
a.commPart {
	display: block;
	color: #7a7a7a;
	text-decoration: none;
	font-size: 14px;
	width: 270px;
	height: 23px;
	margin: 3px 0px 2px 21px;
        padding: 4px 0 0 0;
}
.commNav .commPart-delimiter{
    	display: block;
	color: #7a7a7a;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	width: 270px;
	height: 1px;
	margin: 3px 0px 2px 21px;
        padding: 4px 0 0 0;
}
a.commPart:hover {
/*	display: block;
	color: #676767;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;	
	font-size: 14px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 21px;*/
        position: relative;
	left: -35px;
	background: url("/img/comm_arrow.png") no-repeat 0 0px;
	padding-left: 35px;
	padding-top: 4px;
}
a.commSub {
	display: block;
	color: #222222;
	text-decoration: underline;	
	font-size: 12px;
	width: 254px;
        height:23px;
	padding: 4px 0px 0px  25px;
}

label.commSub {
	display: block;
	color: #222222;
	font-size: 12px;
	width: 254px;
        height:23px;
	padding: 4px 0px 0px  25px;
}
label.commPart {
	font-weight: bold;
}
a.commSub:hover {
 	position: relative;
	left: -14px;
	background: url("/img/comm_arrow.png") no-repeat 0 0px;
	font-size: 12px;
	width: 254px;
	height: 23px;
	padding-left: 39px;
	padding-top: 4px;
}

.NewsNotify
{
    margin: 6px 0px 6px 0px;
}

a.commSubNews:link {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;

}
a.commSubNews:visited {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;

}
a.commSubNews:hover {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;

}
a.commSubNews:active {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;

}
a.commSubPart:link {
	display: block;
	color: #7a7a7a;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 252px;
	height: 28px;
	margin: 9px 0px 2px 37px;
}
a.commSubPart:visited {
	display: block;
	color: #7a7a7a;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 252px;
	height: 28px;
	margin: 9px 0px 2px 37px;
}
a.commSubPart:hover {
	display: block;
	color: #676767;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 252px;
	height: 28px;
	margin: 9px 0px 2px 37px;
}
a.commSubPart:active {
	display: block;
	color: #676767;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 252px;
	height: 28px;
	margin: 9px 0px 2px 37px;
}
a.commSubSub:link {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;
	padding: 0px 0px 6px 52px;
}
a.commSubSub:visited {
	display: block;
	color: #001468;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;
	padding: 0px 0px 6px 52px;
}
a.commSubSub:hover {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;
	padding: 0px 0px 6px 52px;
}
a.commSubSub:active {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 254px;
	padding: 0px 0px 6px 52px;
}
a.commP:link {
	display: block;
	color: #001468;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 21px;
}
a.commP:visited {
	display: block;
	color: #001468;
	text-decoration: none;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 21px;
}
a.commP:hover {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 21px;
}
a.commP:active {
	display: block;
	color: #000e4b;
	text-decoration: underline;
	background: url(/img/menuCommStr.gif) repeat-x bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 21px;
}

.announce1 {
	display: block;
	position: absolute;
	left: 0px;
	top: 70px;	
	z-index: 20;	
}
.announce2 {
	display: block;
	position: absolute;
	left: 0px;
	top: 98px;	
	z-index: 20;	
}
.announce3 {
	display: block;
	position: absolute;
	left: 0px;
	top: 126px;	
	z-index: 20;	
}
.announce4 {
	display: block;
	position: absolute;
	left: 0px;
	top: 154px;	
	z-index: 20;	
}
.announce5 {
	display: block;
	position: absolute;
	left: 0px;
	top: 182px;	
	z-index: 20;	
}
.announce6 {
	display: block;
	position: absolute;
	left: 0px;
	top: 210px;	
	z-index: 20;	
}
.enterFm {
	color: #FFFFFF;
	background: url(/img/bgEnter.gif) no-repeat;
	display: block;
	position: absolute;
	z-index: 8;
	height: 98px;
	width: 304px;
	left: 670px;
	top: 66px;
	padding: 3px;
}

a.closeDescr:link {
	color: #001468;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/close.gif) no-repeat;
	display: block;
	position: absolute;
	left: 532px;
	top: 73px;
	height: 21px;
	width: 98px;
	padding-top: 4px;
	text-align: center;
	z-index: 10;
}
a.closeDescr:visited {
	color: #001468;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
	background: url(/img/close.gif) no-repeat;
	display: block;
	position: absolute;
	left: 532px;
	top: 73px;
	height: 21px;
	width: 98px;
	padding-top: 4px;
	text-align: center;
	z-index: 10;
}
a.closeDescr:hover {
	color: #001055;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/close.gif) no-repeat;
	display: block;
	position: absolute;
	left: 532px;
	top: 73px;
	height: 21px;
	width: 98px;
	padding-top: 4px;
	text-align: center;
	z-index: 10;
}
a.closeDescr:active {
	color: #001055;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: -1px 1px 0px #cccccc;
	background: url(/img/close.gif) no-repeat;
	display: block;
	position: absolute;
	left: 532px;
	top: 73px;
	height: 21px;
	width: 98px;
	padding-top: 4px;
	text-align: center;
	z-index: 10;
}


.visible {
	display: block;
}
.hidden {
	display: none;
}
.wh {
	color: #fefefe;
	font-size: 11px;
}
.wh a:link {
	color: #ffffff;
	text-decoration: none;
}
.wh a:visited {
	color: #ffffff;
	text-decoration: none;
}
.wh a:hover {
	color: #fefefe;
	text-decoration: underline;
}
.wh a:active {
	color: #fefefe;
	text-decoration: underline;
}
input.search {
	border: 1px solid #BFBFBF;
	padding: 2px;
	background:  url("http://www.google.com/coop/intl/ru/images/google_custom_search_watermark.gif") no-repeat scroll left center #FFFFFF;
}
input.searchfocus {
	border: 1px solid #7E9DB9;
	padding: 2px;
}

.imgBlock {
	display: block;
}
.size12
{
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
a.whwl {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffffff;
}
a.whwl:visited {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffffff;
}
a.whwl:hover {
	color: #000000;
	text-decoration: underline;	
}
a.dkwl:link {
	color: #353535;
	text-decoration: none;
}
a.dkwl:visited {
	color: #353535;
	text-decoration: none;
}
a.dkwl:hover {
	color: #000000;
	text-decoration: underline;
}
a.dkwl:active {
	color: #000000;
	text-decoration: underline;
}
a.whSh:link {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px 1px 1px #4f5c6a;
}
a.whSh:visited {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px 1px 1px #4f5c6a;
}
a.whSh:hover {
	color: #fefefe;
	text-decoration: none;
	text-shadow: -1px 1px 1px #2f373f;
}
a.whSh:active {
	color: #fefefe;
	text-decoration: none;
	text-shadow: -1px 1px 1px #2f373f;
}
a.grwl{
	color: #00257b;
}

a.grwl:hover {
	color: #4d6300;
	text-decoration: underline;
}

.breadslash {
	color: #7a7a7a;
	font-size: 14px;
	text-decoration: none;
}
.bread {
	width: 99%;	
	font-size: 16px;
	font-weight: normal;
	color: #212121;	
	display: block;
	position: relative;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 8px;
}
.bread a {
	color: #212121;		
}

.pager {	
	padding: 9px 16px 0px 10px;
	height: 27px;
	width: 682px;
	margin-top: -4px;
	margin-bottom: 12px;	
	font-size: 12px;
	color: #3b3b3b;
	background: #f2f2f2;
}

.pager .pages	{
	float: left;
}
.pager .next	{
	float: left; padding: 0 4px 0;
}
.pager .prev	{
	float: left; padding: 0 4px 0;
}
.pager .count	{
	float: right;
}

.pager a	{
	color: #222222;
}

.pager a.simple {
	color: #222222;
	text-decoration: underline;	
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}
.pager a.simple:hover {
	color: #222222;	
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}

.pager a.act {
	color: #222222;	
	text-decoration: none;	
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
	font-weight: bold;
}
.pager a.act:hover {
	color: #ffffff;
	text-decoration: none;	
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
}



.lSm {
    padding-left:18px;
	font-size: 12px;
	color: #000000;
}
.headAn {
	padding: 0;
	width: 298px;
	height: 28px;
	color: #FFFFFF;
	font-size: 12px;	
}
.bodyAn {
	background: #ffffff;
	padding: 20px 10px;
	width: 280px;
	min-height: 528px;
	position: relative;
	z-index: 3;
	border: 1px solid #bfbfbf;	
}
.inAn {
	padding: 0px 6px 0px 9px;
	margin: 0 0 16px;
	width: 272px;
	background: #ffffff;	
}
.inAn a	{
	color: #00257b;
	text-decoration: underline;
	font-weight: bold;
}

.anAll {
	color: #000000;
	font-style: italic;
	padding: 10px 0px 0px 10px;
	height: 46px;
	width: 274px;
	line-height: 16px;
	margin-bottom: 10px;
}
.cMonth {
	font-size: 14px;
	color: #000000;
	width: 140px;
	margin: 0 auto;
	padding-top: 2px;
	text-align: center;
}
.cHor {	
	font-size: 1px;
}
.cDay {
	font-size: 9px;
	color: #000000;
	padding: 1px;
	text-align: center;
}
.cVert {
	font-size: 1px;	
}
.cCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cCellA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99a1ab;	
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cCellA a:link {
	color: #313c4b;
	text-decoration: none;
}
.cCellA a:visited {
	color: #313c4b;
	text-decoration: none;
}
.cCellA a:hover {
	color: #000000;
	text-decoration: none;
}
.cCellA a:active {
	color: #000000;
	text-decoration: none;
}
.middle .headWide	{
	width: 937px;
}
.middle .wideContent	{
	width: 897px;
}
.headWide {
	font-size: 12px;
	color: #000000;
	height: 26px; 
	margin: 0; padding: 0;
	position: relative;
	text-shadow: -1px 1px 1px #ffffff;	
	z-index: 3;
	border-top: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
	width: 624px;
	position: relative;
}
.headWide span {
	position: absolute; left: 20px; top: 0;
	background: #ffffff;	
	padding: 0 5px;
	color: #83a04a;
	font-weight: bold;
	font-style: italic;
}
.inHeadWide {
	color: #FFFFFF;
	background: url(/img/bgInH.gif) no-repeat;
	height: 22px;
	width: 180px;
	padding-top: 4px;
	padding-left: 13px;
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: 12px;
}
.wideContent {
	width: 584px;	
	padding: 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	border-radius: 0 0 3px 3px; -webkit-border-radius:  0 0 3px 3px;

}
.wideContent a.grwl	{
	color: #304e94;
	font-size: 16px;
	text-decoration: underline;
}
.wideContent a.whwl	{
	display: inline-block;
	color: #000000;
	margin: 0 0 20px;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}
.noMargin {
	margin: 0px;
}
.headR {
	font-size: 12px;
	color: #454545;	
	height: 5px;
	width: 298px;
	padding: 0;
	position: relative;
	text-shadow: -1px 1px 1px #ffffff;
	margin: 0;	
	border-top: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
}
.headR span {
	position: absolute; left: 20px; top: 0;
	background: #ffffff;
	padding: 0 5px;
	color: #83a04a;
	font-weight: bold;
	font-style: italic;
}
.clNews {
	background: #ffffff;
	padding: 14px 20px;
	width: 258px;
	border-bottom: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px;
}
.clNews a.grwl	{
	color: #304e94;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.clNews a.whwl	{
	display: inline-block;
	color: #000000;
	margin: 0 0 20px;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}
.birthday {
	padding: 10px 20px 5px 6px;
	width: 465px;
	margin: 5px 5px 5px 0px
}
.birthdayIn {
	color: #242d00;
	background: url(/img/bgBirthIn.gif) no-repeat;
	padding: 5px 20px -1px 6px;
	width: 465px;
	min-height: 10px;
}
.birthdayToday {
	color: #FFFFFF;
	background: url(/img/birthToday.gif) no-repeat;
	height: 20px;
	width: 128px;
	padding-top: 6px;
	text-shadow: -1px -1px 2px #4f5c6a;
	margin-right: 5px;
	text-align: center;
	float: left;
}
.topMargin {
	margin-top: 7px;
}
.lineR {
	background: #cdd0d5;
	height: 1px;
	width: 270px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 1px;
}
.clB {
	background: url(/img/clubB.gif) no-repeat;
	height: 39px;
	width: 296px;
	padding-top: 6px;
	padding-left: 14px;
	margin-bottom: 20px;
    color: #001468;
}
.clB img {
    border: 0px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

div.iconsRight {
    float: right;
    margin: 0 1.8% 0 0;
}
div.iconsRight img {
    width: 18px;
    height: 18px;
    margin: 6px 0px 0px 3px;
    border: 0px;
}
.voteHead {
	font-size: 16px;
	color: #000000;
	background: #f0f0f0 url(/img/voteBgTop.gif) no-repeat;
	height: 40px;
	width: 296px;
	padding-top: 14px;
	padding-left: 12px;
}
.vote {
	color: #000000;
	background: #f0f0f0 url(/img/voteBg.gif) repeat-y;
	padding: 2px 9px 10px 12px;
	width: 287px;
}
.voteFoot {
	background: #f0f0f0 url(/img/voteBgB.gif) no-repeat;
	padding: 12px 0px 0px 12px;
	width: 296px;
	height: 35px;
}
.footH {
	font-size: 16px;
	color: #FFFFFF;
	background: url(/img/strHwh.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 6px;
	width: 125px;
}
.footIn {
	line-height: 18px;
	margin-left: 16px;
}
.anIn {
	color: #282828;
	background: #d1d7df url(/img/anBg.gif) repeat-y;
	width: 236px;
	padding-right: 30px;
	padding-left: 23px;
}
input.indFm {
	background: #FFFFFF;
	height: 15px;
	width: 137px;
}

a.tabA {
	position: relative;
	z-index: 20;
	display: block;
	float: left;
	color: #303030;
	text-decoration: none;
	text-shadow: -1px 1px 1px #ffffff;
	background: url(/img/tabA.png) repeat-x 0 0;
	padding: 0;
	text-align: center;
	line-height: 27px;
	margin: 0;
	font-size: 12px;
	padding: 0 20px 0;
	height: 28px;
	border-left: 1px #bfbfbf solid; border-top: 1px #bfbfbf solid; border-right: 1px #bfbfbf solid;
	border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
}
.menuHead {
	font-size: 14px;
	padding: 8px 0 9px 10px;	
}
.menuBody {
    background: url("/img/bgMenuH.png") repeat-x scroll 0 0 transparent;
    color: #000000;
    margin: 0 23px 0 0;
    width: 212px;
    border: 1px solid #bfbfbf;
    padding: 0 0 10px 0;
    border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;

}



.page-leftpart{
    float:left;
    width: 212px;
    margin: 0 36px 20px 0;
 
}

.meets .page-leftpart{
    float:none;
}

.menuIn {
	/*	background: #f1f1f1 url(/img/bgAddSubMenu.gif) repeat-y;*/
	width: 216px;
}


.menuIn a span{
    text-decoration: underline;
}

.high {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 18px;
	color: #787878;
}
.commNav {	
	width: 291px; padding: 14px 0 0;  margin: 0 0 20px 0;
	border: 1px #bfbfbf solid;
	border-radius: 3px; -webkit-border-radius: 3px;
}

.commNav .selects	{
	padding: 0 0 0 16px; margin: 0 0 15px 0;
}
.commNav .selects a	{
	margin: 0 20px 0 0;
	font-weight: bold;
	text-decoration: none;  border-bottom: 1px #405C9C dashed;
}
.commNav .select-form	{
	padding: 0 0 15px 13px;
}

.commNav #comlist-show	{
	display: inline-block;
	width: 200px; height: 23px; margin: 12px 0 0;	
	color: #ffffff; text-decoration: none;
	text-align: center; line-height: 23px;
	border: none;
	background: url("/img/show-comlist-btn.png") no-repeat 0 0;	
}
.commNav #comlist-show:hover	{
	color: #ffffff !important;
}

.popup-count	{
	position: absolute; right: 439px; top: 208px; 
	width: 212px; height: 27px; padding: 0 0 0 7px;
	line-height: 27px;
	z-index: 20;
	background: url("/img/comm-popup-count.png") no-repeat 0 0;	
}
.number {
	color: #787878;
}
.numberIn {
	color: #787878;
	font-size: 10px;
}
.numberA {
	color: #212121;
}
.numberInA {
	color: #212121;
	font-size: 10px;
}

.comHead {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #303030;
	background: url("/img/bgMenuH.png") repeat-x scroll 0 0;
	min-height: 22px;
	width: 619px;
        padding: 10px 0 14px 11px;
	margin-left: -2px;
	border: 1px #BFBFBF solid;
	border-bottom: none;
	/*text-shadow: -1px 1px 0px #ffffff;*/
}
.comHead a:link {
	font-size: 14px;
	color: #303030;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffffff;
}
.comHead a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #303030;
	text-shadow: -1px 1px 0px #ffffff;
}
.comHead a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	text-shadow: -1px 1px 0px #cccccc;
}
.comHead a:active {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	text-shadow: -1px 1px 0px #cccccc;
}
.comHeadQ {
	font-size: 14px;
	color: #717171;
	/*text-shadow: -1px 1px 2px #ffffff;*/
}
.comNav {
	background: #ffffff;
	height: 31px;
	margin: 0 0 20px;
}
.comNav a.simple {
	color: #222222;
	text-decoration: underline;	
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: 4px;
}
.comNav a.simple:hover {
	color: #222222;
	text-decoration: none;	
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: 4px;
}
.comNav a.act {
	color: #222222;
	text-decoration: none;	
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: 4px;
	font-weight: bold;
}
.comNav a.act:hover {
	color: #222222;
	text-decoration: none;
	background: #7b911d;
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: 4px;
}

.comNavBot {
	background: #f2f2f2;
	height: 33px;
	width: 631px;
	padding-left: 12px;
	
}
.comNavBot a.simple{
	color: #212121;	
	display: block;
	padding: 0px 6px 6px;
	float: left;
	margin-top: 7px;
        font-size: 14px;
}
.comNavBot a.simple:hover {
	color: #47660A;
}
.comNavBot a.act {
        font-size: 14px;
	color: #59800d;
	text-decoration: none;
	background: #ffffff;
	display: block;
	padding: 0 6px 0;
	float: left;
	margin-top: 7px;
}

.blog-item	{
	margin: 0 0 4px;
	overflow: hidden;
	zoom: 1;
}
.blog-item  .blog-title	{
	display: inline-block; margin: 0 0 6px;
	font-size: 15px; font-weight: bold;
}

.blog-item .blog-info	{
	position: relative;
	padding: 0 14px 0 0;
}
.blog-item span.users	{
	padding: 0 0 0 12px;
	background: url("/img/blog-info-pics.png") no-repeat 4px 1px;
}
.blog-item span.posts	{
	padding: 0 0 0 16px;
	background: url("/img/blog-info-pics.png") no-repeat -18px 1px;
}
.blog-item span.comments	{
	padding: 0 0 0 16px;
	background: url("/img/blog-info-pics.png") no-repeat -50px 1px;
}
.blog-item .last-post	{
	display: inline-block; margin: 0px 0 0;
	font-size: 10px;
}
.blog-item .blog-descr	{
	margin: 0 0 8px;
}
.blog-item a.author	{
	color: #212121; font-style: italic;
}
.blog-item span.date	{
	color: #787878;
}
.blog-item .user-pic-link	{
	float: left; margin: 0 12px 20px 0; overflow: hidden;
	display: inline-block; width: 70px; height: 70px;	
}
.blog-item .user-pic-link img.move_top	{
	position: relative; top: -15px;
}

.comDescr {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	background: #e0e1e3 url(/img/bgDescr.gif) no-repeat left top;
	padding: 12px 30px 40px 18px;
	position: relative;
	width: 590px;
}
.comGray {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
}
.m7 {
	margin-top: 7px;
	margin-bottom: 7px;
}
.narrBl {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-right: 15px;
}
.separateLt {
	background: url(/img/strLt.gif) repeat-x top;
	height: 20px;
	width: 630px;
}
.messageFm {
	padding: 20px;
	width: 900px;
	min-height: 100px;
	margin-bottom: 10px;
	border: 1px solid #c3c7cd;
	position: relative;
	z-index: 1;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
input.comAuthor {
	background: #FFFFFF;
	float: left;
	height: 15px;
	width: 194px;
	margin-bottom: 7px;
	border: 1px solid #c0c0c0;
}
input.comHeader {
	background: #FFFFFF;
	float: left;
	height: 15px;
	width: 684px;
	margin-bottom: 16px;
	border: 1px solid #c0c0c0;
}
textarea.comMessage {
	background: #FFFFFF;
	width: 890px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #c0c0c0;
}
.comLeft {
	padding: 1px 0px 0px 3px;
	float: left;
	width: 110px;
}
.comAuthorise {
	color: #FFFFFF;
	background: #434d5b;
	padding: 0px 20px;
	width: 444px;
	min-height: 100px;
}
.whDots {
	background: url(/img/whH.gif) repeat-x center;
	height: 13px;
	width: 426px;
}
.dotsLt {
	background: url(/img/strLt.gif) repeat-x bottom;
	height: 20px;
	width: 100%;
}
.cLevel {
	padding-left: 35px;
	padding-top: 10px;
}
.comUser {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(/img/strLt.gif) repeat-x top;
	padding-top: 22px;
	padding-right: 5px;
	min-width: 71px;
}
a.artPart:link {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	background-color: #9c9c9c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.artPart:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	background-color: #9c9c9c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.artPart:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	background-color: #797979;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.artPart:active {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	background-color: #797979;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* 22.01.2010 */

.otherHead {
	width: 620px;
	height: 30px;
	background: url(/img/tabBg.gif) no-repeat;
	padding: 8px 10px 0px 10px;
	color: #FFF;
	font-size: 16px;
        margin: 80px 0 0;
}
.otherBody {
/*	width: 638px;*/
	overflow: visible;		
}


.slider-wrapper	{	
	margin: 0 0 10px;
}

.alone-labeltext{
    line-height: 30px;
}
.trackbar	{	
    display: inline-block; padding: 8px 0 0; height: 30px !important; 
    margin: -15px 0 28px;
    background: none !important;
    border: none !important; border-bottom: 1px #bfbfbf solid !important;
    border-radius: none !important;
}
.trackbar-none{
    display: none;
}

.trackbar a.ui-slider-handle	{
    top: 34px;
    width: 11px; height: 22px;
    border: none; outline: none;
    background: url("/img/slider-bg.png") no-repeat 0 0;
    margin-left: -2px;
}
.trackbar .option	{
    display: inline-block; 
    width: 25px;
}

.trackbar .option.last	{
    padding: 0px; margin: 0px;
    width: 1px;
}

.trackbar .option.first	{
    padding: 0px; margin: 0px;
}

.trackbar .option .answer	{
    display: none;
}
.trackbar.ui-corner-all {
    border-radius: 0px;
}
.alone label input, .alone-multiple label input, .chekbox label input{
    margin: 0 6px 0 0;
}

.datetrackbar .option .label{
    font-size: 10px;
    font-family: Arial,Vernada,sans-serif;
    line-height: 40px;
}

.trackbar .option .label{
    font-size: 10px;
    font-family: Arial,Vernada,sans-serif;
    line-height: 40px;
}


.datetrackbar {
	display: inline-block; 
        padding: 8px 0 0; 
        height: 30px !important; 
        margin: 0 0 20px 0px;
	background: none !important;
	border: none !important; border-bottom: 1px #bfbfbf solid !important;
	border-radius: none !important;
}

.datetrackbar a.ui-slider-handle{
	top: 34px;
	width: 11px; height: 22px;
	border: none; outline: none;
	background: url("/img/slider-bg.png") no-repeat 0 0;
        margin-left: -2px;
}
.datetrackbar .option	{
	 display: inline-block; 
    width: 40px;
}

.datetrackbar .option.last	{
    padding: 0px; margin: 0px;
    width: 15px;
}

.datetrackbar .option.first	{
    padding: 0px; margin: 0px;
}

.datetrackbar .option .answer	{
	display: none;
}

.datetrackbar #labelstart, .datetrackbar #labelfinish	{
	display: none;
}

.datetrackbar.ui-corner-all {
    border-radius: 0px;
}

.datetrackbar .ui-slider-range.ui-widget-header{
    height: 4px;
    top: 39px;
}



.field-list .option	{
	display: inline-block;
	width: 120px; padding: 4px;
	text-align: center;
}
.field-list .option.first	{
	text-align: left;
}
.field-list .option.last	{
	text-align: right;
}

.field-list .title	{
	display: inline-block; width: 150px;
}

.tdH {
	background: #cdd0d5;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
}
.tdBgWh {
	background: #ffffff;
}
input.inpTxtFm {
	background: #FFFFFF;
	height: 15px;
	width: 194px;
	border: 1px solid #c0c0c0;
}

/* 01.02.2010 */
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.wideHead {
	width: 690px;
	height: 30px;
	background: url(/img/0102wideBgHead.gif) no-repeat;
	padding: 8px 10px 0px 10px;
	color: #FFF;
	font-size: 16px;
        margin: 80px 0 0 0;
}
.wideHead a{
	color: #FFF;
}
.wideHead a:visited{
	color: #FFF;
}
.wideHead a:link{
	color: #FFF;
}
.wideHead a:hover{
	text-decoration:none;
}

.galleryBody {
	width: 708px;
	overflow: visible;
}

.button-order{
        background: url("/img/galery-order.png") no-repeat scroll 0 0 transparent;
         width: 73px;
         height: 24px;
         line-height: 22px;
         text-align: center;
        text-decoration: none;
        display: block;
        color: #FFFFFF;
        margin-top: 10px;
}

.dialog-block-field.photo-information{
    font-size: 12px;
    line-height: 14px;
}

.validateTips{
    display: inline-block;
    min-height: 25px;
}

.dialog-block-field {
    margin-bottom: 10px;
}

.dialog-block-field label{
    width: 110px;
    display: inline-block;
    text-align: right;
}

label#want-pay-online-label{
    width: 200px;
    display: inline-block;
    text-align: left;
    vertical-align:middle;
}

#want-pay-online-wrapper{
    width: 110px;
    display: inline-block;
    text-align: right;
}

#want-pay-online{
    width: auto;
    vertical-align:middle;
}

.photo-payment-form{
    display: none;
    text-align: center;
}

.dialog-block-field input{
    width: 200px;
    display: inline-block;
}

a#order-photo:hover{
    color: #f9ffd9 !important;
}

.ui-widget-overlay{
    background: #000000 !important;
    opacity: 0.6 !important;
}

.ui-state-error, .ui-widget-content .ui-state-error{
    background-image: none !important;
}

#photo-mul{
    padding-right: 4px !important;
    text-align: right;
    width: 20px;
}
.photo-mul-spin{
    margin: -2px 0 0 -4px !important;
    
    
}
.bgWh {
	background: #FFF;
        padding: 0 49px 0 0;
}
/* 02.02.2010 */
.headTd {
	font-size: 11px;
	color: #FFF;
	background: #58616e;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	border: 1px solid #58616e;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	font-weight: bold;
}
.inTable {
	margin: 0px 0px 0px 6px;
}
.green {
	color: #678400;
}
.light {
	color: #787878;
}
a.free:link, a.free:visited, a.free:hover, a.free:active {
	font-size: 11px;
	background: #58fc47;
	display: block;
	padding: 3px 3px 5px;
	text-decoration: none;
	border: 1px solid #58fc47;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
a.notAccepted:link, a.notAccepted:visited, a.notAccepted:hover, a.notAccepted:active {
	font-size: 11px;
	background: #FC0;
	display: block;
	padding: 3px 3px 5px;
	text-decoration: none;
	border: 1px solid #FC0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
a.accepted:link, a.accepted:visited, a.accepted:hover, a.accepted:active {
	font-size: 11px;
	background: #F00;
	display: block;
	padding: 3px 3px 5px;
	text-decoration: none;
	border: 1px solid #FC0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.forMeet {
	font-size: 11px;
	text-align: left;
	background: #f0f0f0;
	padding: 0px 10px 10px;
	width: 300px;
	border: 4px solid #bbdf4c;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	display: none;
}
.forMeet textarea {
	height: 70px;
	width: 280px;
	display: block;
	margin: 7px 0px;
}
a.fmBut:link, a.fmBut:visited, a.fmBut:hover, a.fmBut:active {
	text-decoration: none;
	font-weight: bold;
	color: #536d00;
	display: block;
	float: right;
	padding: 9px 0px;
}


.addMenu {
	height: 30px;
	padding: 0px 2px;	
	color: #222222;
	margin: 10px 0px;	
	font-size: 12px;
	
	border-bottom: 1px #bfbfbf solid;
}
.addMenu a{
	display: block;	float: left;
	padding: 5px 6px 0;
	height: 24px;
	
	color: #222222;
	text-decoration: underline;	
	text-align: center;
}
.addMenu a.act{
	color: #222222;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 5px 0;
	height: 26px;
	
	text-align: center;
	
	border: 1px #bfbfbf solid;
	border-bottom: none;
	background: #ffffff;
	
	border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
}
.addMenu a.act:hover{	
	text-decoration: none;
	
}

.meets-page .addMenu	{
	height: auto; 
	border: none;
}


/*03.03 Молчанов Алексей*/
.messageFmTiny {
	padding: 20px;
	width: 690px;
	min-height: 100px;
	margin-bottom: 10px;
	border: 1px solid #c3c7cd;
	position: relative;
	z-index: 1;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

textarea.comMessageTiny {
	background: #FFFFFF;
	height: 210px;
	width: 680px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #c0c0c0;
}
/*03.03 Молчанов Алексей*/
.blockquote {
	border-left : 1px dashed #000;
	background-color: #f0f0f0;
	margin: 10px 0px 10px 40px;
	padding: 5px 5px 5px 5px;
	quotes: "\201C" "\201D";
}
span.highlight {color:red}
#search_options{
    position: absolute;
    display:none;
    top: 40px;
    left: 883px;

}
.green_button{
    background: url('/img/green_button.gif');
    width: 128px;
    height: 26px;
    border: 0;
    color: white;
}

a.commPA:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}
a.commPA:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}
a.commPA:hover {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}
a.commPA:active {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}
a.commPartA {
	display: block;	
	background: url("/img/comm_arrow.png") no-repeat scroll 0 0px;
	font-size: 14px;
	width: 270px;
	height: 23px;
	margin: 3px 0 2px 2px;
        padding: 4px 0 0 30px;
	color: #222222;
	position: relative;
	left: -16px;
        text-decoration: none;
        font-weight: bold;
}

a.commSubPartA	{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/img/bgMenuCommA.gif) no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}
a.commSubPartA:hover {
	display: block;
	color: #ffffff;
	text-decoration: underline;	
	font-size: 14px;
	width: 270px;
	height: 31px;
	margin: 7px 0px 2px 2px;
	padding-left: 30px;
	padding-top: 6px;

}

.searchMenuHead {
	font-size: 16px;
	color: #000000;
	background: url(/img/voteBgTop_250.gif) no-repeat;
	height: 40px;
	width: 250px;
	padding-top: 14px;
	padding-left: 12px;
}
.searchMenu {
	color: #000000;
	background: url(/img/voteBg_250.gif);

	width: 250px;
}
.searchMenuFoot {
	background: url(/img/voteBgB_250.gif) no-repeat;
	padding: 12px 0px 0px 12px;
	width: 250px;
	height: 35px;
}
/* Добавлено 09.03.2010 */

input.inCab {
	color: #333333;
	height: 17px;
	width: 193px;
}
input.bigCab {
	color: #333333;
	height: 17px;
	width: 370px;
}
textarea.bigArea {
	color: #333333;
	height: 107px;
	width: 368px;
}
select {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-width: 150px;
}
.odd {
	padding: 6px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010101;
	background: #f1f2f3;
	vertical-align: top;
}
.even {
	padding: 6px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010101;
	background: #FFF;
	vertical-align: top;
}
.forSave {
	background: #595f66 url(/img/1103bgSave.gif) repeat-y;
	padding: 23px 0px 23px 158px;
}
.forCreate {
	background: #595f66 url(/img/1103bgCreate.gif) repeat-y;
	padding: 23px 0px 23px 263px;
}
.forImg {
	background: #595f66 url(/img/1103bgSave.gif) repeat-y;
	padding: 23px 0px 23px 263px;
}

.forInvite {
	background: #595f66 url(/img/1103bgInvite.gif) repeat-y;
	padding: 15px 0px 37px 19px;
	margin-right: 2px;
	margin-top: 13px;
}
.forInvite h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;
}
.forInvite label {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	margin-right: 14px;
}
.forInvite input {
	float: left;
	display: block;
	margin-top: -1px;
}
.forInvite input.bigTxt {
	color: #333333;
	height: 18px;
	width: 228px;
	background: #FFF;
	border: 1px solid #666d74;
	float: left;
	margin-right: 36px;
	margin-top: 0px;
}
.forInvite input.smTxt {
	color: #333333;
	height: 18px;
	width: 142px;
	background: #FFF;
	border: 1px solid #666d74;
	float: left;
	margin-right: 16px;
	margin-top: 0px;
}
td.high {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 3px;
	color: #000;
}
.narrow18 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.lightGray {
	color: #666d74;
}
.pagerT {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	background: #FFF url(/img/1103bgPagerT.gif) repeat-x top;
	padding: 2px 6px 0px;
	height: 38px;
}
.pagerB {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	background: #FFF url(/img/1103bgPagerB.gif) repeat-x top;
	padding: 2px 6px 0px;
	height: 38px;
}
.pagerT a:link, .pagerT a:visited, .pagerT a:hover, .pagerT a:active, .pagerB a:link, .pagerB a:visited, .pagerB a:hover, .pagerB a:active {
	display: block;
	float: left;
	padding: 0px 6px 2px 6px;
	border-right: 1px solid #4b4b4b;
}
.pagerT a.wB:link, .pagerT a.wB:visited, .pagerT a.wB:hover, .pagerT a.wB:active, .pagerB a.wB:link, .pagerB a.wB:visited, .pagerB a.wB:hover, .pagerB a.wB:active {
	border-right: 0px;
	/*Это последняя ссылка, или ссылка перед активной - в общем, ссылка, у которой не должно быть вертикальной полосы справа*/
}
.pagerT a.act:link, .pagerT a.act:visited, .pagerT a.act:hover, .pagerT a.act:active, .pagerB a.act:link, .pagerB a.act:visited, .pagerB a.act:hover, .pagerB a.act:active {
	border: 0px;
	text-decoration: none;
	color: #FFF;
	background: #7b911d;
}
.pagerT .flL, .pagerB .flL {
	width: 110px;
}
a.redLink:link, a.redLink:visited {
	text-decoration: underline;
	color: #9e0b0f;
}
a.redLink:hover, a.redLink:active {
	text-decoration: none;
	color: #ff0000;
}
.red {
	color: #9e0b0f;
}
.forCommunityBlock {
	background: #595f66 url(/img/1103bgInvite.gif) repeat-y;
	padding: 10px 0px 10px 19px;
	margin-right: 15px;
	margin-top: 13px;
	margin-bottom: 13px;
}
.forCommunityBlock a{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;
	text-decoration: underline;
}
.passwordReset {	
	padding: 15px 37px 37px 19px;
	margin-right: 20px;	
}
.passwordReset h3 {	
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	
}
.passwordReset label {	
	font-size: 18px;	
	float: left;
	margin-right: 14px;
}
.passwordReset input {
	float: left;
	display: block;
	margin-top: -1px;
}
.passwordReset input.bigTxt {
	color: #333333;
	height: 18px;
	width: 228px;
	background: #FFF;
	border: 1px solid #666d74;
	float: left;
	margin-right: 36px;
	margin-top: 0px;
}
.passwordReset input.smTxt {
	color: #333333;
	height: 18px;
	width: 182px;
	background: #FFF;
	border: 1px solid #666d74;
	float: left;
	margin-right: 16px;
	margin-top: 0px;
}
.UnderMenu{
    margin-top: 15px;
    width: 216px;
}
.PageBottom{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.galleryPager {
	padding: 19px 16px 0px 10px;
	height: 27px;
	width: 684px;
	margin-top: -4px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
}
.galleryPager a.simple:link {
	color: #001468;
	text-decoration: none;
	background: url(/img/bgPage.gif) no-repeat right top;
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.simple:visited {
	color: #001468;
	text-decoration: none;
	background: url(/img/bgPage.gif) no-repeat right top;
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.simple:hover {
	color: #000000;
	text-decoration: none;
	background: url(/img/bgPage.gif) no-repeat right top;
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.simple:active {
	color: #000000;
	text-decoration: none;
	background: url(/img/bgPage.gif) no-repeat right top;
	display: block;
	padding: 3px 6px 3px 4px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.act:link {
	color: #ffffff;
	text-decoration: none;
	background: #7b911d;
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.act:visited {
	color: #ffffff;
	text-decoration: none;
	background: #7b911d;
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.act:hover {
	color: #ffffff;
	text-decoration: none;
	background: #7b911d;
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
}
.galleryPager a.act:active {
	color: #ffffff;
	text-decoration: none;
	background: #7b911d;
	display: block;
	padding: 3px 6px;
	float: left;
	margin-top: -3px;
}
.infoMessage{
    padding: 17px 7px 17px 7px;
    margin: 5px 0px 5px 0px;
    background-color: #f1f1f1;
    font-weight: bold;
}
.addMenuL {
	height: 34px;
	padding: 0px 0px 0px 0px;
	background: url(/img/1502bgMenu.gif) repeat-x;
	color: #001568;
	margin: 10px 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.addMenuL a:link, .addMenuL a:visited {
	color: #001568;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 7px 0px 7px;
	height: 24px;
}
.addMenuL a:hover, .addMenuL a:active {
	color: #001b7f;
	text-decoration: underline;
	display: block;
	float: left;
	padding: 8px 7px 0px 7px;
	height: 24px;
}
.addMenuL a.act:link, .addMenuL a.act:visited {
	color: #536d02;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 8px 0px 8px;
	height: 24px;
	background: url(/img/1502bgMenuA.gif) repeat-x;
}
.addMenuL a.act:hover, .addMenuL a.act:active {
	color: #3d5002;
	text-decoration: underline;
	display: block;
	float: left;
	padding: 8px 8px 0px 8px;
	height: 24px;
	background: url(/img/1502bgMenuA.gif) repeat-x;
}
#comPreview { display:none; width: 800px; height: 550px; background-color: white; border: 3px solid #aaa; overflow: auto; text-align: left; cursor: default; padding: 10px 10px 10px 10px;}
.favPreload { padding-left: 37px; color: #aaa; padding-bottom:9px;}
.favPreloadNews { padding-left: 0px; color: #aaa; padding-bottom:1px; padding-top: 2px;}
.cabFavPreload { color: #aaa;}
.blogNotifyPreload { color: #aaa; padding-left: 10px; font-size: 14px; padding-top: 10px; padding-bottom: 10px;}
.blogItemNotify { }
.blogItemSign { }
#blogNotify a:link { color: #001468; text-decoration: none; text-shadow: 0px 0px 0px #ffffff;}
#blogNotify a:visited { color: #001468; text-shadow: 0px 0px 0px #ffffff;}
#blogNotify a:hover { color: #001468; text-decoration: underline; text-shadow: 0px 0px 0px #ffffff;}
#blogNotify a:active { color: #001468; text-shadow: 0px 0px 0px #ffffff;}
#categoryNotify a:link { color: #001468; text-decoration: none; text-shadow: 0px 0px 0px #ffffff;}
#categoryNotify a:visited { color: #001468; text-shadow: 0px 0px 0px #ffffff;}
#categoryNotify a:hover { color: #001468; text-decoration: underline; text-shadow: 0px 0px 0px #ffffff;}
#categoryNotify a:active { color: #001468; text-shadow: 0px 0px 0px #ffffff;}

.imgProfile { margin: 8px 34px 22px 0px;float: left;}
.profile { vertical-align: top;padding-top: 7px;padding-right: 12px;}
table.profileComm { border-collapse: collapse;background-color: #f0f0f0;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #cdd0d5;border-left-color: #cdd0d5;}
table.profileComm tr td {padding: 6px 10px 9px;}
table.profileComm tr td.headCom {background: #cdd0d5;}
/* начало изменений 02.04 */

#whereSearch {
	background: #c5c9ce;
	border: 1px solid #c5c9ce;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
	display: none;
	padding: 1px 22px 10px 0px;
	width: 165px;
	position: absolute;
	z-index: 18;
	left: -1px;
	top: -2px;
	color: #292929;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#whereSearch .flR {
	margin-top: 5px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#whereSearch .flR a:link, #whereSearch .flR a:visited, #whereSearch .flR a:hover, #whereSearch .flR a:active {
	text-decoration: none;
	color: #001468;
}
#whereSearch p {
	margin: 5px 13px;
}
#deleteComment { display:none; width: 450px; height: 250px; background-color: white; border: 3px solid #aaa; overflow: auto; text-align: left; cursor: default; padding: 10px 10px 10px 10px;}
.deleted {color: #aaa}
textarea.siteMessage {
	background: #FFFFFF;
	border: 1px solid #c0c0c0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	width: 350px;
	height: 200px;
}
.postVoteHead {
	font-size: 16px;
	color: #000000;
	background: #ffffff;
	width: 450px;
	padding: 14px 0px 10px 12px;
	border-bottom: 1px dashed #000000;
}
.postVote {
	color: #000000;
	background: #ffffff;
	padding: 14px 0px 10px 12px;
	width: 450px;
}
.postVoteFoot {
	background: #ffffff;
	padding: 12px 0px 0px 12px;
	width: 450px;
}
.menuButtonA
{
    width: 196px;
    height: 29px;
    border: 0;
    cursor:pointer;
    color: #ffffff;

    background: url(/img/background_green.gif)
}
.menuButton
{
    width: 196px;
    height: 29px;
    border: 0;
    cursor:pointer;
    color: #000000;
    background: url(/img/background_gray.gif)
}
.citePopup
{
    position:absolute;
    z-index:999;
    left:-9999px;
    background:#e0e1e3 url(/img/bgDescr.gif) no-repeat left top;
    padding:5px;
    border:1px solid #fff;
    width:250px;
    padding: 8px 8px 8px 8px;
}
.smLt{color: #aaa; font-size: 11px;}
.importantBlock { margin: 10px 15px 7px 0px; padding: 15px 20px 15px 20px; border: 1px solid #678400;-moz-border-radius: 8px; /* FF1+ */-webkit-border-radius: 8px; /* Saf3+, Chrome */border-radius: 8px; /* Opera 10.5, IE 9 */}
.hiddenText {margin: 10px 0px 10px 0px; padding: 0px 20px 15px 20px; border: 1px solid #aaa;-moz-border-radius: 8px; /* FF1+ */-webkit-border-radius: 8px; /* Saf3+, Chrome */border-radius: 8px; /* Opera 10.5, IE 9 */}
.selectedBold {color:#536d00; font-weight: bold;}
.panel { background-color: #f4f4f4; padding: 7px 45px 7px 15px; vertical-align:middle}
.bigPanel { background-color: #f4f4f4; padding: 12px 45px 12px 15px; margin: 10px 15px 20px 0px; }
.atitle { font-size: 15px; padding: 3px 0px 3px 0px;}
.ainfo { padding: 3px 0px 3px 0px;}
.opa { font-size: 19px; font-weight: normal; color:#536d00; font-family: Tahoma, Verdana, Helvetica, Sans-Serif; cursor: pointer; }
.dialog {display:none;}
.voteHeadPage {
	font-size: 14px;
	color: #000000;
	background: #f0f0f0 url(/img/voteBgTop_214.png) no-repeat;
	height: 40px;
	width: 196px;
	padding-top: 10px;
	padding-left: 18px;
}
.votePage {
	color: #000000;
	background: #f0f0f0 url(/img/voteBg_214.png) repeat-y;
	padding: 2px 9px 10px 9px;
	width: 196px;
}
.voteFootPage {
	background: #f0f0f0 url(/img/voteBgB_214.png) no-repeat;
	padding: 12px 6px 0px 12px;
	width: 196px;
	height: 35px;
}
.voteInPage {
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 170px;
}
.voteFloatPage {
	float: left;
	margin-top: 10px;
	width: 15px;
}
.popupWindow{
    cursor:default;
    display:none;
    overflow: auto;
    text-align:left;
    padding: 10px 10px 30px 10px;
}
a.popupLink {
    border-bottom: 1px dashed;
    text-decoration: none;
}
a.popupLink:hover {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.stepMenu {	
     border-left: 1px #bfbfbf solid;
	background: #fffff;
        padding: 0px;
        display:inline-block;
        width: 700px;
     
}
.step-delimiter.selected{
    background: #d8e197 url('/img/reg-form-right-selected2.png') no-repeat 0 0;
    
}

.step-delimiter.past{
    background: #d8e197 url('/img/reg-form-right2.png') no-repeat 0 0;
}

.step-delimiter{
    background: #d8e197 url('/img/reg-form-right.png') no-repeat 0 0;
    float:left;
    width: 13px;
    height: 27px;
}

.step-delimiter.last{
    background: #d8e197 url('/img/reg-form-right-last.png') no-repeat 0 0;   
}
.step-delimiter.last.selected{
    background: #d8e197 url('/img/reg-form-right-last-sel.png') no-repeat 0 0;   
}

.step-delimiter.last.disable{
    background: #d8e197 url('/img/reg-form-rigter-last.png') no-repeat 0 0;
    
}
.step-delimiter.disable{
    background: #d8e197 url('/img/reg-form-right-disable.png') no-repeat 0 0;
}

.step-item-each{
/*    display: block;*/
    list-style: none outside none;
    float:left;
}
.stepMenuItem{
    background: #f1f5d6;
    padding: 4px 5px 3px;
    float: left;
    border-top: 1px #bfbfbf solid;
/*    border-left: 1px #bfbfbf solid;*/
    border-bottom: 1px #bfbfbf solid;
}

.stepMenu .first{
	border: none;
}
.stepMenuItem.Act {
        background: #d8e197 url('/img/stepA.png') repeat-x 0px 0px;
        color: #000000;
}

.stepMenuItem.disable{
    background: #ffffff; 
    border-left: 0px;
    color: #808080;
}
.stepMenu a	{
	color: #212121;
        background: #f1f5d6;
}


.flowact
{
	background-color: #658500;
	background-image: url('/img/flowactbg.gif');
	color: #FFFFFF;
}

.meetDay
{
	background-image: url('/img/bg01.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:42px;
}
.meetSection
{
	background-color:#f1f1f1;
	border:1px solid #c8ccd1;
}

table.data {
	border-left:1px solid #cccfd3;
	border-top:1px solid #cccfd3;
}
table.data th, table.data td{
	border-right:1px solid #cccfd3;
	border-bottom:1px solid #cccfd3;
}
table.data th{
	background-color:#dddee1;
}
table.data tr.over td{
	background-color:#e8e8e8;
}
.right{
	text-align: right;
}
/* unread content */
span.unreadPostTitle{font-weight:bold;color:#102da7;}
span.unreadCommunityTitle{font-weight:bold;color:#577400;} /*default #678400*/
span.readCatTitle{color:#7a7a7a;} /*default color:#001468;*/
/* /unread content */

.restrict{font:10px arial;color:#cc0000;}


#lenta-menu{
    float: left; margin: 0 30px 0 0;
    padding: 0 0 10px;
    width: 212px;
	border: 1px #bfbfbf solid;	
	background: url("/img/div-top-highlight.png") repeat-x 0 0;
	
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
#lenta-menu h2	{
	font-family: arial; font-size: 14px; padding: 0 0 0 10px;
}
.lenta-mylentaminus{
    background: url("/img/lentaminus.png") no-repeat 100% 50%;
    display: inline-block;
    position: relative; top: 2px; height: 12px;
    width: 30px; margin: 0 2px 0 0;
}
.lenta-mylentaplus{
    background: url("/img/lentaplus.png") no-repeat 100% 50%;
}
.lenta-comp{
	position: relative;
    list-style: none outside none;
    display: block;
    width: 204px;    
}
.lenta-comp:hover	{
	background: url("/img/lentastrmenu.png") no-repeat scroll 10px 0
}
.lenta-comp .remove	{
	position: absolute; top: 10px; left: 21px;
	width: 8px; height: 8px;
	cursor: pointer;
	background: url("/img/remove.png") no-repeat 0 0;
	
	display: none;
}
.lenta-comp .remove:hover	{
	background: url("/img/remove_h.png") no-repeat 0 0;
}
.lenta-mylenta{
    width: 210px; padding: 5px 0 4px !important;
}

.lenta-mylentacontent ul li{
    padding: 5px 0 7px 35px;
}
.lenta-mylentacontent ul li a{
	display: inline-block; overflow: hidden;
	height: 15px; width: 166px;
    text-decoration: none;
    font-weight: normal;
	
}
.lenta-mylentacontent ul li .finish-grad	{
	position: absolute; right: 22px; top: 1px; width: 25px; height: 25px;
	background: url("/img/lenta-finish-gradient.png") no-repeat 0px 0;
}
.lenta-mylentacontent .lenta-comp-last{
    border-bottom: 1px solid #dfe0e3;
    width: 176px;
    margin: 0 19px;
/*    padding: 4px 0px;*/
}

.lenta-comp-delimiter {
    border-bottom: 1px solid #dfe0e3;
    width: 190px;
    margin: 0 12px;
}
.lenta-mylentacontent ul{
    padding: 0 0 0 0px;
    margin: 5px 0;
}
.elemselect {
    background: url("/img/lenta_elemselect.png") no-repeat scroll 10px 0 transparent;    
    width: 230px;
    padding: 0px;
/*    font-weight: bold;*/
}
.elemselect a	{
	text-decoration: none;
        font-weight: bold;
}
.elemselect .finish-grad	{
	right: 48px !important;
}
.elemselect .lenta-comp .finish-grad	{
	right: 22px !important;
}
.lenta-updatetext{
    font-size: 16px;
    height: 27px;
    line-height: 27px;    
    padding: 0px 0 0 20px;
    position: relative;    
}
.lenta-mylentatext{
	display: inline-block;
	width: 175px;	
    color:#222222;
    font-size: 12px;
}
.lenta-mylentatext.limitlink{
    display: inline;
}
.lenta-mylenta .star{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0 transparent;
    height: 9px;
    width: 9px;
    display: inline-block;
}
.lenta-updatetext:hover {
	width: 230px; 
	background: url("/img/lentastrmenu.png") no-repeat scroll 10px 0
}
.lenta-updates{
    padding: 0 13px 0 0;
}
.lenta-allupdateright{
    background: url("/img/lentaallupdates2.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
}

#lenta .lenta-header a{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    color: #00257b;
    font-size: 16px;
/*    font-weight: bold;*/
    
}
#lenta {
	float: left;
	width: 706px;
	padding-bottom: 100px;
	padding-left: 2px;      
}

#lenta p	{
	margin-bottom: 0;
}

.lenta-header{
    display:inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
}
.lenta-header a.title	{
	font-size: 16px;
}

.lenta-fname{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    display: inline-block;
}
#lenta .lenta-header .lenta-fname a {
    color:#000000;
    font-size: 14px;
}
#lenta .lenta-date{
    display: inline-block;
    color: #787878;
    font-size: 14px;
}
#lenta #lenta-comment a{
    color: #787878;
}

#lenta #lenta-comment{
    font-size: 12px;
    display: block;
}

#lenta .lenta-type{    
    position: relative;
    font-size: 12px;
    padding:  0px 0 0 11px;
    font-weight: bold;
}
#lenta .lenta-type.lenta-blogs{
    color: #00693E;
}
#lenta .lenta-type.lenta-communities{
    color: #7D2B27;
}

#lenta .lenta-type a{
    text-decoration: none;
}

#lenta .lenta-type a:hover{
    text-decoration: underline;
}

#lenta .lenta-type .star	{
	position: absolute; width: 9px; height: 9px; top: 4px; left: 0px;
	cursor: pointer;
	background: url("/img/lenta-stars.png") no-repeat 0 0;
}
#lenta .lenta-type .star:hover	{
    	background: url("/img/lenta-stars.png") no-repeat -9px 0;
}

#lenta .notify-yes .star {
    background: url("/img/lenta-stars.png") no-repeat -18px 0;
}

#lenta .notify-yes .star:hover {
    background: url("/img/lenta-stars.png") no-repeat -27px 0;
}


#page a.lenta-news,
#bodyIn a.lenta-news{
    color:#502d7f;
}
#page a.lenta-news:hover,
#bodyIn a.lenta-news:hover{
    color: #502d7f !important;
}

#lenta-news{
    color:#502d7f;
}
#page a.lenta-communities,
#bodyIn a.lenta-communities{
    color:#7d2b27;
}
#page a.lenta-communities:hover,
#bodyIn a.lenta-communities:hover{
    color:#7d2b27 !important;
}
#lenta-communities{
    color:#7d2b27;
}
#page a.lenta-blogs,
#bodyIn a.lenta-blogs {
    color:#00693e;
}
#page a.lenta-blogs:hover,
#bodyIn a.lenta-blogs:hover	{
	color:#00693e !important;
}
#lenta-blogs{
    color:#00693e;
}
#page a.lenta-articles,
#bodyIn a.lenta-articles{
    color:#877924;
}
#page a.lenta-articles:hover,
#bodyIn a.lenta-articles:hover{
    color:#877924 !important;
}
#lenta-articles{
    color:#877924;
}



#lenta .lenta-shorttext {
    color: #000000;
    text-decoration: none;
}

#lenta #lenta-comment .lenta-commentcount{
    text-decoration: underline;
    font-size: 12px;
}
#lenta #lenta-kind{
    color: #000000;
    font-weight:bold;
}
#lenta-button-update{
    position: absolute;
    right: 10px;
}

#lenta a.lenta-pager{
    font-size: 14px;
    color: #222222;    
    margin: 0 20px 0 0;
}
#lenta .lenta-pager-left	{
	padding: 0 0 0 15px;
	background: url("/img/pager-left.png") no-repeat 0 3px;
}
#lenta .lenta-pager-left:hover	{
	background-image: url("/img/pager-left-hover.png")
}
#lenta .lenta-pager-right	{
	padding: 0 15px 0 0;
	background: url("/img/pager-right.png") no-repeat 100% 3px;
}
#lenta .lenta-pager-right:hover	{
	background-image: url("/img/pager-right-hover.png")
}
.lenta-element {
    margin:  26px 0 0 0px;
}

.lenta-lister{
    margin: 40px 0 0 0; padding: 10px;
	background: #f2f2f2;
}

.lenta-element a.user, .lenta-comment{
    color: #000000
}

.lenta-comment-small{
    diplay: block;
    overflow: hidden;
    height: 40px;
    position: relative;
}

.lenta-comment-blockhide{
    background: url("/img/lentahidecomment.png") no-repeat 0 0px;
    position: absolute;
    bottom: 0px;
    right:0;
    width: 279px;
    height:19px;
}


a.lenta-comment-hide{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    position: absolute;
    right: 0;
}
a.lenta-comment-show{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    position: absolute;
    right: 0;
}

.lenta-comment {
    position: relative;
    /*min-height: 40px;*/
    margin: 0 0 2px 0;

}

.lenta-element a.lenta-user {
    display: inline-block;
    padding: 2px 5px 0 0;
    float:left;
}

.lenta-comment.lenta-fname{
    display: inline-block;
    float:left;
}

.lenta-commenttext {
    display: inline;
}

.lenta-linkborder{
    border-bottom: 1px dashed #000000;

}

#lenta-options label{
    display: block;
    margin: 10px 0px;
}
#lenta-options input{
    margin: 0 8px;
}
#lenta-options-save {
    margin: 20px 0;
}

.newel{
	padding: 6px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010101;
	background: #e5f3b4;
	vertical-align: top;
}

.partners li a.popupLink {
                            color: #656C72;
                            text-decoration: none;
                            border-bottom: 0px;
                        }
                         .plan-content-header-new{
                            background: url("/img/new.gif") no-repeat scroll 0 50% transparent;
                            display: inline-block; width: 27px; height: 15px; margin: 0 5px 0 0;
                        }
                        
                        .plan-content-header-text-str{
                            margin: 0 5px 0 0;
                        }
                        
                        .plan-content-header-sale {
                            background: url("/img/sale.png") no-repeat scroll 0 0 transparent;
                            display: inline-block;
                            width: 31px;
                            height: 15px;
                            margin: 0 5px 0 0;
                        }
                        
			.plan-content-header-text{
				font-size: 18px;
                                font-weight: normal;
				font-family: Arial Narrow, Arial, Tahoma, sans-serif;
				color: #656c72;
				background: none repeat scroll 0 0 #FFFFFF;
				position: absolute;
				top: -15px;
				padding: 0 5px 0 0px;
			}

			#plan-month-first{
					margin-top:15px;
			}
			.plan-month{
				border-top: 2px #656c72 solid;
				color: #000000;
				position: relative;
				margin: 25px 0 0 0px;
				padding: 0 0 0 0px;
			}


			.plan-content-header-pointer{
				 font-size: 30px;
				color: #656c72;
				height: 19px;
				width: 20px;
				right: 0;
				background: url("/img/plan/grey-pointer-month-up.png") no-repeat scroll 0 0 #FFFFFF;
				position: absolute;
				top: -11px;
			}
			.collapsed{
				background: url("/img/plan/grey-pointer-month-down.png") no-repeat scroll 0 0 #FFFFFF;
			}
			.expanded{
				background: url("/img/plan/grey-pointer-month-up.png") no-repeat scroll 0 0 #FFFFFF;
			}

			.plan-content-header-pointer a{
				height: 19px;
				width: 20px;
				display: block;
			}

			.plan-bg-content{
				background: #C5C792 repeat scroll 0 0 none;
				position: relative;
				margin: 15px 0 24px 0px;
				padding: 11px 0;
                                line-height: 22px;
				//padding-bottom: 0px;
			}
			.plan-content-month .club{
                                background: #e6e6e6 repeat scroll 0 0 none;
                        }

                        .plan-content-month .exclusive{
                                background: #e6e6e6 repeat scroll 0 0 none;
                        }

			.plan-content-month .alfa{
                                background: #dee390 repeat scroll 0 0 none;
			}

			.plan-content-month .industry{
				background: #e2da93 repeat scroll 0 0 none;
			}
			.plan-header-meet{
				font-size: 18px;
				color: #FFFFFF;
				font-family: Arial Narrow, Arial, Tahoma, sans-serif;
				background: none repeat scroll 0 0 #a8b065;
				position: relative;
				padding: 4px 15px 2px 15px;
				border-top: 2px #b6d224 solid;
				border-bottom: 2px #b6d224 solid;
			}
                        
                        a.plan-header-meet-link{
                            color: #FFFFFF;
                        }

                        #content a.plan-header-meet-link:hover{
                            color: #f9ffd9 !important;
                        }
                        
			.club .plan-header-meet-detail{
					border-color: #808080;
			}

                        .exclusive .plan-header-meet-detail{
					border-color: #808080;
			}

			.industry .plan-header-meet-detail{
					border-color: #face00;
			}
			.alfa .plan-header-meet-detail{
					border-color: #feff23;
			}
			.energy .plan-header-meet-detail{
					border-color: #B6D224;
			}
			.club .plan-header-meet{
				background: #b3b3b3 repeat scroll 0 0 none;
				border-color: #808080;
			}

                        .exclusive .plan-header-meet{
				background: #b3b3b3 repeat scroll 0 0 none;
				border-color: #808080;
			}

			.energy .plan-header-meet{
				background: none repeat scroll 0 0 #a8b065;
				border-color: #b6d224;
			}

			.alfa .plan-header-meet{
				background: #d6da69 repeat scroll 0 0 none;
				border-color: #feff23;
			}
			.industry .plan-header-meet{
                            	background: #d7cc6a repeat scroll 0 0 none;
				border-color: #face00;
			}
			.plan-header-meet-left{
/*				width: 70%*/
			}
                        
                        .plan-header-meet-left.plan-element-new{
                            background: url("/img/new.gif") no-repeat scroll 100% 50% transparent;
                            padding-right: 34px;
                            display: inline-block;
                        }
                        
			.plan-header-meet-right{
				background: none repeat scroll 0 0;
				position: absolute;
				padding: 4px 8px 4px 0px;
				right: 0px;
				top:0px;
				display: block;
				text-align: left;
			}

			.club .plan-header-meet-info{
					border-color: #808080;
			}

                        .exclusive .plan-header-meet-info{
					border-color: #808080;
			}

			.alfa .plan-header-meet-info{
					border-color: #feff23;
			}
			.industry .plan-header-meet-info{
					border-color: #face00;
			}

			 .plan-header-meet-info {
				font-size: 18px;
				color: #656c72;
				font-family: Arial Narrow, Arial, Tahoma, sans-serif;
				background: none repeat scroll 0 0 #FFFFFF;
				position: relative;
				padding: 2px 8px 2px 10px;
				border-bottom: 2px #B6D224 solid;
				min-height:25px;
			}
			.plan-header-meet-info.detail{
                                text-align: justify;
                                font-size: 14px;
                                border-color: #808080;
/*                                padding: 0 10px 0 15px;*/
                                display: none;
                                padding:0px;
			}
                        .plan-header-meet-info.detail ul{
                                font-size: 18px;
                                margin: 4px 0 0;
                                padding: 2px 0 2px 30px;
			}
                        .plan-header-meet-info.detail ul li{
                                padding: 0px 0 0px 24px
								text-align: left;
			}

			.club .plan-header-meet-info-left{
				background: url("/img/plan/grey-left-img.png") no-repeat scroll center left #FFFFFF;
			}

                        .exclusive .plan-header-meet-info-left{
				background: url("/img/plan/grey-left-img.png") no-repeat scroll center left #FFFFFF;
			}

			.plan-header-meet-info-left{
				background: url("/img/plan/green-left-img.png") no-repeat scroll center left #FFFFFF;
				padding: 0 0 0 40px;
                                line-height: 25px;
				width: 462px;
			}
			.club .plan-header-meet-info-right{
				background: url("/img/plan/grey-rubl.png") no-repeat scroll bottom left #FFFFFF;
			}

                        .exclusive .plan-header-meet-info-right{
				background: url("/img/plan/grey-rubl.png") no-repeat scroll bottom left #FFFFFF;
			}

			.plan-header-meet-info-right{
				background: url("/img/plan/green-rubl.png") no-repeat scroll bottom left #FFFFFF;
				position: absolute;
/*				padding: 0px 0 0px 38px;*/
				right: 154px;
				top: 0px;
				display: block;
				width: 20px;
                                height: 28px;
			}
                        .plan-header-meet-info-paket{
/*                            background: none repeat scroll 0 0 #E6E6E6;*/
                            padding: 5px 7px 2px 7px;
                            position: absolute;
                            right: 73px;
                            top: 0px;
                            height: 22px;
                        }

                        .club .plan-header-meet-info-paket.big-expanded{
                            background: none repeat scroll 0 0 #E6E6E6;
                            padding: 7px 7px 2px 7px;
                            top: -2px;
 			}

                        .exclusive .plan-header-meet-info-paket.big-expanded{
                            background: none repeat scroll 0 0 #E6E6E6;
                            padding: 7px 7px 2px 7px;
                            top: -2px;
 			}

                        .club .plan-header-meet-info-paket.big-collapsed{
                            background: none;
                            padding: 5px 7px 2px 7px;
                            top: 0px;
			}

                        .exclusive .plan-header-meet-info-paket.big-collapsed{
                            background: none;
                            padding: 5px 7px 2px 7px;
                            top: 0px;
			}


                        .alfa .plan-header-meet-info-paket.big-expanded{
                            background: none repeat scroll 0 0 #E2E298;
                            padding: 7px 7px 2px 7px;
                            top: -2px;
 			}
                        .alfa .plan-header-meet-info-paket.big-collapsed{
                            background: none;
                            padding: 5px 7px 2px 7px;
                            top: 0px;
			}
			.industry .plan-header-meet-info-paket.big-expanded{
                            background: none repeat scroll 0 0 #d7cc6a;
                            padding: 7px 7px 2px 7px;
                            top: -2px;
 			}
                        .industry .plan-header-meet-info-paket.big-collapsed{
                            background: none;
                            padding: 5px 7px 2px 7px;
                            top: 0px;
			}

                        .energy .plan-header-meet-info-paket.big-expanded{
                            background: none repeat scroll 0 0 #C5C792;
                            padding: 7px 7px 2px 7px;
                            top: -2px;
 			}
                        .energy .plan-header-meet-info-paket.big-collapsed{
                            background: none;
                            padding: 5px 7px 2px 7px;
                            top: 0px;
			}

                        .plan-content-header-info-pointer{
				font-size: 30px;
				background: url("/img/plan/grey-big-pointer-down.png") no-repeat scroll center #FFFFFF;
				top: 15px;
				position: absolute;
				right: 0;
				margin: 0 0px 0 0px;
				height: 36px;
				width: 37px;
			}

			.club .plan-content-header-info-pointer.big-collapsed{
				background-image: url("/img/plan/grey-big-pointer-down.png");
			}
			.club .plan-content-header-info-pointer.big-expanded{
				 background-image: url("/img/plan/grey-big-pointer-up.png");
			}

                        .exclusive .plan-content-header-info-pointer.big-collapsed{
				background-image: url("/img/plan/grey-big-pointer-down.png");
			}
			.exclusive .plan-content-header-info-pointer.big-expanded{
				 background-image: url("/img/plan/grey-big-pointer-up.png");
			}


			.energy .plan-content-header-info-pointer.big-collapsed{
				background-image: url("/img/plan/green-big-pointer-down.png");
			}
			.energy .plan-content-header-info-pointer.big-expanded{
				background-image: url("/img/plan/green-big-pointer-up.png");
			}

			.alfa .plan-content-header-info-pointer.big-collapsed{
				background-image: url("/img/plan/yellow-big-pointer-down.png");
			}
			.alfa .plan-content-header-info-pointer.big-expanded{
				background-image: url("/img/plan/yellow-big-pointer-up.png");

			}
			.industry .plan-content-header-info-pointer.big-collapsed{
				background-image: url("/img/plan/industry-big-pointer-down.png");
			}
			.industry .plan-content-header-info-pointer.big-expanded{
				background-image: url("/img/plan/industry-big-pointer-up.png");

			}

		   .plan-content-header-info-pointer a{
				height: 36px;
				width: 37px;
				display: block;
                    }
                    .partners{
                        background: #E6E6E6 repeat scroll 0 0 none;
                        width: 100%;
                        overflow: hidden;
                    }
                    .club .partners{
                    background: #E6E6E6 repeat scroll 0 0 none;
                    }

                    .exclusive .partners{
                    background: #E6E6E6 repeat scroll 0 0 none;
                    }

                    .energy .partners{
                    background: #C5C792 repeat scroll 0 0 none;
                    }
                    .alfa .partners{
                    background: #dee390 repeat scroll 0 0 none;
                    }
                    .industry .partners{
                    background: #e2da93 repeat scroll 0 0 none;
                    }

                    .partnersLeft
                    {
                    float: left;
                    width: 55%;
                    }
                    .partnersRight
                    {
                    float: left;
                    width: 35%;
                    }
                    .detail-text
                    {
                        font-size: 12px;
                        font-family: Tahoma,Arial,Helvetica,sans-serif;
                        padding: 2px 12px;
                        line-height: 18px;
                    }
                    .plan-content-month{
                        display: none;
                    }
                    .plan-content-month.current{
                        display: block;
                    }

                    .exclusive .plan-header-meet-info.detail{
                        border-color: #808080;
                    }

                    .energy .plan-header-meet-info.detail{
                        border-color: #B6D224;
                    }

                    .alfa .plan-header-meet-info.detail{
                        border-color: #FEFF23;
                    }

                    .industry .plan-header-meet-info.detail{
                        border-color: #FACE00;
                    }

.blog-item a#AddNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
    height: 9px;
    width: 9px;
}

.blog-item a#AddNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -9px 0 transparent;
}
.blog-item a#RemoveNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0px transparent;
    display: inline-block;
     height: 9px;
    width: 9px;
}
.blog-item #blogNotify a#RemoveNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -27px 0 transparent;
}

.blog-info a#AddNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
    height: 9px;
    width: 9px;
}

.blog-info a#AddNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -9px 0 transparent;
}
.blog-info a#RemoveNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0px transparent;
    display: inline-block;
     height: 9px;
    width: 9px;
}
.blog-info a#RemoveNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -27px 0 transparent;
}

.news a.AddNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
    height: 9px;
    width: 9px;
}

.news a.AddNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -9px 0 transparent;
}
.news a.RemoveNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0px transparent;
    display: inline-block;
     height: 9px;
    width: 9px;
}
.news #blogNotify a.RemoveNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -27px 0 transparent;
}
.news #blogNotify {
    top: 7px;
    right: 5px;
}



.news a#AddNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
    height: 9px;
    width: 9px;
}

.news a#AddNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -9px 0 transparent;
}
.news a#RemoveNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0px transparent;
    display: inline-block;
     height: 9px;
    width: 9px;
}
.news #blogNotify a#RemoveNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -27px 0 transparent;
}
.news #blogNotify {
    top: 7px;
    right: 5px;
}

.community a#AddNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 9px;
    position: absolute;
    top: 16px;
    width: 9px;
}
.community a#AddNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -9px 0 transparent;
}
.community a#RemoveNotify{
    background: url("/img/lenta-stars.png") no-repeat scroll -18px 0 transparent;
    position: absolute;
    top: 16px;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.community a#RemoveNotify:hover{
    background: url("/img/lenta-stars.png") no-repeat scroll -27px 0 transparent;
}
.community #blogNotify {
    display: inline-block;
    height: 16px;
    width: 9px;
}


.news-menu-item{
    position: relative;
}

.repTxt h2{
    font-size: 16px;
}

.news .news-item{
     margin: 0 0 32px;
}

.news .news-item a.title {
    color: #00257B;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 8px;
}
.news .news-item .date{
    color: #000000;
    margin: 0 0 8px;
}

.news .news-item .news-shorttext{
    color: #000000;
    font-size: 14px;
    margin: 0 0 8px;
}

.news .news-item .comments{
    color: #666666;
    font-size: 14px;
}

.news .news-item .comments a{
    color: #666666;
    font-size: 14px;
}

.community-colon {
    font-weight: bold;
    color: #000000;
}

.community-colon.title{
   color: #678400;
}

.navmenu-minus{
    background: url("/img/lentaminus.png") no-repeat scroll 0 50% transparent;
    margin: 0 0 0 10px;
    padding: 0 5px 0 15px;
    color: #222222;
    display: inline-block;
    font-size: 12px;
    width: 175px;
    line-height: 27px;
}

.navmenu-plus{
    background: url("/img/lentaplus.png") no-repeat scroll 0 50% transparent;
}

.navmenu-item{
    color: #000000;
    padding: 0px 0 0px 35px;
	
    position: relative;
    list-style: none outside none;
    display: block;
    width: 204px;
	height: 27px;
	line-height: 27px;
    text-decoration: underline;
}

.navmenu-item:hover{
    background: url("/img/lentastrmenu.png") no-repeat scroll 10px 0;
}

.navmenu-item-select {
    background: url("/img/lenta_elemselect.png") no-repeat scroll 10px 0 transparent;
    width: 200px;
    text-decoration: none;
    font-weight: bold;
}

.menuAdd.levelone{
    padding: 7px 0 0 25px;
}

#commContent a.lenta-pager{
    font-size: 14px;
    color: #222222;
    
}
#commContent .lenta-pager-left	{
        margin: 0 0 0 20px;
	padding: 0 15px 0 0;
	background: url("/img/pager-right.png") no-repeat 100% 3px;
}
#commContent .lenta-pager-left:hover	{
	background-image: url("/img/pager-right-hover.png")
}
#commContent .lenta-pager-right	{
    padding: 0 0 0 15px;
	background: url("/img/pager-left.png") no-repeat 0 3px;
}
#commContent .lenta-pager-right:hover	{
    background-image: url("/img/pager-left-hover.png")
	
}


#commContent .lenta-lister{
    margin: 40px 0 0 0; padding: 6px 10px 0px;
	background: #f2f2f2;
}
#commContent .lenta-lister span.lenta-pager{
    color: #808080;
    font-size: 14px;
}

#commContent .lenta-lister span.left{
    padding: 0 0 0 15px;
    background: url("/img/pager-left-grey.png") no-repeat 0 3px;
}
#commContent .lenta-lister span.right{
	padding: 0 15px 0 0;
	background: url("/img/pager-right-grey.png") no-repeat 100% 3px;
}

#commContent a.lenta-pager{
    font-size: 14px;
    color: #222222;

}
#commContent .lenta-pager-left	{
        margin: 0 0 0 20px;
	padding: 0 15px 0 0;
	background: url("/img/pager-right.png") no-repeat 100% 3px;
}
#commContent .lenta-pager-left:hover	{
	background-image: url("/img/pager-right-hover.png")
}
#commContent .lenta-pager-right	{
    padding: 0 0 0 15px;
	background: url("/img/pager-left.png") no-repeat 0 3px;
}
#commContent .lenta-pager-right:hover	{
    background-image: url("/img/pager-left-hover.png")

}


.pager-ver2{
    margin: 40px 0; padding: 10px;
	background: #f2f2f2;
}
.pager-ver2 span.pager-ver2-pager{
    color: #808080;
    font-size: 14px;
}

.pager-ver2 span.left{
    padding: 0 0 0 15px;
    background: url("/img/pager-left-grey.png") no-repeat 0 3px;
}
.pager-ver2 span.right{
	padding: 0 15px 0 0;
         margin: 0 0 0 36px;
	background: url("/img/pager-right-grey.png") no-repeat 100% 3px;
}

a.pager-ver2{
    font-size: 14px;
    color: #222222;

}

.pager-ver2 a.pager-ver2-pager{
    font-size: 14px;
    color: #222222;

}

.pager-ver2 .pager-ver2-pager-left	{
        margin: 0 0 0 36px;
	padding: 0 15px 0 0;
	background: url("/img/pager-right.png") no-repeat 100% 3px;
}

.pager-ver2 .pager-ver2-pager-left:hover	{
	background-image: url("/img/pager-right-hover.png")
}

.pager-ver2 .pager-ver2-pager-right	{
    background: url("/img/pager-left.png") no-repeat 0 3px;
    margin: 0 0 0 6px;
    padding: 0 0 0 15px;
}
.pager-ver2 .pager-ver2-pager-right:hover	{
    background-image: url("/img/pager-left-hover.png")
}

.pager-ver2 .comNavBot a.simple {
    color: #212121;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 7px;
    padding: 0 7px 6px;
}

.pager-ver2 .comNavBot {
    background: none repeat scroll 0 0 #F2F2F2;
    height: 25px;
    padding-left: 0;
}

/*MeetPage*/
/*.meet-cost-header {
    background: url("/img/meet-cost-line.png") repeat-x scroll 0 20px transparent;
}*/

.meet-cost th{
    border-bottom: 1px solid #000000;
    padding: 8px 12px;
}

.meet-cost table {
    border-collapse: collapse;
    width: 695px;
    margin: 0 0 20px 0;
}

.meet-cost td {
    padding: 8px 0 0 0;
    text-align: center;
}

.meet-cost .meet-cost-title {
    text-align: left;
}

.meets-page .button {
    background: url("/img/regmeet-navbutton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    height: 23px;
    line-height: 23px;
    right: 26px;
    text-align: center;
    width: 62px;
    padding: 0 0 3px 5px;
    text-align: left;
    font-family: Arial;
}
.meets-page input.button.enable{
    background: url("/img/regmeet-navbutton.png") no-repeat scroll 0 -23px transparent;
    cursor: pointer;
}

.meets-page input.button.back{
    background: url("/img/regmeet-navbutton.png") no-repeat scroll 0 -46px transparent;
    cursor: pointer;
    padding-left: 14px;
    margin: 0 10px 0 0;
}

.meets-page input.button.buttonpay{
    background: url("/img/buttonpay.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    width: 73px;
    margin: 0 5px 0 20px;
}

.meets-page input.button.buttonpay.disable{
    background-image: url("/img/buttonpaydisable.png");
}

.meets-page a#buttonprint{
    background: url("/img/printaccount.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    width: 126px;
    margin: 0;
    padding-left: 6px;
}
.meets-page a#buttonprintorder{
    background: url("/img/printorder.png") no-repeat scroll 0 0 transparent;
    width: 133px;
    margin: 0;
    padding-left: 6px;
    font-family: Arial;
    display: block;
}

.meets-page a#buttonprint:hover, .meets-page a#buttonprintorder:hover{
    color: #f9ffd9 !important;
}

.meets-page .regmeet-content{
    font-size: 13px;
    margin: 0 0 50px;
}

.meets-page a#buttonprint{
    background: url("/img/printaccount.png") no-repeat scroll 0 0 transparent;
    color: #FEFEFE;
    display: block;
    height: 23px;
    line-height: 22px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 115px;
    padding: 0 0 0 11px;
    font-size: 13px;
}

.meets-page a#buttonprintorder{
    background: url("/img/printorder.png") no-repeat scroll 0 0 transparent;
    color: #FEFEFE;
    display: block;
    height: 23px;
    line-height: 22px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 122px;
    padding: 0 0 0 12px;
    font-size: 13px;
}

.meets-page .regtextfinish{
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0 20px;
}
.meets-page .regtextinfo{
    margin: 10px 0;
}

.meets-page a#regmeetabout{
    margin: 25px 0;
    display: block;
}

.meets-page a#buttonback{
    background: url("/img/regmeet-navbutton.png") no-repeat scroll 0 -46px transparent;
    color: #FEFEFE;
    display: inline-block;
    height: 23px;
    line-height: 22px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 44px;
    float:left;
    padding: 0 0 0 18px;
    margin: 0 10px 0 0;
}

.meets-page a#buttonback:hover{
    color:#f9ffd9 !important;
}

.repTxt #regmeet-button{
        font-size: 12px;
        color: #FEFEFE;
 	position: relative; margin: 0;
	display: block;
	width: 232px; height: 23px;
	text-decoration: none; text-align: center;
	line-height: 22px;
	background: transparent url("/img/button-reg.png") no-repeat 0 0;
}
.repTxt a#regmeet-button:hover
{
    color: #f9ffd9!important;
}

.repTxt .mpage-text{
    margin: 20px 0 0 0;
}

.multiple .room-add{
     background: url("/img/room_plus.png") no-repeat scroll 100% 50% transparent;
     cursor: pointer;
     display: inline-block;
     padding: 0 15px 0 0;
     margin: 0 20px 0 0;
}
.multiple .room-add:hover{
     background: url("/img/room_plus_hover.png") no-repeat scroll 100% 50% transparent;
}

.multiple .room-remove{
     background: no-repeat scroll 100% 50% transparent;
     cursor: pointer;
     display: inline-block;
     padding: 0 15px 0 0;
     margin: 0 20px 0 0;
     height: 20px;
     color: #698509;
}
.multiple .room-remove:hover{
     background: url("/img/room_minus.png") no-repeat scroll 100% 50% transparent;
}

.multiple .rooms-access{
    border-bottom: #bfbfbf solid 1px;
    margin: 12px 0 0px 0;
}

.multiple .rooms-selected{
    border-bottom: #bfbfbf solid 1px;
    margin: 20px 0 0px 0;
}

.multiple .option{
    display: inline-block;
}

.multiple .option .answer{
    display: none;
}

.chekbox, .alone-multiple{
    margin: 20px 0 0 0;
}

.regmeetprice{
    font-size: 13px;
    background-color: #f1f5d6;
    display: inline-block;
    margin: 20px 0;
    padding: 5px;
}
.regmeetprice-cost{
    font-size: 16px;
}

#regmeetform3{
    font-size: 13px;
}

.meets-page .regcostinfo{
    margin: 10px 0;
    font-size: 13px;
}
.mul{
    display: inline-block;
    background: url("/img/multiple.png") no-repeat  0 50% transparent;	
    width: 10px;
    height: 7px;
    margin: 0 3px 0 5px;
}

.meets-page a.popupLink{
    text-decoration: underline;
    border-bottom: none;
    
}

.meets-page .regnavbutton{
    margin: 15px 0;
}

.meets-page{
    color: #000000;
}

.typepay-wrapper{
    margin-bottom: 20px;
}

.meets-page #payform{
    font-size: 13px;
}
.meets-page #payform .typepay{
    font-weight: bold;
    margin: 0 0 10px 0;
}

.meets-page #payform .typepay #jlabel{
    margin: 0 0 0 15px;
}

.meets-page #payform #nbankinfo{
    margin: 0 0 10px 0;
    display: none;
}

.meets-page #payform #jbankinfo{
    display: none;
}

.meets-page #payform #cardinfo{
    display: none;
}


.meets-page #payform .subtypepay, .meets-page #payform .juristictypepay{
    line-height: 22px;
}
.meets-page #payform .subtypepay label, .meets-page #payform .juristictypepay label{
    display: inline-block;
}

.meets-page #payform .nbanktext{
    margin: 0 0 0 26px;
}

.meets-page #payform .nbankedit{
    margin: 7px 0;
}
.meets-page #payform .nbankedit label{
    display: inline-block;
    width: 64px;
    margin: 0 0 0 26px;
}

.errortext.bankpayerror{
    padding-left: 24px;
}

.meets-page #payform #cardlabel{
    background: url("/img/bankcard.png") no-repeat  100% 50% transparent;	
    width: 375px;
}
.meets-page #payform .subtypelabel.disable{
    background: none!important;
    color: #808080;
}

.meets-page #payform .nbankedit input{
    border: 1px solid #1c5180;
}

.meets-page #payform .jbankedit label{
    display: inline-block;
    margin: 0 5px 0 26px;
}

.meets-page #payform .jbankedit input{
    border: 1px solid #1c5180;
}
.meets-page #payform .jbankedit input#errorpay, .meets-page #payform .nbankedit input#errorpay{
    border: 1px solid #b72020;
}

.meets-page #payform .errortext{
    color: #b21212;
}

