/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ---------------------------- MODAL - HINWEISFELD - POPUP - STYLES ------------------------------------------------------------------------------------------------------------ */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#dialog 						{ position:fixed; width:525px; z-index:200; background-color:#F8F8F8; height:auto;	padding:0; border:1px solid #CCC; color:#000 !important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 1px #FFFFFF; }
	
#dialog-header 					{ display:block; position:relative; height:24px; padding:5px; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; box-shadow: 0px 1px #FFFFFF; }
	
#dialog-title 					{ float:left; font-weight:bold; font-size:8pt; text-transform:uppercase; color:#FFF; padding:4px 0 0 4px;}

#dialog-close 					{ float:right; cursor:pointer; margin:0; display:inline-block;}
.modal_close					{ height:24px; width:24px; background-image:url(../../../images/icons/iconset_dark_24.png); background-repeat:no-repeat; background-position:0px -360px; }
.modal_close:hover				{ background-position:-24px -360px; }


#dialog-content 				{ background:url(../../../images/main-design/trennlinie_700px.png) top center no-repeat; }
#dialog-content-inner 			{ padding: 20px 6px 20px 6px; color:#666666; display:block; min-height:24px; border-bottom:1px solid #CCC; box-shadow: 0px 1px #FFF; }
#dialog-mask 					{ position:fixed; top:0; left:0; height:100%; width:100%; opacity:.75; filter:alpha(opacity=75); z-index:100; background-color:#000;}
#dialog-button-container 		{ background:url(../../../images/main-design/trennlinie_700px.png) -175px -5px no-repeat; margin:1px 0px 2px 0px; padding:0 1px 0 1px; display:block; min-height:24px; }


.dialog-button { 
float:left;
position:relative;
right:-38%;
text-align:right;
background-image:url(../../../images/icons/button_bg_dark_24x24.png); 
background-repeat:repeat-x; 
background-position: 0 -24px; 
font-size: 7pt; 
font-weight:bold; 
text-transform:uppercase; 
color:#FFF; 
width:auto; 
min-height:24; 
padding:4px 20px 4px 20px; 
margin:0; 
display:inline-block; 
cursor:pointer;
border-radius: 4px;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
box-shadow: 0px 1px #FFFFFF; 
border:1px solid #505050;
}						
.dialog-button:hover 	{ background-position: 0 0; border-color:#666; }


.wpf_modal_formbutton  { 
background-image:url(../../../images/icons/button_bg_light_24x24.png); 
background-repeat:repeat-x; 
background-position: 0 0; 
font-size: 7pt; 
font-weight:bold; 
text-transform:uppercase; 
color:#333; 
text-shadow: 0 1px 1px #FFF; 
width:auto; min-height:24; 
padding:4px 20px 4px 20px; 
margin:0; 
display:inline-block; 
cursor:pointer; 
border-radius: 0 4px 0 0; 
-moz-border-radius: 0 4px 0 0; 
-webkit-border-radius: 0 4px 0 0; 
box-shadow: 0px 1px #FFFFFF; 
border:1px solid #F7F7F7; 
}

.wpf_modal_formbutton:hover 	{ background-position: 0 -24px; }

.wpf_modal_formbutton	{ float:right; }

a.wpf_modal_jaggtlink		{ font-size:6pt; font-weight:700; color:#CCC; text-shadow: 0 1px 1px #FFF; margin:6px 0 0 8px; display:inline-block; }
a.wpf_modal_jaggtlink:hover	{ color:#666; }

a.wpf_user_avatarname_linklistratings 		{ color:#cb0529; font-weight:bold; }
a.wpf_user_avatarname_linklistratings:hover	{ color:#000; }


.error 							{ background:#fff url(../img/jquery.modaldialog/e_bg.jpg) bottom right no-repeat; }
.errorheader 					{ background:url(../img/jquery.modaldialog/e_hd.gif) repeat-x; color:#6f2c2c;  border-bottom:none}
.errorbutton 					{ background-color:#9F4C4C; border:1px solid #924949; color:#fff; }
.warning 						{ background:#fff url(../img/jquery.modaldialog/w_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; }
.warningheader 					{ background:url(../img/jquery.modaldialog/w_hd.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.warningbutton 					{ background-color:#eFcC47; border:1px solid #957C17; color:#957C17; }


.success 						{  }
.successheader 					{ background:url(../../../images/main-design/header_bg_tiled.png) bottom center repeat-x; }
.successbutton 					{  }
.successbutton:hover			{  }
.prompt 						{ background:#900; border:1px solid #4f6d81; }
.promptheader 					{ background:url(../img/jquery.modaldialog/p_hd.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.promptbutton 					{ background-color:#4F6D81; border:1px solid #fff; color:#fff; }

