@CHARSET "UTF-8";
/* ========================================================================== */
/* Common styles for forms.                                                   */
/* ========================================================================== */
form {
}

form ul {
}

form li {
	padding: 5px;
	vertical-align: top;
	width: auto;
}

form li h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
}

form li h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
}

form li.text {
	line-height: 2em;
}
	
form li label {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 160px;
}

form li label em {
	font-style: normal;
	font-weight: normal;
}

form li.radio label {
	display: inline;
	float: none;
	font-weight: normal;
}

form li input.text, form li input.password, form li select.select, input.text  {
	width: 225px;
}

form li select.select {
	width: 229px;
}

form textarea {
	width: 225px;
}

form input.file {
	width: 225px;
}

form li .error {
	border: 2px solid #ff0000;
}

/* ========================================================================== */
/* Styles for all kind of buttons (normal, submit and links).                 */
/* ========================================================================== */
.button, .submit {
  cursor: pointer;
  margin: 0px 4px 0px 0px;
	outline: 0px; 
  padding: .4em;
  position: relative;
  text-decoration:none !important;
  text-align: center;
  zoom: 1;
}

/* remove extra button width in IE */
button.button, input.button { 
	overflow: visible;
	width: auto;
}

a.button-icon-solo { 
	display: inline-block; 
}

.buttonset {
	text-align: right;
	width: 100%;
}

.buttonset-absolute {
	right: 5px;
	bottom: 20px;
	position: absolute;
}

/* ========================================================================== */
/* Styles for error and info messages, showing above a formular.              */
/* ========================================================================== */
form li.error, form li.info, form li.warning, form li.success {
	border: 1px solid;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 0px 5px 32px;
}

form li.error {
	background: #fff url(../../images/delete_s.png) no-repeat 4px 4px;
	border-color: #FF0000;
	color: #FF0000;
}

form li.info {
	background: url(../../images/info_s.png) no-repeat 4px 4px;
	color: #00f;
}

form li.warning {
	background: url(../../images/warning_s.png) no-repeat 4px 4px;
	color: #000;
}

form li.success {
	background: url(../../images/add_s.png) no-repeat 4px 4px;
	color: #0f0;
}

/* ========================================================================== */
/* Styles for error and info messages, showing above the whole page           */
/* ========================================================================== */
div.messages_info, div.messages_warning, div.messages_success, div.messages_error {
	border: 1px;
	color: #000;
	font-weight: bold;
	padding: 7px 0px 5px 35px;
	width: auto;
}

div.messages_error {
	background: #FFC1C1 url(../../images/delete_s.png) no-repeat 3px 5px; 
	border-color: #FF0000;
}

div.messages_info {
	background: #BFE2FF url(../../images/info_s.png) no-repeat 3px 5px;
	border-color: #2F6FAB;
}

div.messages_warning {
	background: #FFFFD0 url(../../images/warning_s.png) no-repeat 3px 5px; 
	border-color: #FFFF00;
}

div.messages_success {
	background: #DFFFDF url(../../images/add_s.png) no-repeat 3px 5px; 
	border-color: #AAFFAA;
}

/* ========================================================================== */
/* Styles for jquery message dialogs (error, info and warning headers).       */
/* ========================================================================== */
.error_dialog h1, .warning_dialog h1, .info_dialog h1 {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 4px 0px 0px 40px;
}

.error_dialog h1 {
	background: url(../../images/delete_m.png) no-repeat scroll 0 0;
}

.warning_dialog h1 {
	background: url(../../images/warning_m.png) no-repeat scroll 0 0;
}

.info_dialog h1 {
	background: url(../../images/info_m.png) no-repeat scroll 0 0;
}

.error_dialog p, .warning_dialog p, .info_dialog p {
	text-align: left;
	font-size: 2.0em;
	margin-bottom: 10px;
}

/* ========================================================================== */
/* Styles for helpcontent                                                     */
/* ========================================================================== */
.helpcontent {
	height: 500px;
	padding-right: 10px;
}
.helpcontent strong {
	font-weight:bold;
}
.helpcontent a {
	text-decoration: underline;
}

/* ========================================================================== */
/* Styles for disable function                                                */
/* ========================================================================== */
.disabled {
	background:lightgray;
	color:silver;
}

/* ========================================================================== */
/* Styles for standard content                                                */
/* ========================================================================== */
.agendaContent {
    text-align:center;
    margin-top:30px;
}
.agendaContent #masterData {
	background: url(../../images/masterData.png) top left no-repeat;
	height: 50px;
}
.agendaContent #pattern {
	background: url(../../images/pattern.png) top left no-repeat;
	height: 50px;
}
.agendaContent #render {
	background: url(../../images/render.png) top left no-repeat;
	height: 50px;
}
.agendaContent #offer {
	background: url(../../images/offer.png) top left no-repeat;
	height: 50px;
}
.agendaContentLink {
	float: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 50px;
}
.messageContent {
	margin-top:30px;
	width: 100%;
}
.topic td {
	vertical-align: middle;
	padding-left: 5px;
}
.checkOkSmall {
	padding-left: 5px;
	vertical-align: middle;
}
.errorContainer {
	color: red;
}
.errorField {
	border-color: red;
}
.headerEmailLink {
	display: block;
	position: relative;
	top: 57px;
	left: 751px;
	width: 190px;
	height: 13px;
}
/* ========================================================================== */
/* Styles for masterData.do                                                   */
/* ========================================================================== */
.marketChoose {
	margin-top:30px;
	width: 100%;
	border:1px solid #000;
}
.marketChooseTopContent {
}
.marketChooseBottomContent {
}
.secondContent {
	margin-top:30px;
	width:100%;
	display: none;
	border:1px solid #000;
}
.bookingUnitChoose {
	float:left;
	width:295px;
	height:150px;
	margin-right: 10px;
	padding: 5px;
	border:1px solid #000;
}
.bookingUnitChoose #bookingUnitOverlayButton {
	position: relative;
	top: 4px;
}
.rubricChoose {
	float:left;
	width:294px;
	height:150px;
	padding: 5px;
	border:1px solid #000;
}
.dateChoose {
	float:left;
	width:295px;
	height:150px;
	margin-left: 10px;
	padding: 5px;
	border:1px solid #000;
	display: table;
}
.dateChoose #calendarButton {
	position: relative;
	top: 4px;
}
.dateRow {
	padding-right: 0px;
	padding-bottom: 10px;
	width: 20px;
}
.bookingUnitRow {
	padding-right: 0px;
	padding-bottom: 10px;
	width: 20px;
	vertical-align: middle;
}
.topClassRow {
	padding-right: 0px;
	width: 20px;
	vertical-align: middle;
}
.subClassContainer {
	padding-top: 3px;
}
.subClassRow0 {
	padding-right: 8px;
	width: 20px;
	vertical-align: middle;
}
.subClassRow1 {
	padding-right: 16px;
	width: 20px;
	vertical-align: middle;
}
.subClassRow2 {
	padding-right: 24px;
	width: 20px;
	vertical-align: middle;
}
.subClassRow3 {
	padding-right: 32px;
	width: 20px;
	vertical-align: middle;
}

