/* CSS Document */

  body {
		font-family: Tahoma, Ariel; color:#006600;
		background:black; 
		//background-image:url("../p/bg/greenbotbstef.jpg"); 
		background-attachment:fixed;
		background-repeat:repeat;
		
		scrollbar-face-color:#EEFFEE; 
		scrollbar-shadow-color: #003300; 
		scrollbar-highlight-color: #00AA00; 
		scrollbar-3dlight-color: #99FF99; 
		scrollbar-darkshadow-color: #004400; 
		scrollbar-track-color: #AADDAA;
		scrollbar-arrow-color: #00AA00;
		}

  a:link {color: #4040FF; text-decoration: none}
  a:visited {color: #4040FF; text-decoration: none}
  a:active {color: #4040FF; text-decoration: none}
  a:hover {color: #000000; text-decoration: none}

h4 {font-size:12px; font-weight: bold; font-family: Tahoma;}
h5 {font-size:10px; font-weight: bold; font-family: Tahoma;}

.greenbox{border-left: solid #004400 1px; border-right: solid #004400 1px; border-bottom: solid #004400 2px; background-image:url(../g/zengrey.gif);}
.redbox{border-left: solid #660000 1px; border-right: solid #660000 1px; border-bottom: solid #660000 2px;}
.bluebox{border-left: solid #000099 1px; border-right: solid #000099 1px; border-bottom: solid #000099 2px;}
.fullboxgreen{border-left: solid #006600 2px; border-right: solid #004400 2px; border-top: solid #006600 2px; border-bottom: solid #004400 2px; background-image:url(../g/zengrey.gif);}
.fullboxblue{border-left: solid #000066 2px; border-right: solid #000044 2px; border-top: solid #000066 2px; border-bottom: solid #000044 2px; background-image:url(../p/dbw/bgalainpark.jpg);}

.errormessage5 {font-size:10px; color:red;}

.justifybox{
		border: 1px 2px 1px 2px solid #004400; 
		background-image:url(../g/zengrey.gif);
		text-align:justify; 
		text-justify:newspaper;
		}
.justifynobox{background-image:url(../g/zengrey.gif); text-align:justify; text-justify:newspaper;}

.medtext {font-size:12px;}
.tinytext {font-size:10px;}

ul.nav {
          list-style-type:none;
          padding-left: 0;
          margin:1px;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
          }

ul.nav a {
          display: block;
          border: 1px solid #060;
          padding: 2px 5px 2px 5px;
		  margin-left: auto;
          margin-right: auto;
          color: black;
          text-decoration: none;
          //background: url(../images/nav_btn_bg.jpg);
          }

ul.nav a:visited {color: black; text-decoration: none; font-weight: bold;}
ul.nav a:active {color: #090; text-decoration: none; font-weight: bold; background-color:black;}
ul.nav a:hover {color: white; text-decoration: none; font-weight: bold; background-color:#090;}
ul.nav a:link {color: black; text-decoration: none; font-weight: bold;}
ul.nav li {display: inline;}

ul.buttons {
          list-style-type:none;
          padding-left: 0;
          margin:1px;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
          }

ul.buttons a {
          display: inline;
          border: 1px solid #060;
          padding: 2px 5px 2px 5px;
		  margin-left: auto;
          margin-right: auto;
          color: black;
          text-decoration: none;
          //background: url(../images/nav_btn_bg.jpg);
          }

ul.buttons a:visited {color: black; text-decoration: none; font-weight: bold;}
ul.buttons a:active {color: #090; text-decoration: none; font-weight: bold; background-color:black;}
ul.buttons a:hover {color: white; text-decoration: none; font-weight: bold; background-color:#090;}
ul.buttons a:link {color: black; text-decoration: none; font-weight: bold;}
ul.buttons li {display: inline;}

#leftside{
          float: left;
          margin-top: 0px;
          width: 200px;
		  background-image:url(../images/gfx/zengrey.gif);
		  text-align: center;
		  padding: 3px;
		  border: 1px solid #006600;
          }

#content{
          float: left;
          height: 100%;
          width: 700px;
          background-color: black;
		  background-image:url(../images/gfx/zengrey.gif);
		  border: 1px solid #006600;
          }
		  
#wholepage{
		  width: 910px;
		  border: 1px solid #006600;
          margin-left: 0;
          margin-right: auto;
		  margin-top: 0;
		  background: blue url(../images/gfx/zengrey.gif);
		  }		  