/*
 * Program - JS Joga-Khichuri
 * File Name - js_joga.css
 * Author - Mohammad Ahsanul Haque Shovon
 * Web site - http://www29.websamba.com/shovon
 * Email - ahsanul_haque_shovon@yahoo.com
 * (C) ShuvoRim Pvt. Ltd.
 * All rights reserved.
 */


/* Style definition for the Game Pane */
.game_pane
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 20px;
  font-weight: bold;
  background: #FFFFFF;
  color: #E00000;
  width: 200;
  height: 30;
  padding: 4px;
}

/* Style definition for the Game Table */
.tab
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 14px;
  background: #99CCFF;
  border: #0099FF solid 1px;
}

/* Style definition for the Game Buttons */
.btn
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 14px;
  background: #FFFFAA;
  color: #000000;
  border: #FFCC33 solid 1px;
}

/* Style definition for the Game textboxes */
.txt
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 14px;
  background: #FFFFFF;
  color: #0060C0;
  border: #0099FF solid 1px;
}

/* Style definition for the Game links */
.a_lnk
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 12px;
  color: #0030E0;
  text-decoration: none;
}

.a_lnk:hover
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 12px;
  color: #0030E0;
  text-decoration: underline;
}


.hd
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 16px;
  color: #0060C0;
}

.tda
{
  font-face: Tahoma, Times, "Times Roman", Serif;
  font-size: 14px;
}

