body {
	color: #333333;
	/*padding-top: 0px;*/
}
.clr {
	clear: both;
}
.jumbotron {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*###############################
---- Template Sections Style-----
###############################*/
.logo{
	width:205px;
	float:left;
	padding:5px 0px;}
#menulogo {
	padding: 0px;
	background-size:100%;
	/*background: #fff; */
	background: #0e6008 url('../images/top_bg.png') top left repeat-y;
	background: -moz-linear-gradient(left, #ffffff 20%, #1a841f 37%, #0e6008 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), color-stop(37%, #1a841f), color-stop(100%, #0e6008)); 
	background: -webkit-linear-gradient(left, #ffffff 20%, #1a841f 37%, #0e6008 100%); 
	background: -o-linear-gradient(left, #ffffff 20%, #1a841f 37%, #0e6008 100%);
	background: -ms-linear-gradient(left, #ffffff 20%, #1a841f 37%, #0e6008 100%); 
	background: linear-gradient(to right, #ffffff 20%, #1a841f 37%, #0e6008 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0e6008', GradientType=1 );
}
#banner {
	background: #EAEBE3 url('../images/paper.jpg');
	border-bottom: 1px solid #999;
	margin-bottom: 50px;
}
#banner .moduletable {
	background: none; /*Removes the standard bootstrap background gradient*/
}
#banner h1 {
	color: #fff;
}
#banner p {
	color: #888888;
}
#toprow {
}
#toprow .moduletable {
	text-align: center;
}
#bodysection {
	margin-bottom: 70px;
}
#bottomrow {
	background: #EAEBE3 url('../images/paper.jpg');
	border-top: 1px solid #999;
	padding: 70px 0px 70px 0px;
}
.footer_top {
	background: url('../images/footer-bg.jpg');
	height:18px
}
.footer {
	padding: 0px 0;
	margin-top: 0px;
	border-top: 1px solid #E5E5E5;
	background: whiteSmoke;
}
footer a {
	color:#FFFFFF!important;
}
.footer_menu {
	background:#82af13 url('../images/footer_bg.png') repeat-x left top;
	/*background: #719F31 url('../images/footer-menu-bg.jpg') repeat-x top left;*/
/*background: #5d781b; 
	background: -moz-linear-gradient(top, #5d781b 0%, #78a117 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d781b), color-stop(100%, #78a117)); 
	background: -webkit-linear-gradient(top, #5d781b 0%, #78a117 100%); 
	background: -o-linear-gradient(top, #5d781b 0%, #78a117 100%); 
	background: -ms-linear-gradient(top, #5d781b 0%, #78a117 100%); 
	background: linear-gradient(to bottom, #5d781b 0%, #78a117 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d781b', endColorstr='#78a117', GradientType=0 );
background: #5d781b; 
	background: -moz-linear-gradient(top, #666 0%, #333 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333)); 
	background: -webkit-linear-gradient(top, #666 0%, #333 100%); 
	background: -o-linear-gradient(top, #666 0%, #333 100%); 
	background: -ms-linear-gradient(top, #666 0%, #333 100%); 
	background: linear-gradient(to bottom, #666 0%, #333 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#333', GradientType=0 );  */
	padding:10px 0px;
	color:#FFFFFF;
	padding:10px 0px;
	padding:10px 0px;
	color:#FFFFFF;
	padding:10px 0px;
}
.footer_desclaimer {
	/*background-color:#4a730b;*/
	background-color:#59772A;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:10px;
	font-size:11px;
	color:#FFFFFF;
}
.copyright {
	color:#FFFFFF;
	padding:10px 0px
}
/* #########----Main Menu Styling----######### */
.navigation {
	/*height:50px;background:#333333;*/
  background:#010101 url(../images/nav_bgblack.png) repeat-x top left;
	margin-top:0px;
	padding: 17x 15px 10px 15px;/*background: #474747; 
background: -moz-linear-gradient(top, #474747 8%, #000000 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#474747), color-stop(100%,#000000)); 
background: -webkit-linear-gradient(top, #474747 8%,#000000 100%); 
background: -o-linear-gradient(top, #474747 8%,#000000 100%); 
background: -ms-linear-gradient(top, #474747 8%,#000000 100%); 
background: linear-gradient(to bottom, #474747 8%,#000000 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=0 );*/
}
.navbar {
/*min-height: 54px;*/
}
.navbar-inner {
	padding-top: 0px;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .menunav > li > a {
	float: none;
	/* background:#79A216 url(../images/left_hover.png) no-repeat bottom left;*/
  font-family:tahoma;
	font-size: 13px;
	padding: 17px 4px 10px 4px;
	color: #fff; /*Changes color of standard menu link*/
	text-decoration: none;
	text-shadow: none;
}
.navbar .menunav > li {
	list-style:none;
	float:left
}
.navbar .menunav > li > a:hover {
	float: none;
	padding: 17x 4px 10px 4px;
	background:url(../images/left_hover.png) no-repeat left top;
	color: #000;/*Changes color of hovered menu link*/
	text-decoration: none;
	text-shadow: none;
}
.navbar .menunav > .active > a span {
	background:url(../images/right_hover.png) no-repeat right top;
}
.navbar .menunav > .active > a {
	float: none;
	padding: 17x 4px 10px 4px;
	background:url(../images/left_hover.png) no-repeat left top;
	color: #000;/*Changes color of hovered menu link*/
	text-decoration: none;
	text-shadow: none;
}
.navbar .menunav > .active > a:hover {
	float: none;
	padding: 17x 4px 10px 4px;
	background:url(../images/left_hover.png) no-repeat left top;
	color: #000;/*Changes color of hovered menu link*/
	text-decoration: none;
	text-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #6D929B; /*Changes color of menu link in dropdown*/
	background: none;
}
.navbar .btn-navbar .icon-bar {
	background-color: #6D929B; /*Changes color of three lines in dropdown button*/
}
/*###############################
----        Typography      -----
###############################*/

h1, h2, h3, h4 {
}
h3{
	/*font-size:18px !important;*/
	font-weight:normal;}
.digital_watch {
	padding:2px 0px;
	border-bottom:3px solid #333;
	color:#ffffff;
	font-size: 13px;
	_font-size: 12px;
	*font-size: 12px;
	font-size: 12px\9;
	font-size: 12px\0/;
	/*background-color:#EDEDED;
	background-image: linear-gradient(bottom, #EDEDED 4%, #FAFAFA 52%);
	background-image: -o-linear-gradient(bottom, #EDEDED 4%, #FAFAFA 52%);
	background-image: -moz-linear-gradient(bottom, #EDEDED 4%, #FAFAFA 52%);
	background-image: -webkit-linear-gradient(bottom, #EDEDED 4%, #FAFAFA 52%);
	background-image: -ms-linear-gradient(bottom, #EDEDED 4%, #FAFAFA 52%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.04, #EDEDED), color-stop(0.52, #FAFAFA));*/
	background: #218fd3; /* Old browsers */
	background: -moz-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #218fd3), color-stop(100%, #16648c));
	background: -webkit-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -o-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -ms-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: linear-gradient(to bottom, #218fd3 8%, #16648c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#218fd3', endColorstr='#16648c', GradientType=0 );
}
.box_main {
	padding:5px 0px 2px;
	border-bottom:1px solid #d3ddcd;
	background:#e5ede0;
}
.box_border {
	border:1px solid #ccc;
	margin-bottom:3px;
	/*min-height:255px;*/
padding:10px;
	float:left;
	background-color:#FFFFFF;
}
.box_border_heading h3 {
	font-size:18px!important;
	line-height: 20px!important;
	color:#3f841c!important;
	font-weight:bold!important;
	margin: 0px;
	
}
/*###############################
----     Media queries      -----
###############################*/

@media (max-width: 480px) {
.navbar .menunav > li {
list-style:none;
float:none;
background-color:#006600
}
.wir li {
width:45%!important;
float:left;
list-style:none;
border-left:1px solid #ccc;
border-bottom:1px solid #CCCCCC;
display:block;
color:#333333;
padding:6px 2px 1px 4px;
}
.logo {
 max-width: 50%;
}
body {
 padding-top: 8px;
}
.forex_top_main {
background-color:#FFFFFF;
width:98%;
padding:1%;
float:left;
margin-bottom:10px;
margin-left:0px!important;
box-shadow:0px 0px 3px #000;
}
.forex_trading .span1 {
width:100%!important;
margin:0px!important;
text-align:center;
border:1px solid #999999;
padding:5px 0px;
}
.forex_trading .span2 {
width:100%!important;
margin:0px!important;
text-align:center;
border:1px solid #999999;
padding:5px 0px;
}
}
 @media (max-width: 979px) {
.logo {
 max-width: 60%;
}
}
@media (max-width: 980px) and (min-width: 768px) {
.jumbotron {
margin-top: 0px;
}
}
.heading {
	background: #ededed url('../images/heading-bg.jpg');
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}
.footer1 {
	/*border-right:1px solid #5C751A;*/
	padding-right:8px;
	height: auto;
	float:left;
	margin-left:5px;
	
}
.footer1 h6 {
	font-size:16px;
	padding-bottom:7px;
	border-bottom:2px solid #000;
}
.footer1 ul {
	margin:0px 0px 0px 4px;
	padding:0px;
}
.footer1 ul li {
	list-style:none;
	display:block;
	padding:4px 0px;
}
.footer1 ul li a {
	color:#FFF;
	text-decoration:none;
}
.button, input[type="submit"], input[type="cancel"], input[type="save"], input[type="button"] {
	font-weight: bold;
	background: #61a431 url('../images/green_btn.jpg') top left repeat-x;
	border-radius:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 3px 8px;
	padding: 0px 8px\0/;
	_padding: 0px 8px;
	*padding: 0px 8px;
	color: #FFF;
	text-transform:capitalize;
	text-decoration:none;
	border:2px solid #fff;
	text-shadow:1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
}
.button a{
	padding:3px 7px 3px 7px;
	line-height:21px;
	margin-right: 0px;
	color:#DBEDA6!important;
}
textarea, input[type="text"], input[type="radio"], select, input[type="password"], input[type="email"] {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #AAD3ED;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #F9F9F9;
}
.forex_top_main {
	background-color:#FFFFFF;
	width:98%;
	padding:1%;
	float:left;
	margin-bottom:10px;
	margin-left:-15px;
	box-shadow:0px 0px 3px #000;
}
.forex_analysis_main {
	width:100%;
	float:left;
	margin:0px 0px 6px 0px;
}
.box_border h5, .right_box h5 {
	color:#3b3d40;
	font-weight:bold;
	padding:5px 7px;
	margin:8px 0px;
	width:96%;
	float:left;
	font-size:15px;
	background-color:#eaeef4
}
.dta {
	padding:4px 0px;
	color:#FFFFFF;
	font-weight:bold;
	width:80px;
	border:2px solid #fff;
	text-align:center;
	float:left;
	text-transform:uppercase;
	margin:0px 5px 2px 0px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	/*background: #008000;*/
	background: #31790D;
	background: -moz-linear-gradient(top, #31790D 0%, #215008 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31790D), color-stop(100%, #215008));
	background: -webkit-linear-gradient(top, #31790D 0%, #215008 100%);
	background: -o-linear-gradient(top, #31790D 0%, #215008 100%);
 background: -ms-linear-gradient(top, #31790D 0%%, #215008 100%);
	background: linear-gradient(to bottom, #31790D 0%, #215008 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31790D', endColorstr='#215008', GradientType=0 );*/
}
.wfa {
	padding:4px 0px;
	color:#FFFFFF;
	font-weight:bold;
	width:80px;
	text-align:center;
	float:left;
	text-transform:uppercase;
	margin:0px 5px 2px 0px;
	/*background: #008000;*/
	background: #218fd3;
	background: -moz-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #218fd3), color-stop(100%, #16648c));
	background: -webkit-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -o-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -ms-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: linear-gradient(to bottom, #218fd3 8%, #16648c 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#218fd3', endColorstr='#16648c', GradientType=0 );*/
	border:2px solid #fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
}
/*.dta a{
	color:#FFFFFF;
}
.wfa a {
	color:#F7A00A;
}*/
.dta a, .wfa a {
	text-decoration:none;
	color:#FFFFFF;
}
.right_dta {
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
	width:60px;
	font-size:11px;
	border:2px solid #fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	text-align:center;
	float:left;
	text-transform:uppercase;
	margin:0px 2px 2px 0px;
	background: #31790D;
	background: -moz-linear-gradient(top, #31790D 0%, #215008 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31790D), color-stop(100%, #215008));
	background: -webkit-linear-gradient(top, #31790D 0%, #215008 100%);
	background: -o-linear-gradient(top, #31790D 0%, #215008 100%);
 background: -ms-linear-gradient(top, #31790D 0%%, #215008 100%);
	background: linear-gradient(to bottom, #31790D 0%, #215008 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31790D', endColorstr='#215008', GradientType=0 );*/
}
.right_wfa a, .right_dta a {
	color:#FFFFFF!important;
	text-decoration:none
}
.right_wfa a:hover, .right_dta a:hover, .dta a:hover, .wfa a:hover {
	color:#F7A00A!important;
	text-decoration:none
}
.right_wfa {
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
	width:60px;
	font-size:11px;
	border:2px solid #fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	text-align:center;
	float:left;
	text-transform:uppercase;
	margin:0px 2px 2px 0px;
	background: #218fd3;
	background: -moz-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #218fd3), color-stop(100%, #16648c));
	background: -webkit-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -o-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: -ms-linear-gradient(top, #218fd3 8%, #16648c 100%);
	background: linear-gradient(to bottom, #218fd3 8%, #16648c 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#218fd3', endColorstr='#16648c', GradientType=0 );*/
}
.ftt, .wir {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:11px 0px 0px 0px;
	padding:0px;
	float:left;
	width:100%
}
.ftt li {
	width:49.5%;
	float:left;
	list-style:none;
	border-left:1px solid #ccc;
	border-bottom:1px solid #CCCCCC;
}
.ftt li a {
	display:block;
	color:#333333;
	padding:5px 2px 5px 16px;
	background:transparent url('../images/ftt_list.png') 4px 12px no-repeat;
}
.ftt li a:hover {
	text-decoration:none;
	color:#3F841C;
}
.wir li {
	width:46.5%;
	float:left;
	text-align:left;
	list-style:none;
	border-left:1px solid #ccc;
	border-bottom:1px solid #CCCCCC;
	display:block;
	color:#333333;
	padding:6px 2px 1px 9px;
}
.ltime {
	background:transparent!important;
	border:none!important;
	box-shadow:none!important;
}
.contentheading, .componentheading, h1 {
	background:#3b8e0d url('../images/heading-bg.jpg') top left no-repeat;
	padding:5px 1%;
	color:#FFFFFF;
	font-weight:normal;
	font-size:20px;
	text-align:left;
	margin:10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
     -moz-border-radius: 10px 0px 10px 0px;
          border-radius: 10px 0px 10px 0px;
}
.contentheading a, .componentheading a, h1 a{
	color:#FFF;}
.brokerheading h1{
	background:#3b8e0d url('../images/brokerheading-bg.jpg') top left no-repeat;
	padding:5px 1%;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin:10px 0px;
}
.brokerheading h2{
	
	font-size:17px;
	font-weight:bold;
}
.high {
	background-color:#333333;
	color:#FF6A00;
}
.medium_to_high {
	color:#FF6A00;
}
.link_back {
	background:#DEE8C0;
	color:#000099;
}
.link_back a {
	color:#000099;
}
.right_box {
	width:98%;
	float:left;
	padding:0px 0px 10px 0px;
	border:1px solid #ccc;
	margin:10px 0px 10px 0px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.right_box h3{
	background: #275D0A!important; 
	background: -moz-linear-gradient(top, #275D0A 0%, #3E970E 100%)!important; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #275D0A), color-stop(100%, #3E970E))!important; 
	background: -webkit-linear-gradient(top, #275D0A 0%, #3E970E 100%)!important; 
	background: -o-linear-gradient(top, #275D0A 0%, #3E970E 100%)!important; 
	background: -ms-linear-gradient(top, #275D0A 0%, #3E970E 100%)!important; 
	background: linear-gradient(to bottom, #275D0A 0%, #3E970E 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275D0A', endColorstr='#3E970E', GradientType=0 )!important; 
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	padding:3%!important;
	margin:0px!important;
	border-radius:7px 7px 0px 0px!important;
	-moz-border-radius:7px 7px 0px 0px!important;
	-webkit-border-radius:7px 7px 0px 0px!important;
}
.right_box_heading {
	background: #275D0A; /* Old browsers */
	background: -moz-linear-gradient(top, #275D0A 0%, #3E970E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #275D0A), color-stop(100%, #3E970E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #275D0A 0%, #3E970E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #275D0A 0%, #3E970E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #275D0A 0%, #3E970E 100%); /* IE10+ */
	background: linear-gradient(to bottom, #275D0A 0%, #3E970E 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275D0A', endColorstr='#3E970E', GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	padding:3%;
	margin:0px!important;
	border-radius:7px 7px 0px 0px;
	-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;
}
.blog h3{
	font-size:16px}
.forex_community {
	background:#265450 url('../images/community-bg.png') top left repeat-x!important;
	width:97%;
	float:left;
	margin:10px 0px 0px 0px;
	border:1px solid #999999;
	border-radius:7px;
	padding:0px 0px 0px 1%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.forex_community a {
	background: url('../images/community-icon.png') top left no-repeat!important;
	color:#FFFFFF;
	text-transform:capitalize;
	font-style:italic;
	font-weight:normal;
	font-weight:bold;
	font-size:14px;
	padding:15px 0px 15px 52px;
	display:block;
	font-family:arial;
	text-decoration:none
}
.forex_community a:hover{
	color:#FFF}
.forex_blog {
	background:#4B8919 url('../images/blog-bg.png') top left repeat-x!important;
	width:97%;
	padding:0px 0px 0px 1%;
	float:left;
	border:1px solid #999999;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-family:arial;
}
.forex_blog a {
	background: url('../images/blog-icon.png') left 3px no-repeat!important;
	color:#FFFFFF;
	text-transform:capitalize;
	font-style:italic;
	font-weight:normal;
	padding:15px 0px 15px 52px;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-decoration:none
}
.forex_blog a:hover{
	color:#fff;}
.banneritem_right {
	width: 100%;
	float: left;
	text-align: center;
}
.red_text {
	color:#FF0000;
	font-weight:bold
}
.Economic {
	margin-left:0px;
	font-weight:bold;
	text-align:center;
	 background:#010101 url(../images/nav_bgblack.png) repeat-x top left;
	border:1px solid #000;
	color:#fff;
	font-size:13px;
	padding:10px;
}
.purple_bg {
	background:#EEEEEE;
	color:#3E3E3E;
	padding:10px 0px 0px 0px;
	border:1px solid #000;
	width:99.8%;
	float:left;
}
.purple_bg a {
	color:#3E3E3E!important;
	text-decoration:underline
}
.purple_bg .span2 {
	text-align:center;
	margin:0 0 20px 30px
}
.purple_text {
	color:#0E90DD;
}
.blue_text {
	color:#1D82BD;
	text-decoration:none;
}
.forex_trading {
	background:#EEEEEE;
	border:1px solid #999999;
}
.forex_trading .span1 {
	/*width:136px;*/
	margin:0px;
	text-align:center;
	/*border:1px solid #999999;*/
	padding:6px 0px;
}
.forex_trading .span2 {
	/*width:162px;*/
	margin:0px;
	text-align:center;
	/*border:1px solid #999999;*/
	padding:5px 0px;
}
.forex_trading .span1 a, .forex_trading .span2 a {
	color:#000000;
	text-decoration:underline
}
.UpcomingMarket {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
	float:left;
}
.UpcomingMarket .span1 {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0px
}
@media (min-width: 640px) and (max-width: 960px) {
.forex_top_main {
margin-left:0px!important;
}
.span1 {
 width: 210px!important;
}
.wir li {
width:47.6%;
}
.forex_trading .span1, .forex_trading .span2 {
width:99%!important;
}
 .span4 {
width:208!important;
}
.box_border {
padding:2px!important;
}
.wir li {
width:43.6%!important;
}
.span3 {
width:225px!important;
}
}
.contact_btn {
	position:absolute;
	right:0px;
	top:300px;
	width:30px;
	height:120px;
	display:block;
}
.intrestrate {
	text-align:center;
	color:#fff;
	padding:10px 0px;
	background-color:#008000;
}
.intrestrate a {
	color:#FFF
}

.outlook {
	text-align:center;
	padding:10px 0px;
	border:2px dotted #008000;
	width: 99%
}

.social_btn {
	position: fixed;
	left: 0px;
	top: 200px;
	height: auto;
	background:#FFF;
	border:4px double #ccc;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	display:block;
	width:60px;
	padding:2px;
	/*text-align:center;*/
}
.captchafont{
	background: url('../images/captcha-backgrounds.png') top left no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	-moz-user-select: none;
	padding:4px;
	_padding:4px;
	text-align:center;
	}
.pair_converter{
	width:250px;
	height:400px;
	margin:0px auto;}
.pair_converter ul{
	height:400px;
	list-style:none;
	background-color:#ECF6D0;
	border:3px solid #398B0D;
	display:block;
	overflow:auto;}
.modifydate{
	color:#1E86C4;
	font-size:11px;
	line-height:11px;
	margin:5px 0px;
	text-align:right}
.image_shadow img{
	width:100px;
	height:100px;
	border:2px solid #ccc;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;}
.contributer{
	background:#E9F9B8;
	border:1px solid #225109;
	padding:2px;
	-webkit-border-radius: 10px 0px 10px 0px;
     -moz-border-radius: 10px 0px 10px 0px;
      border-radius: 10px 0px 10px 0px;
	box-shadow:0px 0px 5px #999;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	 }
.imageplus{
background: url(../images/chart.jpg) no-repeat;
padding:0px 0px 0px 100px;
}
.imageminus{
background: url(../images/chart1.jpg) no-repeat;
padding:30px 0px 0px 100px;
}
.Correlation_Graph{
	width:100%;
	float:left;
	background: url(../images/chart3.jpg) left top no-repeat;
	}
.forex_broker ul{
	margin:0px!important;
	padding:0px!important;}
.forex_broker ul li{
	display:block;
	list-style:none;
	padding:11px 0px;}
.forex_forcost ul{
	margin:0px!important;
	padding:0px!important;}
.forex_forcost ul li{
	display:block;
	list-style:none;
	padding:2px 0px;}
.banneritem{
	width:100%;
	_display:inline-block;
	*display:inline-block;
	z-index:-1000;
	_z-index:-1000!important;
	*z-index:-1000!important;
	z-index:-1000\0/!important;
	}
.banneritem img{
	height: 80px;
}
.calculater input[type="button"]{
	display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  font-weight:normal;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: default;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
.addthis_button_tweet, .addthis_button_facebook_like,.addthis_button_google_plusone{
	width:78px!important;
	height:20px!important;}
.addthis_button_pinterest_pinit {
	margin-right:0px!important;}
.invisible {
    display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
.dta, .wfa{
	width:62px;}
.wir li {
width:44%;
float:left;
list-style:none;
border-left:1px solid #ccc;
border-bottom:1px solid #CCCCCC;
display:block;
color:#333333;
padding:6px 2px 1px 9px;
}
.digital_watch {
	font-size: 10px;
	_font-size: 10px;
	*font-size: 10px;
	font-size: 10px\9;
	font-size: 10px\0/;}
.forex_analysis_main table{
	font-size:9px;
	word-spacing:-2px;}	}
.broker_logo{
	width:179px;
	height:100px;
	border:1px solid #ccc;
	text-align:center;
	padding:10px 0px;
	float:left;
	margin:0px 5px 10px 5px;}
#scroller {
    width: 100%;
	z-index:999;
  }
.author{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
padding:2px 6px 2px 2px;
text-align:right;
color:#666;}
.menucon {
width: 250px;
height: 400px;
margin:0px auto;
background:#ECF6D0;
overflow: auto;
border: 3px solid #398B0D;
}
.menucon ul{
	list-style:none;}
.table_heading{
	font-size:14px;
	font-weight: bold;
	line-height: 20px;
}
.Itemid519 .cols_3{
	width:170px !important;}
.Itemid519 .djsubwrap .cols_3 .sub-bg  ul.dj-submenu{
	border-left:1px solid #ccc!important;
	border-right:1px solid #ccc!important;
	border-top:0px solid #ccc!important;
	border-bottom:0px solid #ccc!important;
	}
.Itemid510 li{
	width:100px!important;}
.written{
	color: #333;
	font-size: 11px;
}
.written_desc{
	text-align: justify;
}
.read_more{
	width:100%;
	float:left;
	margin-bottom: 15px;
	text-align: right;
}
.read_more a{
	color:#275D0A;
	text-decoration: none;
}
.read_more a:hover{
	color:#ccc;
	text-decoration: underline;
}
.trading_tool{
	width:100%;
	float: left;
}
.trading_tool ul {
	margin:0px 0px 0px 20px;
	padding: 0px;
}
.trading_tool ul li{
	list-style: none;
}
.trading_tool ul li a
{
	background: url(../images/ftt_list.png) no-repeat left center;
	display: block;
	padding: 2px 4px 2px 20px;
}










@media (min-width: 768px) and (max-width: 1024px) {

.forex_blog {
	background:#4B8919 url('../images/blog-bg.png') top left repeat-x!important;
	width:92%;
	padding:0px 0px 0px 1%;
	float:left;
	border:1px solid #999999;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-family:arial;
}
.forex_community {
	background:#265450 url('../images/community-bg.png') top left repeat-x!important;
	width:92%;
	float:left;
	margin:10px 0px 0px 0px;
	border:1px solid #999999;
	border-radius:7px;
	padding:0px 0px 0px 1%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}}
.forecast_img{
	width:150px;
	height: 100px;
	border: 1px solid #ccc!important;
	padding: 4px;
}

.forex_analysis_maintop a{
	display:block;
	color:#196F9E;
	text-decoration:none;
	}
	
	
	
	
	
	
	
	
	
/*--------------------------start new style	---------------------*/
	
	
/*--------------------------start tab content---------------------*/

ul.tabs
{
    padding:6px 0px 0px 0px;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; 
	width:100%;
	float:left;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:4px;
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 6px 8px;
    border: 1px solid #B7B7B7;
    color: #000;
    background: #F7F7F7 url(../images/tabbg2.gif) repeat-x 0 0;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    background:White url(../images/tabbg.gif) repeat-x 0 0;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 2px;
    font-weight:bold;
    background: white url(../images/tabbg.gif) 0 0 repeat-x;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
   

div.tabcontents
{
    border: 1px solid #B7B7B7; padding:20px 2%;
	width:96%;
	float:left;
}
/*--------------------------end tab content---------------------*/

