.textboxgroup
{
	color: #999999;
	font-size: 10px;
	
	position: absolute;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
}
	.textboxgroup td
	{
		cursor: pointer;
	}
	.textboxgroup td.selected
	{
		font-size: 12px;
		color: #FFE794;
	}

/*таскабельное окно*/
.draggable_window
{
	border: 1px solid #cc945d;
	position: absolute;
}
	.draggable_window div.draggable_window_top
	{
		position: absolute;
		font-size: 16px;
		text-align: center;
		color: #FFE794;
		line-height: 20px;
	}
	
	.draggable_window div.draggable_window_bottom
	{
		position: absolute;
		font-size: 12px;
		color: #FF0000;
		text-align: center;
		line-height: 20px;
	}
	
	/*ресайзибельный контейнер*/
	.ui-resizable {
		position: relative;
		overflow: hidden;
	}

		.ui-resizable-handle {
			position: absolute;
			font-size: 0.1px;
			z-index: 99999;
			display: block;
		}
		
		.ui-resizable-s { 
			cursor: s-resize;
			height: 7px;
			width: 100%;
			bottom: -5px;
			left: 0;
		}
		.ui-resizable-e { 
			cursor: e-resize;
			width: 7px;
			right: -5px;
			top: 0;
			height: 100%;
		}
		
		.ui-icon
		{
			z-index: 5000;
		}

/*#counter
{
	display: none;
}*/
/*--классический чекбокс--*/
.checkbox
{
	height: 24px;
	color: white;
	font-size: '14px';
	position: absolute;
}
	.checkbox div
	{
		left: 0px;
		top: 0px;
		height: 24px;
		width: 32px;
		position: absolute;
	}
	
	.checkbox p
	{
		line-height: 24px;
		margin: 0px;
		padding: 0px;
		left: 40px;
		top: 0px;
		position: absolute;
		white-space: nowrap;
	}
		
