/* ------------------------------------------------------------------------- */
/* ---[ INITIAL SETUP ]----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	}

body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #f5f5f5 url(/template/inc_layout/img/body.jpg) center top repeat-y;
	}


/* ------------------------------------------------------------------------- */
/* ---[ SITE LAYOUT ]------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#body
	{
	height: 100%;
	text-align: center;
	}

#wrapper
	{
	position: relative;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#top
	{
	clear: both;
	width: 980px;
	height: 144px;
	background: #ffffff url(/template/inc_layout/img/top.jpg) center top no-repeat;
	}

#top #top_left
	{
	float: left;
	width: 442px;
	height: 128px;
	text-align: left;
	padding: 16px 0px 0px 32px;
	}

#top #top_right
	{
	float: right;
	width: 442px;
	height: 128px;
	text-align: right;
	padding: 16px 32px 0px 0px;
	}

#header
	{
	clear: both;
	height: 320px;
	}

#nav_top
	{
	clear: both;
	height: 3px;
	background: #ffffff url(/template/inc_layout/img/nav_top.jpg) center top no-repeat;
	}

#nav_main
	{
	clear: both;
	height: 36px;
	background: #ffffff url(/template/inc_layout/img/nav_main.jpg) center top repeat-y;
	padding: 0px 17px 0px 17px;
	}

#nav_bottom
	{
	clear: both;
	height: 10px;
	background: #ffffff url(/template/inc_layout/img/nav_bottom.jpg) center top no-repeat;
	}


#content_main
	{
	clear: both;
	min-height: 400px;
	}

#content_main #content_main_left
	{
	float: left;
	width: 620px;
	padding: 16px 0px 48px 32px;
	}

#content_main #content_main_right
	{
	float: right;
	width: 248px;
	min-height: 400px;
	padding: 16px 32px 48px 16px;
	}

#content_footer
	{
	clear: both;
	height: 32px;
	background: url(/template/inc_layout/img/content_footer.jpg) left top no-repeat;
	}

#content_footer #content_footer_left
	{
	float: left;
	width: 620px;
	padding: 8px 0px 0px 32px;
	}

#content_footer #content_footer_right
	{
	float: right;
	width: 264px;
	padding: 8px 32px 0px 0px;
	}

#footer
	{
	clear: both;
	height: 64px;
	background: #f5f5f5 url(/template/inc_layout/img/footer.jpg) center top no-repeat;
	}

#footer #footer_left
	{
	float: left;
	width: 620px;
	padding: 12px 0px 0px 32px;
	line-height: 135%;
	}

#footer #footer_right
	{
	float: right;
	width: 264px;
	padding: 12px 32px 0px 0px;
	text-align: right;
	}

#footer #footer_right #footer_right_text
	{
	width: 228px;
	float: left;
	text-align: right;
	line-height: 135%;
	}

#footer #footer_right #footer_right_logo
	{
	width: 32px;
	float: right;
	text-align: right;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - DEFAULTS ]-------------------------------------------------*/
/* ------------------------------------------------------------------------- */

p, div, form, select, option
	{
	margin: 0px;
	padding: 0px;
	}

a, a:link, a:visited, a:active, a:focus
	{
	color: #73973f;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

h1
	{
	font-size: 21px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}

h2
	{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

h3
	{
	font-size: 13px;
	font-weight: normal;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px;
	}

ul
	{
	list-style: none;
	line-height: 135%;
	}

#content_main_left ul
	{
	list-style: url(/template/inc_layout/img/mini/mini_list.gif) outside;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 0px 28px;
	}


.header
	{
	color:#999999;
	}

.header a, .header a:link, .header a:visited, .header a:active, .header a:focus
	{
	color:#999999;
	}

.header a:hover
	{
	color: #73973f;
	text-decoration: none;
	}

/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - ARTICLE HEADER ]-------------------------------------------*/
/* ------------------------------------------------------------------------- */
.title_h1
	{
	display: none;
	}

.title_h2
	{
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
	}

.title_hr
	{
	background: #ffffff;
	height: 1px;
	border: 0px;
	border-top: 1px dotted #cccccc;
	padding: 0px 0px 12px 0px;
	}

.print_hr
	{
	background: #ffffff;
	height: 1px;
	border: 0px;
	border-top: 1px solid #cccccc;
	padding: 8px 0px 8px 0px;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - LI (The G-Point) ]---------------------------------------- */
/* ------------------------------------------------------------------------- */
#content li
	{
	background: url(/template/inc_layout/img/mini/mini_logo_gastropoint_list.gif) no-repeat  left 2px;
	padding-left: 18px;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - SPACER ]-------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.spaceBeforeCP, .spaceAfterCP { clear: both; }


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - IMAGES ]-------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.image_img 
	{
	border: 1px solid #dddddd;
	padding: 2px;
	}

