﻿/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fafafa;
	color: #444;
	font: normal 62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}

a { color: #2a5eb8; }

a:hover { color: #6586c9; }

input {
	color: #555;
	font-weight: normal;
	font-size: 1.1em;
}

p, cite, code, ul, .regular_size {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1, h2, h3 {
	color: #1b468f;
}

h1, h2 {
    padding-top: 6px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h2 {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 2px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-variant: small-caps;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #f0f0f0;
	border-left: 6px solid #39f;
	color: #555;
	display: block;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite, .bgday {
	color: #666;
	display: block;
	font-weight: normal;
	font-size: 1.3em;
}

.bgday {
    margin-bottom: 12px;
    position: relative;
}

.bgday img {
    display: block;
    position: absolute;
    left: 210px;
    top: -3px;
}

cite {
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
}

#breadcrumbs {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 0.5em;
}

#breadcrumbs a:link { color: #2a5eb8; }
#breadcrumbs a:hover { color: #6586c9 }

/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 980px;
/*	border-bottom: solid 1px #eee; */
}

#container_bottom {
    margin: 0 auto;
    width: 980px;
    height: 7px;
    background: url(img/bottom.gif) 24px 0px repeat-x;
}

#bottom_left {
    width: 16px;
    height: 7px;
    display: block;
    float: left;
    background: url(img/bottom_left.gif) top left no-repeat;
}

#bottom_right {
    width: 12px;
    height: 7px;
    display: block;
    float: right;
    border: 0;
    background: url(img/bottom_corner.gif) top left no-repeat;
}

#header {
    position: relative;
	background: url(img/header2.png) top left repeat-x;
	width: 100%;
	height: 126px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
}

#logo img {
    border: 0;
}

/* title */

#title h1, #motto {
    position: relative;
    width: 940px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
}

#title h1 {
    top: 36px;
	font-size: 3em;
}

#motto {
    top: 30px;
    font-size: 18px;
    font-weight: normal;
}

#title h1 a { color: #fff; text-decoration: none; }
#title h1 a:hover { color: #fff; text-decoration: underline; }


/* navigation */
#navigation {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0;
}

#navigation ul {
    background-color: #1b458e;
    margin: 0;
    padding: 0;
    border: 1px solid #6586c9;
}

#navigation > ul {
	height: 26px;
}

#navigation li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li > ul {
    display: none;    
    position: absolute;
    top: 0px;
	z-index: 50000;
}

#navigation a {
    display: block;
    background-color: #1b458e;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
}

#navigation > ul > li > a {
    float: left;
    position: relative;
    border-right: 1px solid #fff;
}

#navigation li > ul > li > a {
    border-top: 1px solid #fff;
}

#navigation li > ul > li:first-child a {
    border-top: 0;
}

#navigation a:hover {
    background-color: #fafafa;
    color: #1b458e;
}

/* Navigation link widths */

#nav-link-home a, #nav-link-home ul { width: 70px; }
#nav-link-about a { width: 88px; }
#nav-link-admissions a { width: 98px; }
#nav-link-academics a { width: 116px; }
#nav-link-libraries a { width: 88px; }
#nav-link-activities a { width: 153px; }
#nav-link-development a { width: 113px; }
#nav-link-community a { width: 100px; }
#nav-link-staff a { width: 108px; }

#navigation > ul > li#nav-link-staff > a {
/*    width: 79px; */
    border: 0;
}

/* Subnavigation link offsets */

#nav-link-home ul { left: 0px; }
#nav-link-about ul { left: 71px; }
#nav-link-admissions ul { left: 160px; }
#nav-link-academics ul { left: 259px; }
#nav-link-libraries ul { left: 376px; }
#nav-link-activities ul { left: 465px; }
#nav-link-development ul { left: 619px; }
#nav-link-community ul { left: 733px; }

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
#sidenav h1, .sidenav ul {
	padding-left: 12px;
}

#sidenav {
	background: #d9d9d9;
	border: 1px solid #e5e5e5;
	float: left;
	width: 200px;
}

#sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

#sidenav h1 a {
    color: #666;
    text-decoration: none;
}

#sidenav ul {
	border-top: 1px solid #fafafa;
	background: #eee url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#sidenav li {
	border: 1px solid #fafafa;
	border-top: none;
	list-style: none;
	margin: 0;
}

#sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

#sidenav li a:hover, #sidenav h1 a:hover {
	color: #111;
}

#sidenav li ul {
    background-color: transparent;
    background-image: none;
	border-top: 1px solid #fafafa;
}

#sidenav li ul li a {
	color: #777;
	display: block;
	font-size: 0.8em;
	padding: 3px 6px 3px 24px;
	text-decoration: none;
}
    
#sidenav li ul li ul {
    background-color: transparent;
    background-image: none;
	border-top: 1px solid #fafafa;
}

#sidenav li ul li ul li a {
	color: #777;
	display: block;
	font-size: 11px;
	padding: 3px 6px 3px 36px;
	text-decoration: none;
}

#sidenav ul li.menucheckmark {
    background: url(img/menu-checkmark.png) right center no-repeat;
}

.signature, .title {
	font-size: 1.2em;
}

    

/* full width */
#fullwidth {
    width: 100%;
}

/* content */
#content {
	float: right;
	width: 733px;
}

#calmain {
    float: left;
    width: 730px;
}

#calsidebar {
    float: right;
    width: 200px;
}

#left {
    float: left;
    width: 425px;
}

.homephoto {
    height: 300px;
}

#gallery_link {
    display: block;
    float: right;
    padding-top: 6px;
	font-size: 1.4em;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: italic;
}

#gallery_link a {
	color: #1b468f;
    text-decoration: none;
}

.icon {
    border: 0;
    padding: 6px 1em;
    border-right: solid 1px #d9d9d9;
}

.icon:hover {
    background-color: #dcdcdc;
}

#left .item p {
    color: #666;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    padding-top: 6px;
}

.item img, .content-box img {
    border: 0;
}

#right {
    float: right;
    width: 510px;
}

.item, .content-box {
	padding: 6px 12px;
	border: 1px solid #d9d9d9;
	background: #fff;
	margin-bottom: 8px;
}

#content .descr {
	color: #333;
	margin-bottom: 6px;
}

.item ul li, .smis-dialog-body ul li {
	list-style: url(img/li.gif);
	font-size: 12px;
}

.item li, .smis-dialog-body li {
    margin-left: 18px;
}

.item dt, .item dd {
    font-size: 1.2em;
}

.item dd {
    padding: 0 0 12px 36px;
}

.item li, .item li p, .smis-dialog-body li, .smis-dialog-body li p {
    font-size: 1em;
    margin-bottom: 0;
}

.toplink {
    float: right;
    margin: 0 20px 24px 0;
    clear: both;
}

/* search form */
#search_form {
	padding: 0 0 6px 8px;
}

.styled {
	border: 1px solid #ddd;
	padding: 4px;
}

.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
	cursor: pointer;
}

/* footer */
#footer {
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 934px;
}


#footer a:hover {
	color: #6586c9;
	text-decoration: underline;
}

#footer_address {
    width: 500px;
    float: left;
    text-align: left;
    margin: 20px 10px 0;
}

#footer_address span {
    display: block;
    margin-top: 20px;
}

#footer_accred {
    position: relative;
    width: 400px;
    float: left;
	padding: 6px 12px;
	border: 1px solid #d9d9d9;
	background: #fff;
	margin-bottom: 8px;
}

.accred_title {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 10px;
}

.accred_title a {
    text-decoration: none;
}

#accred_squares {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#accred_squares li {
    margin: 10px 10px 10px 0;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    color: White;
    position: absolute;
    top: 14px;
}

#accred_squares li a {
    display: block;
    height: 58px;
    width: 78px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding: 0 3px;
}

#accred_squares li a:hover {
    background-color: #fff;
    color: #1b468f;
    text-decoration: underline;
}    

.accred_square {
    position: relative;
    display: block;
    float: left;
    height: 58px;
    width: 78px;
    text-align: left;
    padding: 0 3px;
}

#cis {
    background-color: #6586c9;
    border: solid 1px #6586c9;
    left: 20px;
}

#wasc {
    background-color: #2a5eb8;
    border: solid 1px #2a5eb8;
    left: 120px;
}

#earcos {
    background-color: #1e4d9e;
    border: solid 1px #1e4d9e;
    left: 220px;
}

#jcis {
    background-color: #1b468f;
    border: solid 1px #1b468f;
    left: 320px;
}

