h1,h2,h3,h4,h5 {    
	font-weight: 600;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
}
blockquote h5, blockquote h4, blockquote h5 {
	margin-top: 0.5em;
}
h1
{
    background-color: #eeeeee;    
    font-size: 1.8em;    
    padding: 5px;
    text-align: center;    
}
h2
{
    color: Steelblue;
	font-size: 1.65em;        	
}
h3
{
    color: steelblue;
    font-size: 1.25em;    
}
h4
{
    color: #535353;
    font-size: 1.1em;    
}
pre
{
    color: #333;
    font-family: monospace,Consolas, 'Courier New';
    font-weight: normal;
    background: #f9f9f9; /* Old browsers */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e2e2e2 100%); /* W3C */

    border: 1px solid silver;
    padding: 10px;
    border-radius: 3px;      
    overflow-x: auto;
    margin: 15px 5px;
    padding: 0;
    font-size: 10pt;
}
pre>code.hljs {
    padding: 1em !important;
    line-height: 1.45;
}
img
{
    border: none;
    margin: 0;    
    max-width: 100%;
    height: auto;
}
td
{
    vertical-align: top;
    padding: 4px;
}
th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
a 
{ 
    color: Steelblue; 	 
    text-decoration: none;
    font-weight: 600;
}
a:visited
{
	color: Steelblue; 
}
hr 
{ color: #eee; background: #eee; border: 0; height:1px;}
	
li
{
	padding-top: 0.3em;
    padding-bottom: 0.3em;
}


.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: darkblue;
}
/* 
   used on the main page left table column 
   the default contains the wave background
*/
.categorylistbackground
{
	width: 170px;
	background-image: url(images/newwave.jpg);
	/* background: #fff8ad; */
	vertical-align: top;
	padding-left: 4pt;
}
.small, .smallbody
{
    font-size: 0.875em;
    font-weight: normal;
}

/* block backgrounds for headers etc. */
.menuband, .gridheader, .gridheaderbig, .buttonlinks, .blockheader, .loginheader
{
	color: cornsilk;
	background-color: #003399;
	padding: 0px;
}

.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.roundbox-top
{    
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;    
    border-radius: 4px 4px 0 0;
}
.roundbox-bottom
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.dialog
{
  background: White;
  overflow: hidden;
  border: solid 1px steelblue;    
  -moz-border-radius: 6px 6px 4px 4px;
  -webkit-border-radius: 6px 6px 4px 4px;
  border-radius: 6px 6px 3px 3px;    
}
.dialog-header
{	
	background-image: url(images/dialogheader.png);    
	background-repeat: repeat-x;
	text-align: left;
	color: cornsilk;
	padding: 5px;	
	padding-left: 10px;
	font-size: 1.02em;
	font-weight: bold;	
	position: relative;
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-top
{
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-bottom
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
}
.dialog-content
{
	padding: 15px;
	text-align: left;
}
.dialog-statusbar, .dialog-toolbar
{
	background: #eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	padding: 5px;
	padding-left: 10px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	font-size: 0.8em;
}
.dialog-statusbar
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
	padding-right: 10px;
}
.closebox
{
	position: absolute;    	
	right: 2px;
	top: 2px;
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;    	
	opacity: 0.60;
	filter: alpha(opacity="80");
} 
.closebox:hover 
{	
	opacity: 1;
	filter: alpha(opacity="95");
}
.toolbarcontainer  
{
	background:#eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	border: solid 1px silver;
	vertical-align: top;
	padding: 5px; 
}
.statusbar
{
	position: fixed;
	bottom: 5px;
	left: 0px;
	right: 0px;
	height: 16px;	
	padding: 5px;	
	background: black;
	color: white;	
	border: solid 1px lightgray;	
	opacity: .70;	
	filter: alpha(opacity="70");
	z-index: 200;
	overflow: hidden;
	overflow-y: auto; 
}
.statusbarhighlight
{
	font-weight: bold;
	background-color: khaki;
	color: Maroon;
	border: solid 1px silver;
}
.statusbarclose
{
	position: absolute;
	right: 10px; 
	top: 2px;
	color:red;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}
.hoverbutton  
{
	text-decoration:none;		
	padding: 4px; 	
	font-size: 8pt; 		
	border: solid 1px transparent; 			
	cursor: hand;
}
.hoverbutton:hover
{	
	background: white url('images/dialoghighlight.png'); 
	border:  outset 1px silver; 	
	cursor: hand;
}     
.hoverbutton a
{
	text-decoration: none;
}


/* alternate background color color to offset the background
   used for the category list and banner strips for color
   variety. should be a companion color to the block background
   colors (previous tag
*/
.alternatebackground
{
	color: white;
	background-color: #0066cc;
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
	font-weight:bold;
}

#SideBar 
{
    position:absolute; 
    left: 20px;
    width: 250px;
    margin-right: 0;
    top: 85px;    
}
#SideBar h3 {
	color: #535353;
	padding: 3px;
    border-bottom: #f5f5f5 1px solid;
}


