@charset "windows-1251";

/* CSS Document */

/* Normal, standard links. */

a:link

{

	color: #476C8E;

	text-decoration: none;

}

a:visited

{

	color: #476C8E;

	text-decoration: none;

}

a:hover

{

	text-decoration: underline;

}



.psevdolinc

{

	color: #476C8E;

	text-decoration: none;

        cursor: pointer;

}

.psevdolinc:hover

{

	text-decoration: underline;

        cursor: pointer;

}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited

{

	color: #000000;

	text-decoration: none;

}

a.nav:hover

{

	color: #cc3333;

	text-decoration: underline;

}



/* Tables should show empty cells. */

table

{

	empty-cells: show;

}



/* By default (td, body..) use verdana in black. */

body, td, th , tr

{

	color: #000000;

	font-size: small;

	font-family: verdana, sans-serif;

}



/* The main body of the entire forum. */

body

{

	background-color: #E5E5E8;

	margin: 0px;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 0px;

}

ul {list-style:none;}

img			{border: none;}

.clear			{clear:both}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button

{

	color: #000000;

	font-family: verdana, sans-serif;

}

input, button

{

	font-size: 90%;

}



textarea

{

	font-size: 100%;

	color: #000000;

	font-family: verdana, sans-serif;

}



/* All input elements that are checkboxes or radio buttons. */

input.check

{

}



/* Selects are a bit smaller, because it makes them look even better 8). */

select

{

	font-size: 90%;

	font-weight: normal;

	color: #000000;

	font-family: verdana, sans-serif;

}



/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor

{

	height: 1px;

	border: 0;

	color: #666666;

	/*background-color: #666666;*/

}



/* No image should have a border when linked */

a img

{

	border: 0;

}

/* A quote, perhaps from another post. */

.quote

{

	color: #000000;

	background-color: #D7DAEC;

	border: 1px solid #000000;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

}



/* A code block - maybe even PHP ;). */

.code

{

	color: #000000;

	background-color: #dddddd;

	font-family: "courier new", "times new roman", monospace;

	font-size: x-small;

	line-height: 1.3em;

	/* Put a nice border around it. */

	border: 1px solid #000000;

	margin: 1px auto 1px auto;

	padding: 1px;

	width: 99%;

	/* Don't wrap its contents, and show scrollbars. */

	white-space: nowrap;

	overflow: auto;

	/* Stop after about 24 lines, and just show a scrollbar. */

	max-height: 24em;

}



/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

	color: #000000;

	text-decoration: none;

	font-style: normal;

	font-weight: bold;

	font-size: x-small;

	line-height: 1.2em;

}



/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help

{

	cursor: help;

}



/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction

{

	color: red;

}



/* The main post box - this makes it as wide as possible. */

.editor

