﻿@import "/Layout/CSS/Toolbar.Red.css";
@import "/Layout/CSS/Toolbar.Yellow.css";

@media screen {

body { margin: 0; padding: 0; }
.scrollWindow { overflow: auto; position:absolute; top: 47px; left:0; right:0;bottom: 0; }

.controlSpacer { float: left; width: 100%; height: 25px; }
.hiddenText { color: white; }

/* Meetings Calendar */
table.MeetingCalendar { width: 100%; text-align: left; border-collapse: collapse; font-family: Verdana; font-size: 0.8em; }
td.MeetingCalendar { padding: 3px; background: #EFF3FB; border: 1px solid #000000; color: #000000; vertical-align: text-top; }
td.MeetingCalendarNoEvent { padding: 3px; background: #BFBFBF; border: 1px solid #000000; color: #000000; vertical-align: text-top; }
td.MeetingCalendarTitle { background: #00b6e6; border: 1px solid #000000; text-align: center; color: #fff; font-weight: bold; width: 20%; }

/* Super Calendar */
table.SuperCalendarOuter { width: 100%; }
td.SuperCalendarOuter { text-align: center; font-family: Verdana, Arial; font-weight: bold; font-size: 14pt; color: #0066CC; }
table.SuperCalendar { width: 100%; height: 100%; text-align: left; border-collapse: collapse; font-family: Verdana; font-size: 0.8em; }
td.SuperCalendar { padding: 3px; background: #fff; border: 1px solid #F2F2F2; color: #000000; vertical-align: text-top; }
td.SuperCalendarNoEvent { padding: 3px; background: #BFBFBF; border: 1px solid #F2F2F2; color: #000000; vertical-align: text-top; }
td.SuperCalendarDayTitle { background: #F5F5F5; border: 1px solid #F2F2F2; text-align: center; color: #0066CC; font-weight: bold; width: 14%; font-size: 12px; border-bottom: solid 2px #bbd9ee; height:30px; padding:2px 4px;}
td.SuperCalendarTitle { background: #bbd9ee; border: 1px solid #F2F2F2; text-align: center; color: #353434; font-weight: normal; width: 14%; }
a.SuperCalendar { font-family: Verdana; font-size: 0.8em; border: 1px solid #F2F2F2; background: #eef4f5}
#superCalendarClose { text-align: center; font-family: Verdana; font-size: 1.2em; color: #FF0000; font-weight: bold; }
.SuperCalendarGroupMeeting {background:#f8f8f8; margin-bottom:5px; padding-left: 20px; padding-right: 5px;}
.SuperCalendarEvent {background:#f0fbed; margin-bottom:5px; padding-left: 20px; padding-right: 5px;}
/* Modal Popup */
.modalBackground { background-color: #f0f0f0; -webkit-filter: alpha(opacity=40); -moz-filter: alpha(opacity=40); -o-filter: alpha(opacity=40); filter: alpha(opacity=40); -ms-opacity: 0.5; opacity: 0.5; }
/*Position should be -1000px, so during loading you not gonna see popup initialization.*/
.ModalWindow { border: solid 1px #c0c0c0; background: #f0f0f0; padding: 0 10px 10px 10px; position: absolute; top: -10000px; /* Do rounding (native in Firefox and Safari) */ -ms-border-radius: 10px; border-radius: 10px; margin-left: auto; margin-right: auto; z-index: 98; }

.controlToolbar {float: left; width: 100%; height: 32px; background-color: #f6f6f6; border: 1px solid #e8e8e8; -ms-border-radius: 3px; border-radius: 3px; margin-bottom: 15px; padding: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .controlToolbar .title { position: absolute; left: 50%; margin-left: -250px; width: 500px; font-weight: bold; text-align: center; }
    .controlToolbar a { font-size: 14px; }
        .controlToolbar a img { margin: 3px 0 -3px 7px; }
        .controlToolbar a.backlink img { margin: 3px 7px -3px 0; }

h3.news { font-weight: 600; font-size: 16px; }
.newsDetails { font-weight: 600; font-size: 12px; }
.newsContent { }

/* Password Reset Form*/
.passwordreset { text-align: center; }
    .passwordreset .inner { background: #FCFCFC; border: 1px solid #ECECEC; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; margin: 20px 0; padding: 40px; min-width: 455px; position: relative; text-align: center; }
    .passwordreset .form {width: 766px;text-align: center; }
    .passwordreset .form .center { display: inline-block; }
    .passwordreset .form .RadInput {float: left;width: 300px !important; margin-right: 20px; }
    .passwordreset .form .RadButton { float: left; }
    .passwordreset .passwordField {display: inline-block; margin-bottom: 10px;}
/* News */

}

@media print {


}

.controlToolbar2 {float: left; width: 100%; height: 32px; background: #D7DFEA; border: 1px solid #e8e8e8; line-height: 20px !important; -ms-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; padding: 4px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .controlToolbar2 .title { position: absolute; left: 50%; margin-left: -250px; width: 500px; font-weight: bold; text-align: center; }
    .controlToolbar2 a { font-size: 16px; }
        .controlToolbar2 a img { margin: 3px 0 -3px 7px; }
        .controlToolbar2 a.backlink img { margin: 3px 7px -3px 0; }