#Content 
{	
	font-family: 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;    

	background: white;
	color: #444;	
    margin: 50px 0 20px 200px;
    padding: 20px 50px 20px 50px;
    margin-left: 275px;
    border: 1px solid silver;
    border-radius: 10px 0 0 10px;
	border-right: none;
	position: relative;
}
@media(min-width: 1200px) {
    #Content {
        font-size: 1.17em;        
    }
}
@media(min-width: 1800px) {
	#Content {
		border-radius: 10px 10px 10px 10px;
		max-width: 1500px;
		border-right: 1px solid silver;
	}
}
@media(max-width: 768px) {
	#BlogName { display: none; }
    #SideBar {
        display: none;
    }
    #Content {
        margin-left: 0;
        margin-right: 10px;
        border: none;
        padding: 12px;
    }
}
#imgAuthorImage {    
    display: block;
    margin: 15px 0 10px;
    border-radius: 5px;
	box-shadow: 2px 2px 4px #535353;	
	width: 70%;
}
.weblogbanner
{
    padding: 5px;
	font-weight:bold;
	background: #535353 url(images/floralbackground_darkgrey.gif) ;	
	white-space:nowrap;
	overflow:hidden;
    box-shadow: 3px 3px 5px #535353;
    position: absolute;
    top: 41px;
    width: 100%;
}
.weblogbannertext
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.weblogbannertext:visited
{
	color: white;
}
.weblogbannertext:hover
{
	color: #535353;
	background: white;
    border-radius: 3px;
    border: 1px solid silver;
}
.comment, .commentauthor, .postentry
{
	padding: 5px 8px 8px 8px;
	margin: 20px;
    max-width: 1000px;
}
.gravatar
{
    border-radius: 4px;
    box-shadow: 2px 2px 3px #535353;
    margin-bottom: 5px;
}
.postdate
{
    background-image: url(images/postedon.gif);
    background-repeat: no-repeat;
    font-size: 8pt;    
    padding-left: 20px;
    margin-top: 3px;
}
.comment-left-pane {
    float: left;
    margin-right: 25px;
    font-size: 0.8em;
    max-width: 130px;
}
.postabstract {        
    margin-top: 0;
    margin-left: 130px;
    border-left: 1px solid #eee;
    min-height: 155px;
    padding-left: 15px;
        
}
@media(max-width: 600px) {
    .comment {
        margin: 10px;
    }
    .comment-left-pane {
        float: none;            
    }
    .postabstract {
        margin-top: 4px;
        margin-left: 0;
        border-left: none;
        padding: 5px 0;
        min-height: unset;
    }
}
.posttime
{
	background-image: url(images/postedon.gif);
		
	width: 20px;
	height: 16px;
}
.bannertitletext 
{
	color: #003399;
	font-size: 24pt;
	font-family: arial narrow;
	font-weight: bold;	
}
.banner
{
	font-weight:bold;
	background: #003399 url(images/floralbackground_sm.gif) ;
	height:24px;
    font-size: 10pt;
	white-space:nowrap;
}

/* menu text for the banner below the logo */
.bannertext
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.bannertext:visited
{
	color: white;
}
.bannertext:hover
{
	color: #003399;
	background: white url(images/vertgradient.png) repeat;
}

/* used on the category list as a standard link */
.menucolumn 
{ 
	padding:5px;
	border-bottom: solid 1px white ;
}
.menulink
{
    color: black;
    font-size: 0.875em;
    font-weight: normal;
    text-decoration: none ;
    display:block;
    text-align:left;
    padding-top:4px;
    padding-bottom: 4px;
    padding-left: 5px;
    margin-right:5px;
}
.menulink:visited { color: black; } 
.menulink:hover { color:darkblue;text-decoration:none; font-weight:normal;background: white url(images/menuhighlight.png) repeat-x;border: solid 1px darkgray;}
.menuband
{	
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}
.buttonlinks 
{
    font-weight:bold;
    text-decoration: none;
    display: block;
    padding:2px;
}
.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { color:darkblue; text-decoration:none; background:white;} 

.submitbutton
{
	font-weight: bold;
	height: 35px;
	width: 200px;
	background: url(images/submitbutton.gif);
	color: lemonchiffon;
	border: none 0px;
}
.submitbutton:hover { background: url(images/submitbuttonhover.gif); } 
.submitbutton:active { background: url(images/submitbuttonpressed.gif); }

