/****************************************************************************
 *  /themes/default/css/en/textlargest.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

/******************************************************/
/* HTML tag styles                                    */
/******************************************************/

body {
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 16px;
  color: #916caf;
  color: #666666;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #eaebe3;
  background-image: url(../../images/common/bkg.gif);
}
table {
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 18px;
  border-collapse: collapse;
  empty-cells: show;
}
td, th, tr {
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 18px;
  vertical-align: top;
  border: 0px solid #000000;
}

/********* form and related tag styles *********/
form { font-size: 18px;}
.button {
  background-color: #191f51;
  border: 1px solid #666666;
  border: 1px solid #e6eff4;
  font-size: 16px ;
  color: #ffffff;
}
.button_mo {
  background-color: #ff9900;
  border: 1px solid #e6eff4;
  font-size: 16px ;
  color: #ffffff;
}

/************** header tag styles **************/
.title {
  font-size: 24px;
  line-height: 30px;
  background-color: #006666;
  color: #DCDCDC;
}
.subtitle {
  font-weight: bold;
  color: #ffffff;
  background: #666666;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.page-index {
  font-size: 16px;
}
#box-title {
  font-weight: bold; 
  font-size:16px; 
  color: #FFFFFF;
  line-height: 1.4em;
  background-color: #53628b; 
  border-bottom: 0px solid #2D78C9; 
  text-align: center;
}
.page_element_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
}
td.page_element {
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 16px;
  vertical-align: middle;
  border: 0px solid #000000;
}
.content01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: transparent;
}
.menu-first-row{
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff;
  background-color: transparent;
}
.menu-second-row{
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #e6f817;
  background-color: transparent;
}
.menu-text{
  font-family: "Helvetica Neue", Helvetica; 
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
}

/***********************************************/
/* Steven Styles                             */
/***********************************************/
.boxheader01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: transparent;
}
.main_content01 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  background-color: transparent;
}

