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 */

#after-content {
    margin-top: 5em;
}

#right-column {
    margin-left: 1em;
    width: 200px;
    font-family: Arial, Verdana,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
    font-size: 1.4em;
}

#content, #right-column {
    margin-top: 0.25em;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.6em;
}

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 {
    clear: both;
    font-size: 1.2em;
    margin-top: 80px;
    padding-bottom: 20px;
    line-height: 2.25em;
}

#footer a {
    border: 0;
}

#footer hr {
    margin-bottom: 10px;
}

a img {
    border: 0;
}

.spacer {
    overflow: hidden;
    width: 700px;
    height: 0;
}

#layout {
    min-width: 700px;
    width: 100%;
}

#layout, #layout .zeroed {
    padding: 0;
    margin: 0;
    border: 0;
}

#layout td {
    font-size: 0.9em;
}

#layout .menu {
    width: 200px;
}


/* Banner */
#banner {
    margin: 0;
    padding: 0;
    line-height: 0;
}

#banner .snake {
    padding: 0 0 0 50px;
    float: left;
}

#banner .pycon {
    padding: 0 0 0 10px;
    vertical-align: top;
}

#banner .pics {
    float: right;
    padding: 1px 0 0 0;
}

#banner .pics img {
    padding: 0 0 0 2px;
}

#banner .nav {
    font-size: 1.1em;
    padding: 4px 0 4px 148px;
    color: #EEE;
}

#banner .nav a {
    color: #EEE;
    text-decoration: none;
}

#banner .nav a:hover {
    border-color: #EEE;
}

#banner .search {
    float: right;
    padding: 15px 20px 0 0;
}

#banner .search img {
    padding-bottom: 1px;
    cursor: pointer;
}

#banner .search input {
    height: 1.2em;
    font-size: 1.2em;
}

#banner .crumbs {
    line-height: normal;
}

#banner .crumbs a {
    text-transform: lowercase;
}

#banner .session {
    line-height: normal;
    padding-right: 20px;
    float: right;
}

/* Menu */
#menu {
    font-family: Arial, Verdana,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
    font-size: 1.4em;
    margin-bottom: 5px;
    padding: 0pt;
    width: 16em;
}

#menu ul, #right-column ul {
    border: 0pt none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
}

#menu li, #right-column li {
    width: 170px !important;
}

#menu a, #right-column 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, #right-column 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, #right-column a:hover {
    color:black;
    background-image: url(../img/nav-bg-hover.png);
}

/* Menu Level 2 */
#menu ul li, #right-column ul li {
    width: 11em !important;
    padding: 2px 0px;
}

#menu ul a, #right-column ul a {
    background: none;
    border: none;
    color: #387FBA;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: none;
    margin-left: 2em;
}

#menu ul a.selected, #right-column ul a.selected {
    font-weight: bold;
    border: none;
    color: #444;
}

#menu ul a:visited, #right-column ul a:visited {
    color: #4C3B5B;
}

#menu ul, #right-column ul {
    margin-bottom: 7px;
}

/* Menu Level 3 */
#menu ul ul a, #right-column ul ul a {
    margin-left: 3em;
    color: #888;
    text-transform: lowercase;
}

#menu ul ul a.visited, #right-column ul ul a.visited {
    color: #AAA;
}

/* Sponsors */
#right-column .sponsors {
    margin: 0;
    padding: 0;
}

#right-column .sponsors A {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

#right-column .sponsors LI {
    display: block;
    width: 160px;
}

#right-column .sponsors UL {
    margin-left: 1.4em;
    border: none;
    padding: 0px;
    width: 160px;
}

#right-column .sponsors UL LI {
    padding: 0px;
    width: 160px;
}

#right-column .sponsors UL.diamond {
    border: 2px solid #FFFFFF;
    width: 160px;
}

#right-column .sponsors UL.platinum {
    border: 2px solid #DADADA;
    width: 160px;
}
#right-column .sponsors UL.gold {
    border: 2px solid #E5C535;
    width: 160px;
}
#right-column .sponsors UL.silver {
    border: 2px solid #ECECEC;
    width: 160px;
}
#right-column .sponsors UL.vendor-ii {
    border: 2px solid #366D9C;
    width: 160px;
}
#right-column .sponsors UL.vendor-i {
    border: 2px solid #565656;
    width: 160px;
}
#right-column .sponsors UL.media {
    border: 2px solid #000000;
    width: 160px;
}

#right-column .sponsors UL A {
    margin-left: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#right-column 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;}
