﻿/***************************
**  JQDOCK : CSS  webunltd **
***************************/

/*place the various demo menus around the screen (note: 1, 3, 4 and 7 are horizontal; 2, 5 and 6 are vertical)...*/
  #hdrmenu {
  	position:relative;
/*  	width:600px; 
*/
  	top:-28px;
  	left:24px; 
	margin: 0 auto;
	z-index:40;
	color:white;
	font-size:medium;
	font-weight:bold;
	font-style:italic;
 }
  #ftrmenu {
  	position:fixed; 
  	top:0px;
  	left:10px;
  	width:36px;
	margin: 0 auto;
	z-index:50;
	color:white;
	font-size:medium;
	font-weight:bold;
	font-style:italic;
  }

  #menu4 img {padding:0px 4px;}
  #menu7 {display:none; position:absolute; top:150px; left:580px;}

/*dock styling...*/
/*docks (div.jqDock) get absolute position, zero padding and margin, and visible overflow; width and height are calculated*/
  /*...set a default dock background colour...*/
  div.jqDock {background-color:transparent;}
  /*...override background colour and/or border for specific demo docks...*/

/*  #hdrmenu div.jqDock {background-color:#000000;}
  #ftrmenu div.jqDock {background-color:#000000;}
*/
*/
/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
  /*...let's set some defaults...*/
  div.jqDockLabel {border:0px none; padding:0px 4px; font-weight:bold; font-size:14px; font-style:italic; white-space:nowrap; color:#ffffff; background-color:transparent;}
  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default;}

    
