body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

#wrapper {
    position: relative;
	width: 790px;
    margin-left: auto;
    margin-right: auto;    
}

li {
    line-height: 1.2em;  
}

p {
    text-align: justify;  
}

.warn {
    color: Red;
    font-weight: Bold;
}

.alphaDiv ol {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	list-style: upper-alpha;
}

.numericDiv ol {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	list-style: decimal;
}


.tblMain {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid black;
}

.page {
}

.header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 790px;
	height: 37px;
	margin: 0 auto 5px auto;
}

.sidebar {
	vertical-align: top;
	height: 100%;
	width: 244px;
	background: #dcdcdc;
}
		
.content {
	background: url(images/main.gif) repeat-y;
	width: 512px;
	text-align: left;
	vertical-align: top;
	padding: 0 15px 10px 15px;
}

.author 
{
    font-size: 0.8em;
}

.booktitle
{
    text-align: left;
}
    
.logincell {
	display: block;
	vertical-align: top;
    background: url(images/login.gif) no-repeat;
	width: 244px;
	height: 278px;
	}

.mnu {
	display: block;
	vertical-align: top;
	width: 224px;
	padding-left: 10px;
	padding-right: 10px;
}

.jktImgFeat {
    border : solid 1px gray;
    margin : 0px 10px 0px 0px;
    float: left;
}

.jktImgPlain {
    border : solid 1px gray;
    margin : 0px 0px 0px 0px;
}

.jktImgMed {
	margin: 0px 0px 0px 10px;
	float: right;
	text-align: center;
}

.footer {
	background: url(images/footer.gif) no-repeat;
	height: 29px;
	width: 790px;
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	color: #DBB94F;
}

.footer a:visited {
	color: #C19B28;
}

.footer a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

.footer a:active {
	color: #C19B28;
}

.menua {
	position: absolute;
	right: 0px;
	top: 2px;
}

.quote {
	font-size: 10px;
	text-align: right;
}

/* Loginview positioning and styles */

.loginmsg {
    font-size: 70%;
    position: absolute;
    top: 204px;
    left: 138px;
    width: 100px;
    color: Navy;
}

.lblUsr {
    position: absolute;
    top: 204px;
    left: 7px;
	width: 80px;
}

.boxUsr {
	border: 1px solid silver;
	width: 120px;
	vertical-align: middle;
	position: absolute;
	top: 220px;
	left: 7px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.lblPwd {
    position: absolute;
    top: 241px;
    left: 7px;
}

.boxPwd {
    border: 1px solid silver;
	width: 100px;
	vertical-align: middle;
	position: absolute;
	top: 257px;
    left: 7px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.inlink {
    position: absolute;
    top: 270px;
    left: 123px;
}

.fail {
    position: absolute;
    top: 310px;
    left: 5px;
    width: 234px;
    text-align: center;
    font-size: 0.8em;
    color: Red;
}

.help {
    position: absolute;
    left: 170px;
    top: 214px;
}

.loggeduser {
    position: relative;
    top: 195px;
    left: 5px;
    width: 234px;
    color: Navy;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.imgLeft {
    float: left;
    padding-right: 10px;
}

.imgRight {
    float: right;
    padding-left: 10px;
}

.script {
	font: italic bold 1.3em Calibri;
	color: #4B0082;
}

.help {
	cursor: help;
}

.rev_Q {
	padding-top: 15px;
	color: Gray;
	font: bold 1.2em;
}

.rev_A {
	padding-left: 15px;
}

/* General */

.txtRange 
{
    width: 100%;
    text-align: center;
    background-color: Red;
    color: Yellow;
}

.txtLrg
{
    font-size: 100%;
}

.txtSml 
{
    font-size: 80%;
}

/* Blockquote positioning and styles */

blockquote{
	width: 200px;
	margin: 0 10px 0 10px;
	background-color: #ffffc0;
	border: dotted 1px gray;
	font-family: Calibri;
	font-style: italic;
}

p.qthdr {
	color: Navy;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}

p.qtbdy {
	color: Navy;
	font-size: 100%;
	padding: 0 5px 0 5px;
	margin-top: 0;
	margin-bottom: 5px;
}

p.qtcte {
	color: #003663;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 5px 5px;
	margin-top: 0;
	font-style: normal;
}

.prizeribbon {
    float: right;
}

.clearall {
    clear: both;
}