/* CORE CSS */
.trv_core_width_100 {
	width: 100%;	
}

div.blockMsg {
    top: 40%;
    left: 35%;
    width: 260px;
    padding: 0px;
    background: #ddd;
	border: 2px solid #fff;
}

div.blockMsg table {
	background: #ddd;
}

div.blockOverlay {
    background-color: #000 !important;
}

.trv_core_nowrap, .trv_core_nowrap_right
{
	white-space: nowrap;
}

.trv_core_nowrap_right
{
	text-align: right;
}

div.trovarit_line {
	height: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

div.trovarit_dialog_info, div.trovarit_dialog_error {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}

[id^=trv_core_confirm_dialog_] table, .blockUI table {
	border: 0;
}

span.trovarit_mandatory_marker 
{
	color: #d00 !important;
}

div.trovarit_text_seperator
{
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

div.trovarit_text_seperator div {
	text-align: left;
	margin: 0 25px;
}

div.trovarit_text_seperator div span.trovarit_text_seperator_lable {
	display: inline-block;
  	position: relative;
  	font-weight: bold;
  	color: #2d67b9;
}

div.trovarit_text_seperator div span.trovarit_text_seperator_lable:before,
div.trovarit_text_seperator div span.trovarit_text_seperator_lable:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60000px;
  border: 0px; 
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #FFFFFF;
}

div.trovarit_text_seperator div span.trovarit_text_seperator_lable:before {
  right: 100%;
  margin-right: 5px;
}
div.trovarit_text_seperator div span.trovarit_text_seperator_lable:after {
  left: 100%;
  margin-left: 5px;
}

/* UI Chager */

.ui-dialog .ui-dialog-titlebar {
	background: #2d67b9;
	border-bottom: 1px solid #bbb;
	line-height: 28px;
}

.ui-dialog .ui-dialog-title {
	top:0;
	left:0;
}

.ui-dialog .ui-dialog-titlebar-close { 
	background: transparent url('/core/images/ui-changer/dialog_close.gif') no-repeat;
}


.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { 
	background: transparent url('/core/images/ui-changer/dialog_close_hover.gif') no-repeat;
 }
 
.ui-dialog {
	border: 1px solid #bbb;
	overflow: unset;
	background: #fff;
}

.ui-dialog .ui-dialog-content { 
	position: relative; 
	margin: 0;
	border: 0; 
	overflow: unset; 
	zoom: 1;
	color: #555; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;
	padding: 8px;
}

.ui-widget {
	font-family: inherit;
}

.highlight 
{ 
	background-color: yellow;
}
 
#trv_module_dialog_template_display .trv_core_button_round_gradient, 
[id^=trv_core_info_dialog_] .trv_core_button_round_gradient, 
.trv_core_button_round_gradient_3F89C3,
.trv_core_button_round_gradient_E75200 {
	margin-top: 10px;
	height: 30px !important;
	line-height: 30px !important;
	text-transform: uppercase;
	text-decoration:none;
	text-align: center;
	background: #295599;
	font-weight: bold;
	cursor: pointer;
	display: block;
	border-radius:5px;
}

#trv_module_dialog_template_display .trv_core_button_round_gradient, [id^=trv_core_info_dialog_] .trv_core_button_round_gradient {
	background: #d6d6d6;
	color: #555 !important;
	font-size: 12px;
}

#trv_module_dialog_template_display .trv_core_button_round_gradient:HOVER, [id^=trv_core_info_dialog_] .trv_core_button_round_gradient:HOVER {
	background: #e8e8e8;
}

#trv_module_dialog_template_display table tr {
	background: none;	
}

#trv_module_dialog_template_display a.trv_core_button_round_gradient {
 	font-size: 12px;
 	line-height: 22px;
}
 
#trv_module_dialog_template_display a.trv_core_button_round_gradient:HOVER {
	color: #555;	
}

[id^=trv_core_info_dialog_] .trv_core_button_round_gradient,
#trv_module_dialog_template_display .trv_core_button_round_gradient {
	width: 100% !important;
}

[id^=trv_core_info_dialog_] .trv_core_button_round_gradient {
	margin-top: -10px;	
}

.trv_core_button_round_gradient_3F89C3 {
	background: #295599 !important;
}

.trv_core_button_round_gradient_3F89C3:HOVER {
	background: #5B7DAF !important;
}

.trv_core_button_round_gradient_E75200 {
	background: #E75200 !important;
}

.trv_core_button_round_gradient_E75200:HOVER {
	background: #f76b20 !important;
}

.trv_gutschein_preis {
  font-size: 20px;
  margin-top: 25px;
}

.trv_wp_content div.trovarit_error_red {
	margin: 0 0 10px 0;
	background: #ffc1ba;
	padding: 10px;
	color: #555;
	font-size: 18px;
	border: 1px dashed #d00;
}

.trv_wp_content .trv_wp_text_red {
	font-weight: bold;
	color: #d00;
}