﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #e3e3e3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	background-image: url(../../design/basis/achtergrond.png);
	background-repeat: repeat-x;
}
img{ border: 0px;}

.WKformulierland{ width:125px; border:0px; height:14px;font-size:11px;}
.WKZwartKopjesdiv{ margin: 0px; height: 20px; background-image:url(/WK2010/images/balkback.png); width:700px; }
.WKZwartKopjespan{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:11px;color: #ffffff; line-height: 20px; padding: 5px 13px 2px 13px;text-transform: uppercase; font-weight: bold;}
.WKwedstrijdrow{border-bottom: solid 2px #e6781b; background-color:#ffbd88; color:#000000;}
.WKformulieruitslag{ border: 0px; border-bottom:solid 1px #999999;background-color:#fcd5b4; font-size:10px; padding:0px; margin:0px;}

.wk2010grootachter{ background-image:url(/wk2010/images/l_background.png); height:165px; width:700px; border-top: solid 1px #FFFFFF;}
.wk2010tekst{ padding:10px; line-height:14px;}
.wk2010kleinachter{ background-image:url(/wk2010/images/s_background.png); height:165px; width:220px; border-top: solid 1px #FFFFFF;}

.twoColFixRt {}
.twoColFixRt #container { 
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: solid 1px #8e8e8e;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #container2 { 
	width: 1240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: solid 1px #8e8e8e;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 6px;
	margin: 0px;
}
.twoColFixRt #mainContent { 
	margin: 0 237px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 6px 0px 6px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.m_logo
{
    height:90px;
    border-top: solid 1px #ffffff;
    background-color: #e3e3e3;
    padding-top: 2px;
    padding-bottom: 18px;
    
    padding-right:0px;
}
.m_logo_Image
{
    padding: 13px;
}

.m_navigatie
{
    height:72px;  
    background-color: #e3e3e3;
    border-bottom: solid 1px #8e8e8e;
}
.m_footer
{
     padding:36px; text-align: right; width: 628px;   
}

/*Headings*/
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #ec008c;
}

h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

/*Links*/

a:hover{ text-decoration:underline;color: #444444;}
a{font: 100% Verdana, Arial, Helvetica, sans-serif;font-size: 11px; text-decoration:none; color: #444444;}

/*Profilebar*/

.m_profilebar{ height:34px; background-color: #8e8e8e; color: #FFFFFF; padding-top: 1px; }
.formfield{ border: solid 1px #e3e3e3; height: 18px; width:148; padding: 0px; margin: 0px;}
.pb_registreren{ float: left; padding-top: 1px;}

/*Spotlight*/

.balk_Spotlight{ border: solid 1px #8e8e8e; margin-top: 6px; }
.balk_Spotlight_T{ background-color: #2a2a2a; color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 12px; font-weight: bold;}
.balk_Spotlight_M{ text-align: center;}
.balk_Spotlight_O{ background-color: #444444; color: #FFFFFF; padding: 3px 0px; text-align:center;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px; font-size: 12px; font-weight: bold;}


/*Navigatie*/

.chromemenu{
font-weight: bold;
background: url(../../design/basis/tabjes/m_achter.png);
height: 36px;
color: #FFFFFF;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
width: 100%;
padding: 10px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
}

.MenuHoofdImg{border: 0px; position: relative; top: 3px;}
.tabs_Underline{ border: 0px; position: relative; top: 3px; border-bottom: solid 1px #444444;}
.MenuSubImg{border: 0px; position: relative; top: 3px;border-bottom: solid 1px #e3e3e3;}
.tabcontainer a:hover img {border-bottom: solid 1px #444444;}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
}

.tabcontainer{
clear: left;
height: 36px;
line-height: 26px;
padding: 3px 0 0 15px;
width: 900px;
font-weight: bold;
}

.tabcontent{
display:none;
}

/*buttons*/
.btnPos1vp{
	border: solid 1px #8e8e8e;
	position:absolute;
	width: 233px;
	height: 77px;
}
.btnPos2vp{
	border: solid 1px #8e8e8e;
	position:absolute;
	margin-left: 236px;
	width: 233px;
	border-left: 0px;
	height: 77px;
}
.btnPos3vp{
	border: solid 1px #8e8e8e;
	border-left: 0px;
	position:absolute;
	margin-left: 471px;
	width: 233px;
	height: 77px;
}
.btnContainervp{
	height: 80px;
	background-color: #8e8e8e;
	width: 704px;
}

/*Headlines*/
.hlOnder{
    text-align: right;
    padding-right: 10px;
	padding-bottom: 30px;
	width: 690px;
}
.hlContent
{
    position: absolute;
    padding-left: 135px;
    padding-top: 30px;
}
.hlBlokje
{
    padding-left: 15px;
	padding-right: 20px;
    padding-top: 90px;
    height: 90px;
	width: 100px;
    color: #ec008c;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px; 
	font-size:11px;
}
.h1Item
{
    line-height: 24px;
    height: 24px;
    vertical-align:middle;
    }
.h1Icon
{
    padding: 0 20px 0px 20px;
    }
/*Private Pictures*/
.PPContent
{
    margin: 20px;
    width: 700px;
}
.DivBanner{ text-align:center;}
.PPBlokje
{
    padding-left: 15px;
	padding-right: 20px;
    padding-top: 102px;
    height: 90px;
	width: 100px;
    color: #ec008c;
}
.PPImage{ width: 110px; padding: 3px; margin:0px;}
/*Links rose*/
.linkRose:hover, .linkRose:active, .linkRose:visited, .linkRose:link{
    color: #ec008c;
}
.linkRose_NU:hover, .linkRose_NU:active, .linkRose_NU:visited, .linkRose_NU:link{
    color: #ec008c;font-size: 12px;padding: 0;margin: 0;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;text-decoration:none; font-weight: bold;
}
.linkWit_NU:hover, .linkWit_NU:active, .linkWit_NU:visited, .linkWit_NU:link{
    color: #ffffff;font-size: 12px;padding: 0;margin: 0;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;text-decoration:none; font-weight: bold;
}
.linkZwart:hover, .linkZwart:active, .linkZwart:visited, .linkZwart:link{
    color: #444444;
	text-decoration:underline;
}
/*Voorpaginablokken*/
.VoorpaginaBlok1{width: 230px;height: 263px;float: left;border-right: solid 1px #e3e3e3;}
.VoorpaginaBlok2{width: 230px;height: 263px;float: left;border-right: solid 1px #e3e3e3;}
.VoorpaginaBlok3{width: 230px;height: 263px;float: left;}
.VoorpaginaSBlok{width: 195px; margin-left: 20px; margin-right: 20px; padding-top: 10px; height:223px; border-top: solid 1px #e3e3e3;}
.VoorpaginaSBlok2{width: 195px; margin-left: 20px; margin-right: 20px; padding-top: 10px; height:223px;}
.VoorpaginaSLees{width: 195px; margin-left: 20px; margin-right: 20px; height:30px; text-align:right;}
.VoorpaginaImage{width: 110px; height:120px; margin-right: 6px; margin-bottom: 3px; margin-top: 3px; border: solid 1px #e3e3e3; float:left;}
.VoorpaginaTitel{font-size: 12px;padding: 0;margin: 0;font-family:Arial, Helvetica, sans-serif;	color: #ec008c;	padding-bottom: 3px; letter-spacing: 0px; font-weight:bold;}
/*Picturesblokken*/
.PicturesBlok1{width: 230px;height: 316px; float: left;border-right: solid 1px #e3e3e3;}
.PicturesBlok2{width: 230px;height: 316px; float: left;border-right: solid 1px #e3e3e3;}
.PicturesBlok3{width: 230px;height: 316px; float: left;}
.PicturesSBlok1{width: 193px; margin-left: 20px; margin-right: 15px; padding-top: 10px; height:276px; border-top: solid 1px #e3e3e3;}
.PicturesSBlok2{width: 193px; margin-left: 20px; margin-right: 15px; padding-top: 10px; height:276px; }
.PicturesSLees{width: 193px; margin-left: 20px; margin-right: 15px; height:30px; text-align:right;}
.PicturesImage{width: 177px; height:133px; margin-right: 6px; margin-bottom: 3px; margin-top: 3px; border: solid 1px #e3e3e3; float:left;}
.PicturesImage2{margin-right: 6px; margin-bottom: 3px; margin-top: 3px; border: solid 1px #e3e3e3; float:left;}
.PicturesTitel{font-size: 12px;padding: 0;margin: 0;font-family:Arial, Helvetica, sans-serif;	color: #ec008c;	padding-bottom: 3px; letter-spacing: 0px; font-weight:bold; height: 30px;}
.PicturesImageLink a{ display: block; height:100%; width: 100%;}
.PicturesImageLink {height: 469px;background-color:#ffffff;background-position:center; background-repeat:no-repeat;}
.PicturesImage1{height: 479px; width:361px}
.PicturesImage0{height: 361px; width:479px}

.PicturesImageLink2 a{ display: block; height:100%; width: 100%;}
.PicturesImageLink21 {height: 500px;background-position:center; background-repeat:no-repeat;}
.PicturesImageLink20 {height: 334px;background-position:center; background-repeat:no-repeat;}
.PicturesImage21{height: 500px; width:334px}
.PicturesImage20{height: 334px; width:500px}

.PictureStampAd1{ width: 468px; padding-top: 85px; padding-bottom: 85px; padding-left: 107px;}
.PictureStampAd0{ width: 528px; padding-top: 82px; padding-bottom: 82px; padding-left: 47px;}

.PictureStampAdv1{ width: 470px; height: 706px; padding: 0px 0px 0px 0px;}
.PictureStampAdv0{ width: 706px; height: 470px; padding: 0px 0px 0px 0px;}

.PictureStampAdv2_1{ width: 470px; height: 706px; padding: 0px 0px 0px 0px;background-position:center 102px; background-repeat:no-repeat; margin-left: 120px;}
.PictureStampAdv2_0{ width: 706px; height: 470px; padding: 0px 0px 0px 0px;background-position:center 45px; background-repeat:no-repeat;}


.PictureN2Grijs1{ border: solid 1px #8f8f8f; background-color: #e3e3e3; padding: 24px 63px 25px 63px; margin-bottom: 10px;}
.PictureN2Grijs0{ border: solid 1px #8f8f8f; background-color: #e3e3e3; padding: 24px 63px 25px 63px; margin-bottom: 10px;}

ul.PicturesNavigatiel {padding: 0px;margin: 0px;list-style: none;text-align: left;white-space: nowrap;}
ul.PicturesNavigatiel li {padding: 0px;margin: 0px; list-style: none;display: inline;}
ul.PicturesNavigatiel img {border: 0px; border-right: solid 0px #FFFFFF;}
ul.PicturesNavigatier {padding: 0px;margin: 0px;list-style: none;text-align: left;white-space: nowrap;}
ul.PicturesNavigatier li {padding: 0px;margin: 0px;list-style: none;display: inline;}
ul.PicturesNavigatier img {border: 0px;}

.PictureN2Grijs{ border: solid 1px #8f8f8f; background-color: #e3e3e3; padding: 24px 63px 25px 63px; text-align:center; margin-bottom: 10px;}
.PicturesN2Image{ border: solid 5px #FFFFFF; z-index: 5;}
.PictureStampAd{ width: 575px; background-color:Blue; padding-top: 85px; padding-bottom: 85px;}
/*Eyecatchers*/
.Eyecatcher{ margin-top: 6px; width: 223px; height: 78px;}
.Eyecatcherdiv{ border: solid 1px #ec008c;margin-top: 6px; width: 223px; height: 78px;position: absolute; z-index: 1;}
.Eyecatcherdiv2{ width: 225px; height: 88px; z-index: 3;position: absolute; }
.Eyecatcherdiv3{ width: 225px; height: 50px; z-index: 2;position: absolute; padding: 5px;padding-top: 50px; }
.Eyecatcherdiv2 a{ display: block; height:100%; width: 100%;}
.Eyecatcherdivgrijs{ background-color: #000000;filter: alpha(opacity=90);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity: 0.70; opacity: 0.70; position: relative; width: 223px; top: 38px; height: 40px;}

/*Agenda*/
.AgendaDagDiv{ border-bottom: solid 2px #2a2a2a; margin: 10px; height: 20px; }
.AgendaDagSpan{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px;background-color: #2a2a2a;color: #ffffff; line-height: 20px; padding: 5px 13px 4px 13px;text-transform: uppercase; font-weight: bold;}
.AgendaPlace1{ border: solid 4px #e3e3e3;padding: 10px;}
.AgendaPlace2{padding: 3px 23px 3px 23px; }
.AgendaHR{ margin: 0px; height: 1px; color:#e3e3e3; margin: 0px 10px 0px 10px; }
.AgendaPlace1Top{font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px;height:22px; background-color: #ec008c; line-height: 22px; color: #ffffff; font-weight:bold; margin-bottom: 5px; padding: 0px 10px 0px 10px;}
.AgendaTD{width: 110px; vertical-align:top; font-weight:bold;}

/*Algemeen*/
.GrijzeRand{ border: solid 4px #e3e3e3;padding: 10px; margin: 5px; background-color:#ffffff;}
.WitDivFloater{ background-color:#ffffff;}
.AlternateLetter{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px; font-weight:bold;}
.ZwartKopjesdiv{ border-bottom: solid 2px #2a2a2a; margin: 0px; height: 20px; margin-bottom: 10px; }
.ZwartKopjespan{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px;background-color: #2a2a2a;color: #ffffff; line-height: 20px; padding: 5px 13px 4px 13px;text-transform: uppercase; font-weight: bold;}
.PicturesBlokC1{width: 230px;height: 316px; float: left;border-right: solid 1px #e3e3e3; text-align:center;}
.PicturesBlokC2{width: 235px;height: 316px; float: left;border-right: solid 1px #e3e3e3; text-align:center;}
.PicturesBlokC3{width: 235px;height: 316px; float: left; text-align:center;}
.PicturesSBlokC1{width: 193px; margin-left: 20px; margin-right: 20px; padding-top: 10px; height:276px; border-top: solid 1px #e3e3e3;}
.PicturesSBlokC2{width: 193px; margin-left: 20px; margin-right: 20px; padding-top: 10px; height:276px; }
.VoorpaginaImageC{width: 110px; height:120px; margin-right: 6px; margin-bottom: 3px; margin-top: 3px; border: solid 1px #e3e3e3;}
.SpanRose{ color:#ec008c;}
.CollapseImage{ vertical-align:middle;}
.wittelinks{ color:#ffffff; text-decoration: underline; margin-right: 10px;}

.MemberV:hover, .MemberV:active, .MemberV:visited, .MemberV:link{ color:#e90b8d;}
.MemberM:hover, .MemberM:active, .MemberM:visited, .MemberM:link{ color:#0099e9;}

.Gelezen0{ font-weight:bold;}
.Gelezen1{}

.DivAlgemeen{ padding: 7px;}

.DivSky{ padding: 50px;}

.ButtonZwart{ background-color:#2a2a2a; color: #ffffff; border:0px;font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px; font-weight:bold; margin: 3px; padding-right: 10px;}

/*Members*/
.MemberInfoContainer{ width: 100%; height: 214px;}
.MemberPictureDiv{ height: 175px; width: 197px;float:left; position:absolute;}
.MemberInfoDiv{ height: 175px; width: 197px; margin-left: 240px; float:left; position:absolute;}
.MemberToolsDiv{ height: 175px; width: 197px;float:left;position:absolute; margin-left: 475px;}
.MemberNavigatie{ border-bottom: solid 2px #2a2a2a; height: 20px; margin-bottom: 10px;background-color: #e3e3e3; margin: 6px; }
.ZwartKopjespan0{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px;background-color: #e3e3e3;color: #2a2a2a; line-height: 20px; padding: 5px 13px 4px 13px;text-transform: uppercase; font-weight: bold;}
.ZwartKopjespan1{ font-family:Arial, Helvetica, sans-serif;letter-spacing:0px; font-size:12px;background-color: #2a2a2a;color: #ffffff; line-height: 20px; padding: 5px 13px 4px 13px;text-transform: uppercase; font-weight: bold;}
.PicturesBlokM1{width: 223px;height: 316px; float: left;border-right: solid 1px #e3e3e3; text-align:center;}
.PicturesBlokM2{width: 223px;height: 316px; float: left;border-right: solid 1px #e3e3e3; text-align:center;}
.PicturesBlokM3{width: 223px;height: 316px; float: left; text-align:center;}
.PicturesSBlokM1{width: 193px; margin-left: 10px; margin-right: 10px; padding-top: 10px; height:276px; border-top: solid 1px #e3e3e3;}
.PicturesSBlokM2{width: 193px; margin-left: 10px; margin-right: 10px; padding-top: 10px; height:276px; }

.PicturesBlokB1{width: 223px;height: 380px; float: left;border-right: solid 1px #e3e3e3; text-align:left;}
.PicturesBlokB2{width: 223px;height: 380px; float: left;border-right: solid 1px #e3e3e3; text-align:left;}
.PicturesBlokB3{width: 223px;height: 380px; float: left; text-align:left;}
.PicturesSBlokB1{width: 193px; margin-left: 10px; margin-right: 10px; padding-top: 10px; height:340px; border-top: solid 1px #e3e3e3;}
.PicturesSBlokB2{width: 193px; margin-left: 10px; margin-right: 10px; padding-top: 10px; height:340px; }
.Zoeken_Button{ padding-left: 10px;}
/*Oypo*/
.PixxerThumbs { list-style-type: none; padding-left: 3px; margin-left: 3px; }
.PixxerThumbs LI { margin: 0px 1px 3px 0px; float: left; border: solid 2px #FFFFFF; border-bottom: solid 7px #FFFFFF;}

.balk_Oypo{ border: solid 1px #8e8e8e; margin-top: 6px; }
.balk_Oypo_T{ background-color: #2a2a2a; color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 12px; font-weight: bold;}
.balk_Oypo_M{ text-align: center; padding-top: 9px; background-color: #e3e3e3;}
.balk_Oypo_O{ background-color: #444444; color: #FFFFFF; padding: 3px 0px; text-align:center;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px; font-size: 12px; font-weight: bold;}

.balk_Last{ border: solid 1px #8e8e8e; margin-top: 12px; }
.balk_Last_T{ background-color: #2a2a2a; color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 12px; font-weight: bold;}
.balk_Last_M{ text-align: center; padding-top: 9px; background-color: #e3e3e3;}
.balk_Last_O{ background-color: #444444; color: #FFFFFF; padding: 3px 0px; text-align:center;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px; font-size: 12px; font-weight: bold;}


#UserAvailability {
  padding-left: 22px;
  background-position: left;
  background-repeat: no-repeat;
}
 
.taken {
  background-image: url(/design/members/taken.gif);
}
 
.available {
  background-image: url(/design/members/available.gif);
}
.calendarCalendar { text-align:center; background-color:#8e8e8e; color:#fffefe; font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 13px; }
.calendarMonthTitle { color:#ffff33; }
.calendarDayName{ background-color:#e3e3e3; color:#8e8e8e; font-size:12px;}
.calendarDayToday {color:#ffff33; text-align:center; cursor:pointer; }
.calendarDaySpecial{ background-color:#ec008c;   text-align:center; cursor:pointer; }
.calendarTitle{background-color: #2a2a2a; color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 11px;  font-weight: bold;}
.calendarArrowLeft{background-color: #2a2a2a; background-repeat:no-repeat; background-position:center; height::20px;cursor:pointer;color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 12px; font-weight: bold;}
.calendarArrowRight{background-color: #2a2a2a;cursor:pointer; background-repeat:no-repeat; background-position:center; color: #FFFFFF; padding: 3px 5px;font-family:Arial, Helvetica, sans-serif; letter-spacing: 0px;font-size: 12px; font-weight: bold;}
.calendarDayName{ text-align:center; }
.calendarDay{ text-align:center;  cursor:pointer; height:22px;}
.calendarDayToday{ text-align:center;cursor:pointer;   }
.calendarDayDisabled{ text-align:center; cursor:pointer;  }
.calendarDaySelected{ text-align:center;  color:#ec008c;cursor:pointer;  }
.orderbuttonfout{display:none;}

.ididid_text{ display:block;}
.ididid_bar_loveit{ margin-left:300px; display:block;}