{

	width: 96%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: yellow;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg, #preview_body

{

	color: #000000;

	background-color: #ECEDF3;

}

.windowbg2

{

	color: #000000;

	background-color: #F6F6F6;

}

.windowbg3

{

	color: #000000;

	background-color: #E0E1E8;

}

.windowbg4

{

	color: #000000;

	background-color: #E0E1E8;

	font-family: "Times New Roman", Times, serif;

	font-size: small;

	font-weight: normal;

}



/* the today container in calendar */

/*.calendar_today

{

	background-color: #FFFFFF;

}*/



/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td

{

	color: black;

	font-style: normal;

	background: url(/forum/Themes/default/images/titlebg.jpg) #E9F0F6 repeat-x;

	border-bottom: solid 1px #9BAEBF;

	border-top: solid 1px #FFFFFF;

	padding-left: 10px;

	padding-right: 10px;

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	color: black;

	font-style: normal;

}



.titlebg a:hover

{

	color: #404040;

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{

	color: black;

	font-style: normal;

	text-decoration: underline;

}



.titlebg2 a:hover

{

	text-decoration: underline;

}



/* This is used for categories, page indexes, and several other areas in the forum.

.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg , tr.catbg td , .catbg3 , tr.catbg3 td , .CollapsiblePanelTab

{

	background: url(/forum/Themes/default/images/catbg.jpg) #88A6C0 repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg2 , tr.catbg2 td

{

	background: url(/forum/Themes/default/images/catbg2.jpg) #A1BFD9 repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg, .catbg2, .catbg3 ,.CollapsiblePanelTab

{

	border-bottom: solid 1px #375576;

}

.catbg, .catbg2 ,.CollapsiblePanelTab

{

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited

{

	font-size: 95%;

	color: white;

	text-decoration: none;

}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited

{

	color: white;

	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover

{

	color: #e0e0ff;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

	background-color: #ADADAD;

	padding: 0px;

}



/* This is used on tables that should just have a border around them. */

/*.tborder

{

	padding: 1px;

	border: 1px solid #696969;

	background-color: #FFFFFF;

}*/



/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: verdana, sans-serif;

}

.middletext

{

	font-size: 90%;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}





/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{

	width: 100%;

	overflow: auto;

	line-height: 1.3em;

}



/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature

{

	width: 100%;

	overflow: auto;

	padding-bottom: 3px;

	line-height: 1.3em;

}



/* Sometimes there will be an error when you post */

.error

{

	color: red;

}





/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last

{

	color: white;

	text-transform: uppercase;

	vertical-align: top;

}

.maintab_back, .maintab_active_back

{

	color: white;

	text-decoration: none;

	font-size:  9px;

	vertical-align: top;

	padding: 2px 6px 6px 6px;

	font-family: tahoma, sans-serif;

}



.maintab_first

{

	background: url(/forum/Themes/default/images/maintab_first.gif) left bottom no-repeat;

	width: 10px;

}

.maintab_back

{

	background: url(/forum/Themes/default/images/maintab_back.gif) left bottom repeat-x;

}

.maintab_last

{

	background: url(/forum/Themes/default/images/maintab_last.gif) left bottom no-repeat;

	width: 8px;

}

.maintab_active_first

{

	background: url(/forum/Themes/default/images/maintab_active_first.gif) left bottom no-repeat;

	width: 6px;

}

.maintab_active_back

{

	background: url(/forum/Themes/default/images/maintab_active_back.gif) left bottom repeat-x;

}

.maintab_active_last

{

	background: url(/forum/Themes/default/images/maintab_active_last.gif) left bottom no-repeat;

	width: 8px;

}



/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited

{

	color: white;

	text-decoration: none;

	font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover

{

	color: #e0e0ff;

	text-decoration: none;

}

/* The AJAX notifier */

#ajax_in_progress

{

	background: #32CD32;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

}



/*My CSS*/

/* definitions for the simlemenu tab */

.simlemenutab_first, .simlemenutab_back, .simlemenutab_last, .simlemenutab_active_first, .simlemenutab_active_back, .simlemenutab_active_last

{

	color: #476c8e;

	text-transform: uppercase;

	vertical-align: top;

}

.simlemenutab_back, .simlemenutab_active_back

{

	color: #476c8e;

	text-decoration: none;

	font-size: 9px;

	vertical-align: bottom;

	padding: 6px 6px 2px 6px;

	font-family: tahoma, sans-serif;

}



.simlemenutab_first

{

	/*background: url(/forum/Themes/default/images/simlemenutab_first.gif) no-repeat;*/

	width: 10px;

}

.simlemenutab_back

{

	/*background: url(/forum/Themes/default/images/simlemenutab_back.gif) repeat-x;*/

}

.simlemenutab_last

{

	/*background: url(/forum/Themes/default/images/simlemenutab_last.gif) no-repeat;*/

	width: 6px;

}

.simlemenutab_active_first

{

	/*background: url(/forum/Themes/default/images/simlemenutab_active_first.gif) no-repeat;*/

	width: 6px;

}

.simlemenutab_active_back

{

	font-weight: bold;

	font-variant: normal;

	text-transform: uppercase;	

}

.simlemenutab_active_last

{

	background: url(/forum/Themes/default/images/simlemenutab_active_last.gif) no-repeat;

	width: 8px;

}



/* how links behave in simlemenu tab. */

.simlemenutab_back a:link , .simlemenutab_back a:visited, .simlemenutab_active_back a:link , .simlemenutab_active_back a:visited

{

	color: #476c8e;

	text-decoration: none;

}



.simlemenutab_back a:hover, .simlemenutab_active_back a:hover

{

	color: #476c8e;

	text-decoration: none;

}

/*//////////////////////////////////////////*/

/* definitions for the simlemenu tab */

.simlemenutab_first, .simlemenutab_back, .simlemenutab_last, .simlemenutab_active_first, .simlemenutab_active_back, .simlemenutab_active_last

{

	color: #476c8e;

	text-transform: uppercase;

	vertical-align: top;

}

.simlemenutab_back, .simlemenutab_active_back

{

	color: #476c8e;

	text-decoration: none;

	font-size: 9px;

	vertical-align: bottom;

	padding: 6px 6px 2px 6px;

	font-family: tahoma, sans-serif;

}



.simlemenutab_first

{

	background: url(/forum/Themes/default/images/simlemenutab_first.gif) no-repeat;

	width: 10px;

}

.simlemenutab_back

{

	background: url(/forum/Themes/default/images/simlemenutab_back.gif) repeat-x;

}

.simlemenutab_last

{

	background: url(/forum/Themes/default/images/simlemenutab_last.gif) no-repeat;

	width: 6px;

}

.simlemenutab_active_first

{

	background: url(/forum/Themes/default/images/simlemenutab_active_first.gif) no-repeat;

	width: 6px;

}

.simlemenutab_active_back

{

	background: url(/forum/Themes/default/images/simlemenutab_active_back.gif) repeat-x;

}

.simlemenutab_active_last

{

	background: url(/forum/Themes/default/images/simlemenutab_active_last.gif) no-repeat;

	width: 8px;

}



/* how links behave in simlemenu tab. */

.simlemenutab_back a:link , .simlemenutab_back a:visited, .simlemenutab_active_back a:link , .simlemenutab_active_back a:visited

{

	color: #476c8e;

	text-decoration: none;

	text-transform: uppercase;

}



.simlemenutab_back a:hover, .simlemenutab_active_back a:hover

{

	color: #476c8e;

	text-decoration: none;

	text-transform: uppercase;

}

/*//////////////////////////////////////////*/

.catbglog , tr.catbglog td 

{

	background: url(/forum/Themes/default/images/catbg.jpg) #88A6C0 repeat-x;

	color: #ffffff;

}

.Logotext {

	position: absolute;

	left: 298px;

	top: 23px;

	font-family: "Times New Roman", Times, serif;

	font-size: 30px;

	color: #FFFFFF;

	font-weight: bold;

	font-style: italic;

	padding-right: 10px;

	padding-left: 10px;

	line-height: 25px;

	width: 210px;	

}

.blocLefmenu {

	margin: 1px;

	border: thin solid #999999;

}

.blocLefmenu , submenu{

	background-color: #ecedf3;

	font-weight: bold;

}

.blocLefmenu_submenu2w{

	background-color: #f6f6f6;

	font-weight: normal;

	color: #333333;

}

.blocLefmenu , input{

	color: #476c8e;

}

.CollapsiblePanel {

	margin: 1px;

	padding: 3px;

	border: thin solid #999999;

}



/* This is the selector for the CollapsiblePanelTab. This container houses



 * the title for the panel. This is also the container that the user clicks

 * on to open or close the panel.

 *

 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary

 * to make the widget function. You can use any class name you want to style an

 * CollapsiblePanel panel tab container.

 */

.CollapsiblePanelTab {

	background: url(/forum/Themes/default/images/catbg.jpg) #88A6C0 repeat-x;

	color: #ffffff;

/*	-moz-user-select: none;

	-khtml-user-select: none;*/

}



/* This is the selector for a CollapsiblePanel's Content area. It's important to note that

 * you should never put any padding on the content area element if you plan to

 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content

 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.

 *

 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary

 * to make the widget function. You can use any class name you want to style a

 * CollapsiblePanel content container.

 */



.CollapsiblePanelContent {

	margin: 0px;

	background-color: #ecedf3;

	padding-top: 1px;

	padding-right: 5px;

	padding-bottom: 1px;

	padding-left: 5px;	

}



/* An anchor tag can be used inside of a CollapsiblePanelTab so that the

 * keyboard focus ring appears *inside* the tab instead of around the tab.

 * This is an example of how to make the text within the anchor tag look

 * like non-anchor (normal) text.

 */

.CollapsiblePanelTab a {

	color: black;

	text-decoration: none;

}



/* This is an example of how to change the appearance of the panel tab that is

 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed

 * from panels as the user clicks on the tabs within the CollapsiblePanel.

 */

.CollapsiblePanelOpen .CollapsiblePanelTab {

	color: #FFFFFF;

	

}



/* This is an example of how to change the appearance of the panel tab as the

 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added

 * and removed from panel tab containers as the mouse enters and exits the tab container.

 */

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {

	background-color: #CCC;

}



/* This is an example of how to change the appearance of all the panel tabs when the

 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed

 * whenever the CollapsiblePanel gains or loses keyboard focus.

 */

.CollapsiblePanelFocused .CollapsiblePanelTab {

	background-color: #3399FF;

}

 #holder {

width: 300px;

height: 120px;

float: right;

		}

#header {

	height: 90px;

}

