﻿/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
      

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#eee;
	border-width:1px;
	border-style:solid;
	border-color:#999;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
/* Accordion */
 .accordionHeader
{
    border: 1px solid #B1BBC7;
    color: black ;
    background-color: #f0f0f0;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeader a:link !important, .accordionHeader a:visited !important,
{
	background: none;
	text-decoration: none;
	color: #9498AB;
}

 .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #B1BBC7;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeaderSelected a
{
	color: black;
	background: none;
	text-decoration: none;
}

 .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

    .accordionContent
{
        background-color: #FFFFFF;
        border: 1px solid #2F4F4F;
        border-top: none;
        padding: 5px;
        padding-top: 10px;
    }

.ajax__calendar_container {
    top: 0px!important
    }
   
   /*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
	z-index: 1000;
}

.popupHover {
	background-image:url(file:///Macintosh%20HD/Kunden/WebsitesIT%20Projekte/RGS%20Expedition%20Database/css/images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/*Validator callout*/

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
	
	border:solid 0px blue; background-color: rgba(178, 206, 254, 1.0); 
	padding-top: 8px;
	padding-bottom: 8px;
}

