/********************************************************************
HTML TAGS
********************************************************************/
body { 
	background: #FFF;
	margin:0;
}
body, table {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

body.header {
	/*background: #ffffff url(../images/logo_nl.gif) 95% 5px no-repeat;*/
	margin: 0px;
	padding: 0px;
}
body.footer {
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 3px;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
}

h1 {  
	font: bold 15pt Arial, Helvetica, sans-serif;
}

h2 {  
	font-size: 13pt; 
	font-weight: normal;
	color: #0000ff;
}

th {
	text-align: left;
	font-weight: bold;
}

/*font {
	background-color: #cfc;
}*/

span.blueWord{
	color: #0000FF;
}


/*******************************************************************/




/********************************************************************
LAYOUT STYLES
********************************************************************/
/*
.grammarhead {
	position:fixed;
	top: 0px;
	left:0px;
	background: #fff;
	height: 70px;
	width:100%;
	text-align:left;
	font-size:20px;
	z-index:1;
}
.grammarnav {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	background:#eee;
	padding-left:10px;
	min-height:100%;
}
.grammarbody {
	xmargin-left: 230px;
	margin-top:40px;
	margin-bottom:30px;
	border-left: 210px solid #eee;
	padding: 20px;
}
.grammarfoot {
	position:fixed;
	bottom: 0px;
	left:0px;
	background: #fff;
	height: 20px;
	width:100%;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}
*/
.grammarhead {
	position:absolute;
	top: 0px;
	left:0px;
	right:0px;
	height: 70px;
	background: #fff;
	text-align:left;
	font-size:20px;
	z-index:1;
}
.grammarnav {
	position:absolute;
	top:70px;
	left:0;
	width:200px;
	bottom:30px;
	background:#eee;
	padding-left:10px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.grammarbody {
	position:absolute;
	top:70px;
	bottom:30px;
	left: 230px;
	right:0;
	padding: 20px;
	background:#fff;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.grammarfoot {
	position:absolute;
	bottom: 0px;
	left:0px;
	right: 0px;
	height: 20px;
	background: #fff;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}


/*******************************************************************/




/********************************************************************
HEADER STYLES
********************************************************************/

.grammarhead .bar{
	background:url("../images/bar_background.gif") repeat scroll 0 0 #EEEEEE;
	border:1px solid #B7B7B7;
	height:20px;
	margin:0 10px;
}

.grammarhead #title,.grammarhead #contents {
	color:#666666;
	font-weight:bold;
	padding-left:10px;
}
.grammarhead .title {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/logo_nl.gif) no-repeat right;
	margin:10px;
}
.grammarhead #contents {
	font-size:14px;
}

/*******************************************************************/




/********************************************************************
MENU STYLES
********************************************************************/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
	xpadding-top:70px;
	padding-bottom: 30px;
}

#menu h1 {
	color:#666666;
	font-weight:bold;
	font-size:14px;
}
#menu p {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu li {
	font-size: 11px;
}

#menu ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 18px;
	padding-left: 0px;
}

#menu a { 
	text-decoration: none;
}

#menu p a {
	color: #000;
}

#menu a:hover { 
	color: #666;
}

#menu li a {
	color:#00F;
}

#menu li a:visited { 
	color: #00F;
}

#menu li a:hover { 
	color: #07F;
}

/*******************************************************************/


/********************************************************************
CONTENT PAGE STYLES
********************************************************************/
.theword {
	color: #c00;
}

h2 .theword {
	font-weight: bold;
	color: #000099;
}

.example {
	color: #c00;
}

.highlight {
	color: #c00;
}

.highlight2 {
	color: #00C;
}

.incorrectexample {
	color: #c00;
	text-decoration: line-through;
}

.partofspeech {
	font-weight: bold;
}

.symbol {
	font-size: 14pt;
	font-weight: bold;
}

table.center-cells td, table.center-cells th {
	text-align: center;
}
div.border { padding:10px; border: 1px solid #ccc; }
table.border {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.border td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.border th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#EEE;
}

/*******************************************************************/

