/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width:  100%; /* 820px; */ 
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}
/*
name: orange keys
designer: Dan Archibald
designer_url: http://www.squibix.net/design/
description: simple and lightweight; little hover effects for users of not-IE
layouts: one-column, two-column-left, two-column-right, three-column
*/

h3.entry-header a.entry-header { color : white }

.entry-userpic {
	display: none;
	}

body {
	background: #fff url("OrangeKeys.css/$File/weblog-cn.gif");
            background-repeat : no-repeat;
            background-position : 600px 20px;
	font-family: verdana, "bitsteam vera sans", sans-serif;
	font-size: 12px;
	color: #000;
	}
img {
	border: 0;
	}
a, a:link, a:visited, a:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #999;
	}


#container{
     max-width : 950px !important;
     margin:0 auto;
     margin-top:20px !important;
     background:#fff;
     padding:10px;
     }

#old-container {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#pagebody {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #999;
	margin: 0;
	padding: 100px 0 0 0;
	}

body.layout-one-column #pagebody, body.layout-one-column #banner-inner {
	width: 660px;
	}
body.layout-one-column #alpha {
	margin: 0 10px 0 50px;
	}

body.layout-two-column-left #pagebody, body.layout-two-column-left #banner-inner,
body.layout-two-column-right #pagebody, body.layout-two-column-right #banner-inner {
	width: 100%;
	}
body.layout-two-column-left #alpha {
	position: absolute;
	left: -1px;
	width: 200px;
	border-left: 1px solid #999;
	}
body.layout-two-column-left #beta {
	/* width: 696px; */
	padding: 0 6px 0 0;
	margin: 0 0 0 240px;
	}
body.layout-two-column-right #alpha {
	width: 450px;
	}
body.layout-two-column-right #alpha-inner {
	padding: 0 40px 0 10px;
	}
body.layout-two-column-right #beta {
	position: absolute;
	top: 100px;
	right: 0;
	width: 200px;
	}

body.layout-three-column #pagebody, body.layout-three-column #banner-inner {
	width: 720px;
	}
body.layout-three-column #alpha {
	position: absolute;
	z-index: 100;
	top: 100px;
	width: 180px;
	}
body.layout-three-column #alpha-inner {
	padding: 0 10px 0 0;
	}
body.layout-three-column #beta {
	position: absolute;
	left: -1px;
	width: 355px;
	padding: 0 180px;
	border-left: 1px solid #999;
	}
body.layout-three-column #gamma {
	position: absolute;
	right: 0;
	top: 100px;
	width: 180px;
	}
body.layout-three-column #gamma-inner {
	padding: 0 0 0 10px;
	}

#banner {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
                width : 100%;
	height: 100px;
	border-bottom: 1px solid #ff6600;
	margin: 0;
	padding: 0;
                background: #fff url("OrangeKeys.css/$File/wisselnet.gif") no-repeat;
	}
#banner h1 {
	position: absolute;
	top: 18px;
	margin: 0;
	padding: 2px 0 0 0;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
                visibility : hidden;
	}
#banner h1 a:focus, #banner h1 a:hover {
	background-color: #ff6600;
                color : #fff;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	padding-top: 0;
	padding-right: 10px;
	}
#banner h2 {
	position: absolute;
	top: 70px;
	right: 0;
	padding-right: 2px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}

h2.date-header {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 18px;
	color: #ff6600;
	text-transform: uppercase;
	font-weight: bold;
	}
body.layout-one-column .entry, body.layout-two-column-left .entry {
	border-right: 1px solid #ff6600;
	}
body.layout-two-column-right .entry {
	border-left: 1px solid #ff6600;
	}
body.layout-two-column-right .entry-body {
	padding-left: 5px;
	}
body.layout-two-column-right .entry-footer {
	margin-left: -5px;
	}