.imagelist_img	
	{
	border: 1px solid #dddddd;
	padding: 2px;
	}

.image_caption
	{
	font-size: 11px;
	color: #999999;
	text-align: center;
	border: 1px solid #dddddd;
	border-width: 0px 1px 1px 1px;
	background: #f5f5f5;
	padding: 2px;
	margin: 0px;
	}

.imagelist_caption
	{
	font-size: 11px;
	color: #999999;
	text-align: center;
	border: 1px solid #dddddd;
	border-width: 0px 1px 1px 1px;
	background: #f5f5f5;
	padding: 2px;
	margin: 0px;
	}

.imgDIVinTextLeft
	{
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0;
	}
.imgDIVinTextRight
	{
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 0;
	}
.imgDIVtopLeft
	{
	margin: 8px 10px 5px 20px;
	padding: 0px;
	border: 0;
	} 
.imgDIVtopCenter
	{
	margin: 8px -50% 5px -50%;
	padding: 0px;
	border: 0;
	}

.imgDIVblockImgLeft
	{
	margin-right: 10px;
	}
.imgDIVblockImgRight
	{
	margin-left: 10px;
	} 

.phpwcmsImgListRight
	{
	text-align: right;
	margin: 0;
	padding: 0;
	}
.phpwcmsImgListLeft
	{
	text-align: right;
	margin: 0;
	padding: 0;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - FORMS ]--------------------------------------------------- */
/* ------------------------------------------------------------------------- */
form * { margin: 0; }

input, textarea, select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #ffffff;
	background: #ffffff url(../inc_layout/img/forms/fieldshade.gif) no-repeat;
	padding: 2px;
	}

.input_invalid
	{
	background: #ffe1cf;
	}

.button
	{
	color: #6d9937;
	background: #d8e1ce;
	font-weight: bold;
	padding: 2px 4px;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - TABLES ]-------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.content_table_border { background: #d8e1ce; }
.content_table_head { background: #ffffff; color:#333333; }
.content_table_separator { height:8px; border: 0px; border-top:1px dotted #d8e1ce; background: #ffffff; padding: 0px; }
.content_table_cell_bg { background: #f2f5ef; color:#666666; }
.content_table_cell_hover { background: #e8efe0; color:#46661d; }
.content_table_image img { background: #ffffff; padding:2px; border: 1px solid #d8e1ce; }


/* ------------------------------------------------------------------------- */
/* ---[ TEASER - TABLES ]--------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.teaser_table_border { background: #dddddd; }
.teaser_table_head { background: #f5f5f5; color:#333333; }
.teaser_table_separator { height:1px; border: 0px; border-top:1px dotted #999999; background: transparent; }
.teaser_table_cell_bg { background: #eeeeee; color:#666666; }
.teaser_table_cell_hover { background: #ffffff; color:#46661d; }
.teaser_table_image img { background: #ffffff; padding:2px; border: 1px solid #dddddd; }
.teaser_table_cell_bg a { color: #666666; }
.teaser_table_cell_hover a { background: #ffffff; color:#46661d; text-decoration: none; }


/* ------------------------------------------------------------------------- */
/* ---[ SEARCH FORM ]------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.search_form
	{
	display: none;
	}

.result div p
	{
	padding-bottom: 32px;
	}

.highlight
	{
	font-style: normal;
	font-weight: bold;
	}


/* ------------------------------------------------------------------------- */
/* ---[ CONTENT - HR ]------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
.hr_default { height: 1px; background: #ffffff; border: 1px solid #ffe9d4; border-width: 1px 0px 0px 0px; }


/* ------------------------------------------------------------------------- */
/* ---[ RT ACCORDION ]------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
.acc_toggler { margin: 0px; padding: 2px 4px 2px 0px; font-size: 11px; font-weight: bold; color: #666666; }
.acc_content { margin: 2px 0px 2px 0px; padding: 0px; color: #666666; }
.acc_content img { margin: 0px; padding: 4px 0px 4px 0px; border: 0px; }
.acc_icon { border: 0px; padding: 0px 4px 0px 4px; margin: 1px; }


/* ------------------------------------------------------------------------- */
/* ---[ RT COUNTDOWN ]------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
.countdown { font-weight: bold; color: #47739a; }


/* ------------------------------------------------------------------------- */
/* ---[ VISUAL ADMIN MODE ]------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.visual_admin, .visual_admin p, .visual_admin div, .visual_admin td 
	{
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:1;
	background-color:#ffffff;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#999999;
	line-height:180%;
	}
.visual_admin a, .visual_admin a:link, .visual_admin a:visited, .visual_admin a:active, .visual_admin a:focus, .visual_admin a:hover { color:#73973f; text-decoration:underline; border-bottom:none; }
.visual_admin a:hover { text-decoration:none; }




/* ------------------------------------------------------------------------- */
/* ---[ HORIZ DROPDOWN ]---------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#menu_container {
   margin: 0; 
   position: relative;
   width: 568px;
   height: 20px;      /* ORG 20px */
   z-index: 1000;
}
/* Get rid of the margin, padding and bullets in the unordered lists */
/* margin und padding auf 0, Aufzählungszeichen der unsortierten Liste unterdruecken */
#pmenu, #pmenu ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}
/* Set up the link size, color and borders */
/* Einstellen der Groeszen, Farben und Rahmen fuer die Links */
#pmenu a, #pmenu a:visited {
   display: block;
   font-size: 13px;
   color: #46661d;
   height: 36px;      /* ORG 25px */
   line-height: 35px; /* ORG 24px */
   text-decoration: none;
   font-weight: normal;
   border: 0px;
   padding: 0px 21px 0px 21px;
	border: 1px solid #d8e1ce;
  	border-width: 0px 1px 0px 0px;
   width: auto !important;
   w\idth: 48px;
   text-align:center;
   white-space:nowrap;
}
#pmenu li li a, #pmenu li li a:visited {
   font-weight: normal;
   width: 180px !important;
   text-align:left;
   height: 16px;      /* ORG 25px */
   line-height: 15px; /* ORG 24px */
}


/* Set up the sub level borders */
/* Einstellen der Rahmen fuer die Unterebenen  */
#pmenu li ul li a, #pmenu li ul li a:visited {
   border-width: 0px 1px 0px 1px;
}
#pmenu li a.horiz_enclose, #pmenu li a.horiz_enclose:visited {
   border-width: 0px 0px 0px 0px;
   /* border-width: 1px; */
}

#pmenu li .sub_no a.horiz_enclose, #pmenu li .sub_no a.horiz_enclose:visited {
   border-width: 1px 1px 0px 1px;
}

