html, body
{
  margin: 0px;
  padding: 0px;
  background-color: #ddd;
  color: #000;

  font-family: verdana, arial, sans-serif;
  font-size: 11px;

  min-height: 100%; margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,blockquote,fieldset,input,table,td,div
{ margin: 0px; padding: 0px; }

table th, table td {vertical-align: top;}

img {border: 0px;}
ul, ol {margin-left: 30px;}
ul {list-style: square;}
ul.none, li.none {list-style: none;}
ul.NotePad {margin-left: 10px; list-style: square inside; padding: 5px;}
ul.NotePad li {background-color: #e4eff5; margin-bottom: 2px; padding-left: 5px;} 
ol.NotePad {margin-left: 10px; padding: 5px;}
ol.NotePad li {list-style: decimal inside; background-color: #e4eff5; margin-bottom: 2px; padding-left: 5px;} 
li {line-height:18px;}

a:link, a:visited, a:active {text-decoration: none; COLOR: #990000; background-color: transparent;} /* color red */
a:hover {text-decoration: underline; COLOR: #ff6600; background-color: transparent; } /* color Orange and UNDERLINE */
a:hover[id=none] {text-decoration: none; COLOR: #2A2A2A; background-color: transparent; }

h3 { color: #9c9cac; font-size: 13pt; font-weight: bold; line-height: 26px; margin: 0px; margin-bottom: 10px;}
h5 { color: #8080e3; font-size: 9pt; font-weight: bold; line-height: 16px; margin: 0px; margin-bottom: 0px; margin-top:10px;}
h6 { color: #5f8bd7; font-size: 8pt; font-weight: bold; line-height: 13px; margin: 0px; margin-bottom: 0px;}
.fontSB {font-size: 7pt; font-weight: bold; color: #3369cc;}
.fontDATE {color: #8080e3;}

p {line-height: 19px;}

.subcategory {width: 170px; background: #eeeefb; color: #000; font-size: 8pt; font-weight: normal; text-indent: 8px; line-height: 23px; border-bottom: #a0ac96 1px solid; border-right: #a0ac96 1px outset;}
.subcategory2 {width: 170px; background: #FFF7D7; color: #000; font-size: 8pt; font-weight: normal; text-indent: 8px; line-height: 23px; border-bottom: #FAD163 1px solid; border-right: #FAD163 1px outset;}


.Box {border: 1px #dee0dc solid; text-align: left; line-height: 18px; padding: 3px;}
table.BoxBlue tr {background-color: #f0f3f9; color: #000000; line-height: 22px; text-align: left;}
.header {background-color: #003366; color: #fff; line-height: 18px; text-align: left;}
.rowWhite {background-color: #fff; color: #000000; line-height: 18px; text-align: left;}
.rowDark {background-color: #a8b3c6; color: #000000; line-height: 18px; text-align: left;}
.rowPale {background-color: #f0f3f9; color: #000000; line-height: 18px; text-align: left;}

#masterhead
{ background: #ddd url('/images/MasterBG.png') top center repeat-y; 
  text-align: center;
  width: 920px;
}

#masterbottom
{ background: #ddd url('/images/MasterBottom.png') bottom center no-repeat; 
  width: 920px;
  height: 20px;
}

#leftnav { float: left; width: 180px; margin: 0px; padding-top: 1em;}
.leftnav {width: 180px; background: #dee4e5; font-size: 8pt; text-indent: 10px; line-height: 20px; border-bottom: #99cc66 0px solid; border-right: #99cc66 0px solid; list-style: none;}

#content { padding-top: 1em; margin: 0px 0px 0px 200px;} 
#content td {padding: 0px 3px 0px 3px;}

#about_tab {background: #fff url('/images/puzzle-bg.png') top center no-repeat;}

#footer { clear: both; }

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


/* Start: CSS for vProfile form */
fieldset 
{
  background-color: transparent;
  background-position:left 0px;
  border:1px solid #CCCCCC;
  clear:both;
  display:block;
  margin:0px;
  margin-top:5px;
  padding:7px;
}

fieldset.linedUp dt 
{
  float:left;
  margin:0px;
  padding-right:5px;
  text-align:right;
  width:100px;
}

filedset.linedUp dd 
{
  clear:right;
  float:left;
}

fieldset.linedUp2 legend 
{
font-weight: bold;
color: #6666cc;
}

fieldset.linedUp2 dt 
{
  float:left;
  margin:0px;
  padding-right:10px;
  text-align:right;
  width:120px;
}

filedset.linedUp2 dd 
{
  clear:right;
  float:left;
}

dt 
{
  color:#669;
  font-weight:bold;
  margin-bottom:3px;
  margin-top:8px;
  padding-left:5px;
}

.required:first-letter 
{
  color:#FF0000;
}

dd 
{
  margin:0px 0px 3px;
  padding-left:20px;
}

dd p 
{
  margin:0px 0px 6px;
  padding-left:0px;
}

label
{
  margin-right: 5px;
}

table.mmdid_search td { background-color: #f0f3f9; text-align: left; line-height: 20px; vertical-align: middle;}
table.mmdid_search th { background-color: #cbdced; text-align: right; vertical-align: middle; line-height: 20px;}

/* End: CSS for vProfile form */
