body
{
  margin: 0% 0% 0% 0%;
  font-family: Georgia, Arial;
  background-image: url(./../images/site/background_site.jpg);
}

.table_main 
{
  border-style: groove;
  border-width: 2px;
  border-color: #000000;
}
.table_site
{
  color: #000000;
  empty-cells: show;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
  padding-left: 3px;
  padding-right: 3px;
}
.title_site
{
  background-image: url(./../images/buttons/button2.gif);
  background-position: top center;
  background-repeat: no-repeat;
  height: 40px;
  width: 174px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-family: cursive;
  font-weight: bold;
}

.title_site:hover
{
  background-image: url(./../images/buttons/button2_hover.gif);
}

.table
{
  border-width: 0px;
  empty-cells: show;
  text-align: left;
  width: 517px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  color: #092949;
}
.title
{
  background-image: url(./../images/site/table_title.gif);
  background-position: top center;
  background-repeat: no-repeat;
  height: 22px;
  width: 517px;
  color: #092949;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  border-width:0px;
}
.content
{
  background-image: url(./../images/site/table_content.jpg);
  color: #336600;
}

.content_title
{
  background-image: url(./../images/site/table_content.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 22px;
  width: 517px;
  color: #092949;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  border-width:0px;
}

.bottom
{
  background-image: url(./../images/site/table_bottom.gif);
  background-position: top center;
  background-repeat: no-repeat;
  height:11px;
  border-width:0px;
}

.site_button
{
  background-image: url(./../images/buttons/button1.gif);
  background-repeat: no-repeat;
  background-position: top center;
  width: 173px;
  height: 26px;
  text-align: center;
  line-height: 32px;
}

.site_button:hover
{
  background-image: url(./../images/buttons/button1_hover.gif);
  cursor: pointer;
}

.formfield
{
  color: #FFFFFF;
  background-color: #898381;
  border-color: #898381;
  border-width: 2px;
}

.formbutton
{
  color: #FFFFFF;
  background-color: #898381;
  border-width: 1px;
}

a:link
{
  font-family: Georgia, Arial;
  font-size: 13px; 
  color: #000000;
  text-decoration:none;
}

a:visited
{
  font-family: Georgia, Arial;
  font-size: 13px; 
  color: #000000;
  text-decoration:none;
}

a:active
{
  font-family: Georgia, Arial;
  color: #000000;
  text-decoration:underline;
}

a:hover
{
  font-family: Georgia, Arial;
  color: #000000;
  text-decoration:underline;
}

.set_mouseover_field { 
  background-color: #CFCFCF;
  color: #000000;
}
.set_mouseout_field { 
  background-image: url(./../images/site/table_content.jpg); 
  color: #336600;
}
.set_mouseover_text { color: #000000; }
.set_mouseout_text { color: #336600; }

.forum_img
{
  max-width: 400px;
  max-height: 320px;
}

#sm-screen
{
	background-color: #000000;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	display: none;
}

#sm-loading
{
	position: fixed;
	top: 35%;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	height: 19px;
	z-index: 2;
	display: none;
}

#sm-content
{
	position: fixed;
	top:25%;
	width: 100%;
	height: 100%;
	z-index:3;
	display:none;
}

#sm-data
{
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -132px;
	z-index: 4;
}

#sm-info
{
  position: fixed;
  top: 25%;
  left: 50%;
  margin: 8px 0px 0px 75px;
  z-index: 5;
}

#sm-announcement
{
  position: fixed;
  top:25%;
  width: 100%;
  height: 100%;
  z-index:6;
  display:none;
}

.smbutton1
{
  position: fixed;
  top: 25%;
  left: 50%;
  margin: 236px 0px 0px 40px;
  width: 80px;
  color: #000000;
  background-image: url(./../images/buttons/button5.jpg);
  z-index: 6;
}

.smbutton2
{
  position: fixed;
  top: 25%;
  left: 50%;
  margin: 236px 0px 0px -50px;
  width: 80px;
  color: #000000;
  background-image: url(./../images/buttons/button5.jpg);
  z-index: 7;
}