/*--Форма регистрации--*/
.reg_form
{
	position: absolute;
	width: 380px;
	height: 420px;
	border: 1px solid #cc945d;
	display: none;
}
	.reg_form p#error
	{
		white-space: nowrap;
		font-size: 12px;
		color: #FF0000;
		position: absolute;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.reg_form p#title
	{
		white-space: nowrap;
		font-size: 16px;
		color: #FFE794;
		position: absolute;
	}
	
	.reg_form p
	{
		font-size: 14px;
	}
	
	.reg_form input
	{
		width: 190px;
		height: 16px;
		border: 1px solid #734a29;
		background-color: #342210;
		color: white;
	}

/*--Стартовая страница сайта--*/
.start_page
{
	position: absolute;
	width: 900px;
	height: 650px;
}
	.start_page #counter
	{
		width: 319px;
		display: none;
		position: absolute;
		left: 830px;
		top: 605px;
	}
	.start_page #top_text
	{
		color: #CCCCCC;
		font-size: 10px;
		white-space: nowrap;
		margin: 0;
		padding: 0;
		top: 5px;
		left: 17px;
		position: absolute;
		display: none;
	}
	
	.start_page #online_text
	{
		color: #CCCCCC;
		font-size: 10px;
		white-space: nowrap;
		margin: 0;
		width: 888px;
		text-align: right;
		position: absolute;
		top: 3px;
		padding: 0;
		display: none;
	}
	
	.start_page #online_statistic_button
	{
		margin: 0;
		width: 10px;
		height: 10px;
		left: 890px;
		position: absolute;
		top: 3px;
		display: none;
		cursor: pointer;
	}
	
	.start_page #bottom_text
	{
		color: #CCCCCC;
		font-size: 10px;
		width: 550px;
		margin: 0;
		padding: 0;
		top: 585px;
		left: 17px;
		position: absolute;
		display: none;
	}
	
	.start_page #terra
	{
		display: none;
		position: absolute;
		background-color: black;
		opacity: 0.5;
	
		filter: alpha( opacity = 50 );
		width: 900px;
		height: 650px;
	}
	.start_page #logo
	{
		position: absolute;
		width: 551px;
		height: 100px;
		top: 17px;
		left: 17px;
	}
	
	.start_page #login_form
	{
		position: absolute;
		width: 319px;
		height: 94px;
		top: 17px;
		left: 580px;
	}
		.start_page #login_form p
		{
			font-size: 12px;
		}
		.start_page #login_form .input
		{
			width: 140px;
			height: 16px;
			font-size: 12px;
			border: 1px solid #734a29;
			background-color: #342210;
			color: white;
			margin: 0;
			padding: 0;
		}
		
		.start_page #login_form .input_error
		{
			width: 140px;
			height: 16px;
			font-size: 12px;
			border: 1px solid #FF0000;
			background-color: #342210;
			color: white;
			margin: 0;
			padding: 0;
		}
	
	.start_page #buttons
	{
		position: absolute;
		width: 319px;
		height: 141px;
		top: 122px;
		left: 580px;
	}
	
	.start_page #stat
	{
		position: absolute;
		width: 319px;
		height: 318px;
		top: 274px;
		left: 580px;
	}

.stat_container
{
	position: absolute;
	width: 300px;
	height: 300px;
}

.link a
	{
		color: white;
		text-decoration: none;
		border-bottom: 1px dotted white;
	}

		.link a:hover
		{
			cursor: pointer;
			color: #fbbe52;
			text-decoration: none;
			border-bottom-color: #fbbe52;
		}
		
.counter
{
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -250px;
	width: 500px;
	text-align: center;
	opacity: 0.5;
	
	filter: alpha( opacity = 50 );
} 
 
	.counters img 
	{ 
		padding: 3px;
	}
/*----------ячейка под артефакт или навык----------*/
.cell 
{
	width: 44px;
	height: 44px;
	position: absolute;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #635347;
	border-bottom: 1px solid #D2AD88;
}

/*----------контейнер с затемненным фоном----------*/
.black_container
{
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha( opacity = 50 );
	border-left: 1px solid #635347;
	border-top: 1px solid #D2AD88;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*----------текст с полупрозранчым черным фоном----------*/
.gray_transparent_text_block
{
	opacity: 1.0;
	position: absolute;
	border: 1px solid #734a29;
}
.gray_transparent_text_block div.transparent
{
	background: #000000 none repeat;
	opacity: 0.3;
	position: absolute;
	
	filter: alpha( opacity = 30 );
}
.gray_transparent_text_block p
{
	position: absolute;
	margin: 0;
	color: white;
}

/*---------- Пэйджер ----------*/
.pager
{
	
}
	.pager .button
	{
		border-left: 1px solid #635347;
		border-top: 1px solid #D2AD88;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		
		font-size: 8px;
		text-align: center;
		color: white;
		
		visibility: hidden;
		/*opacity: 0;
		
		filter: alpha( opacity = 0 );*/
		
		cursor: pointer;
		line-height: 17px;
	}

/* таблица с бордером */
.table
{
	position: absolute;
	
	color: white;
	
	margin: 0 auto;
	padding: 0;
	
	border: 0px;
	
	font-size: 10px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
	
	/*border-collapse: collapse; /* cellspacing="0" */
}	
	.table div
	{
		margin: 2px;
		/*cursor: pointer;*/
		position: relative;
	}
	.table td
	{
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		border-left: 1px solid #635347;
		border-top: 1px solid #D2AD88;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
/*новая таблица собираемая из строки*/

/* таблица с бордером */
.new_table_noborder
{
	position: absolute;
	color: white;
	margin: 0 auto;
	padding: 0;
	border: 0px;
	font-size: 12px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
}	
	.new_table_noborder td
	{
		position: inline;
		text-align: left;
		padding: 0px;
	}
		.new_table_noborder td p.left
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			font-size: 12px;
		}

/* таблица с бордером */
.new_table
{
	position: relative;
	color: white;
	margin: 0 auto;
	padding: 0;
	border: 0px;
	font-size: 12px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
}	
	.new_table td
	{
		position: inline;
		text-align: left;
		padding: 0px;
		border-left: 1px solid #635347;
		border-top: 1px solid #D2AD88;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
		.new_table td p.left
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			font-size: 12px;
		}
		.new_table td p.left_pointer
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			cursor: pointer;
			font-size: 12px;
		}
		
		.new_table td p.left_smallfont
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			font-size: 10px;
		}
		.new_table td p.left_pointer_smallfont
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			cursor: pointer;
			font-size: 10px;
		}
		
		.new_table td p.center
		{
			margin: 0px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: center;
			font-size: 12px;
		}
		.new_table td span.pointer
		{
			cursor: pointer;
			font-size: 12px;
		}
		.new_table td img
		{
			padding: 5px;
		}
	
/* таблица без бордера */
.table_no_border
{
	position: absolute;
	
	color: white;
	
	margin: 0 auto;
	padding: 0;
	
	border: 0px;
	
	font-size: 10px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
}	
	.table_no_border div
	{
		margin: 2px;
		/*cursor: pointer;*/
		position: relative;
	}
	.table_no_border td
	{
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		/*position: inline;*/
	}
		
