@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);

#titlearea
{
    background: #00587B;
    color:      white;
}

#projectname
{
    background-color:        #fff;
    -webkit-background-clip: text;
    -moz-background-clip:    text;
    background-clip:         text;
    color:                   transparent;
    text-shadow:             rgba(0,0,0,0.3) 0px 3px 3px;
}

#main-menu
{
    background: #cccccc;
    border-bottom:  3px solid #888a85;
}

#main-menu a
{
    color:           black;
    text-decoration: none;
    text-shadow:     none;
}

#nav-tree
{
    background: #eeeeee;
}

#nav-tree a
{
    color: #444449;
    font-size: 100%;
}

#nav-tree .label
{
    font-size: 100%;
}

#nav-tree .selected
{
    background: #00587b;
}

div.toc
{
    background: #eeeeee;
    border:     1px solid #babdb6;
}

div.toc h3,
div.toc a
{
    color: black;
    font-size: 100%;
}

div.toc li
{
    font-size: 90%;
}

.ui-resizable-e
{
    background: #888a85;
    width: 4px;
}

#side-nav
{
    background: #eeeeee;
    padding:0 6px 0 0;
}

body, table, div, p, dl
{
    font-family: Droid Sans,sans-serif;
    font-size: 100%;
}

p.reference, p.definition
{
    font-family: Droid Sans,sans-serif;
    font-size: 100%;
}

.title {
    font-family: Droid Sans,sans-serif;
    font-size: 100%;
}

table.directory {
    font-family: Droid Sans,sans-serif;
    font-size: 100%;
}

#projectname
{
    font: 300% Droid Sans, Tahoma, Arial,sans-serif;
}

#projectbrief
{
    font: 120% Droid Sans, Tahoma, Arial,sans-serif;
}

#projectnumber
{
    font: 50% Droid Sans, Tahoma, Arial,sans-serif;
}

h1
{
    font-size:     200%;
    font-weight:   normal;
    margin-top:    1em;
    margin-bottom: 1em;
    text-shadow:   rgba(0,0,0,0.5) 0px 1px 2px;
}

h2
{
    font-size:     160%;
    font-weight:   normal;
    margin-top:    1em;
    margin-bottom: 1em;
}

div.fragment
{
    background:     #eeeeec;
    margin-left:    20px;
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   3px;
}

div.line
{
    background:    #eeeeec;
    font-size:     90%;
}

code
{
    background:    #ecf0f3;
    padding-left:  1px;
    padding-right: 1px;
}

dl.note
{
    margin-left: 5px;
    border-left: 5px solid #d79921;
}

dl.attention
{
    margin-left: 5px;
    border-left: 5px solid #cc241d;
}

div.headertitle
{
    background: #eeeeec;
}

.title
{
    font-size:  160%;
    background-color:        #333;
    -webkit-background-clip: text;
    -moz-background-clip:    text;
    background-clip:         text;
    color:                   transparent;
    text-shadow:             rgba(255,255,255,0.5) 0px 3px 3px;
}

.sm-dox a:hover,
.sm-dox ul a:hover,
.sm-dox a:active
{
    background:      #00587b;
    color:           white !important;
    text-decoration: none;
    text-shadow:     none;
}

#nav-path ul
{
    background:  #cccccc;
    border-top:  3px solid #888a85;
}