/* Set up the list items */
/* Einstellen der Listeneinzelheiten */
#pmenu li {
	float: left;
	list-style-type: none;

	/* background: #00722d; */
}

#pmenu li li {
   background: #ffffff;
   border: 1px solid #d8e1ce;
   border-width: 0px 0px 1px 0px;
}

#pmenu li li a, #pmenu li li a:visited, #pmenu li li a:active {
	color: #476436;
	padding: 4px 8px 4px 8px;
}

/* For Non-IE browsers and IE7 */
/* Fuer alle nicht IE + IE7 */
#pmenu li:hover {
   position: relative;
}
/* Make the hovered list color persist */
/* Festlegen der Farbe fuer hover li */
#pmenu li:hover > a {
	color: #000000;      /* ORG #c00; */
	background: #d8e1ce;
	}

#pmenu li li:hover > a {
	color: #000000;
	background: #d8e1ce;
	}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif (leer.gif) is for IE to work */
/* Einstellen der Unterebenenlisten mit einer absoluten Positionierung fuer die FlyOuts und dem "Ueberfahren-Abstand"
   Das transparente gif (leer.gif) ist fuer den IE gedacht */
#pmenu li ul {
   display: none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
/* Fuer alle nicht-IE + IE7 wird die Unterebenenliste sichtbar bei einem Ueberfahren (hover) */
#pmenu li:hover > ul {
   display: block;
   position: absolute;
   top: -7px;         /* ORG -11px */
   left: 134px;
   padding: 6px 30px 30px 30px; /* ORG padding: 10px */
   background:transparent url(../../img/article/leer.gif);
   width: 140px;
}
/* Position the first sub level beneath the top level links */
/* Positioniere die erste Unterebene nach dem Topebenenlink */
#pmenu > li:hover > ul {
   left: -32px;
   top: 30px;
}
/* get rid of the table */
/* Tabelle neu einstellen */
#pmenu table {
   position: absolute;
   border-collapse: collapse;
   top: 0;
   left: 0;
   z-index: 1000;
   font-size: 1em;
}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
/* Fuer den IE5 und IE6 gebe dem hover-Link eine relative Position und wechsele die Hinter- und Vordergrundfarbe. Das ist notwendig damit der IE angestoszen wird die Unterebenen auszugeben */
* html #pmenu li a:hover {
   position: relative;
	background: #d8e1ce;
   color: #333333;
}
/* For accessibility of the top level menu when tabbing */
/* Fuer die Aktivierung der ersten Ebene, wenn im Menue geblättert wird */
#pmenu li a:active, #pmenu li a:focus {
	background: #aabc96;
	color: #000000;      /* ORG #c00; */
}
/* Set up the pointers for the sub level indication */
/* Einstellen der Symbole/Pfeile für die Unterebenenanzeige */
/*
#pmenu li.fly_ul {
   background: #7484ad url(../../img/symbols/klapp_zu.gif) no-repeat 107px center;
  */