h3.entry-header {
	background-color: #ff6600;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}
.entry-body {
	line-height: 140%;
	}
.entry-body ul, .entry-body ol {
	}
.entry-body li {
	}
.entry-body ul li {
	}
.entry-body blockquote {
	}
.entry-footer {
	background-color: #f6f6f6;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	}
.post-footers {
	display: block;
	}
.separator {
	display: none;
	}

.module:hover .module-content {
	background-color: #999;
                color : #fff;

	}
.module:hover .module-header {
	color: #999
	}
.module:hover .module-header a {
	color: #999
	}
.module {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	}
.module-header {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color:  #ff6600;
	text-transform: uppercase;
	font-weight: bold;
	}
.module-header a, .module-header a:link, .module-header a:visited, .module-header a:active {
	color:  #ff6600;
	font-weight: bold;
	border-top: 1px solid #fff;
	}
.module-header a:hover, .module-header a:focus {
	border-top: 1px solid #999;
	}
.module-content {
	background-color: #ddd;
	margin: 0;
	padding: 3px 0;
	}
.module ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.module li {
	margin: 0;
	padding: 0;
	}
.module li a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	}
html>body .module li a {
	width: auto;
	}
.module li a:link, .module li a:visited, .module li a:active {
	color: #000;
	font-weight: normal;
	}
.module li a:hover {
                color : #fff;
	background-color: #ff6600;
	}

.module input {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 2px;
	padding: 0;
	color: #000;
	}
input#search {
	width: 90%;
	}
.module label {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
.module input:focus {
	border: 1px solid #000;
	}
.module:hover input:focus {
	border: 1px solid #333;
	}

.module-syndicate .module-content, .module-syndicate:hover .module-content,
.module-powered .module-content, .module-powered:hover .module-content {
	padding: 0 20px;
	background-color: transparent;
	color: #aaa;
	font-size: 10px;
	}
.module-syndicate a, .module-syndicate a:link, .module-syndicate a:visited, .module-syndicate a:active,
.module-powered a, .module-powered a:link, .module-powered a:visited, .module-powered a:active {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}
.module-syndicate a:hover, .module-syndicate a:focus,
.module-powered a:hover, .module-powered a:focus {
	text-decoration: none;
	}
.module-syndicate {
	background: transparent url("OrangeKeys.css/$File/rss-icon.png") 1px 50% no-repeat;
	}


.content-nav {
	text-align: center;
	font-size: 10px;
	}
.content-nav a, .content-nav a:link, .content-nav a:visited, .content-nav a:active {
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	}
.content-nav a:focus, .content-nav a:hover {
	color: #ff6600;
	text-decoration: none;
	}

.comments-content, .trackbacks-content, .comments-open {
	font-size: 11px;
	}
.comments-content, .comments-open {
	border-top: 15px solid #999;
	margin: 25px 0 0 0;
	}
.comments-header, .comments-open-header {
	position: relative;
	top: -27px;
	}
.trackbacks-header {
	position: relative;
	top: 12px;
	}
html>.trackbacks-header {
	top: 21px;
	}
html>body .trackbacks-header {
	top: 13px;
	}
.trackbacks h3, .comments h3, .comments h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	}
#trackbacks-info {
	background-color: #999;
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	color: #fff;
	}
.trackback, .comment {
	padding: 0 0 20px;
	}
.comment-userpic {
	float: left;
	margin: 0 10px 10px 0;
	}
.comment-footer img {
	border: 0;
	}
.trackback-content, .comment-content {
	line-height: 100%;
	}
.trackback-footer, .comment-footer {
	font-size: 10px;
	}
.comments-open input, .comments-open textarea {
	background-color: #eee;
	border: 0;
	}
input#comment-author, input#comment-email, input#comment-url, textarea {
	width: 300px;
	}
label {
	display: block;
	font-size: 10px;
	}

/* XML rendering */
.xmlverb-default          { color: #333333; background-color: #ffffff;
                            font-family: monospace }
