@charset "utf-8";
/* CSS Document */

/* CSS Document */

img {border: none;}
body {line-height:125%;}

/*- Menu Tabs --------------------------- */

    #tabs {
      font-size:11px;
	  font-weight:bold;
      /*border-bottom:1px solid #2763A5;*/
      line-height:normal;
	  margin-right:0px; 
	  z-index:100;
      }
	  
    #tabs ul {
      margin:0px;
	  /*margin-bottom:-49px;*/
      list-style:none;
	  float:right;
	  position: relative;
	  /*top:-49px;*/
	  /*height:49px;*/
      }
    #tabs li {
      display:inline;
      margin:0px;
      padding:0px;
	  white-space:nowrap;
      }
    #tabs a {
      float:left;
      background:url(../images/inet_tab_left.png) no-repeat left top;
      margin:0px;
      padding:0px 0px 0px 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
	  font-weight:bold;
      background:url(../images/inet_tab_right.png) no-repeat right top;
      padding:7px 12px 8px 12px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000000;
      }
    #tabs a:hover {
	  color:#000000;
      background-position:0% -49px;
      }
    #tabs a:hover span {
	  color:#000000;
      background-position:100% -49px;
      }

      #tabs #current a {
      background-position:0% -49px;
      }
      #tabs #current a span {
      background-position:100% -49px;
      }
	  
input[type="text"]{
font-family:tahoma;
font-size:11px;
border:solid 1px #000;
background:#ffffff;
color:#000;
padding: 3px 4px;
}

input[type="password"]{
font-family:tahoma;
font-size:11px;
border:solid 1px #000;
background:#ffffff;
color:#000;
padding: 3px 4px;
}

select{
font-family:tahoma;
font-size:11px;
border:solid 1px #000;
background:#ffffff;
color:#000;
padding: 3px 4px;
}

input[type="submit"]{
cursor:pointer;
font-family:tahoma;
font-size:11px;
font-weight:bold;
border:1px solid #000000;
background:#999;
color:#000;
background:url(../images/button_bg.jpg) repeat-x left top;
padding:2px 2px;
}
input[type="submit"]:hover{
background-position:100% -28px;
}


input[type="button"]{
cursor:pointer;
font-family:tahoma;
font-size:11px;
font-weight:bold;
border:1px solid #000000;
background:#999;
color:#000;
background:url(../images/button_bg.jpg) repeat-x left top;
padding:2px 2px;
}

input[type="button"]:hover{
background-position:100% -28px;
}

.BoxHeader {height:24px;}
.BoxFrame{ background-image:url(../images/box_bg.png); background-repeat:no-repeat; background-position:bottom left;}
.BoxContent { text-align: left;}

/****************************************************************************************
* 	LAYOUT CSS FOR THE CATEGORIES MENU
****************************************************************************************/
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
list-style:none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#cat_menu1 {
	display:block; 
	background-image:url(../images/cat_bg.png); 
	background-repeat:no-repeat; 
	padding: 6px 12px 8px 12px;
	margin-bottom:2px;  
	font-weight:bold;
}
html>/**/body #cat_menu1 {
	padding: 6px 12px 0px 12px;
	height: 21px; 
}

#cat_menu1:hover {
	background-position:100% -27px; 
}

#cat_menu_sub {
	display:block;  
	padding: 1px 0px 2px 0px; 
	border-bottom:1px dashed #CCCCCC; 
}
