/*
 * file: max.css
 * date: 2008/08/28
 * rev date: 2007/10/03
 * auth: Thomas Cocuzza <tcocuzza@max.md>
 * copy: (c) Copyright 2008 MaxMD Corp.
 */


/*--[ Headings ]-------------------------------------------------------------*/

H1, H2, H3, H4, H5, H6
{
  color:                #000077;
}

H1{ margin: 5px 5px;}
H2{ margin: 10px 10px;}
H3{ margin: 15px 15px;}
H4{ margin: 20px 20px;}
H5{ margin: 25px 25px;}

/*--[ .md ]------------------------------------------------------------------*/

.dot
{
  color:                #0000FF;
  font-weight:          bold;
}
.md
{
  color:                #000000;
  font-weight:          bold;
}

.dotmd:before
/* stylized .md */
{ 
  content:              '.';
  color:                #0000ff;
}

.dotmd
/* stylized .md */
{ 
  content:              'md';
  font-weight:          bold;
}


.main {
   width: 1000px;
   float: left;
   margin-left: 25px;
   margin-top: 10px;
}

.main p{
   font-size: 10pt;
}

.main h3{
   font-size: 12pt;
}

.main h4{
   font-size: 11pt;
}

.main h5{
   font-size: 10pt;
   margin-left: 15px;
}

.menu_side {
   width: 300px;
   float: left;
   background-color: #ECECEC;
}

table {
   margin: 10px 10px 10px 50px;
   width: 800px;
}

table.moreinfo {
   margin: 10px 10px 10px 70px;
   width: 760px;
}

table td{
   font-size: 12px;
   margin: 5px;
   padding: 3px;
}

table th{
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.parameters, .response, .samplecode{
  background-color:#FFFF99;
  padding: 3px 10px;
  margin: 15px 5px;
}

.notes {
  font-size: 11px;
}

.samplecode p{
  font-size:12px;
  padding: 10px 30px;
}

.ds-documentation .tabs{
    display: inline !important;
}
.ds-documentation .tab{
    color: #D1D1D1;
    padding: 0 5px;
    display: inline !important;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ds-documentation span{
    color:#757575; font-size: 14px; padding-left: 10px;
}