
@font-face {
	font-family: 'CloisterBlackLight';
	src: url('cloisterblack-webfont.eot');
	src: url('cloisterblack-webfont.eot?#iefix') format('embedded-opentype'),
		 url('cloisterblack-webfont.woff') format('woff'),
		 url('cloisterblack-webfont.ttf') format('truetype'),
		 url('cloisterblack-webfont.svg#CloisterBlackLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'CloisterBlackLight', 'Times New Roman', serif;
	font-weight:lighter;
	font-size:32px;
}

.compactTable 
{
	border: 1px solid #525a51;
	background-color: #a5b4ad;
	color: #525a51;
	text-align: left;
	width: 100%;
}
.tableBorder
{
    border: 1px solid #525a51; 
	color: #525a51;
    background-color: #a5b4ad; 
    padding: 20px 10px 20px 10px;
    margin: auto;
}
.tableBorderSlim
{
    border: 1px solid #525a51; 
    background-color: #a5b4ad; 
    padding: 5px 10px 5px 10px; 
    margin: auto;
}
.row {
    background-color: #becbc5;
	line-height: 15px;
	padding: 1px 1px 1px 1px;
}

.altRow {
    background-color: #afbfb8;
	line-height: 15px;
	padding: 1px 1px 1px 1px;
}
.headerRow {
    background-color: #afbfb8;
	line-height: 15px;
	padding: 1px 1px 1px 1px;
}
.focusRow {
	color: #BCC3BF;
	background-color: #717C7D;
	font-weight: bolder;
	line-height: 15px;
	padding: 1px 1px 1px 1px;
}
.row td, .altRow td, .headerRow td
{
}

.red 
{
    color: Red;
}


/* Used on tr tags */
.topleft 
{
	vertical-align: top;
	text-align: left;
}


.compactTable input
{
    background-color: #d1dad6;
	border: 1px solid #4B3712;
}

.compactTable select
{
    background-color: #d1dad6;
	border: 1px solid #4B3712;
}
.compactTable textarea
{
    background-color: #d1dad6;
	border: 1px solid #4B3712;
}

.ranks div
{
    background-color: #afbfb8;
    margin: 10px 2px 10px 2px;
    padding: 5px 5px 0px 5px;
    border: 1px solid #4B3712;
    height: 35px;
    text-align: center;
    line-height: normal;
}
.ranks div > a
{
    background-color: #afbfb8;
    height: 35px;
    font-weight: bold;
}

.ranks .rankInPath 
{
    background-color: #afbfb8;
    border: 2px solid #ebb932;
}
.ranks .rankAquired
{
    background-color: #becbc5;
    border: 2px solid #ebb932;
}

.registerTable 
{
	width: 580px;
	border-width: 0px;
	text-align: center;
}

.registerlabelcell 
{
	width: 40%;
	text-align: right;
	padding-right: 10px;
}
.registerinfocell 
{
	text-align: left;
	padding-right: 10px;
}

.signinTable 
{
	width: 100%;
	text-align: center;
}

.signinCell1
{
	width: 33%;
	text-align: right;
	padding-right: 10px;
}
.signinCell2
{
	width: 33%;
	text-align: left;
}
.signinCell3
{
	width: 33%;
}


.myfileTable 
{
	width: 500px;
}

.myfileCell1 
{
	width: 30%;
	text-align: center;
}
.myfileCell2 
{
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
.myfileCell3 
{
	width: 40%;
	text-align: left;
}

.changepwdTable
{
	width: 350px;
}
.changepwdCell1
{
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.changepwdCell2
{
	width: 200px;
	text-align: left;
}

.commentTable 
{
	width: 100%;
	text-align: left;
}

/* This fix will work in IE and Chrome, but not in Firefox
.commentTable div .rdpWrap 
{
	white-space: normal;
}
*/

.commentHeader 
{
	padding: 2px 30px 2px 30px; 
	background-color: #BECBC5;
	border: 1px solid #808080;
}

.commentBody 
{
	padding: 10px 30px 15px 30px; 
	background-color: #AFBFB8;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
}

.commentBodyInquisitor 
{
	padding: 10px 30px 15px 30px; 
	background-color: #9CAAA4;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
}

.commentSkull 
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.highlight 
{
	color: #933131;
}


.infoMessage 
{
	color: Black;
	background-color: Yellow;
	padding: 2px 2px 2px 2px;
}

.errorMessage 
{
	color: Black;
	background-color: Red;
	padding: 2px 2px 2px 2px;
}

.w400 
{
	width: 400px;
}
.w700 
{
	width: 700px;
}
.w720 
{
	width: 720px;
}
.w740 
{
	width: 740px;
}
.c
{
	margin: auto;
}
.headerimg 
{
	padding: 10px 0px 10px 0px;
}
