/* 
 * $Id: default.css,v 1.7 2004/04/20 22:51:29 tux Exp $
 *
 * Copyright (c) 2004 by Rafael Ostertag
 */

body {
	color: #666666;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 10%;
	margin-right: 10%;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

form {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
}

td {
	font-size: 10pt;
}

th {
	font-size: 10pt;
	text-align: left;
}

.footer {
	position: absolute;
	margin-top: 90%;
	font-size: 10pt;
}

.header {
	text-align: right;
	font-size: 10pt;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

.headertable {
	width: 100%;
}

.admintable {
	border-width: 0;
	border-style: none;
	width: 100%;
	height: 58ex;
}

.adminmenu {
	background:#CCCCCC;
	text-align:center;
	padding-top: 1ex;
	padding-left:3ex;
	padding-right:3ex;
	padding-bottom:3ex;
	width: 18ex;
	vertical-align: top;
	font-size: 10pt;
}

.adminaction {
	padding-left:3ex;
	padding-right:3ex;
	vertical-align: top;
	font-size: 10pt;
}

.adminmenuheading {
	background:#666666;
	color:#000000;
	text-align:center;
	font-weight: bold;
}	

.navigatortable {
	background-color:#CCCCCC;
	width: 100%;
}

.navigatornext {
	text-align: right;
	padding-left: 2pt;
	padding-right: 2pt;
}


.navigatorprev {
	text-align: left;
	padding-left: 2pt;
	padding-right: 2pt;
}

.mainpagetable {
	width: 100%;
	height: 45ex;
}

.mainpageleft {
	vertical-align: top;
}

.mainpageright {
	vertical-align: bottom;
}

/*
 * List tables are the ones presenting
 * users, chapters, and words as a list to
 * the user. Namely the ones used in "Edit User",
 * "Edit Chapter", and "Edit Word".
 */
.listtable {
	width: 100%;
}
	

.logout {
	color: #000000;
	padding-bottom: 4ex;
	padding-top: 4ex;
	text-align: center;
	background-color: #999999;
}

.hint {
	color: #FF0000;
	border-width: 1pt;
	border-color: #000000;
	background-color: #999999;
	margin-bottom: 1ex;
	margin-top: 1ex;
	text-align: center;
	font-weight: bold;
	padding-top: 3ex;
	padding-bottom: 3ex;
}

.hinttable {
	background-color: #999999;
	border-color: #999999;
	width: 100%;
	height: 10ex;
	color: #999999;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	font-weight: bold;
}

.hintrow {
		border-color: #999999;
		background-color: #999999;
}

.lhintcell {
	text-align: right;
	color: #FF0000;
	font-weight: bold;
	background-color: #999999;
}

.rhintcell {
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	background-color: #999999;
}	

.chintcell {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	padding-left: 2ex;
	padding-right: 2ex;
	background-color: #999999;
}

.asktable {
	width: 100%;
}	

.laskheader {
	text-align: right;
	padding-right: 2ex;
	width: 50%;
}

.raskheader {
	text-align: left;
	padding-left: 2ex;
}

.laskcell {
	text-align: right;
	vertical-align: middle;
	padding-right: 2ex;
	height: 10ex;
	width: 50%;
}

.raskcell {
	text-align: left;
	vertical-align: middle;
	padding-left: 2ex;
}			
	
.title {
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.vbottom {
	vertical-align: bottom;
}
.vtop {
	vertical-align: top;
}



	
