/****************************************************************************
/*  /themes/default/css/ie_global.css
/*  -------------------------------------------------------------------------
/*  application   : QuestCMS
/*  begin         : February 1, 2006
/*  copyright     : (C) 2006 Questwork Consulting Limited
/*  email         : questcms@questwork.com
/*  
/*  $Id: v 1.0 2006/02/01 14:02:00 don Exp $
/*  
****************************************************************************/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  color: #666666;
  background-color: #f0f0f0;
  height: 100%;
  margin: 0px;
  padding: 0px;
  Scrollbar-base-color: #CCCCCC;
  Scrollbar-highlight-color: #E6E6E6;
  Scrollbar-arrow-color: #FFFFFF;
  Scrollbar-shadow-color: #CCCCCC;
}
table {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  cell-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show
}
td, th, tr {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  vertical-align: top;
  border: 0px solid #000000;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.page-index {
  font-size: 11px;
}
#box-title {
  font-weight: bold; 
  font-size:11px; 
  color: #FFFFFF;
  line-height: 1.4em;
  background-color: #53628b; 
  border-bottom: 0px solid #2D78C9; 
  text-align: center;
}

/*************** misc styles *************/
.keyword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