/*
#cis:hover, #wasc:hover, #earcos:hover, #jcis:hover {
    background-color: White;
}

#cis:hover a, #wasc:hover a, #earcos:hover a, #jcis:hover a {
    color: #1b468f;
    text-decoration: underline;
}

#cis a, #wasc a, #earcos a, #jcis a {
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    color: White;
    text-decoration: none;
    display: block;
    width: 78px;
    height: 58px;
}

#cis a:hover, #wasc a:hover, #earcos a:hover, #jcis a:hover {
    color: #1b468f;
    text-decoration: underline;
}
*/

#cis_bubble, #wasc_bubble, #earcos_bubble, #jcis_bubble {
    z-index: 10;
    width: 260px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    border: solid 1px #1b468f;
    padding: 6px
}

#cis_bubble a, #wasc_bubble a, #earcos_bubble a, #jcis_bubble a {
    display: inline;
}

.show_bubble {
    position: relative;
    z-index: 10;
    left: -192px;
    top: -213px;
}

.show_bubble img {
    border: 0;
}

.hide_bubble {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.bgday img {
    border: 0;
    vertical-align: middle;
}

.calendar {
/*    background: url(img/calendar.gif) no-repeat; */
/*    text-indent: 44px; */
    line-height: 26px;
    height: 36px;
}

.page_inset {
    display: block;
    float: right;
    margin-left: 12px;
}

.page_inset img {
    border: 0;
}

.page_inset p {
    font-style: italic;
}

.quick_links {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    width: 392px;
    background-color: #e5e5e5;
}

.quick_links li {
    margin: 0 1px 0 0;
    padding: 0;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-left: solid 4px #fff;
    border-right: solid 4px #fff;
}

.quick_links li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9000px;
}

#quick_links_cal {
    background: url(../../images/icons/calendar.gif) top left no-repeat;
}

#quick_links_construction {
    background: url(../../images/icons/construction.gif) top left no-repeat;
}

#quick_links_faa {
    background: url(../../images/icons/fine_arts.gif) top left no-repeat;
}

#quick_links_library {
    background: url(../../images/icons/library.gif) top left no-repeat;
}

#quick_links_map {
    background: url(../../images/icons/compass.gif) top left no-repeat;
}

#quick_links_moodle {
    background: url(../../images/icons/moodle.gif) top left no-repeat;
}

#quick_links_sports {
    background: url(../../images/icons/sports.gif) top left no-repeat;
}

#quick_links_user {
    background: url(../../images/icons/useracct.gif) top left no-repeat;
}

#quick_links_cal:hover, #quick_links_construction:hover, #quick_links_faa:hover, #quick_links_library:hover, #quick_links_map:hover, #quick_links_moodle:hover, #quick_links_sports:hover, #quick_links_user:hover {
    background-position: -40px 0;
}

/* Calendar styles */

#main_cal {
    padding-bottom: 1em;
}

#main_cal_caption {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    color: #367ea6;
}

#main_cal_titlebar {
    background-color: #fafafa;
    color: #333;
    border: solid 1px #e5e5e5;
    border-bottom-width: 0;
    margin: 0;
    padding: 0;
    width: 697px;
}

#main_cal_title {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 3px 9px;
}

#main_cal_month_prev, #main_cal_month_next {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    width: 80px;
    padding: 3px 9px;
}

#main_cal_month_prev {
    float: left;
}

#main_cal_month_next {
    float: right;
    text-align: right;
}

#month_cal_table {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    width: 700px;
    border-collapse: collapse;
}

#month_cal_table th {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background-color: #1b468f;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    width: 90px;
    height: 16px;
    text-align: center;
}

.month_cal_daterow {
}

.month_cal_daterow td {
    min-width: 90px;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    height: 90px;
}

.month_cal_daterow td p {
    margin: 2px;
    padding: 3px;
    border-bottom: 1px gray solid;
    border-right: 1px gray solid;
    background-color: #fff;
    clear: both;
}

.month_cal_saturday {
    width: 150px;
}

#main_cal_table {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    width: 637px;
}

#main_cal_dayrow, .main_cal_daterow {
    display: block;
}

.main_cal_daterow {
    height: 90px;
    clear: both;
}

#main_cal_dayrow div, .main_cal_daterow div {
    width: 90px;
    float: left;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
}

