
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_body {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #fff;
}

.CalInput
{
    background-color: white;
    color: black; 
	border: 1px #000000 solid;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 16px; 
	padding-left: 2px; 
	background-image: url("images/calendar.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100px;
	height: 17px;
	cursor: pointer;
}

#dt_body #container {
	width: 800px;
	margin: 20px 5px 10px 5px;
	padding: 0;
	border: 1px solid #CCCCCC;
}


#dt_body #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_body #main {
	margin: 0 auto 0 auto;
}

#dt_body .demo_jui {
	margin: 30px auto 0 auto;
}

#dt_body .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: black;
}

#dt_body .spacer {
	height: 20px;
	clear: both;
}

#dt_body .clear {
	clear: both;
}

#dt_body pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_body h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: black;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_body h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: black;
	clear: both;
}

#dt_body a {
	color: black;
	text-decoration: none;
}

#dt_body a:hover {
	//text-decoration: underline;
}

#dt_body ul {
	color: black;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}

.demo_links {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}