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




/***************************
**  JQDOCK : EXAMPLE CSS  **
***************************/
/*place the various demo menus around the screen (note: 1, 3, 4 and 7 are horizontal; 2, 5 and 6 are vertical)...*/
  #menu {
	position:relative;
	top:100px;
	padding-left:0px;
	clear: both;
}

  #menu img{
	padding-right: 20px;  
  }

/*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...*/

/*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 {
	font-size:14px;
	font-style:normal;
	white-space:nowrap;
	color:#000000;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 4px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border: 1px solid #999999;
}
  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default;}
  /*...and some overrides...*/
  /*...give the right-hand vertical a smaller, non-bold, deep red label, on a white background...*/
  #menu2 div.jqDockLabel {color:#cc0000; background-color:#ffffff; padding:1px; font-size:12px; font-weight:normal;}
  /*...and the left-hand vertical (with the black background) a white, smaller, label...*/
  #menu5 div.jqDockLabel {color:#ffffff; padding:0px;}

    

.margin_0{
	padding-top: 0px;
}
.margin_1{
	padding-top: 20px;
}
.margin_2{
	padding-top: 20px;
}
.margin_3{
	padding-top: 20px;
}
.margin_4{
	padding-top: 20px;
}
.margin_1{
	padding-top: 20px;
}
.margin_1{
	padding-top: 20px;
}


