@import url(main.css);
@import url(main2cols.css);

body{
font-size: 90%;
}

hr{
height: 1px;
}

code{
font-size: 12px;
background-color: #EFEFEF;
}


#mastertable{
font-size: 100%;
}

#filterslist a{
font-size: 120%;
}

#filterslist .syntax{
background: #FEF1AB;
font: normal 100% Courier;
}


ul#reflist, ul#reflistmore{
list-style-type: none;
padding: 0;
margin: 10px 0 10px 5px;
line-height: 1.2em;
}

.nestedlist{
margin: 0;
padding-left: 0;
margin-left: 1.5em;
list-style-type: disc;
}


#middlecolumn #lastupdated{
margin-top: -10px;
font-style: italic;
}

#middlecolumn #relatedtutorials{
margin-bottom: -0.5em;
}

#middlecolumn .listitems{
font-size: 120%;
font-weight: bold;
line-height: 1.4em;
}

#middlecolumn table{
font-size: 100%;
}

#middlecolumn table td{
padding: 3px;
}

#middlecolumn table .captions{
background-color: #73D656;
}


h3{
font-size: 20px;
margin-bottom: 0.4em;
}

.samplecode, .samplecodeplus{
width: 98%;
font-size: 100%;
border: 1px dashed gray;
background-color: #FFFFD7;
padding:5px;
font-family: Courier new;
margin-bottom: 1em;
}


.inlinecode{
}

a:hover{
color: red;
}
