@media print{
.no-print {display: none}
}

.header-top    {background-color: #C8D0E0; color: black;}
.header-bottom {background-color: #98A0B8; color: black;}
.footer-top    {background-color: #98A0B8; color: black;} /*same as header_bottom*/
.footer-bottom {background-color: #C8D0E0; color: black;} /*same as header_top*/
.footer-button {vertical-align: bottom; text-align: center; padding-left: 2px; font-size: 8pt}

.layout-separator {background-color: #333366; height: 1px}

.hilite{background-color: yellow; color: black}

img{border: 0}
kbd{color: #003366; font-family: Courier, monospace;}

body{margin: 0; padding:0; background-color: white}
body, td, th {
	font-family: verdana;
	font-size: 10pt
}

ul.inline, ol.inline { display: inline; margin: 0; padding: 0 }
ul.inline li, ol.inline li { display: inline }

blockquote{font-family: verdana, sans-serif; margin-bottom: 0; font-size: 9pt; margin-left: 2em; margin-right: 2em}
.breadcrumbs{border: 1px dashed #98A0B8; padding: 2px}

.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;}
.small a {
	text-decoration: none;}

a:link {color: #000099}
a:active {color: #0000ff}
a:visited {color: #000055}
.header-top a:link, .header-top a:active, .header-top a:visited{ color: white }

label {cursor: pointer}
ul.st-markup,ol.st-markup{margin-top: .25em}
ul.st-markup li, ol.st-markup li{margin-bottom: .25em}

p.st-markup {margin-top: 1em; margin-bottom: .2em}
blockquote.st-markup{margin-bottom: 1em; border: 1px dashed #C8D0E0}
blockquote.st-markup p{margin: 0}
code{margin-top: 1em; margin-bottom: 1em;}
/*hr.st-markup{margin-top: -.3em; margin-bottom: -.7em; display: block}*/
h1.st-markup,h2.st-markup,h3.st-markup,h4.st-markup,h5.st-markup,h6.st-markup{
	margin-top: 0;}
/* End Markup Styles */

input.FormHelper-invalid, select.FormHelper-invalid, textarea.FormHelper-invalid {background-color: #ffc0cb}
label.FormHelper-invalid{color: red; font-weight: bold}
label.FormHelper-invalid:after{color: red; font-size: smaller;content: ' (required)'}
input.Formation-invalid, select.Formation-invalid, textarea.Formation-invalid {background-color: #ffc0cb}
label.Formation-invalid{color: red; font-weight: bold}
label.Formation-invalid:after{color: red; font-size: smaller;content: ' (required)'}

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 10pt; background-color: #03DA89;}
table.calendar td.linked-day1 {font-size: 10pt; background-color: red;}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}

.content-main, .header, .footer{ width: 100% }

.content-left {
	background-color: #f0f0f0;
	font-size: 10pt;
	width: 110px;
	padding: 4px;
	vertical-align: top;
	text-align: left;
/*	padding-right: 15px;*/
	border-right: thin dashed #CCC}/*this is the same color as "dark_grey" above*/
.content-middle{
	vertical-align: top;
	width: 625px;
	padding: 10px;}
.content-right{
	vertical-align: top;
	border-left: thin dashed #CCC;
	background-color: #eee;
	padding-left: .8ex;
}

h1, h2, h3, h4 {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #006;}

h1{font-size: 140%; margin-top: .2em}
h2{font-size: 125%}
h3{font-size: 110%}
h4{font-size: 100%}

input {font-family: arial, helvetica, sans-serif}
input.small, select.small {
	font-size: 9pt;}

textarea {font-family: "andale mono", "monotype.com", "courier new", monospace; font-size: 10pt}
textarea.small {
	font-size: 9pt;}

pre,code,tt {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	font-size: 90%;
}
code{
	background-color: #f0f0f0;
	border: thin dashed #C8D0E0;
	display: block;
	margin-right: 15px;
	margin-left: 10px;

	font-size: 8pt;
	line-height: 1.3em;
	/*
	width:95%;
	overflow: auto;

/*	font-size: 85%;
*/	}


ul.tab-navigation{
	margin: 0;
	padding: 0;
	margin-top: 4px;
	line-height: 1.2em;
	list-style: none;
	border: none;
	clear: both;
}
ul.tab-navigation li{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
ul.tab-navigation a, ul.tab-navigation a:visited{
	display: block;
	width: auto;
	white-space: nowrap;
	color: white;
	font-family: verdana;

	border: 1px solid;
	border-color: white #B7C0D0 #B7C0D0 white;

	-moz-border-radius: .5em .5em 0em 0em;
	border-radius: .5em .5em 0em 0em;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;

	background-color: #98A0B8;
	padding: 2px 5px;
	margin-bottom: -3px;

	font-size: smaller;
	text-decoration: none;
}
ul.tab-navigation a:hover{
	background-color: #C8D0E0;
}
ul.tab-navigation a.active, ul.tab-navigation a.active:visited {
	background-color: #C8D0E0;
	color: black;
}

.flat-list{
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.delPost{font-size: smaller; margin-bottom: .5em}
.delPost p{margin-top: 0; margin-bottom: 0}
.delTag {font-style: italic; text-decoration: none}
.delExtended{margin-left: 1em; margin-top:0}

h1 {margin-bottom: 0}
h2.weblog{
	background-color: #f0f0f0;
	font-size: 100%;
	color: black;
	height: 1.4em;
	font-weight: bold;
	font-family: verdana, sans-serif;
	margin-top: .5em;
	margin-bottom: .5em;
	letter-spacing: .2em;
	border-top: .2em;
	border-bottom: .2em;}

h2.weblog a{
	text-decoration: none;
	color: black;
	background-color: inherit;}

h2.weblog a:hover{
	color: #600;}

h2.weblog img{
	vertical-align: middle;
	margin-left: 3px;
	border-width: 0
}
h3.weblog a{
	text-decoration: none;
}
.weblog-entry-update-box {
	float: right;
	border: thin dashed red;
	font-size: smaller;
	font-weight: normal;
	letter-spacing: normal}
.weblog-entry, .update {
	margin-left: 1.5em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #cfcfcf}

.weblog-links *{vertical-align: top}
.weblog-links a{text-decoration: none}

.weblog-entry-footer{
	margin-top: .5em; margin-bottom: 1em}
.weblog-time, .weblog-links{
	color: #66C;
	font-size: 9pt;
	line-height: 1.2em;}
.weblog-links {
	float: left;
	font-family: verdana, sans-serif;}
.weblog-time{
	float: right;
	text-align: right;
	color: #66C;
	font-family: Georgia}

.weblog-comment-form{
	margin-left: 2em;
	font-size: smaller;}
.weblog-comment-form td{
	font-size: smaller;}
.weblog-comment-info{ /*name, email, etc. that appears below a comment */
	margin-bottom: .5em;
	text-align: right;
	font-size: smaller;}
/*.weblog-recent-comment p.entry-title a{
	text-decoration: none;
}*/
.weblog-recent-comment p.entry-title{
	margin-bottom: 0;
	font-size: smaller;
}
.weblog-recent-comment p.comment-body{
	margin: 0;
/*	width: 13em;*/
	font-size: smaller;
	margin-left: .8em;
}
.weblog-recent-comment p.comment-date{
	margin: 0;
	font-size: smaller;
/*	padding-left: 3px;
	border-left: 1px dashed black;
	border-bottom: 1px dashed black*/
}
.weblog-comment-selected{
	margin-left: 1.5em;
	background-color: #fff9f9;
	margin-bottom: 0;
	border-bottom: 2px dotted red}
.weblog-comment-name{
	margin: 0;
	margin-bottom: 2px;
	margin-left: .8em;}
.weblog-comment{
	padding: .2em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
	background-color: #f0f0f0;
	border-bottom: 1px dotted #cfcfcf}
.weblog-comment > :first-child{
	margin-top: 0}
table.weblog-back-and-forward{
	width: 100%;
	text-align: center;
	border: 1px dashed #98A0B8}
table.weblog-back-and-forward td.left{
	width: 38%;
	text-align: left;}
table.weblog-back-and-forward td.right{
	width: 38%;
	text-align: right;}

.backlinks{
	margin-left: 1.5em;}
.subscription-form{
	margin-left: 1.5em;}

.blogroll {font-size: smaller; margin-top: 1em; white-space: normal}
.blogroll h2 {font-size: 10pt; margin-top: 5px; white-space: normal}
.blogroll h3 {font-size: 8pt; font-family: verdana; font-weight: bolder; white-space: normal}
.blogroll ul {list-style-type: none; margin-left: 1em; padding-left: 0; font-size: 8pt; font-family: verdana; text-indent: -1em}
/*.blogroll ul li {margin-bottom: 1px}
*/

.asides{
	margin-left: 1.5em;
	padding-left: 1.5em;
	padding-bottom: .5em;
/*	list-style-type: hebrew;*/
	list-style-type: square;
	border-bottom: 1px dashed #006;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
.asides li{margin-bottom: .7em;}
.asides p{margin: 0; display: inline;}
.aside-links{margin: 0}
.aside-links .aside-with-comments {font-weight: bold}
.aside-links a{text-decoration: none;}

.new-comment-marker{color: red; font-weight: bold}

/* for my software page */
table#software td,th{vertical-align: top}
.when-updated{font-style: italic}

.logmsg {font-family: Verdana; color: green; font-size: 12px; font-weight: bold; }
.logerr {font-family: Verdana; color: red; font-size: 12px; font-weight: bold; }

