@charset "utf-8";
/* CSS Document */

a, a:visited, a:active
{
	color:#CC0000;
	text-decoration: none;
}

a:hover
{
	color:#666666;
	text-decoration: underline;
}

body
{
	background-color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img
{
	border: 0;
}

#header
{
	background-color:#990000;
	color:#FFFFFF;
	width: 795px;
	min-height: 75px;
	border:1px solid black;
	border-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header h1
{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:auto;
}

#header h1:hover
{
	text-decoration:underline overline;
	cursor:pointer;
}

#header span
{
	color: #FFFFFF;
	border:0;
	cursor:pointer;
}

#header span:hover
{
	text-decoration:overline;
	text-decoration:underline overline;
	cursor:pointer;
}

#container
{
	position:relative;
	background-color:#FFFFFF;
	width: 600px;
	min-height: 595px;
	border:1px solid black;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:195px;
}

/*#content
{
	padding:10px;
	width: 595px;
	min-height: 575px;
	float: left;
	padding:5px 0 0 5px;
	margin-left: 10px;
}*/

#sidenav
{
	position:absolute;
	top:0;
	left:0;
	background-repeat: repeat-y;
	width: 170px;
	height:100%;
	border-right:1px solid black;
	font-size:75%;
}

#sidenav div
{
	padding:10px;
}

#footer
{
	width: 795px;
	min-height: 75px;
	border:1px solid black;
	border-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
	text-align:right;
	font-size:75%;
}

.error
{
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #CC0000;
	background-color: #FF0000;
	color: #FFFFFF;
	min-height: 50px;
	width: 550px;	
	text-align: center;
	vertical-align: middle;
	padding:5px;
}

.error strong
{
	padding-bottom:5px;
	display: block;
}

.message
{
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #FF9900;
	background-color: #FFCC00;
	min-height: 50px;
	width: 550px;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
}

.message strong
{
	padding-bottom:5px;
	display: block;
}

#addCards
{
	padding:10px;
}

/*#addCards fieldset
{
	width:400px;
	border:2px dashed #666666;
	margin-top:10px;
}

#addCards strong
{
	display:block;
}

#addCards textarea
{
	width:98%;
	height:50px;
	margin-bottom:10px;
	display:block;
}*/

table.frontpage
{
	width: 575px;
	margin-top:10px;
    border: 2px solid #336600;
	border-collapse:collapse;
}

table.frontpage th
{
	font-weight: bold;
	background-color:#CCCCCC;
    border: 2px solid #336600;
    padding: 4px;
}

table.frontpage td
{
    border: 2px solid #336600;
    padding: 4px;
}

/*--------------------------------------
		Styles for Card Design
--------------------------------------*/
.flashcard
{
	position: relative;
	min-height:200px;
	width: 450px;
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background:url(images/notecard_bg.gif) repeat;
	margin-bottom:10px;
}

.edit
{
	position: absolute;
	width:20px;
	height:20px;
	top:5px;
	left:5px;
	font-size:10px;
	text-align:center;
	cursor: pointer;
}

.remove
{
	position: absolute;
	width:20px;
	height:20px;
	top:5px;
	right:5px;
	font-size:10px;
	text-align:center;
	cursor: pointer;
}

.flashcard h3
{
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
	text-decoration:underline;
}

.flashcard strong
{
	display: block;
}

.flashcard textarea
{
	display:block;
	margin-bottom:10px;
	width: 440px;
	height: 75px;
}

.flashcard p
{
	margin-top: 0;
	margin-bottom: 15px;
}
