/* specifications of the body */
body 
{
  font-size: 11px;
  font-family: "sans-serif", "Arial", "Verdana", "Helvetica";
  margin: 0%;
}

td 
{ font-size: 11px;
  font-family: "sans-serif", "Arial", "Verdana", "Helvetica";
}

/************************** A **************************/

/* global anchor color */
a { color: #333366; text-decoration: none; }
a:hover { color: #FF9900; }

/************************** Search Table **************************/

.search 
{
  font-size: 9px;
  color: #333366;
  font-family: "sans-serif", "Arial", "Verdana", "Helvetica";
}

.caption { font-size: 14px; }

/************************** FONT SIZE **************************/

.small { font-size: 11px; }
.large { font-size: 14px; font-family: "sans-serif", "Arial", "Verdana", "Helvetica"; font-weight:bold; }
.xlarge { font-size: 16px; font-family: "sans-serif", "Arial", "Verdana", "Helvetica"; font-weight:bold; }
.xxlarge { font-size: 18px; font-family: "sans-serif", "Arial", "Verdana", "Helvetica"; font-weight:bold; }
.hitlist { font-size: 11px; color: #0077BD;}
.noborder { border: none; }

/*************** INPUT FIELDS SETTINGS ********************/
.cb { border: none; }
.radio { border: none; }

input, textarea, file, select {
font-size: 11px;
color: black;
font-family: helvetica;
border-color: #808080;
border-style: solid;
border-width: 1px;
scrollbar-arrow-color: #617087;
scrollbar-track-color: #EEEEEE;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #617087;
}

/* For Submit Button */
.BtnX1 {
font-size: 11px;
color: #FFFFFF;
font-family: arial, helvetica;
font-weight:bolder;
border-color: #0077BD;
background-color: #0077BD;
padding:0;
border-style: solid;
border-width: 1px;
width: 80px;
}

/* For Submit Button */
.BtnX2 {
font-size: 11px;
color: #0077BD;
font-family: arial, helvetica;
font-weight:bolder;
border-color: #0077BD;
background-color: #FFFFFF;
padding:0;
border-style: solid;
border-width: 1px;
width: 80px;
}

.BtnX3 {
font-size: 11px;
color: #FFFFFF;
font-family: arial, helvetica;
font-weight:bolder;
border-color: #0077BD;
background-color: #0077BD;
padding:0;
border-style: solid;
border-width: 1px;
width: 160px;
}