﻿body{
    background-color:#FFFFFF;
    background-image: url("../images/bg_headernew.png");
    background-repeat: repeat-x;
}
.logo{
    display:inline-block;
    text-align: left;
    margin-top:8px;
}

#header {
    width: 1034px;
    /*height: 61px;*/
    height:69px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-7px;
}

#tickersub{
	float:left;
	width:315px;
	height:20px;
	border-top:1px #252525 solid;
	border-left:1px #252525 solid;
	border-right:1px #252525 solid;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-family:Verdana;
	font-size:12px;
	font-variant:small-caps;
	color:white;
	background-color:#0b0c0c;
	padding:0px 5px 0px 23px;
	background-image:url('../images/speaker.png');
	background-repeat:no-repeat;
	background-position:3px 0px;
	font-weight:bold;
}

.menu{
    display:inline-block;
    position:relative;
    top:-14px;
    /*left:104px;*/
    left:28px;
 
}
ul li { float:left;}
a.menulist {
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
  
}

a.menulist:hover {
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.wall1{
    display:block;
    position:absolute;
    margin-left:20px;
    margin-top:-6px;
}

.wall2{
    display:block;
    position:absolute;
    margin-left:20px;
    margin-top:-6px;
}
.wall3{
    display:block;
    position:absolute;
    margin-left:20px;
    margin-top:-6px;
}
.myform{
    display:block;
    float: right;
    margin-top:-57px;
    margin-left:544px;
    position:absolute;
}

.mytable td {
   padding:0; margin:0;
}

.mytable{
   border-collapse: collapse;
}

.ileft{
    margin-right:10px;
}

.iright{
    margin-left:-201px;
}

#txtUserName{
    width:100px;
    border: 1px solid #0DA020;
    border-radius:4px;
    color: #4F5056;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 19px;
    padding-left: 5px;
    background-color:#C4E59E;
}
#txtPassword{
    width:100px;
    border: 1px solid #0DA020;
    border-radius:4px;
    color: #4F5056;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 19px;
    padding-left: 5px;
    background-color:#C4E59E;
    margin-top:-4px;
}
#txtCode{
    width:45px;
    border: 1px solid #0DA020;
    border-radius:4px;
    color: #4F5056;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 19px;
    padding-left: 5px;
    background-color:#C4E59E;
    
}
.img_valid{
    width:50px;
    border: 1px solid #0DA020;
    border-radius:4px;
    color: #4F5056;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 21px;
    background-color:#C4E59E;
    margin-top:-4px;
    
}
.login_button{
 
}

.changesImgOnHoverLogin {
    display: inline-block; /* or just block */
    background: url('../images/loginh.png') no-repeat;
    margin-left:5px;
    margin-top:-1px;
}
.changesImgOnHoverLogin:hover img {
    visibility: hidden;
}
.changesImgOnHoverLC {
    display: inline-block; /* or just block */
    background: url('../images/livechath.png') no-repeat;
    margin-left:83px;
    margin-top:-1px;
}
.changesImgOnHoverLC:hover img {
    visibility: hidden;
}

#btnSignIn {
    display: inline-block; /* or just block */
    background: url('../images/loginh.png') no-repeat;
    margin-left:5px;
    margin-top:-1px;
}