@charset "utf-8";
/* CSS Document */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: #F9F6F6 url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	
}

 ....loading....
Firebug's log limit has been reached. %S entries not shown.		Preferences	 
<html>
<head>
</head>
<body>
<img onload="this.parentNode.removeChild(this);" style="position: absolute; left: -9999px;" alt="" src="http://www.kelvinluck.com/mint/?record&key=7949303058774d7a54333031363051354c3231754544425167&referer=http%3A//www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html&resource=http%3A//www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html&resource_title=jQuery%20datePicker%20simple%20datePicker%20demo&resource_title_encoded=0&resolution=1280x1024&flash_version=10&eatscookies=yes&1250610289783"/>
<div id="container">
<h1>jquery.datePicker example: simple datePicker</h1>

<p>
</p>
<p> The following example displays simple use of the datePicker component to select a date for input fields. </p>
<form id="chooseDateForm" action="#" name="chooseDateForm">
<fieldset>
<legend>Test date picker form</legend>
<ol>
<li>
<label for="date1">Date 1:</label>
<input id="date1" class="date-pick dp-applied" name="date1"/>
<a class="dp-choose-date" title="Choose date" href="#">Choose date</a>
</li>
<li>

<label for="date2">Date 2:</label>
<input id="date2" class="date-pick dp-applied" name="date2"/>
<a class="dp-choose-date" title="Choose date" href="#">Choose date</a>
</li>
<li>
</li>
</ol>
</fieldset>
</form>
<h2>Page sourcecode</h2>
<pre class="sourcecode">$(function() { $('.date-pick').datePicker(); });</pre>
<h2>Page CSS</h2>

<pre class="sourcecode">/* located in demo.css and creates a little calendar icon * instead of a text link for "Choose date" */ a.dp-choose-date { float: left; width: 16px; height: 16px; padding: 0; margin: 5px 3px 0; display: block; text-indent: -2000px; overflow: hidden; background: url(calendar.png) no-repeat; } a.dp-choose-date.dp-disabled { background-position: 0 -20px; cursor: default; } /* makes the input field shorter once the date picker code * has run (to allow space for the calendar icon */ input.dp-applied { width: 140px; float: left; }</pre>
</div>
</body>
</html>
Firebug's log limit has been reached. %S entries not shown.		Preferences	 
<html>
<head>
</head>
<body>
<img onload="this.parentNode.removeChild(this);" style="position: absolute; left: -9999px;" alt="" src="http://www.kelvinluck.com/mint/?record&key=313836646555745547326b757570315a36303541663231&referer=http%3A//www.kelvinluck.com/assets/jquery/datePicker/v2/demo/&resource=http%3A//www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html&resource_title=jQuery%20datePicker%20simple%20datePicker%20demo&resource_title_encoded=0&resolution=1280x1024&flash_version=10&eatscookies=yes&1250612669974"/>

<div id="container">
<h1>jquery.datePicker example: simple datePicker</h1>
<p>
</p>
<p> The following example displays simple use of the datePicker component to select a date for input fields. </p>
<form id="chooseDateForm" action="#" name="chooseDateForm">
<fieldset>
<legend>Test date picker form</legend>
<ol>
<li>
<label for="date1">Date 1:</label>
<input id="date1" class="date-pick dp-applied" name="date1"/>
<a class="dp-choose-date" title="Choose date" href="#">Choose date</a>

</li>
<li>
<label for="date2">Date 2:</label>
<input id="date2" class="date-pick dp-applied" name="date2"/>
<a class="dp-choose-date" title="Choose date" href="#">Choose date</a>
</li>
<li>
</li>
</ol>
</fieldset>
</form>
<h2>Page sourcecode</h2>
<pre class="sourcecode">$(function() { $('.date-pick').datePicker(); });</pre>

<h2>Page CSS</h2>
<pre class="sourcecode">/* located in demo.css and creates a little calendar icon * instead of a text link for "Choose date" */ a.dp-choose-date { float: left; width: 16px; height: 16px; padding: 0; margin: 5px 3px 0; display: block; text-indent: -2000px; overflow: hidden; background: url(calendar.png) no-repeat; } a.dp-choose-date.dp-disabled { background-position: 0 -20px; cursor: default; } /* makes the input field shorter once the date picker code * has run (to allow space for the calendar icon */ input.dp-applied { width: 140px; float: left; }</pre>
</div>
<div id="dp-popup" class="dp-popup" style="top: 222.083px; left: 414.5px;">
<h2>August 2009</h2>
<div class="dp-nav-prev">
</div>
<div class="dp-nav-next">
</div>
<div class="dp-calendar">
<table class="jCalendar" cellspacing="2">
<thead>
<tr>
<th class="weekday" scope="col" abbr="Monday" title="Monday">M</th>