#main_cal_dayrow div {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background-color: #1b468f;
    height: 16px;
    text-align: center;
}

.main_cal_daterow div {
    height: 90px;
    overflow: auto;
}

.main_cal_daterow div p {
    width: 82px;
    padding: 0 3px;
}

.main_cal_date {
    margin: 0 -15px;
    padding: 2px 3px;
/*    width: 82px; */
    width: 100%;
    height: 16px;
    text-align: right;
    font-size: 1em;
}

.main_cal_inactiveday, .main_cal_weekend {
    background-color: #fafafa;
}

#main_cal_today {
    display: block;
    float: right;
    width: 14px;
    height: 16px;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    background-color: #1b468f;
    text-align: center;
}


/* table styles */

.simple_border {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: #1b468f;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
}

.simple_border tr {
    vertical-align: top;
}

.simple_border td, .simple_border th {
    vertical-align: top;
    text-align: left;
    font-size: 1.1em;
    padding: 3px 9px;
    border-style: solid;
    border-color: #1b468f;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
}

.simple_border th {
    font-weight: bold;
}

.simple_listing, .compact_listing {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

tr, td, th {
    vertical-align: top;
}

.simple_listing caption, .compact_listing caption, .horiz_border caption {
    font-size: 1.2em;
    font-weight: bold;
    color: #1b468f;
    text-align: center;
    white-space: nowrap;
}

.simple_listing td, .simple_listing th {
    font-size: 1.2em;
    padding: 6px 9px 6px 0;
}

.simple_listing thead th {
    text-align: left;
}

.simple_listing th.list_heading {
    text-align: right;
}

.simple_listing th.heading {
    text-align: left;
}

.compact_listing td, .compact_listing th {
    font-size: 1.2em;
    padding: 0 6px 0 0;
}

.horiz_border {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #1b468f;
}

.horiz_border td, .horiz_border th {
    text-align: left;
    font-size: 1.1em;
    padding: 3px 9px;
    border-top: solid 1px #1b468f;
}

.horiz_border th {
    font-weight: bold;
}

/* Forms */

.admin_form br {
	clear: left;
}

.admin_form label, .admin_form input, .admin_form select, .admin_form textarea {
	display: inline;
	float: left;
	margin: 0px 6px 12px 6px;
}

.admin_form label {
    width: 100px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.4em;
}

.admin_form input[type="text"], .admin_form select, .admin_form input[type="password"] {
    width: 180px;
	border: 1px solid #777;
}

.admin_form textarea {
    border: 1px solid #777;
}

.admin_form input, .admin_form legend {
    font-size: 1.2em;
}

.admin_form input[type="submit"], .admin_form input[type="button"] {
	margin: 6px 14px 6px 120px;
	border: 1px solid #777;
	display: block;
	padding: 3px 9px;
	color: #777;
	background-color: #fafafa;
}

.admin_form input[type="submit"]:hover, .admin_form input[type="button"]:hover {
	color: #111;
}

.admin_form legend {
    margin-left: 6px;
    color: #1b468f;
    font-weight: bold;
    font-style: italic;
}

.admin_form {
    margin-bottom: 12px;
}

.required {
    font-weight: bold;
    color: #900;
}

.form-error {
    margin: 0 0 6px 120px;
    font-size: 12px;
}

.item ol li, .smis-dialog-body ol li {
    font-size: 12px;
}

/* a bunch more stuff */

.list-item {
    font-size: 12px;
}

.list-item input {
    display: block;
    float: left;
    height: 18px;
    margin-bottom: 6px;
}

.list-item label {
    display: block;
    float: left;
    margin-left: 12px;
    text-align: left;
}

.list-item br {
    clear: both;
}

.alert-text {
    font-weight: bold;
    color: #900;
}

.extended-label label {
    width: 480px;
    text-align: left;
}

.admin_form label.widelabel {
    width: 200px;
}

.numberstable td {
    width: 60px;
    text-align: right;
}

.checklist {
    display: block;
    position: relative;
    left: 100px;
}

.checklist label {
    text-align: left;
    width: 300px;
}

.segregated_check {
    padding: 12px 0 24px;
    width: 520px;
    border-style: solid;
    border-color: #1b468f;
    border-width: 1px 0;
}

.alert-spans span {
    display: block;
    margin: 0 0 6px 120px;
}

/* Stuff for the Parent-Teacher Conference sign-up */

.hour-list {
    display: block;
    float: left;
    width: 140px;
}

.hour-list label {
    width: 80px;
    float: left;
    margin: 0 0 0 12px;
    text-align: left;
}

.disabled {
    color: #1b468f;
}

.chosen {
    color: #fff;
    background-color: #1b468f;
    padding: 0 3px;
}

.instruction {
    font-style: italic;
}

.twocols td, .twocols th {
    border-bottom: 1px solid #1b468f;
}

.toothpaste td {
    background-color: #eee;
}

/* Gallery stuff */

.photo_row {
    margin: 12px auto 0;
    width: 800px;
    height: 180px;
    position: relative;
}

.photo_text {
    margin: 12px auto 0;
    width: 800px;
}

.photo_row div {
    position: absolute;
    top: 0px;
}

.photo_row_left {
    left: 0px;
}

.photo_row_center {
    left: 280px;
}

.photo_row_right {
    left: 560px;
}

.img-top, .img-previous, .img-next {
    font-size: 12px;
}

.img-top {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.img-previous {
    width: 120px;
    float: left;
}

.img-next {
    width: 120px;
    position: absolute;
    right: 0px;
    text-align: right;
}

#next-prev-gallery-link {
    margin: 6px auto 0;
    width: 800px;
    height: 32px;
    position: relative;
}

#next-prev-gallery-link br {
    clear: both;
}