#header #logo {

	background-image: url(/images/Logo.jpg);

	height: 90px;

	width: 400px;

	float: left;

}

#header .logo2 {

	height: 90px;

	width: 100%;

	background-image: url(/images/LogoBg2.jpg);

	background-repeat: repeat-x;

}

#info {

	background-image: url(/forum/Themes/default/images/titlebg.jpg);

	height: 20px;

	color: black;

	font-style: normal;

	background-color: #e9f0f6;

	background-repeat: repeat-x;

	background-attachment: scroll;

	background-position: 0% 0%;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #9baebf;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

	overflow: hidden;

}



.map_butt {

	clear: both;

	background-color: #CDDAE3;

}

.butt {

	background-image: url(/images/butbg.png);

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: bold;

	background-repeat: no-repeat;

	text-align: center;

	height: 22px;

	width: 137px;

	line-height: 20px;

	cursor: pointer;

}





.butt:hover

{

	background-image: url(/images/butbg_how.png);

}

.butt a:link

{

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

.butt a:visited

{

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

.subcat {

	color: #003366;

	margin-left: 25px;

}

.autor {

	font-size: x-small;

	color: #1D39C8;

	float: none;

	border-bottom-color: #A3B2CC;

	text-align: right;

}

.locat {

	font-size: xx-small;

	color: #666666;

}

.Obj {

	background-color: #ecedf3;

	border-top-width: thin;

	border-bottom-width: thin;

	border-top-style: dashed;

	border-bottom-style: dashed;

	border-top-color: #A3B2CC;

	border-bottom-color: #A3B2CC;

	margin-top: 3px;

	margin-bottom: 3px;

}

.imgd {

	float: left;

	padding-right: 5px;

	padding-left: 5px;

}



#stat {

	font-size: 9px;

	color: #476c8e;

	text-align: center;

	text-transform: uppercase;

	padding-top: 5px;

	padding-bottom: 5px;

}

.style3 {

	color: #4334C9;

	font-weight: bold;

}

.info_block {

	background-color: #ecedf3;

	margin-top: 10px;

	margin-bottom: 10px;

	font-size: 12px;

}

.info_block h1 

{

	background-image: url(/forum/Themes/default/images/titlebg.jpg);

	height: 20px;

	color: black;

	font-style: normal;

	background-color: #e9f0f6;

	background-repeat: repeat-x;

	background-attachment: scroll;

	background-position: 0% 0%;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #9baebf;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

	font-size: 14px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}





.info_block h5 

{

	background-image: url(/forum/Themes/default/images/titlebg.jpg);

	height: 20px;

	color: black;

	font-style: normal;

	background-color: #e9f0f6;

	background-repeat: repeat-x;

	background-attachment: scroll;

	background-position: 0% 0%;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #9baebf;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #ffffff;

	padding-left: 5px;

	padding-right: 5px;

	font-size: 10px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	line-height: 20px;

}.info_block p {

/*	text-indent: 30px;

	margin: 0px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;*/

}

.info_block .block_cont {

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	border: 1px solid #D7E1EA;

}

.info_block .info_block_menu {

	border: 1px solid #D7E1EA;

}

.info_block .part {

	text-align: center;

	height: 120px;

	width: 120px;

	padding: 10px;

}



.info_block .info_block_menu li {

	list-style-type: none;

}

.info_block .info_block_menu ul {

	padding: 5px;

	margin: 0px;

}

.info_block .block_cont select{

	width: 220px;

}

.info_block .block_cont .select_coutry {

	width: 220px;

	background-color: #FFFF99;

}

.info_block .block_cont .select_city {

	width: 220px;

	background-color: #99FFFF;

}



.last_posts {

	padding-left: 5px;

}

.last_posts .posts_them  {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #d7e1ea;

	padding-bottom: 5px;

}



.last_posts .topic .date {

	float: right;

}

.small_photo{
	float:left;
	margin:10px
	
	}
	
	/*рейтинг*/

.rat_text {
	color: #999;
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}

.rat_text_negative {
	color: #F00;
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}

.rat_text_positive {
	color: #0F0;
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}
.rat_text_positive:before {content:'+'}


.rat_boot{
	cursor:pointer;
	position: relative;
	top: 3px;
}

.rat_boot_disabled {
    cursor:pointer;
	position: relative;
	top: 3px;
opacity: 0.2;
}   
		  
		 /*comments_histopy*/ 
		  
		    #comments_histopy ul{
                list-style:none;
                margin: 0px;
                padding: 0px;
            }

            .comment_holder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #F2F2F2;
	padding: 5px;
            }
            .comment_data li{
	float:left;
	padding-right:10px;
            }
