﻿body 
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.75em;
    color: #262528;
    background-color:Silver;
}

h2
{
	font-size: 1.4em;
	margin: 0px;
}

img.toppicture
{
	position:relative;
	bottom: 0px;
	border-bottom: none;
	margin: 0px;
	padding: 0;
	border-spacing: 0;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #262528;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#c1
{
	background-color:white;
	/*width: 500px;*/
	color: Black;
}

#c2
{
	background-color: Gray;
	color: White;
}


.defaultformview
{
	/*width: 900px;*/
	border: none;
}

table.master 
{
	margin-top: 5px;
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
	border: none;
	/*border-right: solid 1px #262528;
	border-top: solid 1px #262528;
	border-left: solid 1px #262528;
	border-bottom: solid 1px #262528;*/
}

table.contend 
{
	margin-top: 0px;
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	height: 400px;
}

table.intro
{
	margin-left:auto; 
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

table.menu 
{
	margin:0;
	width: 900px;
	border:0;
}


table.login 
{
	width: 900px;
	border: none;
}

td.columnleft, td.columnright
{
	background-color:Black;
	color:White;
	width: 185px;
}
td.columnleft a:link, td.columnright a:link, td.columnleft a:visited, td.columnright a:visited
{
	color:White;
}


td.columnleft
{
	vertical-align:top;
}
td.columnright
{
	vertical-align:top;
	padding: 6px;
}

td.columnmidle
{
	vertical-align: top;
	width: 530px;
	background-color: White;
	padding:10px;
}
td.columnmidle a:link, td.columnmidle a:visited
{
	color:Black;
}


table.maincontend 
{
}

#vertmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 185px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 12px;
display: block;
border-bottom: 1px solid #FFFFFF;
padding: 5px 0px 5px 8px;
text-decoration: none;
color: #FFFFFF;
width:185px;
}

#vertmenu li a:link, #vertmenu li a:visited {
    color: #FFFFFF;
    display: block;
    background-color: #000000;
    }

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #FFFFFF;
}

table.forum {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: black;
	border-collapse:collapse;
	background-color: white;
}
table.forum th 
{
	text-align:left;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	color: White;
	background-color: black;
}
table.forum td {
	text-align:left;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
}


/* Picture at the top of the site */
#poster
{
    /*background: url(images/Palindrome-sort-top-med-nav.gif) no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 110px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align:right;
}

#footer
{
	font-size: 0.75em;
	color: Black;
    background-color:Silver;
    width: 900px;
    height: 35px;
    padding-top: 20px;
    text-align: center;
}

a.header, a.header:visited, a.header:link 
{
	float:left;
	text-decoration:none;
	color:white;
	background-color:#262528;
	padding:0em 0em 0em 0em;
	border-top: none;
	border-right:none;
	border-bottom:none;
	border-left:none;
}
 

a.menu1
{
	float:left;
	width:100px;
	text-align:left;
	text-decoration:none;
	color:white;
	background-color:#262528;
	padding:0.2em 0em 0.2em 0em;
	border-top: 1px solid white;
	border-right:1px solid white;
	border-bottom:none;
	border-left:none;
}

a:hover
{
	/*color:#262528;
	background-color:white;*/
}	

li.vmenu
{
	display:list-item;
	width: 100px;
	height: 40px;
}
ul.vmenu
{
	float:none;
	width:160px;
	padding:0;
	margin:0;
	margin-top: 20px;
	list-style-type:none;
}

a.vmenu, a.vmenugray, a.vmenugreen, a.vmenubeige
{
	width: 100px;
	margin:0;
	font-weight: bold;
	text-indent: 1em;
	text-align:left;
	text-decoration:none;
	color: #262528;
	background-color:white;
	padding:0;
	border: none;
}
a.vmenu:hover, a.vmenugray:hover, a.vmenugreen:hover, a.vmenubeige:hover
{
	color:white;
	background-color:#262528;
}	
a.vmenugray
{
	background-color:#868789;
}
a.vmenugray:hover
{
	background-color:#262528;
}	
a.vmenubeige
{
	background-color:#BFB099;
}
a.vmenubeige:hover
{
	background-color:#262528;
}
a.vmenugreen
{
	background-color:#849EA2;
}
a.vmenugreen:hover
{
	background-color:#262528;
}

td.content
{
	height: 330px;
}

body.intro
{
	background-color: #262528;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

.closeIcon
{
	background-position: right top;
	background-image: url(Images/close_icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}