#next-gallery-link, #next-gallery-link-off {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

#prev-gallery-link, #prev-gallery-link-off {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

#next-gallery-link-off, #prev-gallery-link-off {
    display: none;
}

/* Gallery edit stuff */

.gallery_approval_item {
    border-top: solid 1px #1b458e;
    padding-top: 6px;
    margin-bottom: 12px;
}

.gallery_approval_item > br {
    clear: both;
}

.gallery_approval_button, .gallery_approval_image, .gallery_approval_text {
    display: block;
    float: left;
}

.gallery_approval_button {
    width: 48px;
}

.gallery_approval_button input {
    margin-top: 36px;
}

.gallery_approval_image {
    width: 120px;
}

.gallery_approval_text {
    width: 490px;
    padding-left: 12px;
}

/* popphotos */

.pop_class {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.pop_transparent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fafafa;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

.pop_inner {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
}

.pop_image {
    position: absolute;
    left: 50%;
    display: block;
}

.pop_image img {
    display: block;
    float: left;
}

.pop_image_inner {
    background: transparent url(img/popup_right.gif) repeat-y top right;
}

.pop_image_inner_image {
    float: left;
	position: relative;
}

#photo-pop-previous {
	position: absolute;
	left: 6px;
	top: 0;
}

#photo-pop-next {
	position: absolute;
	right: 6px;
	top: 0;
}

.photo-pop-link-display {
	display: block;
}

.photo-pop-link-hide {
	display: none;
}

.pop_image_inner_left {
    background: transparent url(img/popup_left.gif) repeat-y top left;
    float: left;
    width: 20px;
    top: 0px;
    left: 0px;
}    
    

.pop_caption, .pop_closer, .pop_prev, .pop_next, .pop_center {
    font-size: 12px;
    display: block;
}

.pop_image_bottom {
    background-color: #fafafa;
    height: 20px;
    display: block;
    float: left;
}

.pop_caption {
    font-weight: bold;
    font-style: italic;
    float: left;
}

.pop_closer, .pop_next {
    float: right;
}

.pop_next, .pop_prev {
    width: 40px;
}

.pop_prev, .pop_center {
    float: left;
}

.pop_center {
    text-align: center;
}

.pop_inner div br {
    clear: both;
}

.pop_top_left {
    width: 20px;
    height: 20px;
    background: transparent url(img/popup_top_left.gif) no-repeat left top;
}

.pop_top {
    height: 20px;
    background: transparent url(img/popup_top.gif) repeat-x left top;
}

.pop_top_right {
    width: 25px;
    height: 20px;
    background: transparent url(img/popup_top_right.gif) no-repeat left top;
}

.pop_bottom_left {
    width: 20px;
    height: 20px;
    background: transparent url(img/popup_bottom_left.gif) no-repeat left top;
}

