* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	height: 100%!important;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: black;
}
/* Template Width
*****************************************/
.width960px {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#content-inner {
	border: 1px solid #ffffff;
	border-top: none;
}
/* Top Area
*****************************************/
div#top {
	height: 52px;
	margin: 0 0 1px 0;
}
div#top div#logo {
	display: block;
	height: 26px;
	padding: 0pt;
	position: relative;
	top: 5px;
	width: 176px;
}
#user2 {
	width: 100%;
	background: url(../images/top_shelf.png) repeat-x;
}
div#user2-bg {
	background: url(../images/vector-landscape.png) no-repeat top center;
	height: 239px;
	margin: 0 auto;
	width: 960px;
}
#hmenu {
	background: #E5F3FD url(../images/hmenu_bg.png) repeat-x bottom;
	position: relative;
	height: 39px;
}
#hmenu .width960px {
	position: relative;
	top: -6px;
}
#menu-h {
	left: 0;
}
#main {
	background: url(../images/main-top-bg.png) repeat-x top;
	margin-bottom: 13px;
}
#pathway {
	line-height: 34px;
	height: 36px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #F2EFE1;
	background: url(../images/pathway_bg.png) repeat-x top;
	margin-bottom: 1px;
	font-size: 0.9em;
	padding: 0 20px 0 8px;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/* Hides From IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from IE Mac */
/* Footer Section 
*****************************************/
#footer {
	margin: 0 auto;
	clear: both;
	position: relative;
	height: 63px;
	font-size: 0.9em;
	color: #fff;
	background: #F7ECD7;
	border-top: 1px solid #D5BD97;
	margin-top: 1px;
}
#nav-copy {
	position: relative;
	top: 12px;
	font-size: 1.1em;
}
/* Configurable Sidebars */
/* Sidebar on right*/
body.scheme_2 #content {
	display: inline;
	float: left;
	width: 752px;
	margin-top: 25px;
	border: 1px solid #E9E5DE;
}
body.scheme_1 #content {
	margin-top: 25px;
	border: 1px solid #E9E5DE;
	float: left;
	width: 100%;
}
body.scheme_2 #right {
	float: right;
	width: 195px;
	display: inline;
	margin-top: 25px;
	margin-left: 10px;
}
/* Sidebar on Left and right*/
body.scheme_3 #left {
	float: left;
	width: 195px;
	display: inline;
	margin-top: 25px;
	clear: left;
}
body.scheme_3 #content {
	display: inline;
	float: left;
	width: 548px;
	margin-top: 25px;
	border: 1px solid #E9E5DE;
	margin-left: 10px;
}
body.scheme_3 #right {
	float: left;
	width: 195px;
	display: inline;
	margin-top: 25px;
	margin-left: 10px;
}
/*sidebar navigation*/
#left .sidenav ul,
#right .sidenav ul,
#left .moduletable_menu ul,
#right .moduletable_menu ul, {
	list-style: none;
	padding: 0 0px 0 0;
}

div#right div.moduletable-sfx,
div#left div.moduletable-sfx {
	border: 1px solid #E4DFD6;
	width: 173px;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	overflow: hidden;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 1px grey;
}
#wrapper #main #left div.moduletable-sfx h3,
#wrapper #main #right div.moduletable-sfx h3 {
	margin: 0px 0px 6px -10px;
	width: 181px;
	font-size: 140%;
	line-height: 30px;
	padding: 0 0 0 10px;
}
#wrapper #main #left div.h3-image h3,
#wrapper #main #right div.h3-image h3 {
	margin: 0 0px 10px -16px;
	width: 191px;
	margin-top: -10px;
	border: 1px solid #ffffff;
	font-size: 140%;
	line-height: 33px;
	padding: 0;
	text-indent: 4px;
	color: #fff!important;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: top;
}
/* Module Background Styles */
div.botgrad {
	background-image: url(../images/bot-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*Options Bar */
#mainbody .padding {
	padding: 10px 17px
}#jjNav {
	height: auto;
	width: 950px;
	margin: 0 auto;
}
#jjNav a:link, 
#jjNav a:visited,
#jjNav a:hover {
	text-decoration: none;
}
/*********************************************************/
#jjSuckerfish {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	top: 3px;
	position: relative;
}
#jjNav ul#jjSuckerfish li {
	margin: 0 3px;
}
ul#jjSuckerfish li a span {
	color: white;
	font-size: 14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	display: block;
}
ul#jjSuckerfish li a.active span {
	color: black;
	position: relative;
}
ul#jjSuckerfish li a:link,
ul#jjSuckerfish li a:visited,
ul#jjSuckerfish li a:hover {
	overflow: hidden;
	line-height: 42px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	display: block;
	float: left;
	/*IE Whitespace Bug*/
	clear: left;
	/*IE Whitespace Bug*/
}
ul#jjSuckerfish li a:link span,
ul#jjSuckerfish li a:visited span,
ul#jjSuckerfish li a:hover span {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
	/*opera*/
}

