@import "../../forum/templates/subSilver/subSilver.css";
/* Start Main */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
/*	text-align: center; */
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*  Main Menu */
ul.menu, ul.submenu
{
	margin: 0;
	padding: 0;
  list-style: none;
	left: 0;
}

ul.menu
{
	height: 91px;
}

ul.submenu
{
	width: 150px;
  position: absolute;
}

li.menu, li.submenu
{
	float: left;
  position: relative;
  width: 150px;
	margin: 0;
	padding: 0;
}

li.menu
{
	height: 91px;
}

ul ul { display:none; }
li:hover ul { display:block; }

li.over ul { display:block; }

/* End Main Menu */

div.head
{
	background-color: #FFFFFF;
}

div.menu
{
	text-align: center;
	height: 106px;
	position: absolute;
	left: 0px;
	top: 95px;
	z-index: 10;
}

div.main
{
	background-color: #FFFFFF;
/*	width: 700px; */
	margin: auto;
}
div.sideimage
{
	width: 200px;
	float: left;
	position: absolute;
	left: 0px;
	top: 200px;
}

div.content
{
	background-color: #FFFFFF;
	margin: 0;
	text-align: left;
	float: left;
	position: absolute;
	left: 200px;
	top: 200px;
}

div.justify
{
	text-align: justify;
}

h1
{
	font-size: 16pt;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

/* Start Header */
div.head
{
/*	width: 700px;	*/
	height: 85px;
	margin: auto;
/*	text-align: left;	*/
}
div.title
{
	width: 468px;
	height: 85px;
	margin: auto;
	float: left;
}
div.login
{
	width: 232px;
	height: 85px;
	margin: auto;
	float: right;
}
/* End Header */

body
{
	 background-color: #003366;
	 color: #003366;
}

a
{
	color: #0033CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Menu Formating */
li a:link,li a:visited, li a
{
	position: relative; top: -3px;
	display: block;
	padding: 5px;
	border: 0px solid white;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #33cc66; font-size: 12px; font-weight : bold;
	background-color: #003366; height: 100%;
/*	background-image: url(../../forum/templates/subSilver/images/cellpic3.gif);*/
}

div.menu
{
	background: #003366;
}

td.dayofweek { color: #006699; font-size: 12px; font-weight : bold; text-align: center; }
td.curMon { color: #006699; font-size: 12px; text-align: center; }
td.notCurMon { font-size: 12px; text-align: center; }
a.calender { color: #FFA34F; font-size: 12px; font-weight : bold; text-align: center; }
