body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-image: url(../img/banner-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 */
#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 #AAA;
	text-decoration: none;
}

a:link:visited {
	color: #234764;	
}

a:link:hover {
	color: #366D9C;	
	border-bottom: 1px solid #366D9C;
}

b, strong {
	color: #444;
}

#footer {
	margin-top: 80px;
	padding-bottom: 20px;
}

/* Banner */
#banner .snake {
	position: absolute;
	left: 14px;
	top: 14px;
}

#banner .pycon {
	margin-left: 96px;
	margin-top: 16px;
}

#banner .nav {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #888;
	padding: 4px 0px 4px 96px;
	color: #EEE;
}

#banner .nav a {
	color: #EEE;
	text-decoration: none;
}

#banner .nav a:hover {
	text-decoration: underline;
}

#banner .search {
	position: absolute;
	right: 6px;
	top: 36px;
}

#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 {
	position: absolute;
	right: 10px;
}

/* 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-bg.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: 150px;
	height: 61px;
}

#menu .sponsors UL {
	margin-left: 1.4em;
	border-bottom: 1px solid #DADADA;
}

#menu .sponsors UL LI {
	padding: 0px;
}

#menu .sponsors UL A {
	margin-left: 0;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	width: 148px;
	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;}

