/*Nav Bar Settings*/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(forums/styles/xandred/theme/images/cellpic1.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: black;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(forums/styles/xandred/theme/images/cellpic3.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-image: url('forums/styles/xandred/theme/images/cellpic1.gif');
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url('fourms/styles/xandred/theme/images/cellpic3.gif');
background-color: red;
}
/*NORMAL PAGE SETTINGS*/
h1	{ /*Sets a Headline Banner*/
font-size: 16pt;
color: white;
font-weight: bold;
width: 979px;
background-image: url('forums/styles/xandred/theme/images/cellpic3.gif');
background-color: gray;
padding: 0.3em 1em;
}
h1.main	{ /*Sets a Headline Banner for main page*/
position: left;
font-size: 16pt;
color: white;
font-weight: bold;
width: 660px;
background-image: url('forums/styles/xandred/theme/images/cellpic3.gif');
background-color: gray;
padding: 0.3em 1em;
}
h1.links	{ /*Sets a Headline Banner for links on main page*/
font-size: 16pt;
color: white;
font-weight: bold;
width: 300px;
background-image: url('forums/styles/xandred/theme/images/cellpic3.gif');
background-color: gray;
padding: 0.3em 1em;
}
h2	{  /*sets headline banners for smaller than table width*/
font-size: 16pt;
color: white;
font-weight: bold;
width: 450px;
background-image: url('forums/styles/xandred/theme/images/cellpic3.gif');
background-color: gray;
padding: 0.3em 1em;
}
h2.small a { /*sets link apperance on h2 banners*/
text-decoration: none;
font-weight: bold;
padding: 0.3em 1em;
}
h2.small a:link {
color: white;
font-weight: bold;
padding: 0.3em 1em;
}
h2.small a:visited {
color: white;
text-decoration: underline;
padding: 0.3em 1em;
}
h2.small a:hover {
text-decoration: underline;
}
body 	{ /*sets the background for all websites*/
background-image:url('forums/styles/xandred/theme/images/backs.gif');
background-repeat:repeat-x;
background-color: #656565;
margin-left: 105px;
margin-right: 105px;
}
.banner	{ /*location for head banner*/
position: center;
text-align: center;
}
div.centertable	{	/*Centers Table*/
text-align: center;
vertical-align: top;
font-size: 12pt;
color: black;
font-weight: bold;
width: 979px;
background-color: #FAFAFA;
}
table.main	{	/*Sets Table Width*/
width: 979px;
}
td	{	/*Cell Spacing and Padding*/
padding: 0;
border-spacing: 0;
font-size: 12pt;
color: black;
font-weight: bold;
width: 978px;
/*background-color: #FAFAFA;*/
text-align: left;
}
td.copyright	{ /*Special Cell for copyright at bottom of page*/
padding: 25px;
text-align: center;	/*Aligns text to center*/
font-size: 12pt;
color: black;
font-weight: bold;
/*width: 978px;*/
/*background-color: #FAFAFA;*/
}
table.sub	{	/*Sets Table Width*/
width: 960px;
}
td.left	{ /*Sets Width of Left Cell*/
/*width: 660px;*/
font-size: 12pt;
color: black;
font-weight: bold;
/*background-color: #FAFAFA;*/
}
td.right	{	/*Sets Width of Right Cell*/
width:	300px;
vertical-align: top;	/*Aligns Links to the top of the cell*/
font-size: 12pt;
color: black;
font-weight: bold;
text-align: left;
/*background-color: #FAFAFA;*/
}
/* td.left + td.right must = 960 */
.text	{	/*backup for text and bg*/
font-size: 12pt;
color: black;
font-weight: bold;
/*width: 978px;*/
background-color: #FAFAFA;
text-align: left;
}
p.test	{ /*firefox test */
font-size: 12pt;
color: black;
font-weight: bold;
background-color: #FAFAFA;
width: 978px;
text-align:left;
}
td.blank	{	/*for the blank cell on right side*/
width: 0 px;
}