




/*
     FILE ARCHIVED ON 13:43:42 nov 4, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:25:37 feb 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for EC */
@import url(/web/20131104134342/http://www.piep.se/wp-content/plugins/events-calendar/css/ec-tooltips.css);

/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
	background-image:url('/web/20131104134342/http://www.piep.se/wp-content/uploads/2011/04/pieplogotyp_TB.gif');
	background-position: 1px 1px;
    background-repeat:no-repeat;
    padding-left: 55px;
    height: 23px;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}

div#TB_closeAjaxWindow {
    float: right;
    padding: 3px 1px 0 0;
    text-align: right;
}

/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0px 0px 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 16px;
}
.EC_title 
{
    font-family: arial, helvetica, san-serif;
	background: #f4f4f4;
	padding: 8px 3px 8px 3px;
	color: #990033;
}
.EC_location {
	background: #ffffff;
	font-family: arial, helvetica, san-serif;
	padding: 4px 3px 4px 3px;
	margin-bottom:10px;
}
.EC_time {
	background: #ffffff;
	padding-left: 1px;
}
.EC_date {
	background: #ffffff;
	padding-left: 7px;
	margin-top: 20px;
}
.EC_date_range {
	background: #ffffff;
	padding-left: 7px;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
	padding: 3px 3px 3px 3px;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}
.EC_description
{font-family: georgia, times new roman, san-serif;  font-size:14px;
 padding: 3px 3px 3px 7px;
}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: red;
	border: thin solid #e6e8e9;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar {
	margin: 0 0px 0 1px;
	border-collapse: collapse;
	width: 99%;
}
/* why this *+html stuff? */
*+html #wp-calendar #today {
	border: 1px solid #cccccc !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #f4f4f4;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 1px solid #cccccc;
*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	border: 1px solid #cccccc !important;
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	background-color: #f4f4f4;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 1px solid #cccccc;
*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: 1px solid #cccccc;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	width: 11%;
	color: #999999;
	background-color: #173b6d;
}
#wp-calendar td 
{
   	border: 1px solid #cccccc;	
	text-align: center;
	color: #666666;
	}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: url(/web/20131104134342/http://www.piep.se/wp-content/plugins/events-calendar/images/list.gif);
	line-height: normal;
	text-align: left;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#events-calendar-list li:hover {
	background-color: gainsboro;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('/web/20131104134342/http://www.piep.se/wp-content/plugins/events-calendar/images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('/web/20131104134342/http://www.piep.se/wp-content/plugins/events-calendar/images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
