/**
 * OmegaFlash - Web-Based Flash Cards
 * Copyright (C) 2007 Omega Vortex Corporation
 */
 
body {
	padding: 0px;
	margin: 0px;
	background-color:  #f8f8ff;
}

a:link, a:active, a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: #888;
	text-decoration: none;
}

.headerRow {
	background-color: #00C;
	color: #FFF;
	font-weight: bold;
	font-size: 32px;
	padding: 8px;
}

.main {
	text-align: center;
	margin-top: 16px;
	margin-left: 4px;
	margin-right: 4px;
}

.newKey {
}

.fauxLink {
	color: #555;
	text-decoration: underline;
}

.copyright {
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0em;
	right: 0em;
	background-color: #fefefe;
	width: 100%;
	padding: 2px;
}

.altCopyright {
	font-size: 12px;
	text-align: center;
}

.listWrap {
	width: 40%;
	border: 1px solid #000;
}

.cardBack {
	float: right;
	width: 50%;
}

.cardFront {
	width: 50%;
	border-right: 1px solid #000;
}

.sectiontableheader
{
        height: 20px;
        padding-right:3px;
        font-weight :bold;
}

