
code {
  font-family: monospace;
  white-space: pre;
}

.jslink {
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

.gln_content {
	background: #fff8ee;
	border: solid black 2px;
	text-align: left;
	width: 625px;
}

.gln_topheader {
	width: 623px;
	height: 18px;
	background-image: url(/files/GLN/general/glnheader2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 46px;
	font-size: 10px;
}

.gln_pagecontents {
	border-bottom: solid black 1px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.gln_frontpagead {
	float: left;
	border-right: solid #fff8ee 0.5em;
	border-bottom: solid #fff8ee 0.5em;
	margin: 0.5em;
	margin-top: 0px;
	margin-left: 0px;
}

.gln_ad > img {
	border: solid black 2px;
	background: white;
	color: black;
	margin: 0.5em;
}

.gln_mini {
	text-align: center;
	font-style: oblique;
}

.gln_mini > a > img {
	border: solid black 2px;
	color: black;
	margin: 0.5em;
}

.gln_rightcolumn {
	float: right;
	width: 290px;
	clear: right;
}

.gln_leftcolumn {
	float: left;
	width: 290px;
	clear: left;
}

.gln_headline {
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	font-weight: bold;
	text-align: center;
	background: #fff8f8;
	font-size: 1.2em;
	padding: 3px;
	font-family: Sans-serif;
}

.gln_intro {
	background: #fff8ee;
	padding: 0.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 12pt;
	font-family: Serif;
}

.gln_artlink {
	float: right;
	text-align: right;
	font-style: oblique;
}

.gln_author {
	font-style: oblique;
}

.gln_articleheader {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
}

.gln_storytitle {
	font-size: 110%;
	font-family: Sans-Serif;
	font-weight: bold;
	clear: right;
}

.gln_smallprint {
	font-size: 80%;
	font-style: oblique;
}

li {
	padding-left: 1em;
	padding-right: 1em;
}

.gln_didyouknow {
	padding: 0.5em;
	border: solid black 1px;
	background: #efe8de;
	font-style: oblique;
	margin: 5px;
}

.gln_didyouknowtitle {
	font-family: Sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-style: oblique;
	display: block;
	margin-bottom: 0.5em;
}

.gln_nbcschedule {
	font-family: Sans-serif;
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

.gln_playercard {
	width: 236px;
	background: blue;
	border: solid blue 2px;
	margin: 5px;
}

.gln_playercard_name {
	color: white;
	font-weight: bold;
	font-family: Sans-serif;
	font-size: 110%;
	text-align: center;
	height: 1.5em;
}

.gln_playercard_skills {
	background: white;
	border-top: 1px solid blue;
	border-left: 2px solid blue;
	border-right: 2px solid blue;
	border-bottom: 2px solid blue;
	font-weight: bold;
}

.gln_playercard_image {
	background: white;
	border-top: 1px solid blue;
	border-left: 2px solid blue;
	border-right: 2px solid blue;
	border-bottom: 2px solid blue;
}

.gln_playercard_stats {
	background: white;
	text-align: center;
	font-weight: bold;
	border: solid 2px blue;
	width: 100%;
}

.gln_playercard_statsheader {
	background: gray;
	color: white;
	text-align: center;
	font-family: Sans-Serif;
	font-weight: bold;
}

.gln_playercard_skillheader {
	background: gray;
	color: white;
	text-align: left;
	font-family: Sans-Serif;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}




/****************** Navigation **********************/
ul.nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
        
ul.nav #selected {
  position: relative;
  top: 2px;
  background: #888;
}
        
ul.nav li {
  float: left;
  border: 2px solid;
  border-bottom-width: 0;
  margin: 0 0.5em 0 0;
  padding: 0;
}
        
ul.nav li a {
  padding: 2px 2em;
  text-decoration: none;
}       

ul.nav li a:hover {
  background: #888;
  padding: 2px 2em;
/*  padding-bottom: 1px; */
}





