@font-face {
    font-family: mirror;
    src: url(MIRRN___.TTF);
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCC99;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {font-size: 14px}
.style5 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.style7 {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px; font-style: italic;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-style: italic;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        text-align: center;
       /*        padding-left: 150px;        */
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        text-align: left;
       /*        padding-left: 150px;        */
}

.style14 {
	font-family: mirror;
	font-size: 14px;
	font-style: italic;
}

a:link {
	color: #333333;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

.img1 {
    display: block;
    margin: auto;
}
 	font-size: 10px;
}



.img1 {
    display: block;
    margin: auto;
}
div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
}

.error {
       background-color: yellow;
}


.textbox
{
   width: 100px;
   height: 18px;
   margin-left: 0px;
}
.textbox1
{
   width: 260px;
   height: 18px;
}
.textbox2
{
   font-family: Arial, Helvetica, sans-serif;
   width: 270px;
   height: 18px;

}
.textbox3
{
   font-family: Arial, Helvetica, sans-serif;
   width: 100px;
   height: 18px;

}
.textbox4
{
   font-family: Arial, Helvetica, sans-serif;
   width: 244px;
   height: 18px;

}
.textbox5
{
   font-family: Arial, Helvetica, sans-serif;
   width: 160px;
   height: 18px;

}

.label
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-left: 2px;
}
.label0
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   float: left;
   width: 100px;
}
.label1
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-left: 223px;
}
.label2
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-left: 230px;
}
.label3
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-left: 30px;
}


.text-center {
     text-align: center;

}

.table
{
   width: 852px;
   border: "0";
   margin: auto;
}

/* ***********Menu Bar starts here **************************  */

#menu-bar {
  width: 852px;
   /* margin: 0px 0px 0px 0px; */
  margin: auto;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
 /* box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;  */
  background: #8B8B8B;
  background: linear-gradient(top,  #F47520,  #FDB733);
  background: -ms-linear-gradient(top,  #F47520,  #FDB733);
  background: -webkit-gradient(linear, left top, left bottom, from(#F47520), to(#FDB733));
  background: -moz-linear-gradient(top,  #F47520,  #FDB733);
 /* border: solid 1px #6D6D6D;  */
  position: relative;

  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}


