@charset "utf-8";
body { margin:0; padding: 0;font-size:12px;width:100%;background:url(../bg/bg.png);font-family: Tahoma, Arial;}
h2{
	margin:0;
}
* {color: inherit; font-family: Tahoma, Arial; }

p {padding:0 0 10px 0; margin:0;}   
.header{ 
         text-align:left;
		 width:990px;		 
         background:url(../bg/header.gif) repeat-x;
		 background-position: top left;
		 
}

.header-top{ 
         background:url(../bg/header.gif) repeat-x; 
		 border:#c0c0c4 solid 1px;
		 #height:85px;    
		 
}

.header-top-links{
         text-decoration:none;           
		 font-size:12px;		  	
		 padding-right:80px;
		 padding-top:9px;
		 
		  
}

.header-top-links span{           
		 
		
}

.header-top-links-span img{ 
        text-decoration:underline;
		color:#000000;
		font-weight:bold;
		margin-left:20px;
		
		          
				
}

.header-top-links-span-div{ 
        text-decoration:underline;
		color:#000000;
		font-weight:bold;
		margin-left:20px;
		          
				
}

.header-left{
            cursor:pointer;
			padding:10px 5px 0px 0px;
			width:990px;
			/*border:1px solid #ff0000;*/
			font-size:16px;
			font-weight:bold;
			
}


.header-left span{
			font-size:12px;
			line-height:normal;
			font-weight:normal;
}

.header-left img{
			float:left;
			width:64px;
			 
}

.header-center{ 
			width:600px;
}

.header-right{ 
			width:200px;
}

.header-menu{
 	padding-top:2px;          
}
.header-menu-tab{
			 
 			float:left;
			margin:4px 4px 0px 4px;
			text-align:center;
 			width:88px;
			height:18px;			 
			background:url(../bg/tab.gif) no-repeat;
			padding:5px 5px 5px 5px;
			cursor:pointer;
			border-bottom:#ccc solid 1px;
			text-decoration:none;
			
}

.header-menu-tab a{ 			 
			text-decoration:none;
			
}

.header-menu-tab a:hover{
			 
 			font-weight:bold;
			text-decoration:underline;
			
}

.header-menu-tab-active{
			 
 			float:left;
			font-weight:bold;			
			margin:4px 4px 0px 4px;
			text-align:center;
 			width:88px;
			height:18px;			 
			background:url(../bg/tab.gif) no-repeat;
			padding:5px;
			cursor:pointer;
			
			border:solid 1px #fff;
			border-left: solid 1px #ccc;
			border-right: solid 1px #ccc;
			border-top:  solid 1px #ccc;
			#text-decoration:underline;
}

.header-menu-tab-active a{
			text-decoration:none;
}


.center-content{
				text-align:left;
				vertical-align:top;
				margin:-1px auto 0;
				padding-top:10px;
				border:#ccc solid 1px;
				width:990px;
				background-color:#fefefe;
				box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
				
}

.center-content h1{
				margin-top:5px;
				color:#0000FF;
				font-size:18px;
				font-family:Verdana, Arial, Tahoma; 				
				cursor:pointer;
}

.center-content h1 a{
				font-weight:bolder;				
				font-family:Arial, Tahoma; 
				color:#0000FF;
				text-decoration:none;
}
.center-content h1 a:hover{
                font-weight:bolder;				
				font-family:Arial, Tahoma; 
				color:#0000FF;
				text-decoration:underline; 
}

.center-view-one{
				/*border:#FF1FFF 1px solid;*/
				padding:0px 10px 5px 10px;
				font-size:12px;
				text-align:justify;
				line-height:18px;
				font-family:Verdana;	
				
}
.center-view-one p { text-indent:5px;}

.center-view-one a{
				text-decoration:underline;
				color:#0066FF;
}

.center-view-one span{
				 margin-left:15px;
}



.center-now-left{
				text-align:left;
				padding-left:10px; 
				float:left;
				width:665px;
				/*border:#2A7F55 1px solid;*/
				 
}
.center-now-left-google{
			 
			 border:0px dotted #ccc;
			 height:3px;
			 margin-right:5px;

}



