/**
 * General
 */

img {
/*    border: 0;*/
}

#content table {
/*    border: 0;
    width: 100%;*/
}
/*Hack to get IE to render the table at 100%*/
* html #content table { margin-left: -3px; }

#content th,
#content td {
/*    margin: 0;
    padding: 0;
    vertical-align: top;*/
}

.clearboth {
/*    clear: both;*/
}

.note, .warning, .fixme {
    clear:right;
    margin: 1em 3em;
    border-radius: 5px;
    background: #F6F6F6;
}

.note {
    border: solid #E1E1E1 1px;
    box-shadow: 5px 5px 5px #888888 ;
}

.warning {
    border: solid #F4323B 1px;
    box-shadow: 5px 5px 5px #888888 ;
}

.fixme {
    border: solid #FFE600 1px;
    box-shadow: 5px 5px 5px #888888 ;
}

.note .label {
    background: #E1E1E1;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    text-align: left;
}
.note .content {
    color: black;
    line-height: 120%;
    font-size: 90%;
    padding: 5px 10px;
    border-radius: 5px;
}
.warning .label {
    background: #F4323B;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    text-align: left;
}
.warning .content {
    color: black;
    line-height: 120%;
    font-size: 90%;
    padding: 5px 10px;
    border-radius: 5px;
}
.fixme .label {
    background: #FFE600;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    text-align: left;
}
.fixme .content {
    padding: 5px 10px;
    border-radius: 5px;
}

/**
 * Typography
 */

body {
/*    font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 100%;*/
}

#content {
/*    font-family: Georgia, Palatino, Times, serif;
    font-size: 95%;*/
}
#tabs {
/*    font-size: 70%;*/
}
#menu {
/*    font-size: 80%;*/
}
#footer {
/*    font-size: 70%;*/
}

h1, h2, h3, h4, h5, h6 {
/*    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;*/
}

h1 {
/*    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.4em;*/
}

#content h1 {
/*    font-size: 160%;
    margin-bottom: .5em;*/
}

#menu h1 {
/*    margin: 0;
    padding: 10px;
    background: #336699;
    color: white;*/
}

h2 {
/*    font-size: 120%;*/
}

h3 {
/*    font-size: 100%;*/
}

h4 {
/*    font-size: 90%;*/
}

h5 {
/*    font-size: 80%;*/
}

h6 {
/*    font-size: 75%;*/
}

p {
/*    line-height: 120%;
    text-align: left;
    margin-top: .5em;
    margin-bottom: 1em;*/
}

#content li,
#content th,
#content td,
#content li ul,
#content li ol{
/*    margin-top: .5em;
    margin-bottom: .5em;*/
}


#content li li,
#minitoc-area li{
/*    margin-top: 0em;
    margin-bottom: 0em;*/
}

#content .attribution {
/*    text-align: right;
    font-style: italic;
    font-size: 85%;
    margin-top: 1em;*/
}

.codefrag {
    font-family: "Courier New", Courier, monospace;
    font-size: 110%;
    background: #F6F6F6;
}