.xmlverb-element-name     { color: #990000 }
.xmlverb-element-nsprefix { color: #666600 }
.xmlverb-attr-name        { color: #660000 }
.xmlverb-attr-content     { color: #000099; font-weight: bold }
.xmlverb-ns-name          { color: #666600 }
.xmlverb-ns-uri           { color: #330099 }
.xmlverb-text             { color: #000000; font-weight: bold }
.xmlverb-comment          { color: #006600; font-style: italic }
.xmlverb-pi-name          { color: #006600; font-style: italic }
.xmlverb-pi-content       { color: #006666; font-style: italic }

/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */
.javascript .de1, .javascript .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;color: #000020;}
.javascript  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.javascript a:link {color: #000060;}
.javascript a:hover {background-color: #f0f000;}
.javascript .imp {font-weight: bold; color: red;}
.javascript li, .javascript .li1 {font-weight: normal; vertical-align:top;font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;}
.javascript .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.javascript .li2 {font-weight: bold; vertical-align:top;font-weight: bold; color: #006060;}
.javascript .kw1 {color: #000066; font-weight: bold;}
.javascript .kw2 {color: #003366; font-weight: bold;}
.javascript .kw3 {color: #000066;}
.javascript .co1 {color: #006600; font-style: italic;}
.javascript .co2 {color: #009966; font-style: italic;}
.javascript .coMULTI {color: #006600; font-style: italic;}
.javascript .es0 {color: #000099; font-weight: bold;}
.javascript .br0 {color: #009900;}
.javascript .sy0 {color: #339933;}
.javascript .st0 {color: #3366CC;}
.javascript .nu0 {color: #CC0000;}
.javascript .me1 {color: #660066;}
.javascript span.xtra { display:block; }

.java .de1, .java .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;color: #000020;}
.java  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.java a:link {color: #000060;}
.java a:hover {background-color: #f0f000;}
.java .imp {font-weight: bold; color: red;}
.java li, .java .li1 {font-weight: normal; vertical-align:top;font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;}
.java .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.java .li2 {font-weight: bold; vertical-align:top;font-weight: bold; color: #006060;}
.java .kw1 {color: #000000; font-weight: bold;}
.java .kw2 {color: #000066; font-weight: bold;}
.java .kw3 {color: #003399;}
.java .kw4 {color: #000066; font-weight: bold;}
.java .co1 {color: #666666; font-style: italic;}
.java .co2 {color: #006699;}
.java .co3 {color: #008000; font-style: italic; font-weight: bold;}
.java .coMULTI {color: #666666; font-style: italic;}
.java .es0 {color: #000099; font-weight: bold;}
.java .br0 {color: #009900;}
.java .sy0 {color: #339933;}
.java .st0 {color: #0000ff;}
.java .nu0 {color: #cc66cc;}
.java .me1 {color: #006633;}
.java .me2 {color: #006633;}
.java span.xtra { display:block; }

.xml .de1, .xml .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;color: #000020;}
.xml  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.xml a:link {color: #000060;}
.xml a:hover {background-color: #f0f000;}
.xml .imp {font-weight: bold; color: red;}
.xml li, .xml .li1 {font-weight: normal; vertical-align:top;font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;}
.xml .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.xml .li2 {font-weight: bold; vertical-align:top;font-weight: bold; color: #006060;}
.xml .es0 {color: #000099; font-weight: bold;}
.xml .br0 {color: #66cc66;}
.xml .sy0 {color: #66cc66;}
.xml .st0 {color: #ff0000;}
.xml .nu0 {color: #cc66cc;}
.xml .sc-1 {color: #808080; font-style: italic;}
.xml .sc0 {color: #00bbdd;}
.xml .sc1 {color: #ddbb00;}
.xml .sc2 {color: #339933;}
.xml .sc3 {color: #009900;}
.xml .re0 {color: #000066;}
.xml .re1 {color: #000000; font-weight: bold;}
.xml .re2 {color: #000000; font-weight: bold;}
.xml span.xtra { display:block; }

lotusscript .de1, .lotusscript .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;color: #000020;}
.lotusscript  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.lotusscript a:link {color: #000060;}
.lotusscript a:hover {background-color: #f0f000;}
.lotusscript .imp {font-weight: bold; color: red;}
.lotusscript li, .lotusscript .li1 {font-weight: normal; vertical-align:top;font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;}
.lotusscript .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.lotusscript .li2 {font-weight: bold; vertical-align:top;font-weight: bold; color: #006060;}
.lotusscript .kw1 {color: #0000FF;}
.lotusscript .kw2 {color: #0000EE;}
.lotusscript .co1 {color: #008000;  font-style: italic;}
.lotusscript .co2 {color: #006699;}
.lotusscript .co3 {color: #008000; font-style: italic; font-weight: bold;}
.lotusscript .coMULTI {color: #008000; font-style: italic;}
.lotusscript .es0 {color: #000099;}
.lotusscript .br0 {color: #000000;}
.lotusscript .sy0 {color: #006600;}
.lotusscript .st0 {color: #000000;}
.lotusscript .nu0 {color: #FF00FF;}
.lotusscript .me1 {color: #0000AA;}
.lotusscript span.xtra { display:block; }

.html4strict  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.html4strict a:link {color: #000060;}
.html4strict a:hover {background-color: #f0f000;}
.html4strict .imp {font-weight: bold; color: red;}
.html4strict .kw2 {color: #000000; font-weight: bold;}
.html4strict .kw3 {color: #000066;}
.html4strict .es0 {color: #000099; font-weight: bold;}
.html4strict .br0 {color: #66cc66;}
.html4strict .sy0 {color: #66cc66;}
.html4strict .st0 {color: #ff0000;}
.html4strict .nu0 {color: #cc66cc;}
.html4strict .sc-1 {color: #808080; font-style: italic;}
.html4strict .sc0 {color: #00bbdd;}
.html4strict .sc1 {color: #ddbb00;}
.html4strict .sc2 {color: #009900;}
.html4strict span.xtra { display:block; }

.bash  {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;}
.bash a:link {color: #000060;}
.bash a:hover {background-color: #f0f000;}
.bash .imp {font-weight: bold; color: red;}
.bash .kw1 {color: #000000; font-weight: bold;}
.bash .kw2 {color: #c20cb9; font-weight: bold;}
.bash .kw3 {color: #7a0874; font-weight: bold;}
.bash .co0 {color: #666666; font-style: italic;}
.bash .co1 {color: #800000;}
.bash .co2 {color: #cc0000; font-style: italic;}
.bash .co3 {color: #000000; font-weight: bold;}
.bash .es1 {color: #000099; font-weight: bold;}
.bash .es2 {color: #007800;}
.bash .es3 {color: #007800;}
.bash .es4 {color: #007800;}
.bash .es5 {color: #780078;}
.bash .es_h {color: #000099; font-weight: bold;}
.bash .br0 {color: #7a0874; font-weight: bold;}
.bash .sy0 {color: #000000; font-weight: bold;}
.bash .st0 {color: #ff0000;}
.bash .st_h {color: #ff0000;}
.bash .nu0 {color: #000000;}
.bash .re0 {color: #007800;}
.bash .re1 {color: #007800;}
.bash .re2 {color: #007800;}
.bash .re4 {color: #007800;}
.bash .re5 {color: #660033;}
.bash span.xtra { display:block; }
/**
 * STW modification for code
*/
code { font-family:monospace; color: #000; background-color: #E0E0E0; border: 1px dotted #C0C0C0}
.super {color:red; vertical-align:super; font-size : smaller}
.tag1 {}.tag2 {}.tag3 {}.tag4 {}.tag5 {}.tag6 {}div.Attachment {}div.Attachment a {}div.Attachment p {}div.Attachment img {}div.Thumbnail {}div.Thumbnail a {}div.Thumbnail p {}div.Thumbnail img {}div.AlbumThumbnail {}div.AlbumThumbnail a {}div.AlbumThumbnail p {}div.AlbumThumbnail img {}.BlogPollContents{}.BlogPollTitle {}.PollChoice {}.PollQuestionHelp {}.PollOption {}.PollVotes {}.PollPercent {}.PollTotalTitle {}.PollTotalValue {}.PollButton {}.calendar {}.calCaption {}.calHeader {}.calLinked {}.calUnlinked {}.calToday {}.calNav {}
