@charset "utf-8";
/*////////////////////////////////////////////////////
////////////// CSS Definitions for EEBA //////////////
////////////////////////////////////////////////////*/
/*
		Copyright:  		fresh frames GmbH & Co. KG
					http://www.freshframes.com/
	
		Seite:		EEBA
					European Eye Bank Association
	
		Autor:		Stefanovski Alexander
					stefanovski@freshframes.com
					http://www.freshframes.com/

	Version: $Id: eeba_stylesheet.css 282 2009-10-13 13:20:14Z schnix $
										  			*/

/* Global:Container Definitions */
@import url("eeba_site.css");

/* Container:Row:Slider */
@import url("eeba_slider.css");

/* Global:Home */
@import url("eeba_home.css");

/* Global:Container Definitions */
@import url("eeba_start.css");

/* Container:Row:Primary Navigation */
@import url("eeba_navigation_primary.css");

/* Container:Column:Secondary Navigation */
@import url("eeba_navigation_secondary.css");

/* Container:Column:Stage */
@import url("eeba_stage.css");

/* Container:Column:Feature */
@import url("eeba_feature.css");

/* Container:Column:Search */
@import url("eeba_search.css");

/* Container:Content:CMS */
@import url("eeba_cms.css");

/* Container:QuestionaryForms:Forms */
@import url("eeba_qform.css");

/* Container:Content:Sitemap*/
@import url("eeba_sitemap.css");

/** date picker **/


input.DatePicker{
	width: 85px;
	padding: 1px 1px 1px 1px;
	font-size: 13px;
	cursor: pointer;
}
input:focus.DatePicker{
}
.dp_container{
	position: absolute;
	padding: 0;
	z-index: 500;
	margin: 0;
	padding:0;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
