.ul_first {
	float: left;
	width: 100%;
}

.ul_other {
float: left;
width: 100%;
padding-left: 3px;
}

.ul_last {
float: left;
width: 100%;
padding-left: 3px;
}

 ul {
list-style-image: url(images/bullet.gif);
margin: 0px;
padding-left: 17px;
}

#blue {
	background: #ADD2EE;
}

.menucatstrip {
	background-color: #ADD2EE;
	padding: 1px;
	padding-left: 1px;
	font-size: 10px;
	font-family: Verdana;
}

#blocktitle {
	color:#FFFFFF;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #FFFFFF;
	border-style: dotted;
	}
	
#insidethebox {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom-color: #EDEBD0;
	border-top-color: #FFFFFF;
	border-style: dotted;
	}
#insidethebox a{
	color: #000000;
	text-decoration: none;
	}
	
#insidethebox a:hover{
	color: #000000;
	text-decoration: underline;
	}

#blocktitle2 {
	color:#000000;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #D9F7D5;
	border-style: dotted;
}

#blocktitle3 {
	color:#000000;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #FFDD90;
	border-style: dotted;
}
#firefox {
	width: 100%;
	background: #EFEFEF;
	text-align: center;
	padding: 1px 1px 1px 1px;
	border-top: 1px #E7E2E2 dotted;
	border-bottom: 1px #bfbfbf dotted;
	}

.switchcontent {
	width: 100%;
	}

.switchcontent2 {
	width: 100%;
	}

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 1px;
margin-right: 1px;
}

.headers{
width: 100%;
font-size: 100%;
font-weight: bold;
font-face: verdana;
border: 1px dotted #ADD2EE;
background-color: #ADD2EE;
}

.switchcontent{
width: 100%;
border: 1px dotted #ADD2EE;
border-top-width: 0;
}
		
  #content #thelist { 
      list-style-type:none;
      margin:0;
      padding:0;
   }
   #content #thelist li {
     width:98%;
     font:12px Verdana;
     margin:0;
     margin-left:0px;
     padding-left:0px;
     padding:0px;
     cursor:move;
   }

  div.dropmarker {
      height:6px;
      width:100%;
      background: url(/images/dropmarker.png) left top;
      margin-top:-3px;
      margin-left:-5px;
      z-index:1000;
      overflow: hidden;
   }

table {border-style: hidden}

body {
	scrollbar-face-color: #ADD2EE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ADD2EE;
	scrollbar-3dlight-color: #ADD2EE;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #ADD2EE;
	scrollbar-darkshadow-color: #5493B4;
}

.bodytable {
	width: 750px;
	background-color: #FFFFFF;
/*
	border-left: 2px dotted #000000;
	border-right: 2px dotted #000000;
*/
	border: 1px dotted #ADD2EE;
	font-size: 11px;
}
 
A:link {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #ADD1EE}
A:hover {text-decoration: overline underline; color: #ADD1FF};

a:hover {
filter:blur(add="0",direction="90",strength="2");
height: 0;
}
/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-family: "Verdana";
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}