.gradienthighlight
{
	background: white url(images/horizontalgradient.gif) repeat-y;
}
.gridheader, .gridheaderbig, .gridpager, .loginheader
{
	height: 18px;
	padding: 4px;
	background: #003399 url(images/vertgradient.gif) repeat-x bottom;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: cornsilk;
}
.gridheader a
{
	color: orange; text-decoration: none;
}
.gridheader a:hover
{
	color: darkblue; background: white;
}
.gridheaderleft
{
	text-align: left;
}
.gridheaderbig
{
	background: url(images/vertgradient40.gif) repeat-x bottom;
}
.gridnormal
{
	background-color: #eeeeee;
}
.gridalternate
{
	background-color:#b5c7d6;
}
.gridhighlight
{
	background-color:#ffcc66;
	cursor:pointer;
}
.gridbanner
{
	color: cornsilk;
	background: #003399 url(images/floralbackground.gif);
	font-size: 16pt;
	font-weight: bold;
	text-align: center;	
}
.gridpager
{
	font-weight: bold;
	text-align: right;
	color: White;		
	text-decoration: none;
}
.gridpagerselectedpage
{
	color: khaki;
	font-size: 11pt;
	font-weight: bold;	
}
.gridpagerpage
{	
	text-decoration: none;
	color: White;		
}
.loginheader
{	
}
.logindisplay
{
	border: solid 2px navy;
	background: cornsilk;
}
.errormessage
{
	font-weight: bold !important;
	color: maroon !important;
}
.errordisplay
{	
	font-weight: normal;
	color: maroon !important;
	background-color:cornsilk !important;
	border: solid 2px maroon !important;	
	margin: 7px 0;
	padding: 8px;
	box-shadow:  2px 2px 3px #535353;
	border-radius: 3px 3px 3px 3px;
}
.errordisplay td
{
    padding: 5px;
    text-align: left;    
    vertical-align: top;
}
.errordisplay td:first-child
{
    width: 16px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}
.errordisplay hr
{
	background: maroon;
}
.errorhighlight
{
    background-color: #FCEBF2 !important;
    border-color: Red !important;
    border-width: 2px !important;  
}

.tabbutton, .selectedtabbutton
{
	font-size: 8pt;
	background: transparent url(images/tabnormal.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	color: darkblue;
	width: 120px;
	border: none 0px;
	margin: 0px;
	padding:0px;
}
.tabbutton:hover
{
	background: transparent url(images/tabhover.gif) no-repeat;
}
.selectedtabbutton 
{ 
	font-weight: bold; 
	color: white; 
	background:transparent url(images/tabselected.gif) no-repeat;
	cursor:default;
}
.toolbarcontainer  
{
	background:#eeeeee;border: solid 1px silver;padding: 5px; 
}
.hoverbutton  
{
	text-decoration:none;padding-top:33px; padding: 2px; border: solid 1px whitesmoke; font-size: 8pt;
}
.hoverbutton:hover  
{
	background: white url(images/menuhighlight.png);  border: solid 1px silver; 
}     

code {
	color: #555;
	padding: 2px 5px;
	font-weight: bold;
	background: #eee;
	border-radius: 3px;
	font-size: 0.9em;
	font-family: Consolas, monospace;
}

.codeblock
{
    border: 1px solid #eee;
    background-color: cornsilk;
    padding: 0 10px;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #535353;
}

/* general code parsing */
.codec1
{color: blue;}
.codec2  /* keywords */
{color: blue;font-weight:bold;}
.codec3
{color: blue;}
.codec4
{color: blue;}
.codec5  / * literal */
{color: yellow;}
.codec6
{color: blue;}
.codec7
{color: blue;}
.codec8
{color: blue;}
.codec9
{color: blue;}
.codec10
{color: blue;}

.codecomment
{color: green; }

.codestring
{color:  teal; }

.codestrong {
   border: black solid  1px;
   background-color: #ffd700;
   padding-left:1px;
   padding-right:1px;
}

.codestrike 
{
 text-decoration: line-through;
}
/* custom language styles that are attached to the wordfile.txt languages */
.vfpcode .programcontrol {color: blue;} 
.vfpcode .functions {color: blue;}
.vfpcode .commands {color: blue;} 
.vfpcode .methods {color: blue;} 
.vfpcode .properties {color: blue; }
.vfpcode .classes {color: red; font-size: 120%; font-variant: small-caps;} 
.vfpcode .events {color: #483d8b;} 
.vfpcode .systemvars {color: blue;}


.vbcode .constants {color: blue; font-face: bold}
.vbcode .datatypes {color: darkblue;font-face: bold}
.vbcode .keywords {color: blue;} 
.vbcode .statements {color: blue;} 
.vbcode .functions {color: blue; }
.vbcode .depracated {color: grey; font-size: 120%; font-variant: small-caps;} 
.vbcode .programcontrol {color: blue;}

.csharpcode .programcontrol {color: blue;}
.csharpcode .datatypes {color: blue; font-weight: bold;}
.csharpcode .literals {color: darkblue; font-weight: bold;} 
.csharpcode .operators {color:blue;} 
.csharpcode .preprocessor {color: lightblue;} 

.htmlcode .elements {color: darkred; }
.htmlcode .attributes {color: red; }
.htmlcode .codestring {color: teal; background:;}

.xmlcode .elements {color: darkred; }
.xmlcode .attributes {color: red; }
.xmlcode .commands {color: darkred; font-weight:bold }

