/* 	GK defaults 
 *	gkdefault.css
 *	Version	1.16
 *	Dated	18 January 2016
 */

html { font-size: 100.01%; }

/* all elements inherit the font-size of body by default */
abbr, acronym, address, blockquote, button, caption, cite, code, col, colgroup,
dd, del, dfn, div, dl, dt, fieldset, form, frame, frameset, iframe, input, ins,
isindex, kbd, label, legend, li, menu, noframes, noscript, object, ol, optgroup,
option, p, pre, q, s, script, select, span, strike, sub, sup, table, tbody, td,
textarea, tfoot, th, thead, tr, tt, ul, var {font-size: inherit; }

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 117%;}
h4 {font-size: 100%;}
h5 {font-size:  83%;}
h6 {font-size:  67%;}
big{font-size: 117%;}
small, sub, sup {font-size: 83%;}

address, blockquote, body, dd, div, dl, dt, fieldset, form, 
h1, h2, h3, h4, h5, h6, p, menu, textarea  
	{ font-family: 'Arial', 'Helvetica', 'Helv', sans-serif; }  

input { font-size: 100%; }

pre 	{ font-family: "Courier New", Courier, monospace; }

body	{ background: white;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.2;
	font-family:  'Arial', 'Helvetica', 'Helv', sans-serif;
	background-color: #ffffff;
}  

a:link 		{ text-decoration: none; }  
a:visited 	{ text-decoration: none; }  
a:hover 	{ text-decoration: none; color: #ff0000; }  
a:active 	{ text-decoration: underline; }  
a:hover input 	{ text-decoration: none; color: red; }  


.extraHeight {line-height: 150%; }  

.gkl { font-weight: bold; 
	 font-family: 'Lucida Sans', 'Tahoma', 'Arial', sans-serif;
	 color: red; 
	 text-shadow: 1px 1px #444444; }
	 
.right	{ text-align: right;}  
.left	{ text-align: left;}  
.center	{ text-align: center;}  

form	{ display: inline; }

table {border-collapse: separate; }

table, tbody, thead { height: inherit; }	/* so that equal column heights will work */

.red {color: red;}
.greyed {color: gray;}
.bold {font-weight: bold;}
.listSpaced li {
	margin-bottom: 1em;
	}

/* to create a narrower </p> than normal */
br.spaced {margin-bottom: 0.7em; }
p.spaced {
	padding-bottom: 0.7em;
	margin: 0;}
/* to create an even narrower </p> than normal  */
p.narrower {
	padding-bottom: 0.3em;
	margin: 0;}

/*	added 20090625: this is similar in effect to wrap='virtual' */
textarea	{ white-space: pre; }

/* 	from http://css-tricks.com/css-transparency-settings-for-all-broswers/ 
	Used to make color: transparent. 
 */
.transparent_class {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	}

/*	to use <p> looking like <h2>  */
p.pash2 {
	font-size: 1.5em;
	font-weight: bolder;
	} 
	
/*	general classes (used to be in some gkuser.css) */
p {}	/* needed, don't know why */
ul.bullet, ol.bullet {	
	list-style-type: disc;
	list-style-position: outside;
	}
ul.bullet li, ol.bullet li {
	padding-bottom: 0.3em;
	}
ul.spaced li, ol.spaced li, dl.spaced dt, dl.spaced dd  {
	padding-bottom: 0.3em;
	}
dl.spaced {
	margin-left: 3em;
	}	
dl.spaced dt {
	font-weight: bold;
	}
dl.spaced dd {
	margin-left: 2em;
	}

.fs8em {font-size: 0.8em; }
.fs7em {font-size: 0.7em; }
.red {color: red;}
.bold {font-weight: bold;}
h3.red a {color: red;}
.blockIndent {margin-left: 2em;}
.listSpaced li {
	margin-bottom: 1em;
	}

hr.half {
	width: 50%;
	text-align: center;
	}

/* here you can put css which is specific to IE */
<!--[if IE 6]>
	/* IE6 specific */
<![endif]-->
<!--[if IE 7]>
	/* IE7 specific */
<![endif]-->
<!--[if IE 8]>
	/* IE8 specific */
<![endif]-->

/* These classes are to enable an H2 or H3 tags to be labelled as H1 
	(so as to be better ranked by Google), but still appear as H2 or H3.  */
h1.asH2 { font-size: 1.5em; margin: .83em 0 }
h1.asH3 { font-size: 1.17em; margin: 1em 0 	}

/* end of GK defaults */
