﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/**
 * Базовые стили оформления html элементов, классов и т.д.
 *
 * @author Sergey L. Generalov
 * @company Айрос http://airos.ru
 */

* {
	margin:0;padding:0;
}

/****** BASIC CLASSES and HTML ELEMENTS *******/

a img {
	border:0;
}
.img {
	border:3px solid #ccc;
	padding:3px;
	float:left;
	margin:0 10px 10px 0;
}
p img {
	float:left;
	margin:10px 10px 0 0;
	border:3px solid #ccc;
}
.text .more {
	float:left;
	margin:0;
	clear:none;
}

body {
	font-family:Tahoma;
	font-size:11px;
	background:#fff;
	color:#525252;
}
p {
	text-align:justify;
}
ul, p {
	margin:0 0 8px 0;

}
b, strong {
	color:#525252;
	font-weight:bold;
}
ul {
	margin:10px 0 0 0;
	list-style:none;
	list-style-type:none;
}
	ul li {
		background:url("../images/li.png") 0 6px no-repeat;
		padding:0 0 0 15px;
		margin:0 0 5px 0;
	}
	ul li a {
		font-weight:bold;
	}
		li li {
			background:none;
			padding-left:8px;
		}
a {
	color:#b2521e;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#b2521e;
	text-decoration:none;
}
.inner {
	position:relative;
}
.more {
	display:block;
	padding:0 0 0 15px;
	clear:left;
	float:none;
	margin:10px 0 0px 0;
	color:#b2521e;
	background:url("../images/li.png") 0 6px no-repeat;
}
h1, .title {
	font-size:22px;
	font-family:Tahoma;
	padding:0 0 14px 0;
	font-weight:normal;
	text-transform:uppercase;
	color:#000 !important;
}
.title-tables {
	background:none !important;
	padding:10px;
	margin:-16px 0 2px 0;
	text-align:center;
	color:#000 !important;
	text-transform:uppercase;
	font-weight:normal;
	font-family:Arial;
}


/****** ICONS *******/
	.icon {
		padding-left:20px;
		margin:0 0 0 30px;
		height:16px;
		display:inline-block;
	}
		.icon-excel {
			background:url("../images/excel_icon.png") 0 0 no-repeat;
		}
		.icon-print {
			background:url("../images/print_icon.png") 0 0 no-repeat;
		}

/******** TABLE **********/
	table {
		border:2px solid #E6EDE7;
		width:100%;
		border-collapse:collapse;
	}
	caption {
		background:none !important;
		color:#000 !important;
		font-size:13px;
		line-height:50px;
		margin:1px 0 1px 0;
		vertical-align:middle;
		font-family:Arial;
		text-align:center !important;
		font-weight:bold;
		position:relative;

	}
	.caption {
		position:relative;
		overflow:hidden;
		height:50px;
	}
		.caption-img {
			display:none;

			left:0;
			margin: 0 0 0 30px;
			float:left;
			line-height:14px;
			position:absolute;
		}
		caption.icon-caption {
			background:#0d5014 url("../files/evrovagon_caption.png") 20px 0 no-repeat;
			height:48px;
		}
		.caption-more {
			width:27px;
			height:27px;
			display:block;
			background:url(../images/lupa_icon.png) 0 0 no-repeat;
			position:absolute;
			bottom:5px;
			right:0;
		}
	table th {
		background:none !important;
		color:#666;
		font-size:13px;
		border:1px solid inherit;
		 /* todo: отступы межде строчек  */
		border:2px solid #E6EDE7;

		padding:4px 8px 4px 8px;

	}
	th, td {
		font-family:Arial;
		text-align:center;
	}
	td {
		border-bottom:2px solid #E6EDE7;
		background:none !important;
		color:#000 !important;
		padding:9px;
		margin:4px;
		font-family:Arial;
		font-size:11px;
	}
	tr.odd td {
		background:#cae6cd;
	}

#cont {
	margin-bottom:31px;
	width:728px !important;
}

#cont table {
/*	margin:0 auto; */
}
a {
	color:red;
}
p img {
	float:none;
	text-align:center;
	margin:10px auto 10px auto;
	display:block;
}
.leftPanel, .rightPanel, #header, #footer, .pageIcons {
	display:none !important;
}
#content {
	background:#fff;
}
.contentPanel {
	padding:0 !important;
	background:#fff;
}
.title-tables {
	margin:0 0 2px 0;
}
caption {
	text-align:center;
}