* {
  margin: 0;
  padding: 0;
}
html {
  background: #f4f4f8;
  /*padding: 1em;*/
}
body {
  color: #333;
  font: 500 11.5pt/1.5 Arial, ms p gothic, sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  text-align: center;
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
  font-size:107%;
}
/* basic page positioning */
.now-login {
  margin: 240px auto auto auto;
  background: url(../Images/bg.png);
  width: 250px;
  border: 1px solid black;
  padding: 1em;
}
.login-info {
  margin: auto;
  text-align: center;
  height: 3em;
  line-height: 3em;
}
.login-info span {
  font-weight: 600;
  color: #b61854;
}
#controlPanel {
  background: transparent;
}
#control-panel {
  border: 1px solid #555;
  height: 100%;
  width: 97%;
  background: url(../Images/bg.png);
  margin: 1em auto;
  padding: 1em 0;
}

#sidebar {
  float: left;
  width: 190px;
  font-size: 70%;
  z-index: 10;
}
#main {
  margin: 2em 0 0 200px;
  z-index: 1;
  font-size: 100%;
}
#main h3 {
  text-align: center;
  font-size: 90%;
}
#main table {
  font-size: 80%;
  border-collapse: collapse;
  width: 98%;
  text-align: center;
}
#main table tr.header {
  text-align: center;
  background: url(../Images/grad.png);
}
#main table tr th {
}
hr.clear {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  border: none;
  visibility: hidden;
}
/* LOGIN FORM */
#loginForm {
  width: 270px;
  margin: 170px auto;
  padding: 1em;
  text-align: center;
  border: inset 2px #302f45;
  background: url(../Images/bg.png);
}
#loginForm h2 {
  font: 800 32px Times New Roman, Trebuchet MS;
  margin-bottom: 30px;
}
#loginForm .labl {
  font: 800 16px arial;
  text-align:right;
  width: 60px;
  float: left;

}
#loginForm .txtfield {
  color: #333;
  height: 16px;
  vertical-align: middle;
  padding: 3px 8px;
  width: 160px;
  border-width: 0;
  margin-bottom: 5px;
  background: transparent url(../Images/txtfield-bg.png) no-repeat 0 0;
}
#loginForm .submit {
  margin: 15px auto 15px auto;
}
/* # LOGIN FORM */
ul{
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul li{
  margin: 0;
  font-size: 10pt;
}
ul.p2em, ol.p2em{
  width: auto;
  padding: 1em;
  margin: 1em auto;
}
ul.p2em li {
  background: url(../Images/list-arrow.png) 0 0 no-repeat;
  padding-left: 15px;
}

#sidebar ul {
  list-style: none;
  width: 150px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
#sidebar ul#nav {
  margin: 5px auto 10px 20px;
}
#sidebar ul * {
  height: 28px;
  background: #fff url(../Images/grad-al.png) repeat-x;
}
#sidebar li {
  position: relative;
  z-index: 1000;
}
#sidebar ul ul {
  position: absolute;
  left: 149px;
  top: 0;
  display: none;
}
#sidebar ul li:hover ul,
#sidebar ul li.over ul {
  display: block;
}
#sidebar ul li:hover ul ul,
#sidebar ul li.over ul ul {
  display: none;
}
#sidebar ul ul li:hover ul,
#sidebar ul ul li.over ul {
  display: block;
}
body[id=controlPanel] #nav a.bottom { /* For Firefox & Opera. I don't know why... */
  height: 17px;
  border-bottom: 1px solid #ccc;
}
#sidebar ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 5px;
  border: 1px solid #ccc; /* IE6 Bug */
  border-bottom: 0;
  text-align: center;
}
/* IE Requirement \*/
* html #sidebar ul li { float: left; height: 1%; }
* html #sidebar ul li a { height: 1%; }

#sidebar ul li:hover ul, li.over ul { display: block; } /* oops */#ibody{
  margin: 100px auto auto auto;
}
a {
  color: #7A7CBC;
}
a:hover, #sidebar ul li a:hover{
  color: #33cc33;
}

