/* 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";
}

/************************** 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 ********************/
.form { margin: 0%; }
.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 {
display: none; 
}

/* For Submit Button */
.BtnX2 {
display: none; 
}

#sidemenu { display: none; }