
body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;
    letter-spacing: -0.01em;
    line-height: 150%;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    background: #DDDDDD;
}

#wrap {
    background: #ffffff;
    color: #303030;
    margin: 0 auto;
}

#header {
    background: #000000;
    color: #99cccc;
    font-size: 0.75em;
    padding: 15px;
    height: 70px;
    margin-bottom: 20px;
}

#header_nav {
    background: #f8f8f8;
    margin-top: -20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    font-variant: small-caps;
}

#header h1 {
    margin: 10px 10px 10px 0;
}

#avmenu {
    float: left;
    width: 135px;
}

#avmenu ul {	
    list-style: none;
    width: 135px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1em;
}	

#avmenu li {
    margin-bottom: 4px;
}

#avmenu li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 10px;
    background: #ffffff;
    border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
    background: #eaeaea;
    color: #408080;
    border-left: 4px solid #408080;
}

#content {
    margin-left: 135px;
    padding: 0 20px 10px 20px;
    line-height: 1.6em;
    text-align: left;
}

#content_lectures {
    margin-left: 25px;
    padding: 0 20px 10px 20px;
    text-align: left;
}


#content h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

#content img {
    padding: 0 8px 0 8px;
    display:inline;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
    color: #408080;
}

a:hover {
    text-decoration: underline;
    color: black;
}

a img {
    border: 0;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    width: 760px;
    text-align: center;
    color: #808080;
    font-size: 0.9em;
}

.left {
    margin: 10px 10px 5px 0;
    float: left;
}

.right {
    margin: 10px 0 5px 10px;
    float: right;
}

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

#hor-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#hor-zebra th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 18px;
}

#hor-zebra td {
    padding: 8px;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}

#hor-zebra .even {
    background: #f8f8f8; 
}


pre {
    font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
    font-size: 0.95em;
    letter-spacing: 0.015em;
    padding: 5px;
    border: 1px solid #ac9;
    border-left: none;
    border-right: none;
}

.highlight  { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
/*.highlight .err { border: 1px solid #FF0000 }  Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #008080 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #008080 } /* Literal.String.Backtick */
.highlight .sc { color: #008080 } /* Literal.String.Char */
.highlight .sd { color: #008080; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #008080 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #008080 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #008080 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