<th class="weekday" scope="col" abbr="Tuesday" title="Tuesday">T</th>
<th class="weekday" scope="col" abbr="Wednesday" title="Wednesday">W</th>
<th class="weekday" scope="col" abbr="Thursday" title="Thursday">T</th>
<th class="weekday" scope="col" abbr="Friday" title="Friday">F</th>
<th class="weekend" scope="col" abbr="Saturday" title="Saturday">S</th>
<th class="weekend" scope="col" abbr="Sunday" title="Sunday">S</th>
</tr>
</thead>
<tbody>
<tr class="">
<td class="other-month weekday disabled">27</td>

<td class="other-month weekday disabled">28</td>
<td class="other-month weekday disabled">29</td>
<td class="other-month weekday disabled">30</td>
<td class="other-month weekday disabled">31</td>
<td class="current-month weekend disabled">1</td>
<td class="current-month weekend disabled">2</td>
</tr>
<tr class="">
</tr>
<tr class="">
</tr>

<tr class="">
</tr>
<tr class="">
</tr>
<tr class="">
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
Firebug's log limit has been reached. %S entries not shown.		Preferences	 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div id="wrapper">

<div id="main">
<div id="header">
</div>
<div id="logobar">
</div>
<div id="content" style="width: 100%;">
</div>
<div style="clear: both;"> </div>
<div id="footer">
</div>
</div>
</div>
<div id="dp-popup" class="dp-popup" style="top: 746.733px; left: 475.5px;">
<h2>August 2009</h2>
<div class="dp-nav-prev">

<a class="dp-nav-prev-year disabled" title="Previous year" href="#"><<</a>
<a class="dp-nav-prev-month disabled" title="Previous month" href="#"><</a>
</div>
<div class="dp-nav-next">
<a class="dp-nav-next-year" title="Next year" href="#">>></a>
<a class="dp-nav-next-month" title="Next month" href="#">></a>
</div>
<div class="dp-calendar">
<table class="jCalendar" cellspacing="2">
<thead>

</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</body>
</html>
table.jCalendar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA none repeat scroll 0 0;
border:1px solid #000000;
border-collapse:separate;
border-spacing:2px;
}
table.jCalendar th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
padding:3px 5px;
}
table.jCalendar td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
padding:3px 5px;
text-align:center;
}
table.jCalendar td.other-month {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
color:#AAAAAA;
}
table.jCalendar td.today {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FF6666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.selected.dp-hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FF3333 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
table.jCalendar tr.selectedWeek td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FF6666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BBBBBB none repeat scroll 0 0;
color:#888888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BBBBBB none repeat scroll 0 0;
color:#888888;
}
div.dp-popup {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F6F6 none repeat scroll 0 0;
font-family:arial,sans-serif;
font-size:10px;
line-height:1.2em;
padding:2px;
position:relative;
width:171px;
}
div#dp-popup {
position:absolute;
z-index:199;
}
div.dp-popup h2 {
font-size:12px;
margin:2px 0;
padding:0;
text-align:center;
}
a#dp-close {
display:block;
font-size:11px;
padding:4px 0;
text-align:center;
}
a#dp-close:hover {
text-decoration:underline;
}
div.dp-popup a {
color:#000000;
padding:3px 2px 0;
text-decoration:none;
}
div.dp-popup div.dp-nav-prev {
left:4px;
position:absolute;
top:2px;
width:100px;
}
div.dp-popup div.dp-nav-prev a {
float:left;
}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
cursor:pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
cursor:default;
}
div.dp-popup div.dp-nav-next {
position:absolute;
right:4px;
top:2px;
width:100px;
}
div.dp-popup div.dp-nav-next a {
float:right;
}
div.dp-popup a.disabled {
color:#AAAAAA;
cursor:default;
}
div.dp-popup td {
cursor:pointer;
}
div.dp-popup td.disabled {
cursor:default;
}