
body{
	width: auto;
	height: auto;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
   font-size: small;	
	background-color: rgb(225, 236, 255);
	background-image: none;
}
a:link{ color: rgb(100, 100, 255); }
a:active { color: rgb(00, 00, 255); } 
a:visited { color: rgb(128, 0, 128);} 
a:hover { color: #FF0000; }

h1{color: Blue; font-size: 1.4em;}
h2{color: Blue; font-size: 1.1em;}
h3{color: Blue; font-size: 1em;}
h4{color: Blue; font-size: 0.9em;}
h5{color: Blue; font-size: 0.7em;}


#head{
   width: 100%;
   height: auto;
   background-color: rgb(238, 240, 255);
   background-image: none;   
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: small;
	text-align: center;
	padding: 0px 0px 3px 0px;
}
.logo
{
   display: block;
   margin: 0px;
   width: 100%;
   height: 66px;
   background-color: rgb(238, 240, 255);
   background-image: url("/images/SlottaTime2Logohs.gif");   
   background-position: center;
   background-repeat: no-repeat;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}
.foot{
 width: 100%;
 font-size: x-small;
 text-align: center;
}
.mainbox 
{
   width: 95%;
	margin: 8px 1px 1px 7px;
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.mainbox .main {
	position: relative; /* This protects the inner element from being blurred */
   padding: 3px 5px 5px 5px;
	width: auto;
	background-color: White;
}

.list{list-style-image: url('images/arrow.gif');
  padding: 3px 3px 3px 3px;
}
.txtul{text-decoration: underline;
}
.ctr
{
 text-align: center;
 font-weight: bold;
}
.formtype{
   width: 123px;
   height: 47px;
   padding: 1px 1px 1px 1px;
   }
.tbl
{
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  text-align: center;
}
.break_word
{
	width: auto; 
	word-wrap: break-word; 
	word-break: break-all;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.nav
{width: 100%;
 min-height: 22px; 
 height: auto;
 background-image: none:; 
 float: left;
}
 .nava
{width: 117px; 
 height: 22px;
 margin: 3px 3px 3px 3px;
  background-image: url('/images/btnbigact.gif');
  background-position: center, top;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle; 
  float: left;
 }
.navcur
{width: 117px;
  height: 22px;
  margin: 3px 3px 3px 3px;
  background-image: url('/images/btnbigcur.gif');
  background-position: center, top;
  background-repeat: no-repeat;
  text-align:center;
  vertical-align: baseline;
  float: left; 
 }
 img
 {
     max-width: 90%;
     height: auto;
     }