.modalDialog {
	position: fixed;
	font-family: calibri;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99999;
	/*opacity: 0;*/
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	/*pointer-events: none;*/
	border: 1px #69B5D7 solid;
}
.title {
	line-height: 22px;
	background-color: #ffffff;
	color: 000;
	font: calibri;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}
.passwordtxt {
	font-family: calibri;
	font-size: 12px;
	color: #000000;
	padding-left: 25px;
}
.passwordtbl {
	border: 1px #DCDCDC solid
}
.modalDialog:focus {
	border-color: 1px solid #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s/*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
    
}
.modalDialog > table {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #69b5d7;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	margin: 10% auto;
	padding: 5px 2px 13px;
	position: relative;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 400px;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close1 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.img1 {
	padding: 25px;
}
.form-group {
	margin-bottom: 15px
}
.font11 {
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding: 2px;
	float: none;
}
.font111 {
	color: #000000;
	font-family: calibri;
	font-size: 14px;
	padding: 2px;
	float: none;
}
.fontchkbox {
	color: #000000;
	font-family: calibri;
	font-size: 13px;
	padding-top: 5px;
}
.bottomborder {
	border-bottom: 1px solid #A0A0A0;
}
.form-control {
	display: block;
	width: 70%;
	height: 34px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.newaccountform {
	background-color: #F0F0F0;
	border: 1px solid #69B5D7;
}
.forminput {
	border: 1px #7A7A7A solid;
	background: #ffffff;
	color: 000000;
	font-size: 14px;
	font-family: calibri;
	padding: 5px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
/*button*/
.btn11 {
	border: 1px solid #adadad;
	background-color: #e1e1e1;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding:2px 40px;
	margin-left: 10px;
	line-height: 20xp;
}
.btn11:hover {
	border: 1px #adadad solid;
	padding:2px 40px;
}
.btn2 {
	border: 1px solid #adadad;
	background-color: #e1e1e1;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding:2px 20px;
	margin-left: 10px;
	line-height: 20xp;
}
.btn2:hover {
	border: 1px #adadad solid;
	padding:2px 20px;
}

.btn3 {
	border: 1px solid #adadad;
	background-color: #e1e1e1;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding:2px 40px;
	margin-left: 7px;
	line-height: 20xp;
}
.btn3:hover {
	border: 1px #adadad solid;
	padding:2px 40px;
}
.btn3.disbl
{
	 box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
.btn4 {
	border: 1px solid #adadad;
	background-color: #e1e1e1;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding:2px 20px;
	margin-left: 0px;
	line-height: 20xp;
}
.btn4:hover {
	border: 1px #adadad solid;
	padding:2px 20px;
}

.btnbottom {
	border: 1px solid #666;
	background-color: E1E1E1;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	padding:2px 20px;
	
	line-height: 20xp;
}
.btnbottom:hover {
	border: 1px #0078D7 solid;
	padding:2px 20px;
}

.insidetable1 {
  background-color: #ffffff;
  border: 1px solid #999;
  margin-top: -1px;
  padding:10px 10px 10px 15px;
}
.insidetable2 {
	background-color: #ffffff;
	border: 1px solid #999;
	padding:10px;
	margin-top:-1px;
}
.insidetable {
	background-color: #ffffff;
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-1px;
}
.tabs-menuactive {
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 1px;
	background-color: #ccc;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	padding-right: 11px;
	padding-left: 11px;
}
.tabs-menunotactive {
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 1px;
	background-color: #ffffff;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	padding-right: 11px;
	padding-left: 11px;
}
.tabs-menunotactive:hover {
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 1px;
	background-color: #ccc;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	padding-right: 11px;
	padding-left: 11px;
}
.inputborder {
	border: 1px solid #bababa;
}
.inputborder:select {
 border:1px solid #666;
 display:none;
}
.rowheight {
 /* float: right;*/
  margin: 0 10px 10px;
 /* position: relative;*/
}
.modalDialog > td {
	line-height: 25px;
}
.close:hover {
	background: 000000;
}
.close1:hover {
	background: 000000;
}
.openpopup > div {
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s/*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.openpopup > table {
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #f0f0f0;
	border: 1px solid #69B5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s/*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.openpopup:focus {
	border-color: 1px solid #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.openpopup:target {
	opacity: 1;
	pointer-events: auto;
}
/*Tab design*/

.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #f0f0f0;
	border-bottom: 0px #7A7A7A solid;
}
.tabs li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	border-top: 1px #7a7a7a solid;
	border-left: 1px #7a7a7a solid;
	border-right: 1px #7a7a7a solid;
	font-size: 12px;
	font-family: calibri;
	line-height: 18px;
	color: 00000;
}
.tabs li:hover {
	background: #cccccc;
}
/*.tabs li.current {
	background: #cccccc;
	color: #000000;
}*/
.tabs li.current {
  background: #ffffff none repeat scroll 0 0;
  color: #000000;
  margin-bottom: 0px;
  z-index: 999999;
}
.tab-content {
	display: none;
	padding: 0px;
	line-height: 25px;
}
.tab-content.current {
	display: inherit;
}
.btabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #f0f0f0;
	border-bottom: 1px #7A7A7A solid;
}
.btabs li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	border-top: 1px #7a7a7a solid;
	border-left: 1px #7a7a7a solid;
	border-right: 1px #7a7a7a solid;
	font-size: 12px;
	font-family: calibri;
	line-height: 13px;
	color: 00000;
}
.btabs li:hover {
	background: #cccccc;
}
.btabs li.current {
	background: #cccccc;
	color: #000000;
}
.btab-content {
	display: none;
	background: #ededed;
	padding: 1px;
	line-height: 25px;
}
.btab-content.current {
	display: inherit;
}
/*TradeTable Design*/

.TradeTable {
	border: 1px solid #c8c8c8;
	border-radius: 0;
	height: 358px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: scroll;
	white-space: nowrap;
	line-height: 20px;
	top: 0px;
	vertical-align: top !important;
}
.TradeTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.TradeTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.TradeTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.TradeTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.TradeTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.TradeTable tr:hover td {
}
.TradeTable tr:nth-child(odd) {
	background-color: #ebebeb;
}
.TradeTable td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #c8c8c8;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000000;
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
}
.TradeTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
	background-color: #B2B2B2;
}
.TradeTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.TradeTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.TradeTable tr:first-child td {
	background: -o-linear-gradient(bottom, #ebebeb 5%, #ebebeb 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #ebebeb) );
	background: -moz-linear-gradient( center top, #ebebeb 5%, #ebebeb 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ebebeb");
	background: -o-linear-gradient(top, #ebebeb, #ebebeb);
	background-color: #ebebeb;
	text-align: left;
	border-width: 0px 0px 1px 1px;
	font-size: 12px;
	font-family: calibri;
	color: #000;
}
.TradeTable tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #ebebeb 5%, #ebebeb 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #ebebeb) );
	background: -moz-linear-gradient( center top, #ebebeb 5%, #ebebeb 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ebebeb");
	background: -o-linear-gradient(top, #ebebeb, #ebebeb);
	background-color: #ebebeb;
}
.TradeTable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.TradeTable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
	background-color: #666;
}
.titlerow {
	background-color: #ffffff;
	color: #000;
	font-size: 12px;
	font-family: calibri;
	text-align: left;
	padding-left: 5px;
	margin: 0px;
	line-height: 22px;
	border: 1px solid #c8c8c8;
}
/*NEW*/
.title1 {
	background-color: #f0f0f0;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.textleft {
	text-align: left;
}
.table1 {
	width: 200px;
	height: 120px;
	border: 1px solid #000;
	position: relative;
	font-size: 14px;
	color: #000;
	margin: 1px;
	padding: 2px;
}
.dright {
	float: right;
}
.text_center {
	text-align: center;
	float: left;
	padding:2px 4px;
	width:25%;
}
.border_top {
	border-top: 1px solid #000;
}
.dcenter {
	margin: 1px;
	padding: 2px 5px;
	 background: rgba(0, 0, 0, 0) linear-gradient(#efefef, #a9a9a9) repeat scroll 0 0;
    color: #000000;
	
border:1px solid #a0a0a0;
float:left;
width:35%;
}
.gred
{
	margin: 1px;
	padding: 2px 5px;
	 background: rgba(0, 0, 0, 0) linear-gradient(#fc4d4d, #b20303) repeat scroll 0 0;
	 color:#FFF;
width:50%;
}
.bigfont {
  font-size: 25px;
  padding: 0 5px;
}
 sup {
	position:relative;
	font-size:100%;
	line-height:0;
	vertical-align:baseline
}
sup {
	top:-9px;
}
.width
{
	width:100%;
}

/*RATEMIDDLE*/

.input-text {
	position: relative;
	height: 24px
}
.input-text input {
	outline: 0;
	border-radius: 0;
	border: 1px solid #abadb3;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 3px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px
}
.input-text.num button {
	position: absolute;
	right: 2px;
	width: 20px;
	height: 10px;
	padding: 0 !important;
	margin: 0 !important;
	outline: 0
}
.input-text.num button span {
	position: absolute;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -3px
}
.input-text.num button.up span {
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: transparent transparent #000 transparent
}
.input-text.num button.down span {
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #000 transparent transparent transparent
}
button {
	outline: 0;
	height: 24px;
	padding: 0 !important;
	position: relative;
	font-size: 11px;
	border: 1px solid #949494;
	border-radius: 0 !important
}
button, button:disabled:active {
	background: #f6f6f6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f6f6 0, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #f6f6f6 0, #ddd 100%);
	background: -o-linear-gradient(top, #f6f6f6 0, #ddd 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0, #ddd 100%);
	background: linear-gradient(to bottom, #f6f6f6 0, #ddd 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dddddd', GradientType=0)
}
button.red {
	background: #ff8080;
	-webkit-box-shadow: inset 0 -1px 0 1px rgba(239,112,112,1);
	-moz-box-shadow: inset 0 -1px 0 1px rgba(239,112,112,1);
	box-shadow: inset 0 -1px 0 1px rgba(239,112,112,1)
}
button.red:active {
	-webkit-box-shadow: inset 0 1px 0 1px rgba(239,112,112,1);
	-moz-box-shadow: inset 0 1px 0 1px rgba(239,112,112,1);
	box-shadow: inset 0 1px 0 1px rgba(239,112,112,1)
}
button.blue {
	background: #a0c0ff;
	-webkit-box-shadow: inset 0 -1px 0 1px rgba(144,176,239,1);
	-moz-box-shadow: inset 0 -1px 0 1px rgba(144,176,239,1);
	box-shadow: inset 0 -1px 0 1px rgba(144,176,239,1)
}
button.blue:active {
	-webkit-box-shadow: inset 0 1px 0 1px rgba(144,176,239,1);
	-moz-box-shadow: inset 0 1px 0 1px rgba(144,176,239,1);
	box-shadow: inset 0 1px 0 1px rgba(144,176,239,1)
}
.input-trade-button {
	width: 93px;
	height: 55px;
	cursor: pointer
}
.input-trade-button .space {
	width: 47px;
	height: 26px;
	position: absolute;
	background: #fff;
	margin: -1px;
	cursor: default !important
}
.input-trade-button .name {
	font-family: Segoe UI, Tahoma, Verdana;
	position: absolute;
	left: 52px;
	width: 37px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 0 rgba(255,255,255,.5)
}
.input-trade-button .price {
	position: absolute;
	left: 0;
	width: 90px;
	text-align: center;
	top: 23px;
	color: #fff
}
.input-trade-button .price span {
	font-family: Segoe UI, Tahoma, Verdana
}
.input-trade-button.left .name {
	left: 5px
}
.input-trade-button.left .space {
	left: 47px
}
.input-trade-button.red {
	border: 1px solid #af0000;
	background: #fe4f4f;
	background: -moz-linear-gradient(top, #fe4f4f 0, #af0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe4f4f), color-stop(100%, #af0000));
	background: -webkit-linear-gradient(top, #fe4f4f 0, #af0000 100%);
	background: -o-linear-gradient(top, #fe4f4f 0, #af0000 100%);
	background: -ms-linear-gradient(top, #fe4f4f 0, #af0000 100%);
	background: linear-gradient(to bottom, #fe4f4f 0, #af0000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe4f4f', endColorstr='#af0000', GradientType=0)
}
.input-trade-button.red .space {
	border-right: 1px solid #af0000;
	border-bottom: 1px solid #af0000
}
.input-trade-button.red.left .space {
	border-right: 0 none;
	border-left: 1px solid #af0000
}
.input-trade-button.blue {
	border: 1px solid #0000af;
	background: #4f4ffe;
	background: -moz-linear-gradient(top, #4f4ffe 0, #0101b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4ffe), color-stop(100%, #0101b0));
	background: -webkit-linear-gradient(top, #4f4ffe 0, #0101b0 100%);
	background: -o-linear-gradient(top, #4f4ffe 0, #0101b0 100%);
	background: -ms-linear-gradient(top, #4f4ffe 0, #0101b0 100%);
	background: linear-gradient(to bottom, #4f4ffe 0, #0101b0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4ffe', endColorstr='#0101b0', GradientType=0)
}
.input-trade-button.blue .space {
	border-right: 1px solid #0000af;
	border-bottom: 1px solid #0000af
}
.input-trade-button.blue.left .space {
	border-right: 0 none;
	border-left: 1px solid #0000af
}
.input-trade-button.one-click {
	position: absolute;
	top: 22px;
	left: 106px;
	/*z-index: 999*/
}
.input-trade-button.one-click.left {
	left: 3px;
}
.input-text.num.one-click {
	position: absolute;
	top: 22px;
	left: 57px;
	width: 92px;
	/*z-index: 999*/
}
.input-text.num.one-click .down {
	left: 0;
	top: 0;
	height: 24px;
	width: 24px
}
.input-text.num.one-click .up {
	right: 0;
	top: 0;
	height: 24px;
	width: 24px
}
.fleft {
  float: left;
  margin: 0px 1px 1px 0px;
}
.legend {
  border: 0 none;
  color: #bc2c2d;
  display: block;
  font-size: 21px;
  line-height: inherit;
}
fieldset {
  border: 1px solid #999;
  margin: 0 2px;
  padding: 0.35em 0.625em 1.5em;
}
legend {
  border: 0 none;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0 3px;
}
fieldset {
  border: 1px solid #999;
  margin: 0 2px 5px;
  padding: 0.35em 0.625em 1.5em;
}
.btnsell {
  background-color: #ff8080;
  border: 1px solid #ef7070;
  color: #000000;
  font-size: 11px;
  margin: 0;
  padding: 2px 30px;
  text-align: center;
  border-radius:2px;
}
.btnbuy {
    background-color: #a0c0ff;
    border: 1px solid #90b0ef;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 30px;
    text-align: center;
	 border-radius:2px;
}
.btndwr {
  background-color: #ff8080;
  border: 1px solid #ef7070;
  color: #000000;
  font-size: 11px;
  margin: 0;
  padding: 2px 40px;
  text-align: center;
  border-radius:2px;
}
.btndwcc:hover {
  background-color: #e1e1e1;
  border: 2px solid #0078d7;
  padding:2px 39px;
 
}
.btndwcc {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  float: left;
  height: auto;
  margin: 0 8px;
  padding: 3px 40px;
  position: relative;
  text-align: center;
  width: auto;
}

.btndwb {
    background-color: #a0c0ff;
    border: 1px solid #90b0ef;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 40px;
    text-align: center;
	 border-radius:2px;
}
.btnplace {
    background-color: #a0c0ff;
    border: 1px solid #90b0ef;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 55px;
    text-align: center;
	 border-radius:2px;
}
.btnbgsellbuy {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  float: left;
  height: auto;
  margin-left: 153px;
  padding: 0px 3px;
  position: relative;
  text-align: center;
  width: auto;
}
.modalDialogdw > table {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 1px solid #69b5d7;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin: 10% auto;
  padding: 1px 2px 13px;
  position: relative;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 600px;
}
.btndw {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  float: left;
  height: auto;
  padding: 4px 2px;
  position: relative;
  text-align: center;
  width: auto;
}
.btndw:hover {
  border: 2px solid #0078d7;
  padding: 3px 1px;
  background-color:#a0c0ff;
}
/*ORDER 06-09-2016*/
.ordbtnbgsellbuy {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  float: left;
  height: auto;
  margin-left: 140px;
  padding: 5px 3px;
  position: relative;
  text-align: center;
  width: auto;
}
.ordbtnbgsellbuy1 {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  float: left;
  height: auto;
  margin-left: 65px;
  padding: 5px 3px;
  position: relative;
  text-align: center;
  width: auto;
}
.ordbtnsell {
  background-color: #ff8080;
  border: 1px solid #ef7070;
  color: #000000;
  font-size: 11px;
  margin: 0;
  padding: 2px 50px;
  text-align: center;
  border-radius:2px;
}
.ordbtnbuy {
    background-color: #a0c0ff;
    border: 1px solid #90b0ef;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 50px;
    text-align: center;
	 border-radius:2px;
}
.ordbtnbuydisable {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 50px;
    text-align: center;
	 border-radius:2px;
	 cursor:not-allowed;
	 opacity:0.5;
}
.ordbtnselldisable {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 2px 50px;
    text-align: center;
	 border-radius:2px;
	 cursor:not-allowed;
	 opacity:0.5;
}
.ordclosepending {
  background-color: #fd4d4d;
  border: 1px solid #adadad;
  color: #ffffff;
  float: left;
  font-family: calibri;
  font-size: 12px;
  margin-left: 0;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  width: 70%;
}
.ordpending {
  background-color: #297cc0;
  border: 1px solid #adadad;
  color: #ffffff;
  float: left;
  font-family: calibri;
  font-size: 12px;
  margin-left: 0;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  width: 70%;
}




/*27-10-2016 NEW CHANGES FOR ADD PROFILE PAGE*/
.fontprofile {
 color: #000000;
 font-family: calibri;
 font-size: 14px;
 padding: 2px;
 float: none;
}
.protil{
 text-align:center; 
 background-color:#297cc0; 
 color:#ffffff; 
 font-size:14px; 
 padding:8px 0px;
 font-family:Tahoma,Helvetica,sans-serif;
 font-weight:bold;
}
.profitable{
 font-family:Tahoma,Helvetica,sans-serif;
 text-align:left;
 color:#000000;
 border:1px solid #bdbbbb;
}
.poptd1{
padding:5px 0px 5px 5px;
border-bottom:1px solid #bdbbbb; 
}



/*27-10-2016 NEW CHANGES FOR ADD Symbole Property*/

.inputborder2710 {
  border: 1px solid #4798db;
  
}
.SymbolePropert {
  border: 1px solid #828790;
  color: #000000;
  font-family: Tahoma,Helvetica,sans-serif;
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
}
.symboltdg{
 padding:5px;
border-bottom:1px solid #c8c8c8;
background-color:#ebebeb;
}
.symboltdw{
 padding:5px;
border-bottom:1px solid #c8c8c8;
background-color:#ffffff;
}
.symbor{
 border-right:1px solid #c8c8c8;
 width:33%;
}
.btn2symbol {
  background-color: #e1e1e1;
  border: 2px solid #0078d7;
  color: #000000;
  font-family: calibri;
  font-size: 13px;
  margin-left: 10px;
  padding: 3px 30px;
}