#sidebar ul li a.active{
  color: #fff;
  background: #FF8041;
}
dl dt {
  background:url(../Images/dlmark.png) left 25% no-repeat;
  padding-left: 10px;
}
/* general use */
img {
  border: 0px;
}
form {
  margin: auto;
}
fieldset {
  background: transparent;
  width: 98%;
}
img.photo {
  margin: 0;
  padding: 3px;      /* border-width of picture */ 
  background-color: #fff;
  border: 1px solid #ccc;
  border-color: #ddd #999 #999 #ccc;
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
table tr th {
  /*text-align: center;*/
}
th.head{
  font: bold 30px/80px Times New Roman;
  padding-bottom: 1.5em;
  color:#223271;
}
td.lt {
  text-align : left;
}
td.rt {
  text-align : right;
}
td span{
  font-size: 13px; 
  color: #555;
}
td small{
  font:500 11px arial;
  color: #333;
}
td strong{
  font:500 14px trebuchet ms, sans-serif;
  color:#443F63;
}
#editarea {
  width :99%;
}
#info{
  text-align: left;
  font-size: 80%;
  background: #fff;
  border: solid 2px #FF8041;
  margin: 1em;
  padding-right: 1.5em;
}
#info ul {
 list-style-type: square;
 list-style-position: inside;
}
.hidden {
  display: none;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.hand {
  cursor: pointer;
}
legend {
  font-size:105%;
  padding: 1px 3px 1px 3px;
  border: solid 2px #6A9E66;
  background: ivory;
  color: #FF7A03;
}
.result {
  text-align: center;
  color: #336600;
  margin-top: 3em;
}
.ibutton {
  font: 600 90%/1 trebuchet ms, sans-serif;
  margin: 0 0.2em; padding: 0.1em 0;
  border: 1px solid #0C820C;
  text-decoration: none;
  vertical-align: middle;
  background: #fff;
  color: #16b816;
  cursor: pointer;
}
.igreen {
  font: 600 100%/1 trebuchet ms, sans-serif;
  margin: 0.5em; padding: 0.3em;
  border: 1px solid #0C820C;
  vertical-align: middle;
  background: #fff;
  color: #16b816;
}
.ibutton span {
  margin:0; padding: 0.1em 0.3em 0.1em 0.3em;
}
.ibutton:hover,.ibutton span:hover {
  background: #16b816;
  color: #fff;
}

.exp {
  font:500 90%/1.5 trebuchet ms;
  color: #0E4F03;
  text-align: center;
  border: #FAA106 1px solid;
  background: #F8FDF7;
  width: 90%;
  background: url(../Images/lcomment.png) left top no-repeat;
  margin: 20px auto 20px auto;
}
.help {
  background: ivory;
  border: #6E9565 2px solid;
  margin: 1em;
  font-size: 90%;
  padding: 0.3em;
  text-align: left;
}
.info-icon {
  vertical-align: top;
  padding-right: 5px;
}
.alert{
  color: #509B07;
  font-size: 95%;
  padding: 0.5em;
  text-align: center;
}
.alert-p{
  margin-top: 100px;
  text-align: center;
}
.alert-p span, .alert span {
  color: #509B07;
  font-size: 95%;
  border: 1px dotted #333;
  background: #ffe;
  padding: 0.5em;
}
.nav-arrow {
  vertical-align: middle;
  width : 16px; height: 16px;
}
.underline {
  text-decoration: underline;
  color: #5C5886;
}
.change-fs {
  border: solid 1px #aaa;
  background: #eee;
  text-decoration: none;
  padding: 0 2pt 0 2pt;
}
.change-fs span{
  font-weight: bold;
}
.change-fs:hover{
  color: #fff;
  background: #F2A62E;
}
table.page-nav {
  width: 70%;
}
fieldset {
  /*border: solid 1px #aaa;
  padding: 10px 0;*/
}
#upfiles {
  position: absolute;
  display: none;
  font-size: 10pt;
  background:url(../Images/bg.png) #efe;
  border: 5px solid activecaption;
  left: 0; top: 0;
  width: 530px; z-index: 1000;
  height: 330px;
  min-height: 230px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}
* html #upfiles { overflow: hidden; }
#upfiles button { font-size: 8pt; height: auto; }
#upfiles iframe { width: 100%; }