/*   background: #7484ad url(../../img/article/navi/fly.gif) no-repeat right center;
*/
}

#pmenu li.drop_ul {
   /* background: #7484ad url(../../img/symbols/klapp_auf.gif) no-repeat 105px center; */
   /* background: #7484ad url(../../img/article/navi/drop.gif) no-repeat right center; */
}
/* KH: Active Path output */
/* KH: Ausgabe des aktiven Pfads */

#pmenu li.act_path {
	/* background: #aabc96; */
   /* background:#4161AF url(../../img/symbols/klapp_auf.gif) no-repeat 105px center; */
	/* background: url(/template/inc_layout/img/nav/nav_2.jpg) left top repeat-x; */
/*   background:#cccccc url(../../img/article/navi/drop.gif) no-repeat right center;
   */
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the drop down levels from display:none; to visibility:hidden; */
/* Dies ist fuer den IE5.5 und IE6 notwendig um die Unterebenen anzuzeigen */
/* Wechselt die Unterebenen von display:none; nach visibility:hidden; */

* html #pmenu li ul {
   visibility: hidden;
   display: block;
   position: absolute;
   top: -11px;
   left: 80px;
   padding: 10px 30px 10px 30px;
   background: transparent url(../../img/article/leer.gif);
}
/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul {
   visibility: hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul {
   visibility: hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul {
   visibility: hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
   visibility: hidden;
}
/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
   visibility: visible;
   left: -30px;       /*          (IE5 ONLY) */
   top: 10px;         /* ORG 14px (IE5 ONLY) */
   lef\t: -31px;      /*          (IE6 ONLY) */
   to\p: 26px;        /* ORG 15px (IE6 ONLY) */
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul {
   visibility: visible;
   top: -8px;        /* ORG -11px (IE6 ONLY) */
   left: 80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul {
   visibility: visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
   visibility: visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
   visibility: visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/* Submenu-Icons - Default */
#pmenu li .sub_no a, #pmenu li .sub_no a:visited, #pmenu li .sub_no a:active
	{
	padding-left: 32px;
	background: url(/template/inc_layout/img/navigation/subnav_icon.gif) no-repeat scroll 16px center;
	}

#pmenu li .sub_no a:hover
	{
	color: #5a350b;
	background: #ffe7bb url(/template/inc_layout/img/navigation/subnav_icon.gif) no-repeat scroll 16px center;
	}







/* ------------------------------------------------------------------------- */
/* ---[ JQUERY TOGGLEPANE ]------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.togglepane .togglepane_head
	{
	color: #333333;
	background: #cccccc url(/template/inc_layout/img/togglepane/expand.gif) left center no-repeat;
	border: 1px solid #aaaaaa;
	/* border-width: 1px 1px 0px 1px; */
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 2px 20px;
	}

.togglepane .togglepane_open
	{
	color: #ff6600;
	background: #f1f1f1 url(/template/inc_layout/img/togglepane/collapse.gif) left center no-repeat;
	border: 1px solid #cccccc;
	}

.togglepane .togglepane_content
	{
	margin: 0px 0px 8px 0px;
	padding: 2px 4px 2px 4px;
	}

/* ------------------------------------------------------------------------- */
/* ---[ JQUERY DATEPICK ]--------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #333333;
	width: 185px;
}
#datepick-div {
	display: none;
	border: 1px solid #aaa;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #aaaaaa !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width: 185px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #333333;
}
.datepick-control {
	background: #fee6e3;
	padding: 2px 0px;
}
.datepick-links {
	background: #ffffff;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #e0e0e0;
	color: #333333;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.datepick-header select {
	background: #e0e0e0;
	color: #333333;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	text-align: center;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-week-col {
	background: #e0e0e0;
}
.datepick-days-cell {
	border: 1px solid #d3d3d3;
}
.datepick-days-cell a {
	display: block;
	background: #eee;
}
.datepick-other-month a {
	background: #fff;
}
.datepick-unselectable {
	color: #888;
}
.datepick-week-over a {
	background: #e0e0e0;
}
.datepick-today {
	border: 1px solid #fcefa1;
}
.datepick-today a {
	background: #fbf9ee;
}
.datepick-current-day {
	border: 1px solid #aaa;
}
.datepick-current-day a {
	background: #e0e0e0;
	color: #333333;
}
.datepick-days-cell-over {
	border: 1px solid #999999;
}
.datepick-days-cell-over a {
	background: #dddddd;
}
.datepick-status {
	width: 100%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
}
.datepick-control a:hover {
	background: #ffd0d0;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #e0e0e0;
}
.datepick-multi .datepick {
	border: 1px solid #aaa;
}
.datepick-one-month {
	float: left;
	width: 185px;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