.table_big_font
{
	position: absolute;
	
	color: white;
	
	margin: 0 auto;
	padding: 0;
	
	border: 0px;
	
	font-size: 12px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
	
	/*border-collapse: collapse; /* cellspacing="0" */
}	
	.table_big_font div
	{
		margin: 2px;
		/*cursor: pointer;*/
		position: relative;
	}
	.table_big_font td
	{
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		border-left: 1px solid #635347;
		border-top: 1px solid #D2AD88;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
.table_test
{
	color: white;
	
	margin: 0 auto;
	padding: 0;
		
	font-size: 10px;
	
	border-spacing: 0px; /* расстояние между ячейкиами */
	border-collapse: separate; /* каждая ячейка имеет собвственную рамку */
}
	.table_test td
	{
		margin: auto;
		height: 25px;
		border-left: 1px solid #635347;
		border-top: 1px solid #D2AD88;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
/*----------простой текст----------*/
.simple_text
{
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: white;
}

/*----------простой текст----------*/
.title_text
{
	font-size: 16px;
	position: absolute;
	color: #FFE794;
}

/*----------ВКЛАДКИ ВНУТРИ ОКНА----------*/
.workspace
{
	display: none;
	margin: auto;
	cursor: default;
	
	/*opacity: 0;*/
	top: 0px;
	
	border-top: 1px solid #cc945d;
	border-left: 1px solid #cc945d;
	border-right: 1px solid #cc945d;
	border-bottom: 1px solid #cc945d;
}

.workspace .tabs
{
	height: 550px;
	
	padding: 0px;
	margin: 10px;
	
	display: block;
}
	
	.workspace .tabs div.tabs_head
	{
		height: 45px;
		padding-left: 20px;
		
		border-bottom: 1px solid #cc945d;
	}
	
		.workspace .tabs div.tabs_head div
		{
			width: 120px;
			height: 39px;
			line-height: 40px;
			text-align: center;
			
			float: left;
			
			margin: 5px 2px 0 2px;
			
			border-top: 1px solid #cc945d;
			border-left: 1px solid #cc945d;
			border-right: 1px solid #cc945d;
			border-bottom: 1px solid #cc945d;
			
			background-color: #472A1C;
			
			color: #FFE794;
			
			font-size: 16px;
			
			cursor: pointer;
		}
		
			/*.workspace .tabs div.head a:hover
			{
				text-decoration: none;
				
				font-weight: bold;
			}*/
			
			.workspace .tabs div.tabs_head a.current
			{
				/*font-weight: normal;
				
				background: #cc945d;
				color: white;*/
			}
	
	.workspace .tabs div.tabs_body
	{
		position: absolute;
		background-color: #472A1C;
		
		height: 675px;
		
		border-left: 1px solid #cc945d;
		border-right: 1px solid #cc945d;
		border-bottom: 1px solid #cc945d;
	}
	
		.workspace .tabs div.tabs_body .page
		{			
			padding: 0px;
			margin: 0px;
			display: none;
		}
		
.race
{	
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.tooltip
{
	padding: 5px;
	position: absolute;
	border-top: 1px solid #000000;
	background-color: #FAFDD7;
	color: black;
}

.dialog
{
	border-top: 1px solid #cc945d;
	border-left: 1px solid #cc945d;
	border-right: 1px solid #cc945d;
	border-bottom: 1px solid #cc945d;
	
	position: absolute;
}

.window
{
	border-top: 1px solid #cc945d;
	border-left: 1px solid #cc945d;
	border-right: 1px solid #cc945d;
	border-bottom: 1px solid #cc945d;
	
	position: absolute;
}

/*---контейнер для контента со скроллером---*/
.wrapper
{
	overflow: hidden;
	position: absolute;
}

.container /*---контейнер для контента---*/
{
	width: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
}

	.container div /*---контент---*/
	{
		/*margin: 2px;*/
		/*cursor: pointer;*/
		position: relative;
	}
	
/*----------скроллер----------*/
.track *
{
	font-size: 0px;
	cursor: pointer;
}

.track
{
	width: 16px;
	height: 100%;

	position: absolute;
	right: 2px;
	top: 0;
	
	margin-bottom: 30px;
	
	background-image: url( "/pics/gui/bkg/1.png" );
	background-repeat: repeat-y;
	background-position: center top;
}

.slider
{
	background: #999;
	
	width: 100%;
	height: 16px;
	
	position: absolute;
	margin: 16px 0;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.scrollUp
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 16px;
	height: 16px;

	background-position: center top;
}

.scrollDown
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 16px;
	height: 16px;
	
	background-position: center bottom;
}

