

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 15px Arial, Helvetica, sans-serif;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

table td {
    vertical-align: top;
}

form p label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

input, textarea {
	border: 1px solid #777;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1, h2, h2, h3, h3 {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #00f;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 52px;
	background: #f62;
	color: #fff;
}

#logo h1, #logo p {
	float: left;
}

#logo {
	padding: 0 0 0 20px;
}

#logo p {
	margin: 0;
	padding: 14px 0 0 10px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#menu {
    text-align: right;
	padding-right: 20px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}



/* Page */

#page {
	padding: 20px 20px 0 20px;
}

/* Content */

#content {
	background: #fff;
}


/* Sidebar */

.nowrap {
    white-space: nowrap;
}
#sidebar {
	width: 30%;
    padding-left: 20px;
}

.colors {
	border: 1px solid #ccc;
	margin-bottom: 30px;
    text-align: left;
}

.colors ul {
    padding: 5px 15px;
    margin-left: 0;
}

.colors li {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

.colors h2, .colors h3 {
	padding: 5px 50px 5px 5px;
	background: #fed;
	border:1px solid #fdd;
}

.colors p, .colors ul {
	margin-bottom: 1em;
	line-height: 200%;
}

.colors .morelink {
    position: relative;
    top: 10px;
    padding-right: 10px;
    float: right;
    font-size: smaller;
}








/* Footer */

#footer {
	padding: 10px 0;
	background: #666;
    text-align: center;
}
/*
#header a {
    color:#620;
}
#header, #footer {
	background: #fb8;
}
*/


#pyAll, #phpAll {
	border:1px solid #ccc;
	margin-bottom: 30px;
}


#python, #php {
	padding: 5px;
}

#php {
	height: 230px;
	overflow: auto;
}

.pyTitle {
	background: #fed;
	border:1px solid #fdd;
	padding: 5px;
}


#php h1 { font-size: 1.6em; }
#php h2 { font-size: 1.5em; }
#php h3 { font-size: 1.4em; }


.dotted-underline {
	border-bottom: 1px dotted #444;
}

.linkbutton {
    background: transparent;
    border: none;
    color: inherit;
    text-decoration: inherit;
    cursor: hand;
    padding: inherit;
    margin: inherit;
}

.link {
    text-decoration: underline;
    color: blue;
}

ul.errorlist {
	background: #f66;
}

ul.errorlist li {
	list-style-type: square;
}

ul#messages {
	background: #f66;
}

ul#messages li {
	list-style-type: square;
}