/* ========================================================================== */
/* Styles for pattern.do                                                      */
/* ========================================================================== */
.patternContent {
	margin-top:30px;
	width:100%;
	border:1px solid #000;
}
.patternContent #detailImage {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border: 1px solid #b3b2b2;
}
.patternContent #detailBorder {
	overflow: auto;
	padding: 10px;
}
.patternTopContent {
}
.patternBottomContent {
	overflow: auto;
}

/* ========================================================================== */
/* Styles for render.do                                                       */
/* ========================================================================== */
.renderContent {
	overflow: auto;
	margin-top:30px;
	width:100%;
	border:1px solid #000;
}
.renderRow {
	padding-right: 5px;
	width: 15px;
	vertical-align: middle;
}
.renderContent .textarea {
	width: 400px;
}
.renderContent .text {
	width: 400px;
}
.renderContent .select {
	width: 404px;
}
.renderContent #renderImage {
	border: solid 1px #000000;
	max-width: 100%;
}
.renderTopContent {
}
.renderBottomContent {
	overflow: auto;
}

/* ========================================================================== */
/* Styles for offer.do                                                        */
/* ========================================================================== */
.offerContent {
	overflow: auto;
	margin-top:30px;
	width:100%;
	padding-bottom:10px;
	border:1px solid #000;
}
.offerContent #renderImage {
	border: solid 1px #000000;
	max-width:100%;
}

/* ========================================================================== */
/* Styles for register.do                                                     */
/* ========================================================================== */
.registerContent {
	margin-top:30px;
	width:100%;
	padding-bottom:10px;
	border:1px solid #000;
}
.registerContent .text {
	width: 240px;
}
.registerContent .select {
	width: 244px;
}
.registerContent #phoneprefix {
	width:46px;
}
.registerContent #phone {
	width:180px;
}
.registerContent #mobilephoneprefix {
	width:46px;
}
.registerContent #mobilephone {
	width:180px;
}

/* ========================================================================== */
/* Styles for imageorder.do                                                   */
/* ========================================================================== */
.imageorderDeliverImage {
	width:200px;
}

/* ========================================================================== */
/* Styles for admin.do                                                        */
/* ========================================================================== */
#alternateDeadlineTimeHours, #alternateDeadlineTimeMins {
	width:14px;
}

/* ========================================================================== */
/* Styles for admin_auto.do                                                   */
/* ========================================================================== */

.report a {
    margin-top: -6px;
    position: relative;
    /*padding-bottom: 0px !important;
	color: #000000;*/
}

.report img {
	position: relative;
	top: 5px;
	height: 20px;
}

.report h3.ui-state-default, .report div.ui-accordion-content {
	border: 1px solid #3279B7;
}
	
.report h3 span.ui-icon {
    top: 14px !important;
}
.report h3 span.dateTime {
	right: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 14px;
	color: #000000;
}

.report h3 span.failed {
	color: #000000;
	font-weight: normal;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 2.2em;
}

.report h3 ul {
	color: #000000;
	font-weight: normal;
	display: block;
    font-size: 1em;
    padding-left: 2.5em;
    padding-bottom: 0.5em;
}

.report h3 li {
    padding-top: 0em;
    padding-bottom: 0em;
}

.report h3.success, .report div.success {
	/*background-color: #7AF35C;*/
	background-image: none;
}
.report h3.failed, .report div.failed {
	/*background-color: #EE4747;*/
	background-image: none;
}
.report h3.success a {
	color: #000000;
}
.report h3.failed a {
	color: #000000;
}

.report div.ui-accordion-content {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.report div.ui-accordion-content div {
	padding: 5px;
}

.report div.ui-accordion-content div.success {
	/*background-color: #7AF35C;*/
}
	
.report div.ui-accordion-content div.failed {
	/*background-color: #EE4747;*/
}
.report div h3 {
	padding-left: 2.2em;
	margin: 0px;
}

.report div ul {
	padding-left: 2.5em !important;

}

.report div ul li ul {
	padding-left: 0.5em !important;
}

.report div li, .report div li ul li, .report h3 li {
	background: none;
	color: #000000;
	border: none;
    font-weight: normal;
    line-height: inherit;
    padding: 0px; 
    list-style-type: square;
    margin-left: 15px;
}

.report div li ul li {
	list-style-type: circle;
}