ul#jjSuckerfish li.jjNav-active {
	background: transparent url(../images/menu-top-right.png) left top no-repeat;
}
ul#jjSuckerfish li a.active:link,
ul#jjSuckerfish li a.active:visited,
ul#jjSuckerfish li a.active:hover {
	background: transparent url(../images/menu-top-left.png) left top no-repeat;
	color: #222;
	display: block;
}
#jjSuckerfish li {
	/* all list items */
	float: left;
	width: auto;
	/* width needed or else Opera goes nuts */
	position: relative;
}
ul#jjSuckerfish li a:hover span {
	/*for ie7*/
    float: left!important;
	float: none;
	/*cancel float for ie6 main items disappearing*/
}/* Global Resets
*****************************************/
* {
	margin: 0;
	padding: 0;
	color: #333;
}
li,dd {
	margin-left: 1em;
}
#content blockquote,
#content form,label,
#content ul,
#content ol,
#content dl,
#content fieldset,
#content address {
	margin: 1.8em 0;
}
fieldset {
	padding: .5em;
	border: none;
}
p {
	padding: .5em 0;
}
img {
	border: 0;
}
a img {
	border: 0;
}
table {
	font-size: 1em;
	/* This helps fix the relative font sizing problem with tables in IE */
}
body.smaller-text {
	font-size: 12px;
}
/* Base Typography
*****************************************/
body {
	font: normal 100%/175%	Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, h7 {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}
h1 {
	font-size: 210%;
	line-height: 100%;
	color: #286194
}
h2 {
	font-size: 185%;
	line-height: 100%;
}
h3 {
	font-size: 160%;
	color: #286194
}
pre {
	background: #FCFBF5;
	border-top: 3px solid #F9F6EB;
	border-bottom: 3px solid #F9F6EB;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}
/* Lists Style
*****************************************/
#main ol {
	padding: 0;
	list-style-position: inside;
}
#main ol li {
	padding: 2px 0 2px 5px;
}
#content ul ul,
#content ul ul ul {
	margin-left: 25px;
}
#content ol ol,
#content ol ol ol {
	margin-left: 25px;
}
/* Horizontal Rules
*****************************************/
hr {
	border: none;
	height: 1px;
	margin: 10px 0;
}
/* Links Styling
*****************************************/
a:link,a:visited {
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
}
/* Form Styling
*****************************************/
select {
	color: #666;
}
blockquote {
	background: #F9F6EB url(../images/blockquote.png) no-repeat 97% 10px;
	border: 1px solid #E6E6C0;
	padding: 10px 60px 10px 10px;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.inset .moduletable-insetinfo {
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	background: #F9F6EB url(../images/inset-bulb.png) no-repeat 23px 50%;
	padding: 10px 10px 10px 66px;
	font-size: 1em;
	margin: 1px 0;
}
.inset .moduletable {
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	padding: 10px 20px;
	font-size: 1em;
	background: #F9F6EB;
	margin: 1px 0;
}
.inset .moduletable h3 {
	font-size: 17px;
	margin: 4px 0;
	padding: 0;
}
p.module-mobile {
	background: transparent url(../images/module-mobile.png) no-repeat scroll 3px 8px;
	padding-left: 25px;
	margin: -0.5em 0;
}
p.module-fax {
	background: transparent url(../images/module-fax.png) no-repeat scroll 0px 8px;
	text-indent: 25px;
	margin: -0.5em 0;
}
.sendusemail a:link,
.sendusemail a:visited {
	display: block;
	width: 176px;
	height: 26px;
	background: url(../images/sendusemail.png) no-repeat;
	color: #333;
	font-size: 11px;
	padding: 3px 0 0 8px;
	margin-top: 8px;
}html, body {
	width: 100%;
	min-width: 960px;
}

#content .list {
	background: url(../images/bg-article-list.png) #fff repeat-x 0 100%;
	border: 1px solid #E4DFD6;
	margin: 13px;
	position: relative;
}

