body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-blue.jpg);
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #009999;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
}
.menu-left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 2px;
}
.menu-left:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #0B3A51;
	padding: 2px;
}
.jdl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #6F3B5D;
	padding: 2px;
}
.tx-02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #0B3A51;
	text-decoration: none;
	text-align: justify;
	padding: 1px;
	line-height: 10px;
}

.ibox-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #003300;
	background-color: #D1D0D9;
	border: 1pt solid #003300;
	padding: 2px 5px 2px 5px;
	text-decoration: none;

}

.ibox-2 {
	display: block;
	color: #333333;
	width: 142px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	font-weight: normal;
	background-color: #D1D0D9;
	background-position: 2px 2px;
	background-repeat: no-repeat;

}
.ibox-2:hover {
	color: #ffffff;
	background-color: #00016B;
	background-position: 2px 2px;
	background-repeat: no-repeat;

}

#navibox {
	float: left;
	width: 140px;
	font-size: 7pt;
}
#navibox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#navibox li {
	margin: 0px;
	
}
#navibox li a {
	display: block;
	color: #333333;
	width: 140px;
	padding: 4px 12px 4px 17px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	background-position: 5px 9px;
	background-repeat: no-repeat;
	
}
#navibox li a:hover{
	color: #ffffff;
	background-color: #00016B;
	background-position: 5px 9px;
	background-repeat: no-repeat;
}

#navibox li a#on{
	background-color: #FFE784;
	background-position: 5px 9px;
	background-repeat: no-repeat;
}

#navibox li li a{
	color: #000000;
	width: 140px;
	padding: 4px 12px 4px 30px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	background-position: 17px 9px;
	background-repeat: no-repeat;
	color: #ACAE7F;
	
}
#navibox li li a:hover {
	background-position:17px 9px;
	background-repeat: no-repeat;
	color: #5f4d37;
	background-color: #f9fae8;

}
#navibox li li a#on {
	background-position:17px 9px;
	background-repeat: no-repeat;
	color: #5f4d37;
	background-color: #F0F2C4;
}

.lm-title{
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #0B3A51;
	text-decoration: none;
	background-color: #E9E5D5;
	text-align: center;
	padding: 3px;
}

.lm-title:hover {
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #F1BE0D;
	text-align: center;
	padding: 3px;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.text,div,span,td,p,li,input,select,textarea,legend,blockquote,pre {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10px;
}

.smtext {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10px;
}

.iframe {
	overflow: hidden;
	border: 1px solid black;
}

#chatBox {
	width: 100%;
	height: 335;
	overflow: auto;
}

#usersBox {

	height: 280;
	padding: 0 5px 0 10px;
	overflow: auto;
}

.chatBorderText {
	font-weight: bold;
	color: black;
	font-size: 10px;
}

.LogOut {
	color: #3B71B6;
	font-size: 10px;
	font-family: verdana;
}

.Copyright, a.Copyright, a.Copyright:visited, a.Copyright:visited:hover, a.Copyright:hover {
	color: #3B71B6;
	font-size: 10px;
	font-family: verdana;
}

.UserStatus {
	color: green;
}

.soundoptions {
	font-size: 10px;
}

.privatemessage {
	font-weight: bold;
	font-size: 10px;
	color: green;
}

.consolemessage {
	font-size: 10px;
	color: green;
	font-weight: bold;
}

#emoticons {
    position:absolute;
    top: 320px;
    left: 21px;
    background-color: #FFFFFF;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
	filter:
    progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity: 0.95;
    overflow: hidden;
	z-index: 1
}

#emoticons div {
    width:235px;
    height:50px;
    display:block;
    overflow:hidden
}

#emoticons div span {
    width: 20px;
    height: 20px;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 0px;
    text-align: center
}
.link-01{
	font-family:Verdana;
	color:#990000;
	font-size:11px;
	text-decoration:none;
}
.link-01:hover{
	font-family:Verdana;
	color:#FF9900;
	font-size:11px;
	text-decoration:none;
}
.border1{
	border:1px #d8dadb solid; border-left:none; border-right:none; border-top:none;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:14px;
}
.bg-1{
	background-image:url(../img/lightblue-white-fade.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px #d8dadb solid;
	
}
.bg-2{
	background-image:url(../img/lightblue-white-fade2.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px #d8dadb solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-bottom:15px;
}
.style1 {color: #990000}
.style2 {color:#666699}
.bg-login{
	background-image:url(../img/login_atas.png);
	background-repeat:no-repeat;
	background-color:transparant;	

}
.style3 {color: #333333}
.style5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}