/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
/*:link,:visited { text-decoration:none; border-bottom: 1px dashed blue } */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/*ul,ol,li
{ margin:0; padding:0 } */

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* ------------------------------------------------------------------------ */
/* more varnish stripping as necessary... */

body#www-glassword-com {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
body#www-glassword-com h1 {
	color:#8e0000;
	font-size:2em;
	margin-bottom:.8em;
}
body#www-glassword-com h2 {
	color:#8e0000;
	font-size:1.4em;
	margin:1em 0 .6em 0;
	background:url(../images/h2_bullet.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:12px;
}
body#www-glassword-com h3 {
	color:#8e0000;
	font-size:1em;
	margin:1.2em 0 .6em 0;
	background:url(../images/h3_bullet.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
}
body#www-glassword-com h4 {
	color:#8e0000;
	font-size:.9em;
	font-weight:normal;
	margin:1.2em 0 .3em 0;
	background:url(../images/h4_bullet.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:8px;
}
body#www-glassword-com ul {
	list-style-image: url(../images/bullet.gif);
}
body#www-glassword-com .formField {
	color:#003399;
}
body#www-glassword-com textarea {
	color:#003399;
}
body#www-glassword-com select {
	color:#003399;
}
body#www-glassword-com a:link, 
body#www-glassword-com a:visited {
	color: #333333;
}
body#www-glassword-com a:hover {
/*	background-color: #F4F4F4;
	border-bottom: 1px solid orange; */
}
body#www-glassword-com div.menuDiv {
/*	border-top:solid 1px gray; */
	padding-bottom:2px;
	vertical-align:middle;
}
body#www-glassword-com div.menuDiv a:link, 
body#www-glassword-com div.menuDiv a:visited {
	text-decoration:none;
}
body#www-glassword-com div.menuDiv a:hover {
	color:white;
	background-color:#8e0000;
}
body#www-glassword-com div.pageMenuDiv a:link, 
body#www-glassword-com div.pageMenuDiv a:visited{
	color: gray;
	text-decoration:none;
	margin-right:30px;
	padding: 0 10px 0 0;
}
body#www-glassword-com div.pageMenuDiv a:hover {
	color:white;
	background-color:#8e0000;
}
body#www-glassword-com div.contentDiv {
	padding: 40px 0 0 10px;
}
body#www-glassword-com .labelTd {
	color:#666666;
	text-align:right;
	font-style:italic;
	padding-right:10px;
	vertical-align:top;
}
body#www-glassword-com .contactFormTable {
/*	border:1px solid gray;padding:10px;background-color:#F4F7F4 */
}

/* ----------------- FOOTER ------------------- */
body#www-glassword-com .footerTd, 
body#www-glassword-com .footerTd a:link, 
body#www-glassword-com .footerTd a:active, 
body#www-glassword-com .footerTd a:visited, 
body#www-glassword-com .footerTd a:hover {
	font-size: 9px;
	color: #666666;
}

/* ----------------- MAIN MENU ------------------- */
body#www-glassword-com .mainMenuCell, 
body#www-glassword-com .mainMenuCell a:link, 
body#www-glassword-com .mainMenuCell a:active, 
body#www-glassword-com .mainMenuCell a:visited  {
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
body#www-glassword-com .mainMenuCell a:hover {
	color: #006699;
	background-color: #F4F4F4;
}
body#www-glassword-com .subMenuCell, 
body#www-glassword-com .subMenuCell a:link, 
body#www-glassword-com .subMenuCell a:active, 
body#www-glassword-com .subMenuCell a:visited  {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	padding-bottom:2px;
}

/* ----------------- /MAIN MENU ------------------- */



/* =========================================================================================
============================================================================================
body {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px;
	border: 0px;
}
p, td, body a:link, body a:visited, body a:active, input, textarea {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
ul {
	list-style-image: url(../images/bullet.gif);
/ *	
	color: #333333;
	margin: 0;
	padding: 0;
	list-style-type: none; * /
}
h1 {
	color:#8e0000;
	font-size:1.6em;
	margin-bottom:.8em;
}
h2 {
	color:#8e0000;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:.6em;
	background:url(../images/redrect.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:12px;
}
h3 {
	font-size:1.1em;
	margin-bottom:.4em;
	font-weight:normal;
}
h4 {
	font-size:1em;
	margin-bottom:.1em;
	letter-spacing: .2em;
}
input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: solid 1px #242424;
	color: blue;
}
img { display: block}
img.menuBullet {
	display: inline;
	border: none;
}
.contentDiv {
	padding: 15px;
	text-align: justify;
	vertical-align: top;
}
.leftCell {
/ *	border-right: 1px solid #666666; * /
	min-height: 400px;
	vertical-align: top;
}
div.leftCellBlockDiv {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}

select {
	font-size: .9em;
}
*/