.a10yinfo {
	padding: 2px;
	position: absolute;
	top: 135px;
	left: 225px;
	width: 570px;
	text-align: right;
}

i {
	color: inherit;
}

#content {
	min-height: 400px
}

body.scheme_3 #content {
	min-height: 820px
}

#footer {

}

#content form {
	margin: 0;
}

#content .list form {
	height: 158px;
}

#content .list .header {
	height: 25px;
	padding-top: 2px;
	background: url(../images/green/select2.gif);
}

#content .list .header .pictos {
	float: left;
	margin-left: 25px;
}

#content .list .header .pricing {
	float: right;
	margin-right: 5px;
}

#content .list .header h3 {
	margin: 0;
	padding: 0;
	padding-left: 13px;
	background: url(../images/green/select1.gif) no-repeat 0 center;
	font-size: 105%;
	display: inline;
	float: left;
	width: 203px;
}

#content .list .carimage {
	margin: 17px 15px;
	float: left;
}

#content .list .carimgwrapper {
	position: relative;
}

#content .list .config {
	margin: 17px 15px;
	display: inline;
}

#content .list .config1 {
	float: left;
	margin-left: 25px;
}

#content .list .config2 {
	float: right;
	width: 200px;
}

#content .list .right_panel {
	display: inline;
	float: right;
}

#content .list .right_panel .inner {
	height: 55px;
	width: 120px;
	background: url(../images/bg-article-list.png) #fff repeat-x 0 100%;
	margin: 5px;
	border: 1px solid #E4DFD6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .list .right_panel .inner .upper {
	background-color: #acc16c;
	padding: 0 5px;
	font-size: 85%;
	line-height: 135%;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

#content .list .right_panel .inner .price {
	text-align: center;
	color: #aac431;
	font-size: 29px;
	height: 43px;
	white-space: nowrap;
	overflow: hidden;
}

#content .list .right_panel .inner .price .currency {
	font-size: 15px;
	height: 16px;
	margin-bottom: 3px;
}

#content .list .right_panel .inner .price .amount {
	font-size: 25px;
	height: 23px;
	margin-top: 3px;
}

#content .list .right_panel .inner .price .camount {
	padding: 11px 0 9px 0;
}

img.tick {
	margin-right: 3px;
}

img.finline {
	margin-bottom: -3px;
}


fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	position: relative;
	background: url(../images/bg-article-list.png) #fff repeat-x 0 100%;
	border: 1px solid #E4DFD6;
}

.fieldset-wrapper {
	position: relative;
}

.fieldset-wrapper .carimage {
	position: absolute;
	top: 30px;
	left: 490px;
	z-index: 100;
}

.fieldset-wrapper .paypal_methods {
	position: absolute;
	top: 20px;
	left: 550px;
	z-index: 100;
}

fieldset input, fieldset textarea, input.submit {
	width: 240px;
}

fieldset .country_select {
	width: 246px;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

form .headlabel, .check_label {
	float: left;
	width: 10em;
	margin: 0;
	margin-right: 1em;
}

.check_data {
	font-weight: bold;
}

#content form ol {
	list-style: none;
	float: left;
	clear: left;
	margin-left: 10px;
	padding-left: 0px;
}

#content form .request_box {
	background: #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	margin-bottom: 12px;
	padding: 13px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#content form ol.request label {
	font-weight: bold;
}

form li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	background: none;
	text-align: center;
}

#content ul.error_list {
	margin: 0 0 0 10.5em;
	list-style: none;
}

#content ul.error_list li {
	padding: 0;
	margin-left: 0.6em;
	font-size: 90%;
	color: red;
	width: 500px;
}

