﻿/*
  (siehe "YellowMap Stylesheet Dokumentation")
*/


/* grouping of form fields */
fieldset 
{
	margin: 0px;
	padding: 0px;
	/* HACK for Opera (should be 'none'): */
	border: 0px solid #000;
}

/* headline for fieldset */
legend 
{
	padding: 0px;
	margin: 2px 0px;
	color: #000066;
	font: bold 11px tahoma, arial, helvetica, sans-serif;
}

/* description for input fields */
input
{
	/*border: 1px solid #7b9ebd;*/
	font: 12px tahoma, arial, helvetica, sans-serif;
}

input[type=radio]
{
	border: 0px solid black;
}

select
{
	border: 1px solid #7b9ebd;
	font: 12px tahoma, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
}

img
{
	border: 0px;
}

.Label 
{ 
	font: bold 12px tahoma, arial, helvetica, sans-serif; 
	padding: 0px 0px 0px 8px;
	margin: 0px;
	height: 22px;
	background: transparent url(../Images/Generic/LabelBorderLeft.gif) no-repeat top left; 
}

.Label span
{
	color: #000066;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	line-height: 22px;
	background: transparent; 
}

.Inactive
{
	color: #63656b;
}

.Centered
{
	text-align: center;
}

.RightAlign
{
	text-align: right;
}

/* main body (everything but the header) */
.MainBody
{
	width: 760px;
	margin: 0px 0px 0px 8px;
}

/* form box */
.FormBox
{
	background-color: #ffcc00;
	padding: 6px;
	border: solid 1px #c68e00;
	margin: 0px 0px 12px 0px;
	position: relative;
}

.FormBoxRow
{
	position: relative;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
	width: 100%;
}
.FormBoxColumnLeft
{
	position: relative;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	text-align: left;
}
.FormBoxColumnRight
{
}
.FormBoxColumnRight button
{
	font-size: 11px;
}
.FormBoxColumnRight input
{
	width: 170px;
}
.Invisible {
display:none;
}
/* info boxes */
.ContentBox /* general YellowMap content box */
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.ContentBoxTight /* general YellowMap content box (tight version) */
{
	background-color: #ffffff;
	position: relative;
}

.InfoBox /* general YellowMap info box */
{
	padding: 6px 6px 8px 6px;
	border-top: none;
	border-right: solid 1px #aabed2;
	border-bottom: solid 1px #aabed2;
	border-left: solid 1px #aabed2;
	margin: 0px 0px 12px 0px;
	background: #ffffff url(../Images/Generic/InfoBoxBackground.gif) repeat-x top left; 
}
.InfoBox h3
{
	font: bold 11px tahoma, arial, helvetica, sans-serif;
	/*padding-left: 10px;*/
	border-bottom: solid 1px #EEE;
	margin: 0px 0px 5px 0px;
	/*background: transparent url(../Images/Generic/InfoBoxHeaderBullet.gif) no-repeat 1px 2px;*/
}
.InfoBoxImage /* Bildausrichtung in der InfoBox */
{
	margin-right: 4px;
}
.InfoBoxText
{
	color: #000000;
	margin: 5px 0px;
}
.InfoBoxText a 
{
	/*background: transparent url(../Images/Generic/BulletArrowBox.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	width: 70px;*/
}
.InfoBox ul
{
    position: relative;
	margin: 0px 0px 0px -4px;
	padding: 0px;
}