.center-now-right{
			   
				float:left;
				
				/*border:#7F1FFF 1px solid;*/
				 
}

p.img span.zoom {
    background: url("http://static.trader.uz/bg/button_zoom.png");
    height: 24px;
    margin-left: -30px;
    margin-top: 5px;
    position: absolute;
    width: 24px;
	cursor:pointer;
}
p.img {cursor:pointer;}
/*modal box*/
.modal-bg { position: fixed; height: 100%;	width: 100%; background: rgba(120,120,120,.2);	z-index: 100; display:none;	top:0;	left:0;}	
.modal-body {visibility:hidden;background:#eee;position:absolute;z-index: 101;padding: 0 15px 14px;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,.4);}
.modal-body .close-modal {font-size: 14px;color: #aaa;text-shadow: 0 -1px 1px rbga(0,0,0,.6);font-weight: bold;cursor: pointer;float:right;} 
.modal-body .head  {padding-bottom:10px;padding-top:10px; height:30px;}
.modal-body .head .text {margin:0;float:left;font-size: 14px;}
.modal-body .body {clear:both;}

/* popup styles */

.ppp-mask {position: fixed; height: 100%; width: 100%;z-index: 100; display:none; top:0; left:0; background: rgba(120,120,120,.2);}	
.ppp-body {position: absolute; z-index: 101; padding: 0 15px 14px;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,.4);background:#eee;}	
.ppp-body .ppp-close {font-size: 14px;color: #aaa;text-shadow: 0 -1px 1px rbga(0,0,0,.6);font-weight: bold;cursor: pointer;float:right;} 
.ppp-body .head {padding-bottom:10px;padding-top:10px; height:30px;}
.ppp-body .head .text {margin:0;float:left;font-size: 14px;}
.ppp-body .body {clear:both;}
/*modal box*/
.right-gray-block { 
		 
		text-align:left;
		background-image:url(../bg/gray-top.gif) ;
		background-repeat:no-repeat;
		width:308px;
		 
		padding-top:0px;
		padding-bottom:0px;
		padding-right:0px;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:15px;
		margin-right:0px;
		margin-left:0px;
		border-color:#b7b6b5;
		border-style:solid;
		border-width:1px;
		}
		
.right-gray-block h2 {
		font-family:Verdana, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#5e5854;
		margin-top:5px;
		margin-bottom:6px;
		margin-left:5px;
		padding:0px;
}

.right-gray-block-head{
		font-family:Verdana, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#5e5854;
		margin-top:5px;
		margin-bottom:6px;
		margin-left:5px;
		padding:0px;
}

.block-currency-red{
				color:#FF0000;
                font-family:Arial, Tahoma; 
}
.block-currency-blue{
				color:#2A7FFF;
                font-family:Arial, Tahoma; 
}

.center-now-left-summary{
			font-size:14px;
			text-align:left;
			margin:0px 0px 5px 5px;
			font-family:Arial, Tahoma;
			

}

.center-now-left-summary h2 a{
				#font-weight:bolder;
				font-size:14px;
				font-family:Arial, Tahoma; 
				color:#0000FF;
				margin:0px 0px 5px 5px;
				text-decoration:none;
}

.center-now-left-summary h2 a:hover{
                #font-weight:bolder;
				font-size:14px;
				font-family:Arial, Tahoma; 
				color:#0000FF;
				margin:0px 0px 5px 5px;
				text-decoration:underline; 
}

.center-now-left-summary-block{
				display:inline-table;
				#width:350;
				#border:#D49FAA solid 1px;
}

.center-title-date{
                margin-right:15px;
				font-size:12px;
			    color:#646464;
				display:inline-table;
				 
}

.center-today-link{
                 font-size:14px;
				 display:inline-table;
				 width:500px;
				 margin-bottom:15px;
}

.center-today-size{
          font-size:11px;
		  color:#A0A0A4;
		  display:inline-table;

}



.footer{ 
         text-align:left;
		 width:990px;
		 height:50px;
		 margin:8px auto;		 
}

.footer-top{ 
         background:url(../bg/footer.gif) repeat-x; 
		 background-position: top left;
		 text-align:left;
		 width:990px;
		 height:70px;
		 border:#c0c0c4 solid 1px;
          
		 
}

.footer-left{
		    display:inline-table;
			padding:10px 5px 10px 20px;
			width:200px;
			 
}

.footer-center{
			font-size:12px;
            text-align:center;
			padding-top:20px;
			display:inline-table;
			width:600px;
}

.footer-right{ 
			display:inline-table;
			width:180px;
}
.footer-top-google{
            margin-left:50px;
			margin-top:7px;

}

.cal-right{
			margin: 0px; 
            padding: 0px;
			font-size:11px;
}

.cal-right-tr1{
			  
            padding: 5px;
			font-size:11px;
			background:#E8E8E8;
}
.cal-right-tr2{
			margin:5px; 
            padding: 5px;
			font-size:11px;
			background:#fff;
}

.cal-right-td{
			  
            padding: 5px;
			font-size:11px;
			 
}

.dc{
	margin:5px;float:left;
}

#calendar-head { font-size:12px; color:#000; border:solid 1px #fff;}
#calendar-head th{ padding:5px; background-image:url(../bg/gray-top_.gif) ;font-size:11px;font-family:Verdana, Helvetica, sans-serif;text-align:center;font-weight:normal;color:#999;}
#calendar-head td{ padding:5px 5px 5px 5px; text-align:center;} 

#day-header{
	border-bottom:solid 1px #fff;
	border-top:solid 1px #bbb;
	text-align:left;
	padding:10px 0px 10px 7px;
	cursor:pointer;
	font-weight:bold;
	background-color:#e5e5e5;
	width:651px;
	border-left:solid 1px #bbb;
	border-right:solid 1px #bbb; 
	font-size:14px;

}

.day-body{
	border-right:solid 1px #bbb;
	border-left:solid 1px #bbb;
	width:658px;
}


#calendar-bg1{background:#ddd; padding:5px; }

#yearly-month {
	 width:308px;
	 font-size:14px;
	 margin:0px;
}

#yearly-month tr{
	 
}

