/*  
|
|	Name:			Leopard
|	Author:			Nettuts/Harley Alexander
|	Description:	For a Tutorial at http://nettuts.com/, it's aimed at showing how jQuery and jQuery UI can create a 
|					leopard style Web Desktop. Although basic, it incompases Dashboard and Windows!
|
*/

*{
	margin: 0;
	padding: 0;
}

a{
	color: #005693;
}

.clr{
	width: 1;
	height: 9999em;
	position: absolute;
}

.draggableWindow{
	width: 500px;
	overflow: auto;
	clear: both;
	padding: 0 20px;
	float: left;
	margin: 40px;
	position: absolute;
	z-index:10;
}

.draggableWindow h1{
	width: 100%;
	margin:0px;
	height: 21px;
	float: left;	
	font-size: 10px;
	text-align: center;
	text-indent: -67px;	
	background: url(/static/img/holidays/h1long.png) no-repeat;
	text-shadow: #fff 1px 0 1px;
	cursor: default;
}

.draggableWindow h1 span{
	width: 67px;
	height: 21px;
	float: left;
	background: url(/static/img/holidays/h1short.png) no-repeat left;
}

.content{
	background: white;
	padding: 36px;
}

.content h2{
	margin-bottom: 1em;
}

#smaller{
	width: 300px;
	float: right;
	margin: 10px;
}

.widget{
	position: absolute;
	z-index: 9999;
	float: left;
	margin: 1em;
	list-style: none;
}

.closeWidget{
	position: absolute;
	z-index: 99999;
	top: -5px;
	left: -5px;
}

.stickyWidget{
	padding: 15px 20px;
	width: 185px;
	height: 155px;
	background: url(images/widgets/sticky.png) no-repeat center;
}

.stickyWidget>img{
	display: none;
}

.stickyWidget textarea{
	height: 100%;
	width: 100%;
	background: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-family: 'Marker Felt';
	overflow: hidden;
}

#dock{
	position: absolute;
	z-index: 11;
}

#dock li{
}

.closeWidget{
	cursor: pointer;
}

#addWidgets{
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 164px;
	background: url(images/dashpanel.png) bottom repeat-x;
	padding: 0 2%;
}

#openAddWidgets{
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/opendashpanel.png) center;
	position: relative;
	z-index: 9999;
	text-indent: -9999em;
}

#dashPanel ul{
	list-style: none;
	margin-top: 27px;
}

#dashPanel ul li{
	float: left;
	padding-right: 30px;
}

#dashPanel ul li img{
	display: block;
}

#dashPanel ul li span{
	width: 74px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: #fff 1px 0 1px;
	color: #17243e;
	padding-top: 10px;
}

#desktopItems{
	list-style: none;
	width: 100%;
	height: 100%;
}

#macintoschHD{
	background: url(images/macHD.png) no-repeat center top;
	padding-top: 128px;
	width: 138px;
	margin: 20px;
	text-align: center;
	position: absolute;
	right: 0;
	color: white;
	font-weight: bold;
	text-shadow: #000 1px 1px 2px;
}

.stack{
	position: absolute;
	bottom: 0;
	right: 100px;
}

.stack ul{
	list-style: none;
	position: absolute;
	top: -30px;
	z-index: -9;
}

.stack ul li{
	position: absolute;
}

.stack ul li span{
	display: none;
}

.stack .openStack li span{
	display:block;
	position:absolute;
	top: 17px;
	right:60px;
	height: 14px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	color: #fcfcfc;
	text-align: center;
	opacity: .85;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opera-border-radius: 10px;
	text-shadow: #000 1px 1px 1px;
}

.pricingGrid th {
   color:#000;
   background-color:#F2A424;
}

.pricingGrid th {
   color:#000;
   background-color:#F2A424;
   border:0px;
   padding-left:2px;	
}

.pricingGrid td {
   border-bottom:1px solid #F2A424;
   border-left:0px;
   border-right:0px;
   border-top:0px;
   padding-left:2px;	
}

div.jqDockLabel {border:0px none; padding:0px 4px; font-weight:bold; font-size:14px; font-style:italic; white-space:nowrap; color:#ffffff; background-color:#000000;opacity:.70;filter:alpha(opacity=70);-moz-opacity:0.7;}
div.jqDockLabelLink {cursor:pointer;}
div.jqDockLabelImage {cursor:default;}