.request_day {
	margin-right: 20px;
}

.request_point {
	width: 270px;
}

div.request_submit {
	text-align: center;
}

div.request_submit button, div.request_submit input {
	width: 210px;
	margin-left: 240px;
}

.request_right {
	width: 400px;
	padding: 1.8em 0;
	float: right;
}

.request_right .flash_notice {
	margin-top: 1.8em;
	font-weight: bold;
}

.request_right .flash_error {
	margin-top: 1.8em;
	font-weight: bold;
	color: red;
}

#lang_switch {
	background: transparent url(../images/green/select.gif) no-repeat scroll
		0 0;
	border: 0 solid red;
	height: 36px;
	margin: -23px 0 0 790px;
	position: absolute;
	width: 180px;
}

#lang_switch span {
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 15px;
	padding-right: 4px;
}

#lang_switch img {
	padding: 0px 3px;
	margin-bottom: -1px;
}

.vorteile ul, .topfaqs ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vorteile li {
	background: transparent url(../images/advstar.png) no-repeat
		scroll left 2px;
	margin: 9px 0;
	padding: 0 0 0 25px;
	color: #7C882A;
}

.topfaqs li {
	background: transparent url(../images/question.png) no-repeat
		scroll left 2px;
	margin: 9px 0;
	padding: 0 0 0 25px;
	color: #7C882A;
}

.home_form {
	background: url(../images/request_bg.jpg) no-repeat;
	height: 211px;
}

.big_request {
	background: url(../images/test_bg3.jpg) no-repeat #7f7f7f !important;
}

.big_request h3 {
	color: white;
}
#jjNav ul#jjSuckerfish li {
	margin:0 8px;
}

div.h3-image h3 {
	background-image:url(../images/module-header-combined.png) !important;
}

div.brown h3 {
	
}

div.peachy h3 {
	background-position: center -99px !important;
}

div.blue h3 {
	background-position: center -66px !important;
}

div.green h3 {
	background-position: center -33px !important;
}

.faq_toc {
	margin: 1.8em 0;
}

.toc_faq_category, .faq_toc_entries {
	margin: 0.3em;
}

.faq_toc_entries {
	padding-left: 1.3em;
}


.toc_left {
	width: 420px;
	float: left;
	margin-left: 1.5em;
}

.toc_right {
	width: 480px;
	float: right;
}

.rule_inner {
	border-top: 1px solid #E4DFD6;
	margin: 17px -17px;
}

.impressum {
	float: left;
	width: 270px;
	margin-bottom: 30px;
}

div#user2-bg {
	background-position: bottom;
	background-image: url(../images/maki-header-170.png);
	height: 180px;
	width: 960px;
	position: relative;
}

.inline_image1 {
	float: right;
	padding: 0 0 5px 15px;
}

.inline_image2 {
	float: left;
	padding: 5px 15px 5px 0;
}

.contacttable th {
	vertical-align: top;
}

.contacttable input {
	width: 300px;
}

.contacttable textarea {
	width: 300px;
	height: 170px;
}

.contacttable .sendinquiry {
	width: 90px;
}

#content .contacttable ul.error_list {
	margin: 0;
}

#content form .inline_label {

}

.input_info {
	vertical-align: top;
	margin-left: 5px;
	margin-top: 2px;
}

#destination_display {
	position: absolute;
	top: 117px;
	left: 330px;
	width: 200px;
	margin-left: 130px;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	color: #CF533E;
}

.faq_content h2 {
	margin-top: 35px;
}

.faq_content h3 {
	margin-top: 20px;
}

.hidden {
	display: none; visibility: hidden
}

#content .request_box ul.error_list li {
	width: auto;
}

.quotes {
	line-height: 120%;
}

.editorial p, .editorial li, .editorial legend {
	text-align: justify;
	font-size: 14px;
}

.tinyfield {
	width: auto;
}

.headlabel_big {
	float: left;
	margin: 0 1em 0 0;
	width: 280px;
	text-align: left;
}

#content .small_fieldset {
	width: 420px; 
	margin-left: auto; 
	margin-right: auto
}

#content .big_fieldset {
	width: 600px; 
	margin-left: auto; 
	margin-right: auto
}

