.coloredcode {
	border-width: 1px;
	border-style: solid;
        border-color: #000000;
}

.coloredcode .clss 	{ color: teal; }
.coloredcode .typevar   { color: purple; }
.coloredcode .cmt 	{ color: #00D502; }
.coloredcode .cmtg 	{ color: #666; }
.coloredcode .st 		{ color: #f00; }
.coloredcode .kwdt 	{ color: #666; }
.coloredcode .kwd 	{ color: #00f; }
.coloredcode .attr 	{ color: #f00; }
.coloredcode .attrv 	{ color: #00f; }
.coloredcode .ec 		{ color: #00f; }
.coloredcode .tag 	{ color: #800000; }
.coloredcode .dir    { color: #000; background: #FEFF22; }
.coloredcode .sel    { color: #800000; }
.coloredcode .val    { color: #00f; }
.coloredcode .unit 	{ color: #800000; }
.coloredcode .sqlcmt { color: #008080; }
.coloredcode .sqlkwd { color: #00f; }
.coloredcode .sqlkwd2 { color: #f0f; }
.coloredcode .sqlkwd3 { color: #999; }
.coloredcode .sqlkwd4 { color: #800000; }
.coloredcode .num 	{ color: #00f; }
.coloredcode .sqlst  { color: #008000;}
.coloredcode b      { font-weight: normal; color: #008080; }
#header {
	margin: 10px;
}
#title { 
    background-image: url(http://www.stwing.upenn.edu/~cyrusn/blog/pictures/earth/earthtop.gif); }
#nav { 
    background-position: right bottom;
    background-image: url(http://www.stwing.upenn.edu/~cyrusn/blog/pictures/earth/earthbottom.gif); }

#container { width: auto; }
#contentwrapper { margin: 10px 10px; }
#contentwrapper { background-image: url(http://www.stwing.upenn.edu/~cyrusn/blog/pictures/earth/earthtop.gif); }
#contentfooter{ background-image: none; }
#content { margin-left: 210px;
           margin-right: 0px;
           padding: 20px; }

h1 {
    text-align:center;
    vertical-align: middle;
}

.headermaintitle {
    font-family: "Trebuchet MS";
    font-weight: bolder;
    font-size: 1.5em;
}

#sidebar-a { float: left;
	     margin: 10px 0 0 10px;
	     border-right-width: 1px;
	     border-right-style: solid;
             border-right-color: #999;}
#sidebar-a ul {	margin-right : 8px; }
#sidebar-a a:link { margin-left : 0px; }
.postfoot{ text-align: left; }
#title {
}
a:visited,
a:active,
a:link {	
	color: #405cFF;
}
a:hover {
	color:#000000;
}

.Calendar{
	font-size: 1em;
	width: 180px;
        background-color: #333333;}

.Calendar a:visited,
.Calendar a:active,
.Calendar a:link {	
	text-decoration: none;
	color: #FF9900;}

.CalendarTitle{
	color: #FF9900;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;}
	
.CalendarDayHeader{
	font-weight: bold;
	background-color: #444444;}
	
.CalendarOtherMonth{
	color: #333333;}
	
.CalendarNextPrev{
	vertical-align: bottom;
	font-size: 1em;
	font-weight: normal;
	padding-top: 1em;
	padding-right: 3px;
	padding-left: 3px;}
	
.CalendarWeekend{}