body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000; /*#262626;*/
    background-image: url(../img/back.png);
    background-position: left top;
    background-repeat: repeat-x;
}

/* input focus */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .vTextField:focus
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #888866;
    border-right-color: #888866;
    border-bottom-color: #888866;
    border-left-color: #888866;
}

input[type="text"].monospace, textarea.monospace, input[type="password"].monospace {
    font-family: monospace;
}

/* Content */

#lfcolumn {
    margin-top: 8px;
}

#content {
    position: absolute;
    left: 210px;
    top: 110px;
    font-size: 1.4em;
    line-height: 1.6em;
    min-width: 600px;
}

h1, h2, h3, h4, h5 {
    font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
    font-weight: normal;
    margin-top: 0px;
    color: #234764;
    text-decoration: none;
}

h1         { font-size: 1.6em; color: #366D9C; }
h2         { font-size: 1.4em }
h3         { font-size: 1.3em }
h4, h5     { font-size: 1.2em }

a:link {
    color: #366D9C;
    border-bottom: 1px dotted #366D9C;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #666;
    border-bottom: 1px dotted #666;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #366D9C;
    border-bottom: 1px solid #366D9C;
    outline: none;
}

a:active {
    color: #666;
    border-bottom: none;
}

b, strong {
    color: #444;
}

#footer {
    margin-top: 80px;
    padding-bottom: 20px;
}

a img {
    border: 0;
}

/* Banner */
#banner .snake {
    margin-left: 50px;
    float: left;
}

#banner .pycon {
    margin-left: 10px;
    vertical-align: top;
}

#banner .pics {
    position: absolute;
    right: 0;
    top: 1px;
}

#banner .pics img {
    margin-left: 2px;
}

#banner .nav {
    padding: 3px 0px 4px 148px;
    color: #EEE;
}

#banner .nav a {
    color: #EEE;
    text-decoration: none;
}

#banner .nav a:hover {
    border-color: #EEE;
}

#banner .search {
    float: right;
    margin-top: 8px;
    margin-right: 4px;
}

#banner .search img {
    padding-bottom: 1px;
    cursor: pointer;
}

#banner .search input {
    height: 1.2em;
    font-size: 1.2em;
}

#banner .crumbs a {
    text-transform: lowercase;
}

#banner .session {
    float: right;
    margin-right: 8px;
}

/* Menu */
#menu {
    margin-top: 28px;
    font-family: Arial, Verdana,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
    font-size: 1.4em;
    margin-bottom: 5px;
    padding: 0pt;
    width: 16em;
}

#menu ul {
    border: 0pt none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
}

#menu li {
    width: 170px !important;
}

#menu a {
    background-color: #F5F5F5;
    background-image: url(../img/nav-bg2.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    color: #4B5A6A;
    display: block;
    margin: 0pt 0pt 4px 1.4em;
    padding: 2px 2px 2px 4px;
    text-transform: uppercase;
    text-decoration: none;
}

#menu a.selected {
    border-left: 3px solid #FFDB4C;
    border-bottom: 1px solid #888866;
    border-right: 1px solid #888866;
    border-top: 1px solid #888866;
    color: black;
}

#menu a:hover {
    color:black;
    background-image: url(../img/nav-bg-hover.png);
}

/* Menu Level 2 */
#menu ul li {
    width: 11em !important;
    padding: 2px 0px;
}

#menu ul a {
    background: none;
    border: none;
    color: #387FBA;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: none;
    margin-left: 2em;
}

#menu ul a.selected {
    font-weight: bold;
    border: none;
    color: #444;
}

#menu ul a:visited {
    color: #4C3B5B;
}

#menu ul {
    margin-bottom: 7px;
}

/* Menu Level 3 */
#menu ul ul a {
    margin-left: 3em;
    color: #888;
    text-transform: lowercase;
}

#menu ul ul a.visited {
    color: #AAA;
}

/* Sponsors */
#menu .sponsors {
    margin-top: 20px;
}

#menu .sponsors A {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

#menu .sponsors LI {
    display: block;
    width: 160px;
    height: 81px;
}

#menu .sponsors UL {
    margin-left: 1.4em;
    border: none;
    padding: 0px;
    width: 160px;
}

#menu .sponsors UL LI {
    padding: 0px;
}

#menu .sponsors UL.diamond {
    border: 2px solid #FFFFFF;
}
#menu .sponsors UL.platinum {
    border: 2px solid #DADADA;
}
#menu .sponsors UL.gold {
    border: 2px solid #E5C535;
}
#menu .sponsors UL.silver {
    border: 2px solid #ECECEC;
}
#menu .sponsors UL.vendor-ii {
    border: 2px solid #366D9C;
}
#menu .sponsors UL.vendor-i {
    border: 2px solid #565656;
}
#menu .sponsors UL.media {
    border: 2px solid #000000;
}

#menu .sponsors UL A {
    margin-left: 0;
    width: 160px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#menu IMG {
    border: none;
}

/* history diff tables */
table.diff td.diff_next {background-color:#eeeeee}
table.diff span.diff_add {background-color:#aaffaa}
table.diff span.diff_chg {background-color:#ffff77}
table.diff span.diff_sub {background-color:#ffaaaa}
table.diff td { padding-top: 0px; padding-bottom: 0px; white-space: normal;}
table.diff td.diff_header { text-align: right; vertical-align: top;}
