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

blockquote{font-family: Arial, Helvetica, 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;}

.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}

/*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: 1px solid #eeeeed;
	width: 93%;
	margin-left: 15px;
}
table.calendar td, th {text-align: center; border: 1px solid #CCCCCC; background-color: #fff; height: 36px}
table.calendar th {
    height: 30px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    border: 2px solid #eeeeed;
    border-radius: 7px;}
table.calendar td {
    width: 19px;
    height: 36px;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    border: 2px solid #eeeeed;
    background-color: #fff;
    border-radius: 7px;}
table.calendar .calendar-month {
	font-weight: bold;
	margin-top: 3px;
	font-size: 12pt;
	text-align: center;
	height: 35px;
	padding-top: 5px;
}
table.calendar .calendar-month a{
	text-decoration: none;
	color: #000000;
	font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {
	background-color: #d7d7d7;
	text-align: center;
	padding-top: 7px;
}
table.calendar td.linked-day  {
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #ec008c;
    border: 2px solid #eeeeed;
	border-radius: 7px;
}

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;
}


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

textarea {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
textarea.small {
	font-size: 9pt;}

pre,code,tt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

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: Arial, Helvetica, sans-serif;

	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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;}
.weblog-time{
	float: right;
	text-align: right;
	color: #66C;
	font-family: Arial, Helvetica, sans-serif}

.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: Arial, Helvetica, sans-serif; font-weight: bolder; white-space: normal}
.blogroll ul {list-style-type: none; margin-left: 1em; padding-left: 0; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; 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: Arial, Helvetica, 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}

code{
	background-color: #f0f0f0;
	border: thin dashed #C8D0E0;
	display: block;
	margin-right: 15px;
	margin-left: 10px;
	
	font-size: 8pt;
	line-height: 1.3em;
	
	margin-top: 1em;
	margin-bottom: 1em; 
	overflow: auto;
	padding: 0.2em;
	
	max-width: 500px;

  /*
	width:95%;
	overflow: auto;

/*	font-size: 85%;
*/	}
@media only screen and (max-width: 1140px){
    .calendar{

        width: 730px;
        height: 400px;
    }
}
@media (max-width: 991px) {
    .calendar{

        width: 730px;
        height: 400px;
    }
}
@media only screen and (max-width: 768px){
    .calendar{

        width: 730px;
        height: 400px;
    }
}