/*------------------------------------------------------------------------------
 * Agotcha!
 * Version 1.4.2
 * by Boris Ding P H, http://borisding.com/agotcha/
 * Copyright (c) 2009 Boris Ding P H. All Rights Reserved.
 *
 * This file is part of Agotcha!.
 * Agotcha! is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
 *
 * Agotcha! is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Agotcha!; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 *------------------------------------------------------------------------------

/* chat room style*/
.chatRoom{
border:solid 1px #e8eefa;
overflow:auto;
height:250px;
width:auto;
background-color:#ffffff;
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
}

.chatRoom a{
color:#000000;
text-decoration:underline;
}

.chatRoom a:hover{
color:#FF6600;
text-decoration:underline;
}

.outerFrame{
border: solid 4px #e8eefa;
height:auto;
width:375px;
padding: 5px;
background-color:#ffffff;
}

.innerFrame{
border: solid 1px #e8eefa;
height:auto;
width:373px;
background-color:#e8eefa;
}

.chatStyle1{
border-bottom:#cccccc solid 1px;
background-color:#f7f7f7;
height:auto;
padding:2px;

}
.chatSytle2{
border-bottom:#cccccc solid 1px;
background-color:#fEfEf7;
height:auto;
padding:2px;
}

/*form input style*/
.inputName{
border:1px solid #757575;
color:#666666;
width:120px;
}
.inputText{
border:1px solid #757575;
color:#666666;
width:270px;
}

.spacer {
    margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.green{
    background:url(image/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:26px; 
	width:auto;

	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;

	display:inline-block;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
}

.title{
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
}
.header{
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
color:#757575;
font-weight:none;
}
.error{
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
color:#FF0000;
font-weight:none;
}

.time{
color:#333333;
font-style:italic;
font-size:10px;
padding-right:4px;
}

/** theme options **/
.clOpt img{
border:1px solid #000000;
}



