   /**
	*	Project Name	: w3TamilWK - w3Tamil Web Keyboard 
	*	@ Version		: 1.2 (January, 2008) Beta
	*	@ Version		: 1.1 (December, 2006) Beta
	*	Author			: T.Siva
	*	Copyright (C) 2006 - 2008 T.Siva (w3tamil AT gmail DOT com) OR (developer AT w3tamil DOT com)
	*	Project Home Page: http://wk.w3tamil.com
	*	Latest Versions will be available at: http://sourceforge.net/projects/w3tamilwk/
	*/
   /**
	*	This file is part of w3TamilWK (w3Tamil Web Keyboard).
	*
	*   w3TamilWK is free software; you can redistribute it and/or modify
	*   it under the terms of the GNU General Public License as published by
	*   the Free Software Foundation; either version 2 of the License, or
	*   (at your option) any later version.
	*
	*   w3TamilWK 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 General Public License for more details.
	*
	*   You should have received a copy of the GNU General Public License
	*   along with w3TamilWK; if not, write to the Free Software
	*   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
	*/
#w3Tamil_keyboard_container{
	margin: 0 auto;
	width: 620px;/*38em;*/
	text-align:center;
/*	display: none;*/
}
#w3Tamil_keyboard{
	border:1px outset #F0F0F0;
	padding: 2px;
	white-space:nowrap;
	background-color:#dfecf5; /*dfecf5************/
	color:#333333	
}
#w3Tamil_key_pad{
	margin-top:6px;
}
#w3Tamil_key_pad img{
	display: inline !important;
}
#w3Tamil_row_1, #w3Tamil_row_2, #w3Tamil_row_3,#w3Tamil_row_4, #w3Tamil_row_5{
	text-align : center;
}
#w3Tamil_keyboard img{
	border:1px outset #E9E9E9;
	cursor: pointer;
	margin: -1px;
	/*width: 2.3em;
	height: 2.3em;*/
}
#w3Tamil_keyboard_title{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;		
}
#w3Tamil_keyboard_editor{
	padding: 5px;
	background-color:#c3d9ff;/*c3d9ff*************/
}
#w3Tamil_keyboard_editor form{
	margin: 0px;
}
#w3Tamil_keyboard_editor textarea{
	color: #333333;
	font-family: Arial, "arial unicode ms", latha, Auai_Tamil, sans-serif;
	font-size: 16px;
	border:2px inset #CCCCCC;
	width: 600px;/*25em;*/
	background-color: #FFFFEC;
}
#w3Tamil_toolbar{
	color: #333333;
	font-family: Arial, "arial unicode ms", latha, Auai_Tamil, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	color:#006600;
	/*border:1px outset #efefef;*/
	background-color: #c3d9ff;
	padding: 2px;
	margin-top: -2px;
	margin-bottom: 2px;
	text-align:left;
}
#w3Tamil_keyboard_status{
	margin: 0 auto;
	background-color:#fad163;
	font-family:arial;
	font-size:10px; /*0.7em;*/
	text-align:center;
	margin-bottom: 2px;
}
#w3Tamil_keyboard_footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /*0.6em;*/
	background-color:#c3d9ff;
	display: block;
}
#w3Tamil_selectCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c3d9ff;	/**********/
	border:1px outset #CCCCCC;
	background-image: url(../images/copy.gif);
	background-repeat:no-repeat;
	padding-left:15px;	
	font-variant: small-caps;
	cursor: pointer;
}
.w3Tamil_formElements{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c3d9ff;	/**********/
	border:1px outset #CCCCCC;
	font-variant: small-caps;
	cursor: pointer;
	background-image: url(../images/w3tamil_favicon_2009.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
#w3Tamil_changeStyle{
	background-image: url(../images/style.gif);
}
#w3Tamil_delete{
	background-image: url(../images/delete.gif);
}
#w3Tamil_infobtn{
	background-image: url(../images/w3tamil_favicon_2009.gif);
}
#w3Tamil_helpbtn{
	background-image: url(../images/help.gif);
	background-repeat:no-repeat;
	padding-left:15px;	
}
