/*zero all margin, padding and borders*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
margin: 0; 
padding: 0; 
border: 0; 
}
/*alternatively*/
* {
margin: 0; 
padding: 0; 
border: 0; 
}

/* New Styles */

a:link, a:visited {
	text-decoration: none;
	color : #991122;
}
a:hover, a:active {
	text-decoration: none;
	color : #d80923;
}

/* Begin Typography & Colors */
body {
	background: #6B6B6B url(images/pageBackground.gif) repeat center top;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#bodyarea {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#bodyarea table {
	 padding: 0px 16px;
}
#bodyarea form, #bodyarea form table, #bodyarea table.tborder {
	 padding: 0px 0px;
}
#bodyarea form table{
	padding: 0px 16px;
}
#bodyarea form table.bordercolor {
	border: 1px solid #FFFFFF;
}
#bodyarea form table table td {
	 height: 19px;
	 padding-top:2px;
}
#bodyarea form table.bordercolor tr {
	border: #FFFFFF;
}

#page {
	background: url(images/pageLRBorders.png) repeat-y top;
	margin: 0px auto;
	padding: 0;
	width: 905px;
	text-align: left;
}
#pageheader {
	background: url(images/pageTopBorder.png) no-repeat top;
	border: none;
	margin: 0px;
	height: 10px;
}
#header {
	margin: 0 0 0 8;
	padding: 0;
	height: 207px;
}
#logoBlock {
	margin: 0;
	margin: 0px 0px 0 8px;
	padding: 0px;
	float: left;
} 
#header_image {
	background-color: #FFFFFF;
	height: 205px;
	width: 473;
	display: inline-block;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#grayNavBlock{
	background-image: url(images/antiochC_Block.png);
	background-repeat: no-repeat;
	margin: 0;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	float: left;
	height: 207px;
	width: 207px;
	overflow: visible;
} 

#grayNavBlock ul{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d1d1d2;
	margin: 0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 2px;
}

#grayNavBlock li{
	height: 23px;
	background-image: url(images/dottedRule.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 11px;
	padding-left: 20px;
	list-style-type: none;
	font-weight: bolder;
}
#grayNavBlock ul li a {
	text-decoration: none;
	color: #d1d1d2;
}
#grayNavBlock ul li a:hover {
	text-decoration: none;
	color: #991122;
}


#grayNavBlock li.active {
	padding-left: 11px;
}


#grayNavBlock li.last  {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

.hidden {
	display: none;
}
.active .hidden {
	display: inline;
	color: #991122;
}

#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin-left : 8px;
	margin-right : 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 887px;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #484646;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	text-transform: lowercase;
}
.red {color: #991122}
.dkgray {color: #484646}
#upshrinkHeader2{
  height:28px;
}
#forumSiteNav{
	font-size: 13px
	text-align: center;
	background-color: #e1e1e1;
	
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	width: 100%;
}

#forumSiteNav ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #636364;
	margin: 0px auto 1px;
	letter-spacing: 0.07em;
	display: inline;
}

#forumSiteNav li {
	background-image: url(../images/dottedRule.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	margin: 0px;
	padding-top: 7px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bolder;
	position: relative;
	padding-right: 0px;
	padding-bottom: 7px;
	display: inline;
}

#forumSiteNav ul li a {
	text-decoration: none;
	color: #636364;
	display: inline-block;
}
#forumSiteNav ul li.active a {
	display: inline-block;
}
#forumSiteNav ul li a:hover {
	text-decoration: none;
	color: #991122;
}
#forumSiteNav li ul {
	text-decoration: none;
	color: #636364;
	position: absolute;
	width: 183px;
	left: 23px;
	top: 1px;
	z-index: 100;
	display: none;
}

#forumSiteNav li:hover ul {
	display: inline-block;
}
#forumSiteNav li ul li {
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/dottedRuleWht.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 10px;
}

#forumSiteNav li.active {
	padding-left: 9px;
	display: inline;
}
#forumHeader { padding: 0px 1px; }

#forumHeader h1 { }

#upshrinkHeader2 span { padding: 4px 16px; }

#helloInfo { padding: 6px 16px 6px; }

#helloGreeting { padding: 0px 6px 0px; }

.leftMargin{ padding: 0px 16px 0px; }

.rightMargin{ margin-right: 16px; }

form { padding: 0px 16px; }

form td { padding: 4px 8px; }

form#quickModForm td { padding: 0px; }

.leftRightTopBottomMargins { padding: 16px 16px; }

.formPadding TD { padding: 4px 8px; }

.linktree { padding: 0px 16px 0px; }

#footer {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	clear: both;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.centeredinbar {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 20px;
	font-size: 11px;/*	font-weight: 200;*/
}

#footer_address {
	background-color: #991122;
	height: 29px;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#footer_navigate {
	background-color: #6b6b6f;
	height: 29px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#footer_navigate ul {
	font-weight: normal;
	color: #636364;
	letter-spacing: 0.1em;
	float: left;
	padding-right: 0.4em;
	display: block;
	margin-top: 8px;
}

#footer_navigate li {
	display: inline;
	list-style-type: none;
	font-weight: bolder;
	margin-left: -2px;
}

#footer_navigate ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer_navigate ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	
}

#footer_navigate ul li span {
	color: #b8b8ba;
	letter-spacing: 0em;
}

#pagefooter {
	background: url(images/pageBottomBorder.png) no-repeat top;
	margin: 0px auto;
	height: 10px;
	text-align: right;
	width: 905px;
	height: 30px;
}
#pagefooter p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
#pagefooter p a {
	color: #FFFFFF;
	text-decoration: none;
}
#pagefooter p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Below, original Styles */

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use arial in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: arial, sans-serif;
}

/* The main body of the entire forum. */
body
{
  /* background-color: #E5E5E8; */
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: arial, sans-serif;
}

input
{
	font-size: 100%;
	border: 1px solid #881010;
}

input[type=button], input[type=submit]
{
	background-color: #881010;
	font-size: 100%;
	color: #ffffff;
	height: 1.5em;
	padding: 0px 5px;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: arial, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #991122;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #f0f0f0;
}
.windowbg2
{
	padding: 2px 5px 3px 5px;

	color: #000000;
	background-color: #ffffff;
}
.windowbg3
{
	color: #000000;
	background-color: #ffffff;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #484646;
	font-style: normal;
	background: url(images/titlebg.jpg) #FFFFFF repeat-x;
	background-position: bottom;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #484646;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #484646;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #848d95 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0 px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: arial, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: #991122;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover {
	color: #881010;
	text-decoration: none;
}
.maintab_active_back a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}