/* Body Styles */

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background: #EDF1F2;
	  background-image: url(../images/frame/bacGround.jpg);
	  background-repeat: repeat-x;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
}

.textInputBox {font-family: verdana, sans-serif; font-size:11px; color:#333333; background:#ffffff; border-top:1px solid #bbbbbb; border-left:1px solid #bbbbbb; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd;}

.textInputBoxWht {font-family: verdana, sans-serif; font-size:11px; color:#333333; background:#ffffff; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; border-right:1px solid #FFFFF;}

p,td,li,pre {font: normal 10px verdana,arial,helvetica,sans-serif; color: #000000}

ul {list-style: square}

h1 {font: bold 17pt arial,helvetica,tahoma,sans-serif; color: #666666}

h2 {font: bold 12px verdana,arial,helvetica,sans-serif; color: #666666}

a {color: #333333; text-decoration: none;}

a:hover {color: #FF3300 }

pre {margin-bottom: 0}



/* Table Styles */

.MainTable {background: #dddddd}

.rowA {background: #EBECED}

.rowB {background: #EBECED}

.rowC {background: #E5E5E5}

/*#DFEBBC*/
/* Form Styles */
.textfield {font-family: verdana, sans-serif; font-size:11px; color:#333333;}

//.submit {font: normal 8pt "verdana","arial mt","arial narrow","arial"; background: #0033FF; color: #efef}


.submit {font: normal 8pt "verdana","arial mt","arial narrow","arial"; background: #0033ff; color: #ffffff; border: #cccccc 1px outset}

select {font: normal 7pt "verdana","arial mt","arial narrow","arial"; color: #616161;}

select.nav_sel {font: normal 7pt "verdana","arial mt","arial narrow","arial"; color: #999900; background: #666666}

form {margin: 0}