.date{
		color: #667;
	font-size: x-small;
	}
  .voting {
	float: right;
	text-align: center;
	vertical-align: middle;
            }	
			
			
/*карта	*/

.download_but {

	position: absolute;

	left: 0px;

	height: 20px;

	width: 100px;

	left: 125px;

	color: #003399;

	text-align: center;

	cursor: pointer;

	background-image: url(menu/but.png);

	background-position: bottom;

}

.download_list{

	display: none;

	border: 1px solid #0066FF;

	background-image: url(menu/1p.png);

	background-repeat: repeat;

	margin: 0px;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 30px;

	padding-left: 10px;

	font-size: 12px;

}

.addobject_cont{

	width: 250px;

	position: absolute;

	top: 21px;

	right: -2px;

	z-index: 1003;

}

.addobject_list{

	display: none;

	border: 1px solid #0066FF;

	background-image: url(menu/1p.png);

	background-repeat: repeat;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 10px;

	/*	line-height: 13px;*/

	font-size: 12px;

	}

.my_object_cont{

	width: 250px;

	position: absolute;

	top: 20px;

	right: 0px;

	z-index: 1002;

}

.my_object_list{

	display: none;

	border: 1px solid #0066FF;

	background-image: url(menu/1p.png);

	background-repeat: repeat;

	margin: 0px;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 30px;

	padding-left: 10px;

	font-size: 12px;

}



