/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: inherit;
    vertical-align: baseline;   
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
html,body 
{
    background: white;
	color: black;	
}
ol, ul {
	list-style: disc;
	margin: 35px;	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	/* text-align: inherit; */
	padding: 4px;
	}
blockquote, q {
    quotes: none;
    margin: 1.5em;
    
    
    padding: 0.8em;
    background: #eee;
    color: #555;
    font-size: 1.05em;
    border-left: solid 10px #777;
    border-radius: 4px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';	
}
blockquote h3, blockquote h4, blockquote h5 {
    margin-top: 0;
}
strong {
    font-weight: 600;
}

input,select,textarea
{
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}	
p
{
	margin: 10px 0;
}
iframe, object
{
    border: none;
}
/* END BROWSER RESET */

html, body {
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    line-height: 1.4;
    width: 100%;
}
/*  Core color summary:
	block background: #003399
    block alternate: #0066cc
    light alternate: #b5c7d6
    grey: #eeeeee
    Warning colors: Cornsilk, DarkRed
*//* BUILT-IN ELEMENT CUSTOMIZATION */
body,table,td,th,input,textarea,select
{   

}
#Content {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.45;
    letter-spacing: 0.1px;
}
@media(min-width: 1200px) {
    #Content {
        font-size: 1.1em;        
    }
}
h1,h2,h3,h3 {
    font-family: Trebuchet, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:bold;
}
h1
{
    background-color: #eeeeee;
    color: navy;
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px;
    text-align: center;    
}
h2
{
    color: Steelblue;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;    
}
h3
{
    color: steelblue;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 2px;    
}
h4
{
    color: #535353;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 2px;    
}
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;
}
table.blackborder>tbody>tr>td
{
	border: solid 1px lightgrey;	
}
th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
a 
{ 
    color: Steelblue; 	
    text-decoration: none;
    font-weight: 600;
}
a:visited
{
	color: Steelblue; 
}
a:hover 
{ color: darkred;}
article a, #Content a {
	font-weight: 600;
}
hr 
{ color: #eee; background: #eee; border: 0; height:1px;}
	
ul 
{
    margin-bottom: 0;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}	
li
{
	padding-top: 4px;
    padding-bottom: 0;
}

.small{
	font-size: 0.825em;
}
.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;
}
.smallbody 
{
    font-size: 8pt;
    font-weight: normal;
}
small
{
    font-size: 8pt;
    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;
}
form {
    padding: 10px 0;
    background: #f8f8f8;
}
#SideBar 
{
    position:absolute; 
    left: 20px;
    width:220px;
    margin-right: 0;
    top: 85px;    
}
#SideBar h3 {
    color: #535353;
    border-bottom: #f5f5f5 1px solid;
}
#Content 
{
    background: white;
    margin: 50px 0 20px 200px;
    padding: 20px 50px 20px 50px;
    margin-left: 255px;
    border: 1px solid silver;
    border-radius: 10px 0 0 10px;
    border-right: none;
}
@media(max-width: 768px) {
    #SideBar {
        display: none;
    }
    #Content {
        margin-left: 0;
        margin-right: 10px;
        border: none;
        padding: 12px;
    }
}
#imgAuthorImage {
    text-align: center;
    display: block;
    margin: 15px auto 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #535353;
}
.weblogbanner
{
    padding: 5px;
	font-weight:bold;
	background: #535353 url(images/floralbackground_darkgrey.gif) ;
	height:21px;
	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 30px 20px 30px;

}
.gravatar
{
    border-radius: 4px;
    box-shadow: 2px 2px 3px #535353;
}
.postdate
{
    background-image: url(images/postedon.gif);
    background-repeat: no-repeat;
    font-size: 8pt;    
    padding-left: 20px;
    margin-top: 3px;
}
.postabstract
{
    margin-top: 10px;
    font-size: 0.925em;
    padding: 5px;	
}
.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: 8pt;
    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 }
