@import url("pepper-ginder-custom.css");



/* just some styling 

body {

	font: 0.7em/1.5em "Trebuchet MS",Verdana,sans-serif;

	background: white url('images/ui-bg_fine-grain_65_654b24_60x60.png') repeat;

}

*/

h1 {

	text-align: center;

	margin: 1.5em;

}



h2 {

	border-top: 1px dotted #AAA;

	padding-top: 1em;

	margin-top: 1em;

}



h4 {margin-bottom: 0;}



p {margin-top: .3em;}



code, pre.code {

	font: 11px/13px monospace;

	background-color: #FFC;

	padding: 2px;

	border: 1px dotted grey;

}



.clear {clear: both;}



a {text-decoration: none; color: #800;}

a:hover {text-decoration: underline;}



#share {

	position: absolute;

	right: 20px;

	top: 20px;

	text-align: right;

}



#page {

	position: relative;

	margin: 1em auto;

	padding: 2em;

	width: 960px;

	background: white url('images/ui-bg_fine-grain_10_f8f7f6_60x60.png') repeat;

	

	-moz-border-radius: 6px;

	-webkit-border-radius: 6px;

	border-radius: 6px;

	border: 1px solid #D9D6C4;

	color: #1F1F1F;

	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;

	font-size: 1.1em;

}



#demos-list {padding: 0;}



#flairs {text-align: center;}

#flairs ul {list-style: none; padding: 0;}

#flairs li {display: inline;}



.demo {

	vertical-align: top;

	display: inline-block;

	margin: 1em 1%;

	width: 44%;

	background-color: rgba(0, 0, 0, .1);

	padding: 0 2%;

	border-radius: 10px;

}



.demo.full-row {

	width: 95%;

}



.demo ul, .demo ol {list-style-position: inside;}

.demo .box {

	float: left;

	margin: 0 1em 1em 0;

}



.example {

	color: #006400;

}



.important-note {

	font-weight: bold;

	color: #B22222;

}



.reference-to {

	font-size: large;

	font-weight: bold;

}



.code-box {clear:both;}

.code {

	padding: 5px;

	color: #333;

	background-color: white;

	font: small monospace;

}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {

	background: #F8F7F6 url('images/ui-bg_fine-grain_10_f8f7f6_60x60.png') 50% 50% repeat;

}



/* begin: jQuery UI Datepicker moving pixels fix */

table.ui-datepicker-calendar {border-collapse: separate;}

.ui-datepicker-calendar td {border: 1px solid transparent;}

/* end: jQuery UI Datepicker moving pixels fix */



/* begin: jQuery UI Datepicker emphasis on selected dates */

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {

	background: #743620 none;

	color: white;

}

/* end: jQuery UI Datepicker emphasis on selected dates */





/* begin: jQuery UI Datepicker hide datepicker helper */

#ui-datepicker-div {display:none;}

/* end: jQuery UI Datepicker hide datepicker helper */

#highlight, .highlight {

    background-color: #000;

}

.highlight a { background: red; }



label { width: 10em; float: left; }

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

p { clear: both; }

.submit { margin-left: 12em; }

em { font-weight: bold; padding-right: 1em; vertical-align: top; }

fieldset{ border: 1px solid #ccc; padding: 10px;}

legend{ font-size:16px; font-weight: bold; }
#searchinfoform{ width:70%; margin:0 auto;}
.hints{ font-size:12px;}
.update_msg{margin:0 auto; width:255px;}