.DownExtBoot{

	z-index: 1000;

	height: 25px;

	width: 25px;

	top: 35px;

	position: absolute;	

	display:none;

	border: 1px solid #0066FF;

	cursor: pointer;

}

.Buttons{

	z-index: 1000;

	height: 25px;

	width: 25px;

	top: 35px;

	position: absolute;

	border: 1px solid #0066FF;

	cursor: pointer;

}



#Search_panel {
	left: 92px;
	top: 31px;
	z-index: 1;
	position: absolute;
}

#Buttons_panel {

	left: 90px;

	top: 35px;

	z-index: 1;

	position: absolute;

}


#main_div #Buttons_panel .All_Buttons {

	float: left;

	height: 25px;

	width: 25px;

	border: 1px solid #0066FF;

	margin-right: 5px;

	cursor: pointer;

}



#main_div #Buttons_panel #Go2Home {

	background-image: url(map/Main_map_menu/home.png);

	background-repeat: no-repeat;

}

#main_div #Buttons_panel #Find {

	background-image: url(map/Main_map_menu/find.png);

	background-repeat: no-repeat;

}

#main_div #Buttons_panel #Search {

	background-image: url(map/Main_map_menu/web_search.png);

	background-repeat: no-repeat;

}

#main_div #map_div #appPanel {
	position:absolute;
	bottom:0;
	height:45px;
	z-index: 1000;
	left: 5px;
}

