body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10pt;
	}

table {
	font-size: 10pt;
}

.page-table {
	margin: 0px;
	width: 100%;
	height: 100%;
}

a:link, a:visited { color: #000099; text-decoration: underline; }
a:hover, a:active { color: #990000; text-decoration: underline; }

/* HEADER STYLES */

.page-header {
	margin: 0px;
	width: 100%;
	height: 130px;
	background-color: #990000;
	vertical-align: top;
	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #666666 1px solid;
	}
	
.page-header a:link, .page-header a:visited { color: #ffffff; text-decoration: none; }
.page-header a:hover, .page-header a:active { color: #ffffff; text-decoration: underline; }

.header-table1 {
	margin: 0px;
	width: 100%;
	height: 28px;
	white-space: nowrap;
	}

.header-menu {
    	background: #333333 url('images/gray-gradient.gif') repeat-x bottom;
	color: #ffffff;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	}

.header-table2 {
	margin: 0px;
	width: 100%;
	height: 102px;
	border: none;
	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #eeeeee 1px solid;
	}

.header-logo {
	width: 280px;

	background-image: url('images/gray-slant.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

/*	
.header-slant {
	width: 28px;
	height: 100%;
	background: #990000 url('images/gray-slant.gif') no-repeat top;
	}
*/

.header-logon {
	background: #333333 url('images/gray-gradient.gif') repeat-x bottom;
	color: #ffffff;
	text-align: right;
	height: 28px;
	font-size: 9pt;
	font-weight: bold;
	}

.header-slogan {
	text-align: left;
	vertical-align: middle;
	height: 74px;
	font-size: 9pt;
	color: #ffffff;
	}

.slogan-div {
	white-space: nowrap;
	}

/* BODY STYLES */

.page-body {
	margin: 0px;
	width: 100%;
	vertical-align: top;

	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #aaaaaa 1px solid;
	}

.body-table {
	table-layout: fixed;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: none;
	}

.column-left {
	background-color: #eeeeee;
	color: #000000;
	vertical-align: top;
	width: 190px;
	
	border-top: none;
	border-left: none;
	border-right: #bbbbbb 1px solid;
	border-bottom: none;
	}
	
.column-left-table {
	margin: 0px;
	width: 100%;
	font-size: 10pt;
	padding: 10px;

	border-top: #f7f7f7 1px solid;
	border-left: none;
	border-right: #f7f7f7 1px solid;
	border-bottom: #d7d7d7 1px solid;
	}
	
.column-left-title {
	font-weight: bold;
	color: #660000;
	padding-bottom: 2px;
	}
	
.column-left-icon {
	text-align: right;
	}
	
.column-left-block {
	}

.column-center {
	vertical-align: top;
	padding: 10px;
	}
	
.column-center-table {
	width: 100%;
	}

.column-center-table h1 { font-size: 14pt; color: #000000; margin: 0px; }

.column-center-table h2 { font-size: 10pt; color: #660000; margin: 0px; }
	
.column-center-title {
	padding-top: 5px;
	font-size: 8pt;

	border-top: #aaaaaa 1px solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
	
.column-center-icon {
	padding-top: 6px;
	text-align: right;
	font-size: 8pt;
	vertical-align: top;

	border-top: #aaaaaa 1px solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.column-center-icon a:link, .column-center-icon a:visited, .column-center-icon a:hover, .column-center-icon a:active {
	color: #000000;
	text-decoration: none;
	}

.column-center-icon a:hover { text-decoration: underline; }
	
.column-center-block {
	vertical-align: top;
	font-size: 10pt;
	padding-bottom: 10px;
	}

.column-right {
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
	width: 200px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;

	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.column-right-table {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width: 180px;
	font-size: 10pt;
	background-color: #333333;
	color: #ffffff;

	border-top: #666666 2px solid;
	border-left: #666666 2px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	}

.column-right-title {
	height: 28px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: #000000 1px solid;
	}
	
.column-right-icon {
	height: 28px;
	text-align: right;
	padding-right: 10px;
	border-bottom: #000000 1px solid;
	}
	
.column-right-block {
	border-top: #666666 1px solid;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
.column-dark-block {
	vertical-align: top;
	font-size: 10pt;
	background-color: #333333;
	color: #ffffff;
	}

.column-right-table a:link, .column-right-table a:visited { color: #ffffff; text-decoration: none; }
.column-right-table a:hover, .column-right-table a:active { color: #ffffff; text-decoration: underline; }

.column-right-table ul { margin: 0px; padding: 0px; list-style-type: square; list-style-position: inside; }
.column-right-table li { margin: 0px; margin-bottom: 5px; }

/* FOOTER STYLES */

.page-footer {
	margin: 0px;
	width: 100%;
	height: 70px;
	background-color: #990000;
	
	border-top: #ffffff 1px solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.footer-table {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	padding: 0px;
	font-size: 8pt;
	text-align: center;
	}

.footer-top {
	font-size: 8pt;
	padding: 5px;
	border-bottom: #666666 1px solid;
	}
	
.footer-bottom {
	font-size: 8pt;
	padding: 5px;
	background-color: #333333;
	border-top: #000000 1px solid;
	}

.footer-table a:link, .footer-table a:visited { color: #ffffff; text-decoration: underline; }
.footer-table a:hover, .footer-table a:active { color: #eeeeee; text-decoration: underline; }

form { margin: 0px; }
	
.form-button-dark {
	background-color: #333333;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 0px;
	margin: 1px;
	color: #eeeeee;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	}
	
.form-field-dark {
	background-color: #ffffff;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	padding: 0px;
	padding-left: 4px;
	margin: 1px;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	}


.brightRed, .brightRed a:link, .brightRed a:visited { color: #ff0000; }






/* alexisRed forum CSS File Created by Andrew :: http://andrewcharron.tk */


.gen {
        font-size : 12px;
        }
.gen2 {
        font-size: 11px;
        font-family: sans-serif, Arial;
        }
.genmed {
        font-size : 12px;
        }
.gensmall {
        font-size : 11px;
        }
.gen,.genmed,.gensmall {
        color : #000000;
        }
a.gen,a.genmed,a.gensmall {
        color: #006699; text-decoration: none;
        }
a.gen:hover,a.genmed:hover,a.gensmall:hover {
         color: #DD6900; text-decoration: underline;
         }
span.info {
        font-size: 11px;
        color: #000000;
        }
span.small {
        font-size: 11px;
        }
span.postinfo {
        font-size: 12px;
        color: #333333;
        }
a.nav {
        color: #333333;
        font-size: 12px;
        }
.cattitle {
        color: #333333;
        }
a.white {
        color: #FFFFFF;
        }
a.grey {
        color: #333333;
        }
a.white:visited {
        color: #FFFFFF;
        }
a.green {
        color: #990000;
        font-weight: bold;
        font-size: 14px;
        }
a.green:visited {
        color: #990000;
        font-weight: bold;
        font-size: 14px;
        }
a.green:hover {
        color: #996600;
        font-weight: bold;
        font-size: 14px;
        }
div.small {
        font-size: 11px;
        }
div.pm {
        border: solid;
        border-width: 1px;
        width: 300px;
        border-color: #555555;
        background-color: #EFEFEF;
        font-size: 11px;
        position: center;
        text-align: center;
        font-family: Verdana, sans-serif;
        padding: 2px;
        }
table.forumborder {
        border: none;
        border-width: 0px;
        border-color: #FFFFFF;
        }
td.small {
        font-size: 11px;
        }
td.info {
        font-size: 10px;
        color: #000000;
        }
td.title {
        width: 100%;
        }
td.menu {
        background-color: #CFCFCF;
        width: 100%;
        height: 25px;
        color: #555555;
        font-size: 12px;
        font-family: sans-serif;
        }
td.subtitle {
        background-color: #CFCFCF;
        width: 100%;
        height: 25px;
        color: #555555;
        font-size: 12px;
        font-family: sans-serif;
        }
td.mnu {
        background-color: #BFBFBF;
        height: 2px;
        }
td.forumtitle {
        background-color: #990000;
        color: #FFFFFF;
        font-size: 10px;
        font-family: sans-serif;
        }
td.row1 {
        background-color: #EFEFEF; /*was EEEEEE */
        font-family: sans-serif;
        font-size: 12px;
        }
td.row2 {
        background-color: #DEDEDE;  /* Was DDDDDDD */
        font-family: sans-serif;
        font-size: 12px;
        }
td.row3 {
        background-color: #CDCDCD; /* was CCCCCC */
        font-family: sans-serif;
        font-size: 12px;.
        }
td.icon {
        background-color: #EFEFEF;
        font-family: sans-serif;
        }
td.rowtitles {
        background-color: #CFCFCF;
        color: #555555;
        font-size: 11px;
        font-family: sans-serif;
        }
th.forumtitle {
        background-color: #990000;
        color: #FFFFFF;
        font-size: 10px;
        font-family: sans-serif;
        }
th.menu {
        background-color: #BFBFBF;
        height: 25px;
        color: #555555;
        font-size: 12px;
        font-family: sans-serif;
        }
span.postbody {
        font-size: 13px;
        }
.liteoption {
        border: 1px solid #000000;
        height: 20px;
        background-color: #FFFFFF;
        }
.mainoption, .button {
        border: 1px solid #000000;
        height: 20px;
        background-color: #FFFFFF;
        }
.code {
        font-family: "courier new";
        font-size: 12px;
        color: #990000;
        background-color: #FFFFFF;
        border: #990000;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
}

.quote {
        font-family: Arial;
        font-size: 11px;
        color: #333333;
        /* line-height: 125%; */
        background-color: #FFFFFF;
        border: #333333;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        }
/* Not used yet, but will be used in v1.2, v1.5 and v2.0*/
div.box1 {
        width: 200px;
        text-align: center;
        font-size: 14px;
        background-color: #EFEFEF;
        border: 1px solid #BFBFBF;
        }
table.mainwindow {
	border: none;
        width: 100%;
        }
.topictitle1 {
        font-size: 14px;
        font-weight: bold;
        }
/* End alexisRed forum CSS */