.pop_bottom {
    height: 20px;
    background: transparent url(img/popup_bottom.gif) repeat-x left top;
}

.pop_bottom_right {
    width: 25px;
    height: 20px;
    background: transparent url(img/popup_bottom_right.gif) no-repeat left top;
}

.inline_divs div {
    display: block;
    float: left;
}

/* Class Calendar */

#class-calendar {
	width: 698px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 12px;
}

.class-week {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px 1px;
	position: relative;
	clear: both;
}

.class-day {
	position: relative;
	width: 114px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #e5e5e5;
}

.class-day span {
	display: block;
	float: right;
	font-size: x-small;
	margin-right: 2px;
}

.class-day div {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-weight: bold;
    text-align: center;
    width: 12px;
    height: 16px;
    color: #fff;
}

.day-blue {
    background-color: #1b458e;
}

.day-gold {
    background-color: #e2bd38;
}

.class-day ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.class-day li {
	display: block;
	margin: 2px;
	background-color: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 0 3px 3px;
}

.class-weekend {
	width: 60px;
}

.offday {
	background-color: #fafafa;
}

.week-terminator {
	position: absolute;
	left: 0;
	bottom: 0;
}

.class-calendar-day-header {
    border-width: 1px 0 0 1px;
    border-color: #e5e5e5;
    border-style: solid;
}

.class-calendar-day-header div {
    text-align: center;
    display: block;
    float: left;
    width: 114px;
    height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #1b458e;
    border-right: 1px solid #e5e5e5;
    font-size: small;
}

.class-calendar-day-header .class-weekend {
    	width: 60px;
}

.class-calendar-header {
    font-size: small;
    font-weight: bold;
    color: #1b458e;
    text-align: center;
    border-width: 0 1px;
    border-color: #e5e5e5;
    border-style: solid;
}

.calendar-header-previous, .calendar-header-next {
    display: block;
    width: 120px;
    color: #444;
    font-size: x-small;
    line-height: 16px;
    padding: 0 2px;
    font-weight: normal;
}

.calendar-header-previous {
    float: left;
    text-align: left;
}

.calendar-header-next {
    float: right;
    text-align: right;
}

#smis-slideshow-gallery {
    width: 640px;
    margin: 12px auto;
}

.donation_type {
    display: block;
    float: right;
    padding-top: 4px;
}

.donation_type ul {
    list-style: none;
}

.donation_type li {
    display: block;
    float: right;
    background: url(img/checkmark.gif) no-repeat;
    padding-left: 18px;
}

.relief_div {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.column_list a {
    display: block;
    float: left;
    width: 380px;
}
.column_list span {
    display: block;
    float: left;
    margin-left: 400px;
}

.column_list li {
    clear: both;
}

/* Dialogs, modal */

.smis-dialog-background {
	/* Cover the screen */
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 25000; /* Get it above the logo and the photo rotation */

	/* Transparency */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";

	/* Hidden on page load */
	display: none;
}

.smis-dialog-container, .smis-preview-container {
	position: absolute;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.smis-dialog-container {
	text-align: center;
	top: 50%;
	left: 0px;
}

.smis-preview-container {
    top: 0px;
    left: 0px;
}

.smis-dialog-body, .smis-preview-body {
    position: absolute;
	background-color: #fff;
	visibility: visible;
	padding: 6px 12px;
    border: solid 1px #333;

}

.smis-dialog-body {
	margin-left: -240px;
	top: -110px;
	left: 50%;
	width: 480px;
	height: 220px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	overflow: auto;
}

.smis-preview-body {
    top: 168px;
    left: 50%;
    margin-left: -261px;
    width: 707px;
    overflow: visible;
}

.smis-dialog-body *, .smis-preview-body * {
	height: auto;
	text-align: left;
}

.smis-dialog-body img, .smis-preview-body img {
    border: 0;
}

.smis-dialog-body p, .smis-preview-body p {
	margin: 0 0 12px;
}

.smis-dialog-body h1, .smis-preview-body h1 {
	width: 100%;
}

.smis-dialog-body h1 span, .smis-preview-body h1 span {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.smis-dialog-body h1 span:hover, .smis-preview-body h1 span:hover {
    cursor: pointer;
}

/* tinymce stuff that's not handled by the internal css */

.admin_form .tinymce_label {
    padding-right: 6px;
}

/* jquery page additions */



