::-moz-selection {
   background: transparent;
   color: inherit;
}

.chtbox {
  border: 1px solid black;
  width: 80%;
  margin: .5em auto .5em 0;
  height: 10em;
  overflow: scroll;
}

body {
	background:url(../images/wallpaper.jpg) no-repeat top center ; 
	background-attachment:fixed; 
	background-color: #092344;
}

a {
	color: white;
	text-decoration: none;
}

.contact_Y {
	color: white;
}


.contact_N {
	color: red;
}

.navbar {
	width: 100%;
	height: 20px;
	margin-bottom: 4px;
	font-size: 10px;
	color: blue; 
}

.navbar_container {
	width: 100%; 
	height: 26px; 
	top: 0; 
	left:0;
}

.cOnline {
	cursor: pointer;
	font-size: 10px;
}

.cOffline {
	font-size: 10px;
	cursor: pointer;
}

.chatCanvas {
   background: #69F;
   overflow: auto;
   word-wrap: normal;
   spacing-left:2px;
}

/*----------------------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th {
    margin:0px;
    padding:0px;
} 

html, body {
    margin:0px;
    padding:0px;
    width:100%;
}

body {
    background-position:top center;
    background-repeat:no-repeat;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:20px;
}


/*=========================================================================
						GENERIC TEXT STYLES
=========================================================================*/

a:focus {
    outline:none;
}

a img {
    border:none;
}

/*=========================================================================
						WINDOW STYLES
=========================================================================*/

.floatLeft {
    float:left;
    margin-right:5px;
}

.floatRight {
    float:right;
    margin-left:5px;
}

div.window {
    position: absolute;
    margin:0px auto 0px;
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:left;
}

div.titleBar {
    height:21px;
    width: 100%;
    overflow:hidden;
    padding:1px 5px 0;
	text-align:center;
    cursor: move;
}

h2.windowTitle {
	text-align:center;
    cursor: move;
}

div.actionBar {
    height:20px;
    overflow:hidden;
    padding:5px;
    white-space: nowrap;
}

div.actionBar input.addressField{
    padding:2px;
    width:852px;
    font-size:11px;
}

div.windowContent {
    height:100%;
    width:100%;
    margin:0 1px;
    overflow:hidden;
}

iframe.viewport {
    overflow:auto;
    padding:0;
    width:968px;
    height:638px;
}

img.imageButton {
    cursor:pointer;
	margin-top: 2px;
}

div.resizeHandler {
    width:5px;
    height:5px;
    overflow:hidden;
    float:right;
    cursor:nw-resize;
}

li {
   cursor:  pointer;
   color: #ffffff;
    white-space: nowrap;
    position: relative;
}

td {
   cursor:  pointer;
   color: #ffffff;
   white-space: nowrap;
   position: relative;
}

.actionBtn {
	float:right;	
	cursor: pointer;
    display: inline;
}


span.actionTxt {
	float:left;	
	cursor: pointer;
}

span.actionTxt:hover {
	float:left;	
	cursor: pointer;
	font-weight: bold;
}

div.mennu {
    position: absolute;
    margin:0px auto 0px;
    text-align:left;
	display: none;
}
/* login boxes */
.loginBox {
	background: #fff;
	padding: 18px;
	width: 400px;
	margin: 10px auto;
	text-align: left;
}
.loginBox label {
	float: left;
	width: 100px;
}
.forgotpsw label {
	width: auto;
}
.loginBox span {
	line-height: 14px;
}
.loginBox span.error{
	display: none;
	color: #f00;
}
.loginBox span.loginError{
	margin: -7px 0px 9px 100px;
	float: left;
}
.loginBox input {
	margin: 0px;
	margin-bottom: 9px;
}
.loginBox input.button {
	margin-top: 9px;
}
.loginBox input.checkBox {
	border: 0px;
	margin: 0px;
}
.loginBox a {
	color: #092344;
	text-decoration: underline;
}
.loginBox img.securityCode {
	float: left;
	margin: 0px 9px 9px 0px;
}
.clear {
	clear: both;
}

.loginBox fieldset {
padding: 30px;
}