.InfoBox li
{
	margin: 0px;
	background: transparent url(../Images/Generic/BulletSquareCatalog.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 15px;
}

.InfoBoxSection
{
	margin-bottom: 10px;
}
.InfoBoxSection h4
{
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	margin: 2px 0px 5px 0px;
	height: 18px;
	border-bottom: 1px solid #000066;
}
.InfoBoxSection table
{
	width: 172px;
}

/* toplevel error message */
.ErrorBox
{
	color: #e00000;
	font-weight: bold;
	padding: 6px;
	border: solid 1px #f00;
	background: #ffeeee;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MessageBox
{
    margin: 0px 7px 7px 0px;
}

/* warning message */
.NonFatalErrorMessage
{
	color: #e00000;
	font-weight: bold;
}
.Caution
{
	color: #b00000;
}
/*Captcha*/
#Captcha
{
	padding: 6px;
	border-top: none;
	border-right: solid 1px #aabed2;
	border-bottom: solid 1px #aabed2;
	border-left: solid 1px #aabed2;
	margin: 0px 0px 12px 0px;
	position: relative;
	background: #ffffff url(../Images/Generic/InfoBoxBackground.gif) repeat-x top left;	
}
#CaptchaContent
{
	padding-left: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: visible; 
	background: transparent url(../Images/Generic/MessageBoxInfo.gif) no-repeat 8px 8px;	
}

/* import global YellowMap stylesheet */
/* 
	Kann als allgemeines CSS-Popup eingesetzt werden (Beispiel siehe Poi.ascx.cs). 
	Funktioniert im IE 6, 7; Firefox 2.x; Opera 9.x
	Achtung: IE 6 reagiert sensibel, daher jede Erweiterung insbesondere im IE 6 testen.
*/
.PopUp { position: relative; margin-top: 5px; }
a.PopUpLink:visited { text-decoration: none; }
a.PopUpLink { text-decoration: none; }
a.PopUpLink span.PopUpBoxContent,
a.PopUpLink span.PopUpBoxContentForAddressPreview 
{ 
	display: none; 
}
a.PopUpLink:hover { cursor: default; }
a.PopUpLink:hover .PopUpBoxContent,
a.PopUpLink:hover .PopUpBoxContentForAddressPreview
{
	display: block; 
	position: absolute; 
	background-color: white; 
	border: 1px solid black; 
	text-align: left; 
	padding: 4px;
	color: black;
	cursor:default;
	z-index: 100;
}
/* Hoehe und Breite ist leider vorgegeben, da absolute Positionierung vorliegt. */
a.PopUpLink:hover .PopUpBoxContent
{
	left: 5px; 
	top: 5px; 
	width: 250px; 
	height: 60px; 
}
a.PopUpLink:hover .PopUpBoxContentForAddressPreview
{
	left: 0px; 
	top: 0px; 
	width: 195px;
	height: 180px; 
}

/*
*=========================================
* Ab Hier fangen die MyYM-Angaben an
*=========================================
*/

.ContentBoxHeading
{
	background-color: #555; 
	color: #FFF;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 5px;
}
.ContentBoxTable
{
	width: 620px; 
	padding: 0px;	
	margin: 0px;
	border-spacing: 0px;
}
.ColumnIcon
{
	vertical-align: top;
	width: 40px;
	padding: 7px 0px 0px 0px;
}
.ColumnAddressLink
{
	width: 380px;
	padding: 5px 0px 0px 0px;
}
.ColumnAddressPhone
{
	width: 120px; 
	text-align: right;
	padding: 5px 0px 0px 0px;
}
.ColumnLink
{
	width: 500px;
	padding: 5px 0px 0px 0px;
}
.ColumnAddress
{
	width: 120px; 
	padding: 5px 0px 0px 5px;
}
.ColumnCommentAddress
{
	vertical-align: top;
	width: 220px; 
	padding: 5px 0px 0px 5px;
}
.ColumnComment
{
	vertical-align: top;
	width: 350px;
	padding: 5px 0px 0px 5px;
}
.ColumnCommentText
{
	vertical-align: top;
	font-style: italic;
}
.CategoryHeading
{	
	padding: 1px 1px 1px 1px; 
	margin: 3px 0px 2px 0px; 
	background-color:#D0D0D0;
	font-weight: bold;
	font-style: italic;
}

.RadioButton, .CheckBox
{
	border: solid 0px;
}

.NonFatalErrorMessage
{
	text-align: center;
	margin-bottom: 0px;
}

/* Navigationselemente */
.MyYMNavigationElements
{
	clear: both;
	margin-top: 20px;
}
#ButtonCancel, .ButtonChange
{
	text-align: right;
}

/* Formulare */
.FormRow
{
	margin-bottom: 6px;
}
.FormLabel
{
	position: relative;
	text-align: right;
	width: 100px;
	font-size: 12px;
	margin-right: 8px;
	display: inline-block;
}
.FormField
{
	position: relative;
	width: 250px;
	font-size: 12px;
}

/*CommentarFormulare */
.FormFieldCommentTitle
{
	position: relative;
	width: 500px;
	font-size: 12px;
}

.FormFieldCommentComment
{
	position: relative;
	width: 500px;
	font-size: 12px;
	height : 90px;
}

/* Formulare Ende */

/* Kommentare */
.CommentSmall
{
	position: absolute;
	right: 10px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.ButtonBox
{
	position:relative;
	height: 18px;
	margin-top: 5px;
}

a.CancelButton
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	display: block;
	background-color: #DEDDE1;
	padding: 0px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	text-align: center;
	margin: 0px 0px 1px 0px;
	width: 100px;
	cursor: default;
	float: left;
	vertical-align : middle;
	line-height: 15px;
}

a.CancelButton:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	display: block;
	background-color: #DEDDE1;
	padding: 0px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	text-align: center;
	margin: 0px 0px 1px 0px;
	width: 100px;
	cursor: default;
	float: left;
	vertical-align : middle;
	line-height: 15px;
}

.SaveButton
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	display: block;
	background-color: #DEDDE1;
	padding: 1px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	text-align: center;
	vertical-align : middle;
	margin: 0px 10px 1px 0px;
	width: 100px;
	cursor: default;
	float: left;
}

