/**********************************************************************************************
    
	Tetra's styles for website www.tetra.ua
    author: Artem Radchenko (www.artemradchenko.com)

 	green style 

**********************************************************************************************/

A:link{
	text-decoration: none;
	color : Green;
	text-decoration: underline;
}
A:visited {
	text-decoration: none;
	color : #516716;
	text-decoration: underline;
}
A:HOVER, A:ACTIVE  {
	color : red;
	text-decoration: underline;
}

/**********************************************************************************************

Top main navigation bar styles
**********************************************************************************************/
.tab_menu_logo3 {
	background-color : #265F13;
	background-image : url(rad_tetra_fon1.gif);
}
.tab_menu_1{
	background-color : #265F13;
	background-image : url(rad_tetra_fon1.gif);
}
.tab_menu_2{
	background-color : #3E7724;
	background-image : url(rad_tetra_fon2.gif);
}
.tab_menu_3{
	background-color : #569035;
}
/* images in navigation bar */
/**********************************************************************************************/
.tab_menu_pic1{
	background-image : url(rad_tetra_1.gif);
	width : 47px;
	height : 200px;
	background-position : left;
	background-repeat : no-repeat;
}
.tab_menu_pic2{
	background-image : url(rad_tetra_2.gif);
	width : 47px;
	height : 200px;
	background-position : left;
	background-repeat : no-repeat;
}
/* menus */
/**********************************************************************************************/
.tab_menu_1{
	font-family : Georgia;
	font-size : 16px;
	color : White;
}
.tab_menu_2{
	font-family : Georgia;
	font-size : 14px;
	color : White;
}
.tab_menu_1 UL{
	list-style-type : square;
	list-style-position : outside;
	font-size : 16px;
	color : White;
}
.tab_menu_2 UL{
	list-style-type : square;
	list-style-position : outside;
	font-size : 14px;
	color : White;
}
.tab_menu_1 UL A:link, .tab_menu_2 UL A:link {
	text-decoration: none;
	color : White;
}
.tab_menu_1 UL A:visited, .tab_menu_2 UL A:visited {
	text-decoration: none;
	color : White;
}
.tab_menu_1 UL A:HOVER, .tab_menu_1 UL A:ACTIVE  {
	color : White;
	text-decoration: underline;
}
.tab_menu_2 UL A:HOVER, .tab_menu_2 UL A:ACTIVE  {
	color : White;
	text-decoration: underline;
}
.tab_menu_1 UL .selected, .tab_menu_2 UL .selected{
	color : #86BF38;
}

.tab_sub_menu_left{
	color : #AAAAAA;
	text-align : left;
}
.tab_sub_menu_left A:link, .tab_sub_menu_left A:visited{
	text-decoration: none;
}
.tab_sub_menu_left A:HOVER, .tab_sub_menu_left A:ACTIVE{
	text-decoration: underline;
}
.tab_sub_menu_left_selected{
	background-color : #FFFFE1;
}




/**********************************************************************************************

Text styles
**********************************************************************************************/
.headline_rad{
	color : Green;
	font-family : Georgia;
	font-size: 24px;
	padding-bottom : 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	background-image : url(title_backgr.gif);
	background-repeat : repeat-x;
	background-position : bottom;
	margin-bottom : 5px;
	margin-left : 0px;
}
.headline_rad_warning{
	color : Green;
	font-family : Georgia;
	font-size : 24px;
	padding-bottom : 2px;
	padding-left : 110;
	padding-right : 0;
	padding-top : 10px;
	background-image : url(title_backgr.gif);
	background-repeat : repeat-x;
	background-position : bottom;
	margin-bottom : 5px;
	margin-left : 0px;
}
.headline_rad_right{
	color : Green;
	font-family : Georgia;
	font-size : 24px;
	padding-bottom : 2px;
	padding-left : 110;
	padding-right : 0;
	padding-top : 20px;
	background-image : url(title_backgr.gif);
	background-repeat : repeat-x;
	background-position : bottom;
	margin-bottom : 5px;
}

/* text in tables */
.text_in_table1 {
	background-color : #C7FC99;
	background-image : url(kosaya.gif);
	vertical-align : middle;
	text-align : center;
	color : Green;
	font-size : 16px;
	font-family : Georgia;
}
.text_in_table2 {
	background-color : #B1FB6F;
	background-image : url(kosaya.gif);
	vertical-align : middle;
	text-align : center;
	color : Green;
	font-size : 16px;
	font-family : Georgia;
}
.text_in_table3 {
	background-color : #9BFA45;
	background-image : url(kosaya.gif);
	vertical-align : middle;
	text-align : center;
	color : Green;
	font-size : 16px;
	font-family : Georgia;
}

.program_description {
	font-size : 11px;
	color : #666666;
}
.small_text {
	font-size: 10px;
	color: #666666;
	text-align : justify;
	visibility : inherit;
	
}


/**********************************************************************************************

 News line on index page
**********************************************************************************************/
.newsline_date{
	width : 130px;
	font-family : Georgia;
	font-size : 15px;
	color : Gray;
	vertical-align : top;
	text-align : left;
}
.newsline_title{
	font-family : Verdana;
	font-size : 14px;
	padding:1px 0 2px;
	color : Green;
	vertical-align : top;
	text-align : left;
}
.newsline_short-story{
	color : Gray;
	font-family : Verdana;
	text-align : justify;
	font-size : 12px;
	padding: 0 0 5px;
	vertical-align : top;
}
.newsline_full-story{
	color : #333333;
	font-family : Verdana;
	text-align : justify;
	font-size : 12px;
	vertical-align : top;
}
.newsline_category-icon{
	font-size : 12px;
}
.newsline_fullink{
	/*font-size : 10px;*/
	font-family : Verdana;
	vertical-align : top;
	text-align : right;
}

.notice {
	border: dashed #FC9 1px;
	border-left: solid #FC9 4px;
	margin:10px 5px 10px 0;
	padding:10px 20px;
	}
.notice * {color: #777; font-size:11px; line-height:15px;}

.picname {color: #777; font-size:11px; font-style:italic; margin: 2px 10px;}


.ico_pdf, .ico_doc { display:-moz-inline-box; display:inline-block; border:dashed #FFF 1px; margin:0; padding: 12px 0;
  clear:both; text-decoration:none!important; font-size:12px;}
.ico_pdf:hover, .ico_doc:hover {border:dashed #A2A2A2 1px;}
.ico_pdf:hover .size, .ico_doc:hover .size {color:#999}
.ico_pdf .text, .ico_doc .text {text-decoration:underline; font-style:normal}
.ico_pdf div, .ico_doc div {display:inline-block; display:-moz-inline-box; padding-left: 38px; padding-right:10px; line-height:18px;}
.ico_pdf {background:url(../../img/ico/Pdf.gif) 3px 3px no-repeat}
.ico_doc {background:url(../../img/ico/doc.gif) 3px 3px no-repeat}
.ico_pdf .size, .ico_doc .size {text-decoration:none; color:#EBEBEB}

.ico_zip_124 {text-decoration:none; color:#EBEBEB; background:url(../../img/ico/ico_archive_zip_big.png) no-repeat; padding:124px 5px 5px 5px}
	.ico_zip_124 span {}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	margin-left:-7px;
	border: 2px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top:13px;
}
html:not([lang]) #JT { margin-top:-171px;}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
/*cursor:help;*/
}