body {
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 996px;
	background-color: white;
	position: relative;
}
h1 {
	font-size: 16px;
	padding: 12px;
	padding-left: 0;
	float: left;
}
h2 {
	font-size: 14px;
	padding-top: 24px;
	padding-bottom: 12px;
}
h3 {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.button {
	padding: 2px;
	border: #666 solid 1px;
	background-color: orange;
	text-align: center;
	width: 100px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}
.button:hover {
	color: white;
}
span.mandatory {
	font-weight: bold;
	color: red;
	float: right;
	padding: 0 3px 0 6px;
}
div.pre_static, div.snippet {
	padding: 0.5em 1em 0.5em 1em;
	border: #2f6fab dashed 1px;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	font-family: Courier, 'Courier New', monospace;
	overflow-x: auto;
}
div.error {
	color:red;
	margin-top:18px;
}
div.warning {
	color:orange;
	margin-top:18px;
}
div.success {
	color:green;
	margin-top:18px;
}
img {
	border: 0;
}
a {
	color: rgb(255,102,0);
}
.nodisp {
	display: none;
}
#prologue {
	font-size: 14px;
	background-color: #eee;
	border: #dcdcdc solid 1px;
	padding: 20px;
	position: relative;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
}
#epilogue {
	margin-top: 2em;
	font-size: 12px;
	background-color: #eee;
	border: #dcdcdc solid 1px;
	padding: 16px;
	padding-bottom: 12px;
	position: relative;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	text-align: left;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}
.ui-datepicker { margin-left: -100px; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 80%; }

/* slider */
#slider {
	margin-top: 24px;
	padding-top: 6px;
    border: #ccc solid 1px;
}
#slider img {
    float: left;
}
.slide {
    width: 976px;
    padding: 10px;
}
.slide h1 {
    font-size: 120%;
	float: none;
	padding: 0;
    border-bottom: #ccc solid 1px;
}
.slide h2 {
    font-size: 100%;
    float: right;
	padding: 0;
    color: #999;
}
.slide p {
    text-align: justify;
    width: 450px;
	margin: 0 0 6px 0;
	padding: 0;
    float: right;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slider li { 
    width: 996px;
    height: 500px;
	overflow:hidden; 
}
#prevBtn, #nextBtn { 
	width:48px;
	height:48px;
	margin-top: -300px;
}
#prevBtn {
    float:left;
    margin-left: -33px;
}
#nextBtn {
	float:right;
	margin-right: -35px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:48px;
	height:48px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 14px;
	color: black;	
}	
#prevBtn a {
	background: url("../images/draw-halfcircle1.png") no-repeat 0 0;
}
#nextBtn a { 
	background: url("../images/draw-halfcircle2.png") no-repeat 0 0;	
}