#main_div #map_div #footPanel {
	position:absolute;
	bottom:0;
	height:25px;
	background:url(map/Main_map_menu/main-bg_down.png) repeat-x;
	z-index: 1000;
	left: 0px;
	width: 100%;
}

#main_div #map_div #footPanel #footPanelText{
	color: #FFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	
}




.my_obj_list_element {

	overflow: hidden;

	height: 18px;

}



.Edit_cont {

	background-image: url(menu/1p.png);

	background-repeat: repeat;

	position: absolute;

	z-index: 1004;

	width: 250px;

	top: 20px;

	right: 0px;

	border: 1px solid #0066FF;

	display: none;

}

.Edit_List {

	margin-top: 10px;

	margin-right: 10px;

	margin-bottom: 10px;

	

}

.name {margin-left: 10px;

}



.RatingUP {

	width: 170px;

}

.RatingDown {

	width: 170px;

}

.RatingComment {

	width: 170px;

}



.Thenx {

	background-image: url(menu/hand.gif);

	background-repeat: no-repeat;

	width: 190px;

	text-align: left;

	border: thin dotted #0033FF;

	height: 20px;

	padding-left: 20px;

}

#main_div #AlertBox #cboxContent #AlertBoxContent {

	color: #FF0000;

}



/*menu*/

/* menu::base */

div#map_main_menu {

	height:25px;

	background:url(map/Main_map_menu/main-bg.png) repeat-x;

	z-index: 1000;

	position: relative;

	left: 0px;

	top: -3px;

	width: 100%;

}



div#map_main_menu ul {

	/*background:url(images/main-bg.png) repeat-x;*/

	margin: 0;

	padding: 0;

	list-style: none;

	float: left;	

}

div#map_main_menu ul.menu {

    padding-left: 30px;

}



div#map_main_menu li {

    position: relative;

    z-index: 9;

    margin: 0;

    padding: 0 5px 0 0;

    display: block;

    float: left;

}

div#map_main_menu li:hover>ul {

    left: -2px;

}


/* menu::level1 */
div#map_main_menu a {

    position: relative;

    z-index: 10;

    height: 25px;

    display: block;

    float: left;

    text-decoration: none;

    font: 12px Georgia;
    
    padding: 0 10px 0 10px;

    line-height: 19px;

    color: #e5e5e5;
    /*font: normal 12px Trebuchet MS;*/

}

div#map_main_menu a:hover, div#map_main_menu a:hover span { color: #fff; }

div#map_main_menu li.current a {}



div#map_main_menu span {

    display: block;

    cursor: pointer;

    background-repeat: no-repeat;

    background-position: 95% 0;
    
     margin-top: 4px;
}

div#map_main_menu ul ul a.parent span {

    background-position:95% 8px;

    background-image: url(map/Main_map_menu/item-pointer.gif);

}

div#map_main_menu ul ul a.parent:hover span {

    background-image: url(map/Main_map_menu/item-pointer-mover.gif);

}






div#map_main_menu li { background: url(map/Main_map_menu/main-delimiter.png) 98% 4px no-repeat; }

div#map_main_menu li.last { background: none; }



/* menu::level2 */

div#map_main_menu ul ul li { background: none; }

div#map_main_menu ul ul {

    position: absolute;

    top: 24px;

    left: -999em;

    width: 163px;

    padding: 5px 0 0 0;

    background: rgb(45,45,45);

    margin-top:1px;

}

div#map_main_menu ul ul a {

    padding: 0 0 0 15px;

    height: auto;

    float: none;

    display: block;

    line-height: 15px;

    color: rgb(169,169,169);

}

div#map_main_menu ul ul span {

    margin-top: 0;

    padding-right: 15px;

    _padding-right: 20px;

    color: rgb(169,169,169);

}

div#map_main_menu ul ul a:hover span {

    color: #fff;

}

div#map_main_menu ul ul li.last { background: none; }

div#map_main_menu ul ul li {

    width: 100%;

}



/* menu::level3 */

div#map_main_menu ul ul ul {

    padding: 0;

    margin: -38px 0 0 163px !important;

    margin-left:172px;

}



/* colors */

div#map_main_menu ul ul ul { background: rgb(41,41,41); }

div#map_main_menu ul ul ul ul { background: rgb(38,38,38); }