#yearly-month td{
	border:solid 1px #bbb;
	padding:2px;
	text-align:center;
	cursor:pointer;
	 
}
#yearly-month td:hover{
	 background:#FF5F00;
	 
}

#yearly-month-disable {
	border:solid 1px #ccc;
	padding:2px;
	text-align:center;
	margin:20px;
	color:#000;
	background:#F2F2F2;
}

#yearly-block{
	float:left;
	margin:4px;
}

.country_news{padding-left:5px;text-align:left;margin-bottom:5px;}
.country_news a{color:#0000FF;font-size:12px;font-weight:normal;text-decoration:none;}

.country_news a:hover{text-decoration:underline;}

.poster_search{border-top:solid 2px #ccc; margin-right:5px;padding:5px; background:#F3F3F3;font-size:12px; }
.poster_search_img{float:left;margin-right:4px;}
.poster_search_counts{text-align:right;font-size:12px;padding:3px;}

.poster_results{margin-right:5px;padding:5px; font-size:12px; }
.poster_results a{color:#0000FF;font-weight:normal;}
.poster_results.search_history a{line-height:18px;}

.poster_paging {font-size:12px;font-weight:bold; margin-bottom:10px;border-bottom:solid 2px #ccc; margin-right:5px;padding:5px; background:#F3F3F3; text-align:center;}
.poster_paging a{color:#0000FF;}
.poster_down{border-bottom:solid 2px #ccc; margin-right:5px;padding:5px; background:#F3F3F3;font-size:12px; }

.poster_results a span{font-size:12px; color:#2A3F00; }
.poster_results p {padding-left:10px;}

.poster_results h3 span.news-date-h3 { line-height:17px;color:#333;  font-size: 12px;  margin:0 10px; font-weight:normal;  padding:0 5px 2px 20px; background:url("http://static.trader.uz/icons/16x16/date_gray.png") no-repeat;}
.poster_results h3 span.news-date-h3 span {border-bottom:1px dotted #666;}

.rss-feed {float:left;padding-left:5px;padding-bottom:5px;font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.rss-feed a{text-decoration:none;}
.rss-feed a:hover{text-decoration:underline;}
.rss-feed img{float:left;padding-top:0px;padding-bottom:5px;padding-right:3px;}
.cboth{clear:both;}

.center-view-source{text-align:right; padding-right:5px;font-size:11px;padding-top:5px; padding-bottom:10px;}
.published{padding:5px 5px 5px 0; border-top:dotted 0px #ccc;border-bottom:dotted 1px #ccc;margin:0px 5px 0px 10px; width:245px; font-family:Verdana;}

.poster_h1 {border-top:solid 2px #ccc; margin-right:5px;padding:5px; background:#F3F3F3;font-size:12px; }
.poster_h1 a{color:#0000FF;font-weight:normal;}
.poster_h1 h1{color:#000;font-weight:bold;padding:0px; margin:0px;font-size:14px;}
.poster_h1 a span{font-size:12px; color:#2A3F00; }

.fx-reports {padding:5px;background:#FbFbFb;margin-right:5px;font-size:12px;padding-top:15px;border:solid 1px #F3F3F3;}
.fx-reports a{color:#0000FF;font-weight:normal;font-size:12px;}

.fx-reports-box {}
.fx-reports-box a{color:#0000FF;font-weight:normal; line-height:150%; font-size:14px;}

.fx-reports ul{padding-top:0px;margin-top:0px;}
.fx-reports li{padding-bottom:5px;margin-top:0px;}

.fx-search_results{
	padding-top:10px;
}

.fx-search_results a{
	color:#0000FF;
}
.fx-rsbox{
	padding-left:5px;font-size:12px;padding-right:5px;
}
.fx-rsbox a{
	color:#0000FF;
}

.fx-rsback {
	/*background:#ddd;*/
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}

.fx-scroll-box {
	height:300px;	
	overflow: auto;	
}
.fx-noresults{
	padding:0px 0px 5px 0px;font-size:10px;
}

.right-cal{	
	padding-top:5px;
	padding-bottom:5px;
	margin-left:3px;
	margin-right:3px;
	/*border:solid 1px #ccc;*/	
}

.right-cal a{
	color:#0000FF;
}

.right-adv1-img {
	width:96px;float:left;margin-right:5px;border: solid 1px #ccc;
}

.padding-5{
	padding:5px;
}

.pop-indikators {
	padding:0px;
}

.pop-indikators ul{
	padding-left:0px;
	padding-bottom:5px;
	margin:0px;
	list-style:none;
	
}

.pop-indikators-li {
	font-size:12px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	margin:0px;
}
.pop-indikators-li  a{
	color:#0000FF;
}

.pop-indikators-li:hover {
	background:#eee;
}

/* new header*/
.header-root {text-align:left; font-size:14px; font-family:Verdana, Helvetica, sans-serif;}
ul {list-style: none outside none; margin: 0;padding: 0;}
.header-root ul li {margin: 0; padding: 0; display:inline-block;}
.header-root .u-av {float:right;padding:12px 4px 0 0;}
.header-root .u-av img {border:1px solid #ccc; cursor:pointer;}
.clear {clear:both;}
.show {display:block !important;}
a img {border: 0 none;}

.glass a {color: #3266B1; color:#4D90FE;text-decoration: none;}
.glass a:hover {text-decoration:underline;}
.logo_bar-root{	background: none repeat scroll 0 0 #F3F3F3; border-color: #D4D4D4; border-style: none none solid;
    border-width: 0 0 1px;min-height: 50px;}
.logo_bar-logo {height:30px; margin-top: 9px; padding-left: 15px; width:155px;}
.logo_bar-account{display: table-cell; float: right; font-size: 12px; margin-top: 10px; padding-right: 15px;}
.logo_bar-sign_in_list{margin: 0; padding: 0;}
.logo_bar-sign_in_list > li { display: inline; list-style: none outside none; margin-left: 15px;}
.logo_bar-sign_in_list > li:last-child > div { margin-right: 0;}
.jfk-button-primary { background-color: #D14836; background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
    border: 1px solid transparent;  color: #FFFFFF; text-shadow: 0 1px rgba(0, 0, 0, 0.1); text-transform: uppercase;}
.jfk-button-primary.jfk-button-hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.2);background-color:#c53727;background-image:-webkit-linear-gradient(top,#dd4b39,#c53727);background-image:-moz-linear-gradient(top,#dd4b39,#c53727);background-image:-ms-linear-gradient(top,#dd4b39,#c53727);background-image:-o-linear-gradient(top,#dd4b39,#c53727);background-image:linear-gradient(top,#dd4b39,#c53727);border:1px solid #b0281a;border-bottom-color:#af301f}.jfk-button-primary:focus{-webkit-box-shadow:inset 0 0 0 1px #fff;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;border:1px solid #fff;border:1px solid rgba(0,0,0,0);outline:1px solid #d14836;outline:0 rgba(0,0,0,0)}
.jfk-button { border-radius: 2px 2px 2px 2px; cursor: default; font-size: 11px; font-weight: bold; height: 27px;
    line-height: 27px; margin-right: 16px; min-width: 54px; outline: 0 none; padding: 0 8px; text-align: center;
}
.goog-inline-block { display: inline-block; position: relative;}
.jfk-button-hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}

.logo_bar-logo_link {float:left;display: table-cell;font-size:24px;font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.logo_bar-logo_link img {float:left;margin-right:5px;margin-top:-4px;}
.logo_bar-logo_link span {float:left; color:#4D90FE;text-shadow:1px 1px 1px #666; padding-top:5px;font-family: Arial,Helvetica,sans-serif;}
.logo_bar-page_title {display: table-cell;float:left; margin:4px 10px 5px 10px;font-family: Tahoma,Arial;width:55%;}
.logo_bar-page_title .title{font-weight:bold;font-size: 16px;padding-bottom:4px;}
.logo_bar-page_title .desc{font-size: 12px;}


.menu_bar-root {
    background:#F3F3F3;    
	border-top: #FFFFFF solid 1px;
	border-bottom: #D4D4D4 solid 1px;
    padding: 6px 15px 6px 35px;
}

.menu_bar-services {margin-left:96px;line-height: 21px;}
.menu_bar-services.float{float:left;}
.menu_bar-services a {margin-right:7px;}

.menu_bar-pages {margin-left:96px;line-height: 21px;}
.menu_bar-pages a.main{display: inline-block; margin-right:10px;padding:3px 10px 4px; border:1px solid #ccc; border-radius: 2px;color:#666;text-shadow: 1px 1px #FFFFFF; font-weight:bold; font-size:12px;background-color: #F7F7F7; }
.menu_bar-pages a.main:hover {box-shadow: 0 0 0 2px #e7e7e7; text-decoration:none; color:#333;} 
.menu_bar-pages a.focused {box-shadow: 0 0 0 3px #e7e7e7; color:#333;}
.menu_bar-pages a.slide { padding-right:0px;}
.menu_bar-pages a span.slide {
    background: url("../theme/menudroparrow.png") no-repeat scroll right -1px transparent;
    padding: 7px 10px;
	margin-left:2px;
}

a.btn.focused {background-color:#E7E7E7;}
a.btn_world { background-position: -10px -83px;}
a.btn_book {  background-position: -190px -12px;}
a.btn_chart { background-position: -10px -227px;}
a.btn_dollartag { background-position: -154px -155px;}
a.btn_calendar { background-position: -82px -155px;}
a.btn_user {   background-position: -47px -191px;}
a.btn_elements {   background-position: -10px -443px;}
a.btn_tables {   background-position: -82px -480px;}
a.btn_folder {   background-position: -154px -82px;}
a.btn {
    background-color: #F7F7F7;
    background-image: url("../theme/sprites.png");
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #EEEEEE;
    #color: #666666;
    display: inline-block;
    #font-weight: bold;
}

a.btn span {
    background: url("../theme/buttonbg.png") repeat-x scroll 0 -31px #FFFFFF;
    border-left: 1px solid #CCCCCC;
    display: block;
    margin-left: 35px;
    padding: 5px 10px;
    text-shadow: 1px 1px #FFFFFF;
}

.calendar-menu, .archive-menu, .country-menu, .h-menu {display:none; position:absolute;line-height: 21px; margin-top:32px; background:#fff;border: 1px solid #CCC;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #EEE;
	z-index:5;}
.calendar-menu a, .archive-menu a, .country-menu a, .h-menu a {display:block;color: #333; background-color:#f7f7f7;border:none;}
.calendar-menu a span, .archive-menu a span, .country-menu a span, .h-menu a span{border-bottom:1px solid #ccc;background:#fefefe;}
.calendar-menu a:hover span, .archive-menu a:hover span, .country-menu a:hover span, .h-menu a:hover span{background:#4D90FE; color:#fff; text-shadow: 1px 1px #666;}
.calendar-menu a:hover, .archive-menu a:hover, .country-menu a:hover, .h-menu a:hover{text-decoration:none;}

/*new header*/



.widgetbox {
	background: none repeat scroll 0 0 #FFFFFF;
	//border-radius: 2px 2px 2px 2px;
	//box-shadow: 1px 1px 2px #EEEEEE;
	margin-bottom: 10px;
	//border:1px solid #e0e0e0;
}
.widgetbox .title {
	#background: none repeat scroll 0 0 #e7e7e7;
	border-radius: 2px 2px 0 0;	
	border-bottom:0px solid #e7e7e7;
	
}
.widgetbox .title .tabbed { /*background-position: -190px -443px;*/}
.widgetbox .title {
	/*background-image: url("http://static.trader.uz/theme/sprites.png");
	background-repeat: no-repeat;*/
	color: #444;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	padding: 0 0 0 0;	
}
.widgetbox .title span {
	#background: none repeat scroll 0 0 #f3f3f3;
	#border-left: 1px solid #ccc;
	border-radius: 0 2px 0 0;
	display: block;
	margin-left: 0;
	padding: 6px 0 6px 0px;
	text-shadow: 1px 1px #fff;
}
.widgetbox .widgetcontent {
	border-color: #DDDDDD;
	border-radius: 0 0 2px 2px;
	line-height: 21px;
	padding: 10px;
	font-size:12px;
}

/* main page widget */
.xbox {margin-right:5px; border:0px solid #ccc;}
.xbox .head {background: #F3F3F3; border-top: 1px solid #CCC; padding:5px;}
.xbox .head span, .xbox .head h1 {text-transform:uppercase;color:#444;text-shadow:1px 1px #fefefe; font-weight:bold;margin:0;font-size:14px; display:inline-block; }

.xbox .head .slide {float:right;cursor:pointer;}
.xbox .body {padding:10px 5px 10px 10px;font-size:12px;line-height:18px;}
.xbox .body p {text-align:left;line-height:18px;}
.xbox .body .published {margin-left:0px;}
.xbox .body  a {color:#0000ff;}
.xbox .body  a.headline {color:#0000ff;font-size:16px;font-weight:bold;line-height:24px;}
.xbox .body  a.top-headline,  .xbox .body  span.top-headline{font-size:14px;line-height:23px;}
.xbox .body  span.top-headline {color:#444;}
/*-------*/
.announcement p:first-child { margin-top: 0;}
.announcement p {color: #444;margin: 0 0 10px;border-bottom:1px solid #fff;}
.announcement p span {background:#999;color: #FFF;display: inline-block;font-size: 11px;padding: 1px 10px;}
.announcement p:hover {border-bottom:1px dotted #ccc;}
.announcement p a {color:#0000ff;}
.announcement p a:hover {color:#ff0000;}
.announcement p.form {border-bottom:1px solid #fff;}
.bottom {text-align:left;}
.bottom a {text-decoration:none;line-height:21px;padding:5px 10px 6px;font-size:14px;
color:#fff !important; background:#4D90FE; font-family:Verdana;float:left;}
.bottom a:hover {text-shadow:1px 1px #444;box-shadow: 1px 1px 2px #ccc;border-radius: 2px;}
.radius2 {border-radius: 2px 2px 2px 2px;}
.one_half{margin-right:1%;}
a.comment-status {background:none;display:block;float:left;padding:4px 15px 0 10px; margin-left:10px;color:#555;border-radius: 2px;}
a.comment-status:hover{box-shadow:none;}
a.comment-status.red    {background:#FAD5CF;border:1px solid #EDADA3;padding-bottom:5px;text-shadow:0 0 2px #fff;}
a.comment-status.success{background:#EFFEB9;border:1px solid #E6F6AC;padding-bottom:5px;text-shadow:0 0 2px #E6F6AC;}
a.comment-status.info   {background:#D1E4F3;border:1px solid #99C4EA;padding-bottom:5px;text-shadow:0 0 2px #fff;}
textarea.comment-title  {background:#f7f7f7;border:1px solid #99C4EA;padding:5px;width:636px; height:100px;font-family:Verdana;}

.ftr{background:#F3F3F3;border-top: 1px solid #D4D4D4;margin-top:9px;}
.ftr .line{border-top:1px solid #fff;padding:8px;text-align:center;color:#333;}
.ftr img.counter {position:absolute; right:0;margin-top:-8px; opacity:0.6;}
/*search box*/
.place_search-root {
    float: right;
    line-height: 29px;
    width:360px;
}
.srch-link a{ text-decoration:underline;}
.place_search-input {
    margin-right: 15px;
}
.jfk-textinput {
		border: 1px solid #D9D9D9; 
		border-top:1px solid #C0C0C0;   
    border-radius: 1px 1px 1px 1px;    
    font-size: 14px;
    height: 27px;
    padding: 2px 8px;
    color:#d4d4d4;
    float:left;
    width:178px;
}


.place_search-button {
    margin-right: 0;
    
}
.place_search-root > * {
    vertical-align: middle;
}
.jfk-button-action {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    float:left;
}
.jfk-button {
    border-radius: 2px 2px 2px 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin-right: 13px;
    min-width: 54px;
    outline: 0 none;
    padding: 1px 8px;
    text-align: center;
    white-space: nowrap;
}
.goog-inline-block {
    display: inline-block;
    position: relative;
}


.jfk-button .jfk-button-img {
    display: block;
    margin: 3px auto;
	width: 21px; 
	height: 21px;	
}


.jfk-textinput:focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);border:1px solid #4d90fe;outline:none}

.g-right-box {
	width:308px;
	background:#f3f3f3;
	border: 1px solid #D4D4D4;
	border-radius:2px 2px 0 0;
	font-family:Verdana !important;
	margin-bottom:5px;		
}
.g-right-box .head {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;	
	padding:5px;	
	color:#333;
	font-size:14px;	
	text-shadow: 1px 1px #FFFFFF;
	
}
.g-right-box .body {padding:10px 10px 10px 10px;border: 0px solid #fff; color:#333;font-size:12px; background:#fbfbfb;}
.g-right-box .body a{color:#0000FF; }
.g-right-box .body a:hover{color:#ff5322;color:#Ff0000;}
.g-right-box .body p {line-height:18px;}

.news_tags {text-align:9right;}
.news_tags a {background: #999; color: #FFF; display: inline-block;  font-size: 12px;
    padding: 1px 10px 2px; border-radius: 3px;line-height: 23px;text-decoration:none; margin:0 5px 0 10px; 
	}
	
/*signals banner*/

.widjet-signals {width:310px;margin:0 auto 5px;
	#border:1px solid #d4d4d4;
	background: none repeat scroll 0 0 #F3F3F3;	
}
.widjet-signals *{ font-family:Verdana, Arial, Helvetica, sans-serif;}
.widjet-signals .head {
    border-left:  1px solid #FFF;
    border-right: 1px solid #FFF;
    border-top:   1px solid #FFF;
    color: #333333;
    font-size: 16px;
    padding: 5px;
    text-shadow: 1px 1px #FFF;
}

.widjet-signals .head  span.toggle {display:block;float:right;	height:16px;width:16px;cursor:pointer;}
.widjet-signals .head  span.close {	background:url("1353410295_bullet_toggle_minus.png") scroll -8px -8px;}
.widjet-signals .head  span.open {background:url("1353410247_bullet_toggle_plus.png") scroll -8px -8px;}
.widjet-signals .head  span.pair {display:block; float:left;}
.widjet-signals .head  span.up {display:block; float:left;height:18px;width:10px; background:url("icons.png") scroll -16px -2512px; margin:0 2px 0 5px;}
.widjet-signals .head  span.down {display:block; float:left;height:18px;width:10px; background:url("icons.png") scroll -55px -2512px; margin:0 2px 0 5px;}
.widjet-signals .head  span.orange {display:block;float:left;background:#FF6600;color:#fff;text-shadow:none;font-weight:bold;font-size:12px;
margin:0 2px; padding:1px 2px;}

.widjet-signals .head .clear {clear:both;}

.widjet-signals .body { background: #FBFBFB; color: #333; font-size: 12px;  padding: 0 0;}
.widjet-signals .body  .signals-stats{ border:none; width:100%; font-size:11px;}
.widjet-signals .body  .signals-stats th {padding:3px;border-bottom:none; color:#999;}
.widjet-signals .body  .signals-stats td {text-align:center;padding:2px 0;}
.widjet-signals .body  .signals-stats td.bottom {}
.widjet-signals .body .subscribe { padding:5px; text-align:center;}
.widjet-signals .info {padding:5px; font-size:12px; background:#fbfbfb;color: #333; font-size: 14px;text-shadow: 1px 1px #FFF;}
.widjet-signals .info a {display:block;}
.widjet-signals .info a:hover {color:#ff0000;}


.ex table{border-top: 1px solid #ccc; width: 100%;font-size:11px;border-left:solid 1px #e9e9e9;border-right:solid 1px #e9e9e9;border-bottom:solid 1px #e9e9e9;}
.ex th { color: #444444; padding: 8px 5px; text-align: left; text-transform: uppercase;cursor:help;}
.ex th, .ex td, .ex tfoot td{ background: url("http://static.trader.uz/widgets/signals/line_bg.gif") repeat-x scroll center bottom #F1F1F1;	}
.ex tfoot td{background:#F1F1F1; background-image:none;}
.ex td {  background-color: #F9F9F9; color: #555; padding: 7px 5px 10px;} 
.widjet-signals  tbody tr:hover td {	background-color: #fff;  color: #333; cursor:default;}
.ex .orange {background:#FF6600;color:#fff; line-height:10px; padding:1px 2px 2px 2px; border-radius:2px; border:1px solid #FF6600; font-weight:bold;}
.widjet-signals tbody tr:hover .orange { box-shadow:inset 0 0 0 1px #fff; background:#fff;color:#FF6600;}
.ex .info2 {padding: 7px 5px 7px;}
.ex .info2 a {display:block;  
   
    color: #FFFFFF !important;
    text-align:center;
    font-family: Verdana;
    font-size: 14px;
	font-weight:bold;
    line-height: 21px;
    padding: 5px 10px 6px;
    text-decoration: none;  
	border-radius: 3px;
	/*background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	 background: none repeat scroll 0 0 #4D90FE;
	*/
    background:#009900;
	background-image: -moz-linear-gradient(center top , #00AA00, #00CC00);
	background-image: -webkit-linear-gradient(center top , #00AA00, #00CC00);
   
	border:1px solid #4D90FE;
	border:1px solid #009900;
	#text-shadow:0 -1px #444;
	text-shadow:1px 1px #444;
	}
.ex .info2 a:hover {color:#ff0000;box-shadow:0 1px 1px rgba(0,0,0,0.2);background-color:#c53727;text-shadow:1px 1px #444;}
.ex .info2 a:active {box-shadow:inset 0 0 0 1px #fff;border:1px solid #4D90FE;}

.ex .info2 .rarr {
    background: url("http://static.trader.uz/bg/rarr.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 20px;
}
/* end signals banner*/