.left
{
	display: block;
	float: left;
	margin-right: 10px;
}

.MyItemRatingForm
{
	display: block;
	margin: 5px 0px 5px 0px;
	height: 18px;	
}

/* Kommentare Ende */

#CategorySelectBoxName
{
	float: left;
}

#MyYMCategoryList { position: relative; width: 200px; float:left; }
#MyYMCategoryListTable { position: relative; width: 100%; border-spacing: 4px; padding: 0px; }
#MyYMNewCategoryForm { position: relative; margin-left: 300px; }
#MyYMNewCategoryTable { position: relative; border-spacing: 4px; padding: 0px; }
#MyYMCategoryFormHint { clear: both; margin: 15px 0px 5px 0px; color:#CC0000; }
#MyYMCategoryListInputField { position: relative; float: left; }

/* Loginformular */
.MyYellowMapLoginArea { position: relative; }
#MyYMLogin { position: relative; }
#MyYMLogin h4 { margin: 0px 0px 10px 0px; }
#MyYMLogin form { position: relative; }
#MyYMLogin label { font-weight: bold; }
#MyYMLogin #Clear { clear: left; height: 0px; }
#MyYMLoginInfo { position: relative; margin: 10px 0px; }
#MyYMLoginInfo a { font-weight: bold; }
#MyYMLoginInfo h4 { border-bottom: solid 1px; }

/* Formular: Passwortanforderung */
#MyYMPWForget {	height: 80px; }
#MyYMPWForget h4 { color: #000; font-size: 12px; border-bottom: solid 1px; margin: 0px 0px 10px 0px; }
#MyYMPWForget label { font-weight: bold; }
#MyYMPWForget input { width: 250px; }

.SideCol { float: left; position: relative; width: 238px; }

#MyYMContentBoxAddressArea,
#MyYMContentBoxBranchArea,
#MyYMContentBoxMapArea,
#MyYMContentBoxBookmarkArea,
#MyYMContentBoxCommentArea { width: 620px; margin-bottom: 15px; }

#MyYMProfileLink { display: none; }

#MyYellowMapAdminBoxItem4,
#MyYellowMapAdminBoxItem5,
#MyYellowMapAdminBoxItem7 { display: none; }

#MyYellowMapShortcutBoxItem3,
#MyYMContentBoxMapArea
{
	display: none;
}

body
{
	background: none !important;
}

#MainBody-Content,
#MainContent-Content
{
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

#SocialBookmarksCol,
.MainContentBackgroundBoxBorder1,
.MainContentBackgroundBoxBorder2,
.MainContentBackgroundBoxBorder3,
.MainContentBackgroundBoxBorder4,
.MainBodyBackgroundBoxBorder1,
.MainBodyBackgroundBoxBorder2,
.MainBodyBackgroundBoxBorder3,
.MainBodyBackgroundBoxBorder4,
.MainBodyBackgroundBoxBorder5,
.MainBodyBackgroundBoxBorder6,
#MyYellowMapShortcutBox,
#XmlValidation,
#DebugOptions
{
	display: none !important;
}