/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 40px;
	font-family:Tahoma;
	background-image: url(../images/bg.gif);
	background-color:#FFFFFF;
}

select{
background-color:#DBDCF0;
border:1px;
		
}

h1{
	margin:20 0 0 0;
	font-size:16px;
	font-weight:bold;
}

h2{
	margin:0;
	font-size:14px;
	font-weight:bold;
}

p{
	margin: 3px;
}
a:link 		{ color: #FFFFFF; text-decoration: none; font-size: 11px;}
a:visited 	{ color: #FFFFFF; text-decoration: none; font-size: 11px;}
a:hover 	{ color: #66CCFF; text-decoration: none; font-size: 11px;}
a:active	{ color: #FFFFFF; text-decoration: none; font-size: 11px;}

.content_link:link 		{ color: #FFFFFF; text-decoration: none; font-size: 15px;font-weight:bold;}
.content_link:visited 	{ color: #FFFFFF; text-decoration: none; font-size: 15px;font-weight:bold;}
.content_link:hover 	{ color: #66CCFF; text-decoration: none; font-size: 15px;font-weight:bold;}
.content_linka:active	{ color: #FFFFFF; text-decoration: none; font-size: 15px;font-weight:bold;}

.url:link 		{ color: #FBCD88; text-decoration: none; font-size: 12px;font-weight:bold;}
.url:visited 	{ color: #FBCD88; text-decoration: none; font-size: 12px;font-weight:bold;}
.url:hover 	{ color: #66CCFF; text-decoration: none; font-size: 12px;font-weight:bold;}
.url:active	{ color: #FBCD88; text-decoration: none; font-size: 12px;font-weight:bold;}

#border{ border:thin; border-color:#000066; border-style:ridge;}
#border_title{ border:thin;border-color:#000066;border-style:ridge; background-color:#020A39;}  
div,table,body{
	color:#FFFFFF;font-size:12px;	
}
#sub_title1,input,textarea,select{
	font-size:11px;font-family:Tahoma;
}

#message-big{
	font-size:13px;font-family:Tahoma;
}

#inp,textarea,select{
	font-size:11px; outline:thin; border-width:none;	
}

#sub_button {font-family:Tahoma;font-size: 11px;}

#content_title{
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
}

#content_menu{
	font-size:16px;
	margin-left:45px;
}

#promo{
	font-size:14px;
	color:#FFCC00;		
}

#tst IMG {
  	position:absolute;left:0px;top:0px;
}

#hammock_in{
	color: #000000;			
}


fieldset { margin:0px;
           
        }

legend {
    font-weight: bold;
	color:#FFFFFF
}

.button {
	text-align: right;
}

.button input {
	font-weight: bold;
}

#comment_title{
	color:#FFCC00;
	font-family:Tahoma;font-size: 11px;
}

#comment_msg{
	font-family:Tahoma;font-size: 12px; color:#FF9900; font-weight:bold;
}

#cursors{
cursor:pointer;
}

#big_all{
	text-transform:uppercase;
	color: #F79E1E;
}

#border_1{
border-bottom-color:#FF9900;border-bottom-style:ridge; border-bottom-width:1px;color:#FF9900;}

.chating-box{
    height: 63px;
    width: 100%;
}

.catting-div{
    height: 63px;
    width: 969px;
    background: url(../images/chat.png) right bottom no-repeat;
}

.chatting-block{
    height: 64px;
    width: 330px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
.padd40{
    padding-top: 40px;
    padding-right: 100px;
    text-align: right;
}
.chat-box{
    position: absolute;
    bottom: 49px;
    height: 300px;
    width: 253px;
    right: 1px;
    z-index: 2000;
    display: none;
}
.chat-top{
    background: url(../images/chat/chat-top.png) right top no-repeat;
    height: 43px;
    width: 100%;
}
.chat-top .chat-top-content{
    padding: 15px 15px 0 20px;
}
.chat-top .chat-top-content .text{
    float: left;
}
.chat-top .chat-top-content .icon{
    float: right;
    position: relative;
    z-index: 3000;
}
.chat-text{
    background: url(../images/chat/chat-bg.png) right repeat-y;
    height: 257px;
    width: 100%;
}
.chat-text .chat-text-box{
    padding-left: 20px;
    padding-right: 15px;
    color: #000000;
    height: 240px;
    font-weight: normal;
}
.chat-text .chat-text-box .scroll{
    overflow: auto;
    height: 240px;
}
.chat-text .chat-text-box .scroll div{
    color: #000000;
}
.chat-text .chat-text-box .scroll .textfield{
    border: 1px solid #383c8e;
    width: 98%;
    height:20px;
}

.chat-input{
    height: 64px;
    width: 380px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/chat/chat.png) left bottom no-repeat;
    z-index: 2000;
    display: none;
}
.chat-input-text{
    background: #383c8e;
    height: 63px;
    width: 234px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.chat-input-text .pad{
    padding: 4px 1px 0 5px;
}

.chat-input-text #chat-text{
    height: 43px;
    border: none;
    width: 100%;
}
.chat-input-text .send{
    height: 43px;
    width: 100%;
}