KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/bluerae/clients/amag/staging/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/bluerae/clients/amag/staging/css/popcalendar.css
/**
**
** Springfield Museums CSS
**  
** Template: CALENDAR POPUP WINDOW
** 
** Author: iMarc LLC, http://www.imarc.net
**
*/

/* The outer div that is the calendar */
#ipc_calendar {
	font-size: 11px;
	font-family: Arial;
    z-index:+999;
    position:absolute;
    visibility:hidden;
    border: 1px solid #a0a0a0;
}

/* General styles for the ipc_calendar */
#ipc_calendar a {
	cursor:pointer;
}
#ipc_calendar td {
    font-size: 11px;
	font-family: Arial;
}
#ipc_calendar th {
	font-weight: bold;
    font-size: 11px;
	font-family: Arial;
}
#ipc_calendar a:link     {color: #000000; text-decoration:none; }
#ipc_calendar a:visited  {color: #000000; text-decoration:none; }
#ipc_calendar a:active   {color: #000000; text-decoration:none; }
#ipc_calendar a:hover    {color: #000000; text-decoration:none; }


/* The table nested right inside the calendar div */
#ipc_calendar_table {
	background-color: #FFFFFF;
}

/* The header row */
#ipc_header_row {
	background-color: #7BA4BF;
	background-image: url(/images/calendar/header_bg.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

/* The left hand cell of the header row */
#ipc_header_left_cell {
	padding:2px;
}

/* The right hand cell of the header row */
#ipc_header_right_cell {
    text-align: right;
    vertical-align: middle;
    padding: 1px 1px 0px 0px;
    }
    #ipc_header_right_cell img {
        border: none;
        display: block;
		margin-right: 1px;
        }


/* From left to right on the top of the calendar, the spans
   that hold the buttons for changing months and years */
#ipc_left_button_container {
    border: 1px solid #6b9f04;
    background-color: #FFF;
    cursor:pointer;
    padding: 0px 4px 0px 4px;
    float: left;
    }
    #ipc_left_button_container img { display: block; }

#ipc_right_button_container {
    border: 1px solid #6b9f04;
    background-color: #FFF;
    cursor:pointer;
    padding: 0px 4px 0px 4px;
    float: left;
    margin-left: 3px;
    }
    #ipc_right_button_container img { display: block; }

#ipc_month_button_container {
    border: 1px solid #6b9f04;
    cursor:pointer;
    background-color: #FFF;
    float: left;
    margin-left: 3px;
    line-height: 8px;
    }
    .ipc_month_button_left_cell { line-height: 8px; padding: 0px 0px 0px 4px; vertical-align: middle; }
    .ipc_month_button_right_cell { padding: 0px 2px 0px 4px; }
    .ipc_month_button_right_cell img { display: block; }     

#ipc_year_button_container {
    border: 1px solid #6b9f04;
    cursor:pointer;
    background-color: #FFF;
    float: left;
    margin-left: 3px;
    line-height: 8px;
    }
    .ipc_year_button_left_cell { line-height: 8px; padding: 0px 0px 0px 4px; vertical-align: middle; }
    .ipc_year_button_right_cell { padding: 0px 2px 0px 4px; }
    .ipc_year_button_right_cell img { display: block; }


/* The containers (divs) that hold the month and year lists */
#ipc_select_month_container {
    z-index:+999;
    position:absolute;
    visibility:hidden;
    }

#ipc_select_year_container {
    z-index:+999;
    position:absolute;
    visibility:hidden;
    }

/* The tables that hold the month and year lists (nested in above containers) */
#ipc_select_month_table {
    width: 73px;
	border: 1px solid #a0a0a0;
	background-color: #FFF;
    }

#ipc_select_year_table {
    width: 44px;
	border: 1px solid #a0a0a0;
	background-color: #FFF;
	}

/* Cells that hold the month and year list options */
#ipc_select_month_table td, #ipc_select_year_table td {
    font-size: 11px;
    padding: 0px 3px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#ipc_select_year_table td {
	text-align: center;
}

/* Controls the look of the + and - used for scrolling through years */
.ipc_select_year_plus_reg, .ipc_select_year_minus_reg {
    text-align: center;
    background-color: none;
	background-color: #d7f49f;
    }

.ipc_select_year_plus_over, .ipc_select_year_minus_over {
    background-color: #7bba01;
	color: #FFF;
    cursor:pointer;
    text-align: center;
    }

/* The over state for the month and year lists */
.ipc_select_month_over, .ipc_select_year_over {
	background-color: #7bba01;
	color: #FFF;
    cursor:pointer;
	}

/* The regular state for the month and year lists */
.ipc_select_month_reg, .ipc_select_year_reg {
    background-color: none;
    }

.ipc_select_month_selected, .ipc_select_year_selected {
    font-weight: bold;
    }


/* The cell in the calendar_table that contains all of the days in the month user is viewing */
#ipc_content_cell {
    padding:5px;
    background-color: #FFF;
	background-image: url(/images/calendar/body_bg.gif);
	background-repeat: repeat-x;
    }


/* The table containing all of the days in the current month */
.ipc_days_table {
    border: none;
    margin: 0px auto 0px auto;
    }

/* The cell containing the week number divider */
.ipc_week_number_divider_cell {
    width: 1px;
    background-color: #d0d0d0;
    padding:0px;
    }

/* The week number divider image */
.ipc_week_number_divider {

    }

/* The cell containing the week number header */
.ipc_week_number_header_cell {
    font-weight: bold;
    text-align: right;
    }

/* A cell containing a week number */
.ipc_week_number_cell {
    text-align: right;
    }

/* A cell containing the name of a day */
.ipc_day_name_cell {
    padding: 2px;
    width: 22px;
    text-align: center;
    }

/* A table cell containing a day */
.ipc_day_cell {
    text-align: center;
    padding: 1px 4px;
    }
    .ipc_day_cell a {
        text-decoration: none;
    }


/* Styles for containers around the days */

/* Regular day */
.ipc_day {
	padding: 1px 0;
    }

/* Currently selected day */
.ipc_day_selected {
    border: 1px solid #a0a0a0;
	line-height: 14px;
	font-weight: bold;
    }

/* Today */
.ipc_day_today {
	color: #7EBD00;
	font-weight: bold;
	padding: 1px 0;
	}

/* A saturday or sunday */
.ipc_day_sunday, .ipc_day_saturday {
	color: #888888;
	padding: 1px 0;
	}


/* The cell containing the "Today is" text and link */
#ipc_today_label_cell {
    padding: 4px 5px 4px 5px;
    background-color: #f0f0f0;
    text-align: center;
    }

    #ipc_today_label a:link     {color: #333333; font-weight: bold;}
    #ipc_today_label a:visited  {color: #333333; font-weight: bold;}
    #ipc_today_label a:active   {color: #333333; font-weight: bold;}
    #ipc_today_label a:hover    {color: #333333; font-weight: bold;}

Anon7 - 2021