/* elements */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5;
}

a {
    color: blue;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    background: #ededed;
}

a.typeLink {
    color: grey;
}

a.tree {
    font-weight: bold;
    font-size: 12px;
}

a.flag {
    background: none;
}

a.footer {
    color: grey;
    border: 0;
    background: none;
}

img {
    border: none;
}

img.icons {
    vertical-align: middle;
}

h1 {
    font-family: "Trebuchet MS", "Verdana", Sans;
    line-height: 27px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 2px;
}

h2 {
    background: #0068B1;
    color: #fff;
    padding: 2px; 
    padding-left: 10px;
    font-weight: bold; 
    margin-bottom: 10px; 
    font-family: "Trebuchet MS", "Verdana", Sans;
    font-size: 12px;
    text-align: center;
}

h3 {
    font-size: 14px;
    color: #0266ad;
    padding-bottom: 10px;
}

h4 {
    padding-top: 20px;
    font-size: 12px;
    color: black;
}

h5 {
    background: #f4f4f4;
    border: 1px solid #0068B1;
    font-family: "Trebuchet MS", "verdana", sans;
    font-size: 14px;
    font-weight: bold;
    text-indent: 10px;
    color: #0068B1;
    margin-bottom: 10px;
}

h6 {
    margin-top: 0px;
    text-align: right;
    font-size: 10px;
    color: #cccccc;
    padding-right: 20px;
}

ul {
    padding-left: 20px;
}

li {
    list-style-type: none;  
    background: url("/images/soapi/bullet_white.gif") left top no-repeat;
    padding-left: 20px;
}

li.first {
    list-style-type: none;  
    list-style-image: none;  
    background: none;
    z-index: 100;
    list-style-position: outside;
}

li.menu
{
    list-style-type: none;
    background: url("/images/soapi/bullet_black.gif") left top no-repeat;
    padding-left: 20px;

}

li.home
{
    list-style-type: none;
    background: url("/images/soapi/tick.gif") left top no-repeat;
    padding-left: 20px;

}

.type {
    color: #666666;
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
}

.struct {
    color: green;
    font-size: 13px;
}

.code {
    background: #CCCCCC;
}

.codeSample {
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 10px;
    text-align: left;
    font-family: courier;
    font-size: 10px;
    line-height: 1em;
    display: none;
}

.desc {
    font-style: italic;
    color: #333333;
    padding-left: 24px;
}

.doc {
    font-style: italic;
    color: #333333;
}

.limit {
    font-style: italic;
    color: red;
    padding-left: 24px;
}

.param {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

div.tabs {
    margin-bottom: 6px;
}

a.tab {
    border: 1px dotted #cccccc;
    color: #000000;
    background: #ededed;
    text-decoration: none;
    padding: 8px;
}

a.tabSelected {
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
    border-bottom: 1px solid white;
    color: #000000;
    background: #FFFFFF;
    text-decoration: none;
    padding: 8px;
}

/* code syntax color */

.codeVar {
    color: #336600;
}

.codeHead {
    color: #990000;
}

.codeStr {
    color: #CC6600;
}

.highlight {
    background: #FFFF99;
}

.codeCond {
    color: #9933FF;
}

.codeCom {
    color: #6666CC;
}

.codeNull {
    color: #FF9900;
}

.codeBool {
    color: blue;
}

/* sections */

#header {
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 792px;
    height: 64px;
    background: transparent url("/themes/default/images/soapi/soapi.png") repeat-y 50% 0%;
    text-align: left;
}

#body {
    max-width: 1200px;
    margin: auto;
}

#menu {
    width: 250px;
    float: left;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#content {
    margin-bottom: 40px;
    margin-left: 300px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 500px;

}

#footer {
    width: 100%;
    text-align: center;
    font-size: x-small;
}


div .structure {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px dashed #cccccc;
    border-left: 1px dashed #cccccc;
}

div .method {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
}

div .generator {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
}

.generator_title {
    text-align: left;
    background: #0068B1;
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
}

button {
    margin: 1px;
    padding: 0;
    height: 19px;
    line-height: 19px;
    _line-height: 15px;
    font-size: 11px;
    font-weight: normal;
    color: #000077;
    border: 1px solid #B0B0B0;
    background-color: #DFDFDF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #80B4D8;
}

/* menu tips */ 
.menuLinkTip
{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(/images/soapi/bubble.png) top left;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/images/soapi/bubble.png) bottom right;
}

.description
{
    margin: auto;
    width: 592px;
    margin-top: 20px;
    padding: 15px;
    background: #ededed;
    border: 1px solid #ccc;
}

.submenu
{
    background: #0068B1;
    color: #fff;
    padding: 2px; 
    padding-left: 10px;
    font-weight: bold; 
    margin-bottom: 10px; 
    font-family: "Trebuchet MS", "Verdana", Sans;
    font-size: 12px;
}

#languageSelector {
    text-align: right;
    width: 788px;
}
