
body {
  margin-top: 30px;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #111111;
  background-color: #F1F5F7;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
p { margin-top: 0px; margin-bottom: 10px; padding: 0px; }
ul {list-style-type: square;}

#dropleft { width: 7px; }
#droptop  { height: 7px; }

#dropright1 {
  background: url("images/bg-shadow-right1.png") no-repeat;
  background-position: 100% 100%; 
  width: 23px;
  height: 40px;
}

#dropright2 {
  background: url("images/bg-shadow-right3.png") no-repeat; 
  background-position: 0px 40px;
  width: 23px;
  height: 100%;
}

#dropbot { 
  background: url("images/bg-shadow-bottom6.png") no-repeat;
  height: 22px;
  width: 823px;
}


.giant    { font-size: 48px; }
.largest  { font-size: 20px; }
.larger   { font-size: 16px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }


img { border: 0px; }

.wide { width: 100%; }

.fl { float: left; }
.fr { float: right; }

.text { font-size: 12px; line-height: 16px; }
.footertext { font size: 11px; letter-spacing: 0pt; word-spacing: 1pt;}

.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.vtop    { vertical-align: top; }
.vbot    { vertical-align: bottom; }
.vmid    { vertical-align: middle; }
.vtop td { vertical-align: top; }
.vbot td { vertical-align: bottom; }
.vmid td { vertical-align: middle; }
.vtbot   { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.white  { color: #FFFFFF; }
.pink   { color: #E9A5C8; }
.ltgray { color: #D8DCDF; }
.dkgray { color: #A4A4A4; }
.error { color: #880000; }

.whitebg { background-color: #FFFFFF; }
.normbg  { background-color: #F1F5F7; }
.ltbluebg { background-color:#F1F5F7; }

.ltgrayborderbot { border-bottom: 1px solid #D8DCDF; }
.ltgraybordertop { border-top: 1px solid #D8DCDF; }
.ltgrayborder { border: 1px solid #D8DCDF; }

.bordert td { border: 1px solid orange; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad5nl td { padding: 5px 10px 5px 0px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }

a:link    { color: #E9A5C8; text-decoration: none; }
a:visited { color: #E9A5C8; text-decoration: none; }
a:hover   { color: #D8DCDF; text-decoration: none; }

.dkgray a:link    { color: #A4A4A4; text-decoration: none; }
.dkgray a:visited { color: #A4A4A4; text-decoration: none; }
.dkgray a:hover   { color: #D8DCDF; text-decoration: none; }


ul#admin_menu {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

#admin_menu li {
  line-height:1.5em;
}