.ajaxresult {
	margin: 0 15px 15px 15px;
}

#content ul.condensed {
	margin: 0 5px 25px 5px;
}

#content ul.condensed li {
	padding-bottom: 0.3em
}

#surcharge_info {
	width: 330px;
	padding: 10px;
	padding-left: 60px;
	background: url(../images/info50.png) no-repeat 0px 6px;
	margin-left: auto;
	margin-right: auto;
}

.avail_wrapper {
	border-left: 8px solid #E9E5DE;
	padding-bottom: 1px;
	margin: 0 -1px 20px -1px;
}

.offersheading {
	background-color: #E9E5DE;
	font-size: 120%;
	padding: 5px;
}

#avail_green {
	border-color: #acc16c;
}

#avail_green .offersheading {
	background-color: #acc16c;
}

#avail_yellow {
	border-color: #d3ad5c;
}

#avail_yellow .offersheading {
	background-color: #d3ad5c;
}

#avail_red {
	border-color: #d3705c;
}

#avail_red .offersheading {
	background-color: #d3705c;
}

.right {
	float: right;
}

.left {
	float: left;
}

#main .fieldset-wrapper .extra_list {
	margin: 0 0 0 132px;
	width: 510px;
}

#main .fieldset-wrapper .extra_list_de {
	margin: 0 110px 0 132px;
	width: 400px;	
}

#main .fieldset-wrapper .extra_list li {
	display: inline;
	width: auto;
	float: none;
	padding: 0 13px 0 0;
	margin: 0;
	white-space: nowrap;
}

#main .fieldset-wrapper .extra_list input {
	width: 25px
}

#main .fieldset-wrapper .extra_list .input_info {
	margin-left: 0;
}

#creditcards {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.vcard {
	font-size: 85%;
	background-color: #F2EDE4;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#kaltura_player {
	margin: 10px 0 15px 0;
}

td.wn_step {
	background: url(../images/wn_step.gif) no-repeat 10px 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 160%;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 10px 10px;
}

td.wn_done {
	background-image: url(../images/wn_step_done.gif);
}

#avail_red_hidden {
	font-size: 16pt;
	margin: 13px;
	height: 27px;
}div#top {
	background: transparent url(../images/green/top-bg.png) repeat-x scroll 0%;
}
#hmenu {
	background: url(../images/green/hmenu_bg.png) repeat-x scroll center bottom;
}
h1,h3,
a:link,
a:visited {
	color: #7c882a
}button {
  padding: 0 0 0 0;
  margin: 0 3px 0 3px;
  border: none;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  overflow: visible;
}

  button {
    margin: 0 0 0 0;
  }

  button span {
    display: block;
    cursor: pointer;
  }

button {
  height: 27px; 

  font-family: Arial, sans-serif;

  font-size: 13px;
  color: #994800;
  background: transparent;
  bottom: 0;
}

.dsq-button span {
	background: none;
}

  button span {
    padding: 0 14px 0 0;
    height: 25px;
    background: url(../images/yellow_button.gif) right 0px;
  }

  button span span {
    padding: 0 0 0 13px;
    height: 25px;
    line-height: 25px;
    background: url(../images/yellow_button.gif) left 0px;
    background-color: white;
    cursor: pointer;
  }

  button:hover span,
  a.button:hover span {    
    background-position: right -25px;
  }

  button:active span,
  button.button_active span {
    background-position: right -50px;
  }

  button:hover span span {    
    text-decoration: none;
    background-position: left -25px;
  }
  
  button:active span span,
  button.button_active span span {
    background-position: left -50px;
  }
  
  .bookbutton_panel {
  	height: 27px;
  	margin: 33px 2px 0;
  	width: 128px;
  	z-index: 2;
  }
  
  .bookbutton_panel button {
  	float: right;
  	width: 128px;
  }  
  
  .avail_yellow_bbp {
  	margin-top: 12px;
  }
  
  .avail_yellow_info {
  	width: 692px;
  }
  
  .request_back {
  	float: left;
  }
  
  .request_next {
  	float: right;
  }/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-icons_222222_256x240.png); }

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../sfExtraWidgetsPlugin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-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*/
}