﻿body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif; /*font-size: 12px;*/
	font-size: 1em;
	color: #404040;
}
h1
{
	color: #404040;
	font-size: 2em;
	margin-bottom: 7px;
	margin-top: 7px;
}
h2
{
	font-size: 1.5em;
	margin-top: 10px;
}
h3
{
	color: #404040;
	font-size: 1.35em;
	font-weight: normal;
}
p
{
	text-align: left;
	margin-bottom: 7px;
	margin-top: 7px;
}
a, a:link, a:visited
{
	color: #000000; /*#F04C17;*/
}

a[href]
{
	color: Navy;
	text-decoration: underline;
}

a[href]:hover
{
	color: Black;
	text-decoration: underline;
}

a[title]
{
	text-decoration: underline;
}

a[title]:hover
{
	text-decoration: none;
}
ul li
{
	list-style-image: url('../images/Bullet_CYR.gif');
}
/************************************************************************/


/**********other*********************************************************/
.hidden
{
	display: none;
}
/************************************************************************/

.tblColor1
{
	background-color: #e35f19;
}

.tblColor2
{
	background-color: #f9dccc;
}

/***Edit Table***********************************************************/
.tblEdit
{
	color: Black;
	width: 100%;
}
.tblEdit .two
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.tblEdit .lft
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
.tblEdit .rgt
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 50px;
	text-align: center;
}
.tblEdit .scr
{
}
.tblEdit a
{
	color: White;
	text-decoration: underline;
}
.smallPopup
{
	position: absolute;
	border: 1px solid black;
	width: 200px;
	background-color: #9691C0;
}

#center_orange table
{
	width: 94%;
	margin-left: 15px;
	margin-bottom: 10px;
}

#center_orange table p
{
	padding: 20px;
}

#center_orange .cor
{
	background: #f7e6d4;
	border: 1px solid #505050;
}

.table_tit
{
	background: #e35f19;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #505050;
}

.clearfix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************************************************************************/
/*********tooltip*********************************************************************************/
.tooltip
{
	text-decoration: none !Important;
	border-bottom: 1px dotted black;
}
#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 200px;
}
#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: medium;
}
/*********tooltip*********************************************************************************/
/*************************************************************************************************/