div#map_main_menu ul ul ul ul { background: rgb(35,35,35); }



/* lava lamp */

div#map_main_menu li.back {

    background: url(map/Main_map_menu/lava.png) no-repeat right -44px                                                                                                                                                                                                                                                                !important;

    background-image: url(map/Main_map_menu/lava.gif);

    width: 13px;

    height: 44px;

    z-index: 8;

    position: absolute;

    margin: -1px 0 0 -5px;

}

div#map_main_menu li.back .left {

    background: url(map/Main_map_menu/lava.png) no-repeat top left                                                                                                                                                                                                                                                                !important;

    background-image: url(map/Main_map_menu/lava.gif);

    height: 44px;

    margin-right: 8px;

}



#zoom_alert {

	position: absolute;

	top: 60px;

	z-index: 1;

	font-weight: bold;

	color: #FF0000;

	left: 80px;

	display: none;

}



#RightPanel{

	position:relative;

	width:257px;

	z-index:1003;

	padding-top: 20px;

	padding-right: 5px;

	padding-bottom: 10px;

	padding-left: 5px;

	background-image: url(2p.png);

	font-size: 12px;

	display:none;

	float: right;

}

#closePanel {

	float: right;

	height: 18px;

	width: 30px;

	background-image: url(close.png);

	background-repeat: no-repeat;

	cursor:pointer;

	margin-top: -19px;

}

#closePanel:hover{

	background-image: url(closeHow.png);

}



#Right_menu{

	position: absolute;

	top: 30px;

	right: 20px;

	z-index: 1002;

	/*width: 137px;*/

}

#loading{

	position: absolute;

	top: 50%;

	left: 50%;

	height: 20px;

	width: 100px;

	margin-top: -10px; /* значение равно половине height со знаком минус */

	margin-left: -50px; /* значение равно половине width со знаком минус */

	background-image: url(loading5.gif);

	z-index: 1010;

	display:none;

}



.butt {

	background-image: url(butbg.png);

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: bold;

	background-repeat: no-repeat;

	text-align: center;

	height: 22px;

	width: 137px;

	line-height: 20px;

	cursor: pointer;

}

.butt:hover

{

	background-image: url(butbg_how.png);

}

.alert_text {

	font-size: 13px;

	margin-right: 30px;

	margin-left: 30px;

}

.alert_text a:link{
	color: #06F;
}

#baloon{

	text-align: center;

}

#baloon .nametext {

	font-size: larger;

	color: #000000;

}

#baloon .cattext {

	font-size: smaller;

	color: #999999;

}

#baloon .no_object {

	font-size: smaller;

	color: #999999;

	cursor:pointer;

}

#baloon .rat_button {

	cursor:pointer;

}			


#searchbar {
	width: 210px; 
	float: left; padding: 3px 20px 3px 40px;
	/*background: #ededed url(bar-bg.png) repeat-x;*/
	background: #ededed url(LogoBg2.jpg) repeat-x;
	/*border: 3px solid #c7c7c7;*/
	border: 2px solid #CCC;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
	/*font: italic 14px Georgia; color: #898989;*/
	font: italic 12px Georgia; color: #fff;
	outline: none; /*Для Chrome и Safari*/
}	
#searchbar.active {
	background: #ebf3fc url(bar-bg-active.png) repeat-x;
	border: 2px solid #abd2ff;
	font: italic 12px Georgia; color: #898989;
}

#searchbtn {
	width: 22px; height: 23px; float: left; margin: 2px 0 0 -30px;
	background: url(searchkey.png); text-indent: -9999px;
	padding: 0 0 0 22px; /*Для IE*/
	cursor: pointer;
	border:none;
}

#searchbtn:hover {
		background-position: 0 -23px;
	}
#note_sub {
    display: none;
   color: darkred;
   font-size: 10px;         
        }
        #note_sub a{
	text-decoration: underline;
        }
        
 #note_sub_close 

{


color: #444444;

background-image: url("colorbox/controls.png");

background-position: -50px 0px;

width: 20px;

height: 20px;

text-indent: -9999px;

}

#note_sub_close:hover 
{

background-position: -50px -25px;

}



#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(LogoBg2.jpg) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(/forum/Themes/core/images/post/question.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
