﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    outline: medium none;
}

/* RESET
----------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    color: #000;
}

/* DEFAULTS
----------------------------------------------------------*/

html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "Calibri_alt" Calibri;
    src: local("Calibri"), url("/fonts/calibri.ttf");
}

body {
    background: #b6b7bc;
    font-size: 1em;
    font-family: "Calibri_alt", "Calibri", "Tahoma", "Arial", "Lucida Sans Unicode";
    font-weight: normal;
    line-height: 1.5;
    background-color: #e7ebf4;
}

.underline {
    text-decoration: underline;
}

a:link, a:visited {
    color: #042B83;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #042B83;
}

.float-lt {
    float: left;
}

.float-rt {
    float: right;
}

.clear-lt {
    clear: left;
}

.clear-rt {
    clear: right;
}

.clear-both {
    clear: both;
}


.is-required {
    border: 1px solid #cc6666 !important;
    -moz-box-shadow: 0 0 6px #e34b56;
    -webkit-box-shadow: 0 0 6px #e34b56;
    box-shadow: 0 0 6px #e34b56;
}


.is-active {
    border: 1px solid #007ac3 !important;
    -moz-box-shadow: 0 0 5px #007ac3;
    -webkit-box-shadow: 0 0 5px #007ac3;
    box-shadow: 0 0 5px #007ac3;
}

.is-edit {
    border: 1px solid #75f978 !important;
    -moz-box-shadow: 0 0 5px #75f978;
    -webkit-box-shadow: 0 0 5px #75f978;
    box-shadow: 0 0 5px #75f978;
}



input[type=text], input[type=password] {
    border: 1px solid #ccc;
    background-color: #F4F6F5;
    height: 18px;
}

textarea, select {
    border: 1px solid #ccc;
    background-color: #F4F6F5;
}

input[type=file] {
    border: 1px solid #ccc;
    background-color: #F4F6F5;
    height: 22px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 1px solid #3A4F63;
    background-color: #ffffff;
}



.error {
    font-size: 0.80em;
    color: Red;
}

.btn-main {
    background-color: #336699;
    border: 1px solid #3A4F63;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
}

    .btn-main:hover {
        background-color: #007ac3;
        border: 1px solid #3A4F63;
    }


.btn-sub {
    background-color: #E5E5E5;
    border: 1px solid #A6A6A6;
    color: #404040;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
}

    .btn-sub:hover {
        background-color: #ccc;
    }

.small-text {
    font-size: 0.85em;
}

.load-text {
    font-size: 0.85em;
    color: Green;
}

.button-holder {
    border: 1px dotted #999;
    padding: 10px;
    background-color: #F4F6F5;
}

#pageLoader {
    width: 400px;
    text-align: center;
}

#pageLoader img {
    border: 3px solid #007ac3;
    box-shadow: 0 0 15px 5px #8eb0d2;
    -moz-box-shadow: 0 0 15px 5px #8eb0d2;
    -webkit-box-shadow: 0 0 15px 5px #8eb0d2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.exclaim {
    /*width:300px; text-align:center;*/
    background: url("/images/icons/ms-exclamation.png") 0 -1px no-repeat;
    padding-left: 25px;
}

div.message-default {
    left: 300px;
    position: absolute;
    top: 135.5px;
    z-index: 9999;
}

div.message-content-window {
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
    display: block;
    /*left: 300px;
    position: absolute;
	top: 135.5px;*/
    box-shadow: 0 0 25px 5px #8eb0d2;
    -moz-box-shadow: 0 0 25px 5px #eee;
    -webkit-box-shadow: 0 0 25px 5px #eee;
    width: 350px;
    min-height: 100px;
    z-index: 9999;
    color: #444444;
    border: 3px solid #336699;
}


div.message-content-window div.window-bar {
    background-attachment: scroll;
    background-image: url("/images/window_bar_bg.png");
    background-position: 50% 50%;
    background-repeat: repeat-x;
    border: 1px solid #007AC3;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    z-index: 0;
}

div.message-content-window p#messageText {
    margin: 5px 8px 10px 8px;
    color: #000;
}

div.message-content-window p#alertText {
    margin: 5px 8px 10px 8px;
    color: red;
}


div.message-content-window hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin-bottom: 10px;
    /*margin-top: 15px;*/
}


div.message-content-window div.messgae-btn-holder {
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
}



hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin-bottom: 15px;
    /*margin-top: 15px;*/
}


label {
    color: #007AC3;
    font-size: 0.85em;
}


fieldset {
    margin: 0 0.5em 0.5em 0;
    padding: 1em;
    border: 1px solid #007AC3;
    background-color: #ffffff;
}

legend {
    background-color: #007AC3;
    /*border: 1px solid #000;*/
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 0.89em;
    padding: 0 0.5em 1px;
    font-weight: bold;
    /*left: 0.5em;
    padding: 0 0.25em 1px;
    position: absolute;
    top: -0.6em;*/
}


#mask {
    /*position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    margin:0;
    padding:0;*/
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    top: 0;
    left: 0;
}

.PopupPanel {
    border: solid 1px black;
    position: fixed;
    left: 40%;
    top: 30%;
    background-color: white;
    z-index: 99999;
    /*height: 400px;*/
    margin-top: -200px;
    width: 400px;
    margin-left: -300px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pageContainer {
    position: relative;
    margin: 15px auto 35px auto;
    width: 960px;
    /*box-shadow: 0 0 1.25em 0.15em #3b496c;
    -webkit-box-shadow: 0 0 0.8em 0.1em #3b496c;
    -moz-box-shadow: 0 0 0.8em 0.1em #3b496c; /*646e87*/
     box-shadow: 0 0 2.5em 0.30em rgba(66,79,108,0.55);
    -moz-box-shadow:  0 0 2.5em 0.30em rgba(66,79,108,0.55);
    -webkit-box-shadow:  0 0 2.5em 0.30em rgba(66,79,108,0.55);
    border-radius: 1em 1em 1em 1em;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em;
    background-color: #ffffff;
    min-height: 100px;
}


#headerContainer {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    width: 100%;
}

#logoArea {
    float: left;
    padding: 5px;
    width: 38%;
}

#logoText {
    float: left;
    padding: 38px 0 0 0;
}

#loginPanel {
    float: right;
    width: 58%;
}

#eventPlannerText {
    float: left;
    margin-top: 38px;
    width: 50%;
}

#loginBlock {
    float: right;
    width: 40%;
    text-align: right;
    padding: 12px;
}

    #loginBlock span {
        font-size: 0.85em;
        color: #042B83;
    }

.login-link li {
    float: right;
    background: url('/images/icons/login_icon_mini.png') 0 4px no-repeat;
    padding: 0 0 0 22px;
}

.logout-link li {
    float: right;
    background: url('/images/icons/logout_icon_mini.png') 0 4px no-repeat;
    padding: 0 0 0 22px;
}


#headerEndBar {
    height: 30px;
    background-color: #007ac3;
    border-top: 8px solid #eeeeee;
    border-bottom: 2px solid #000000;
    text-align: center;
    padding: 0;
}



#footerContainer {    
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #d8deec;
    border-radius: 0 0 1em 1em;
    -moz-border-radius: 0 0 1em 1em;
    -webkit-border-radius: 0 0 1em 1em;
    font-size: 0.71em;
}

    #footerContainer nav {
        text-align: center;
        padding-top: 5px;
    }

    #footerContainer li {
        color: #000;
        list-style: none;
        padding-left: 7px;
        display: inline;
        font-weight: normal;
    }

        #footerContainer li a {
            font-size: 1em;
            color: #000000;
            text-decoration: none;
        }

            #footerContainer li a:hover {
                border-bottom: 1px dashed #000000;
            }

        #footerContainer li.copyright {
            font-weight: bold;
        }


#mainNav ul {
    margin-left: 15px;
}

    #mainNav ul li a {
        padding: 1px 7px 4px 25px;
        font-size: 0.8em;
        text-decoration: none;
        background: #ffffff url('/images/icons/home_icon.jpg') 4px 2px no-repeat;
        /*padding-left:25px;*/
        margin-top: 4px;
        border-radius: 5px;
        color: #295dcb;
    }

        #mainNav ul li a:hover {
            background: #ffffff url('/images/icons/home_icon.jpg') 4px -23px no-repeat;
            color: #88573e;
        }


#loginPage {
    background: url('/images/planners-2.jpg') right 0 no-repeat;
    height: 312px;
}


#loginContent {
    position: relative;
    float: left;
    padding: 20px;
    width: 70%;
}




#userLogin {
    margin: 0 auto;
    width: 400px;
    padding: 25px;
}

    #userLogin label {
        float: left;
        text-align: right;
        width: 20%;
        margin-right: 0.5em;
        color: #007AC3;
        font-size: 0.85em;
    }

    #userLogin .btn-container {
        margin: 0 auto;
        width: 350px;
        text-align: center;
    }

    #userLogin fieldset {
        margin: 0 0.5em 0.5em 0;
        padding: 1em;
        border: 1px solid #ccc;
        background: #F4F6F5 url('/images/icons/login_icon.png') 280px 90px no-repeat;
    }

        #userLogin fieldset p {
            margin: 2px 12px 10px 10px;
        }



        #userLogin fieldset.login label, fieldset.register label, fieldset.changePassword label {
            display: block;
        }

        #userLogin fieldset label.inline {
            display: inline;
        }

    #userLogin legend {
        font-size: 0.85em;
        font-weight:normal;
        padding: 2px 6px 4px 6px;
        color: #fff;
        background-color: #336699;
        /*border: 1px solid #ccc;*/
    }

    #userLogin fieldset div {
        margin-bottom: 8px;
    }


#content {
    position: relative;
    margin: 8px 25px 25px 25px;
}



h2.heading {
    font-size: 1.2em;
    color: #666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

    h2.heading span {
        color: #007ac3;
        font-size: 1.253em;
        font-weight: 600;
    }

h3.heading {
    font-size: 1.2em;
    color: #046b91;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    line-height: 1em;
    padding-bottom: 10px;
}



#ulCreate li {
    background: url('/images/icons/create.png') 0 0 no-repeat;
    padding-left: 40px;
    padding-bottom: 10px;
}

    #ulCreate li a {
        color: #ac5107;
    }

        #ulCreate li a:hover {
            color: #007ac3;
            border-bottom: 1px dashed #007ac3;
        }



.field-info {
    color: #999;
    font-size: 0.75em; /*width:350px;*/
    line-height: 1.1em;
}

#eventDetailLeft {
    position: relative;
    float: left;
    width: 60%;
    background-color: #eeeeee;
    padding: 10px;
    border: 1px solid #ccc;
}

.field-holder {
    margin-bottom: 5px;
}

#eventDetailLeft input[type=text], textarea, .general-form input[type=text], textarea {
    width: 350px;
}

#eventDetailLeft textarea {
    height: 80px;
}


#eventDetailRight {
    position: relative;
    float: right;
    width: 35%;
    color: #444;
}

    #eventDetailRight span {
        font-size: 0.8em;
    }

.seperator {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 35px;
}

.indent-field {
    margin: 5px 0 5px 40px;
}

#availAdminList {
    width: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 25px 5px #8eb0d2;
    -moz-box-shadow: 0 0 25px 5px #eee;
    -webkit-box-shadow: 0 0 25px 5px #eee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid #336699;
}

.margin-left {
    margin-left: 20px !important;
}

.grid-item {
    text-align: left;
    padding-left: 10px;
}

.grid-seperator {
    border-right: 1px solid #cccccc;
    padding: 3px 7px 3px 7px;
}

.gridviewContainer {
    margin: 0 auto;
}

.admin-grid, .grid-default {
    margin: 0 auto;
    width: 100%;
}

    .admin-grid th, .grid-default th, .grid-default td {
        padding: 3px 7px 5px 7px;
        /*text-align: left !important;*/
    }

    .admin-grid td a:hover {
        color: #AC5107;
        border-bottom: 1px dashed #AC5107;
    }


th.sort-default-header a {
    background: url('/images/icons/sort_up_down.png') right center no-repeat;
    padding-right: 15px;
}

th.sort-asc-header a {
    background: url('/images/icons/sort_up.png') right center no-repeat;
    padding-right: 15px;
}

th.sort-desc-header a {
    background: url('/images/icons/sort_down.png') right center no-repeat;
    padding-right: 15px;
}

tr.grid-pager {
    margin: 0;
    padding: 0;
    border-top: 1px dotted #999999;
}

    tr.grid-pager table td input[type=image] {
        padding: 4px 5px 0 0;
    }

.chk-select {
    width: 13px;
    height: 14px;
    padding: 0;
    background: url(/images/icons/checkbox.png) -2px -4px no-repeat;
    display: block;
    clear: left;
    float: left;
    border: 1px solid #999;
}

.btn-remove-icon {
    background-image: url(/images/icons/delete-icons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0px;
    border: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 10px;
}

    .btn-remove-icon:hover {
        background-position: 0 -21px;
    }


.btn-edit-icon {
    background-image: url(/images/icons/edit-icons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0px;
    border: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 10px;
}

    .btn-edit-icon:hover {
        background-position: 0 -21px;
    }


.event-detail-table {
    border-collapse: collapse;
}

    .event-detail-table td {
        padding: 10px 0px 10px 0px;
        vertical-align: top;
        line-height: 1.4em;
    }

        .event-detail-table td.heading {
            color: #444444;
            font-weight: bold;
            width: 75px;
            padding-right: 10px;
        }

.regis-status {
    color: #7E7E7E;
    font-size: 1.3em;
    font-weight: bold;
}

ul.info-list li {
    font-size: 0.85em;
    padding: 7px;
}

.prim-link a, a.prim-link {
    color: maroon;
}

.prim-link a:hover, a.prim-link:hover {
    color: #0060C3;
    text-decoration: none;
    border-bottom: 1px dashed #0060C3;
}

 .update-link a, a.update-link {
    color: #fbd005;
}
  .update-link a:hover, a.update-link:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}



.refresh-link {
    background: url('/images/icons/mini-refresh.png') right -2px no-repeat;
    padding-right: 20px;
}

    .refresh-link:hover {
        border: none !important;
    }

.btn-add-recip {
    background-color: #c6e5f8 !important;
    border: 1px solid #3A4F63;
    color: #222;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
}


    .btn-add-recip:hover {
        background-color: #a0cae2 !important;
    }


#search input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 15px;
    padding: 3px 15px 3px 5px;
    padding-right: 24px;
    color: #4a4a4a;
    float: left;
}

.btn-search {
    border: 0;
    padding: 0;
    margin: 0 0 0 -24px;
    width: 24px;
    height: 24px;
    background: transparent url('/images/icons/search.jpg') center center no-repeat;
    float: left;
    cursor: pointer;
}

.search-txt-default {
    font-style: italic;
    color: #cccccc !important;
}

.search-txt-active {
    font-style: normal;
    color: #000000 !important;
}

.btn-directory {
    background: url('/images/icons/address-book.png') 3px 5px no-repeat;
    padding-left: 20px;
}



#gridControl {
    width: 100%;
    background-color: #F4F6F5;
    border: 1px solid #cccccc;
}

    #gridControl td {
        padding: 8px;
    }

        #gridControl td a {
            font-size: 0.85em;
        }

#addRegisLink {
    background: url('/images/icons/add-icon.gif') 0 0 no-repeat;
    padding-left: 16px;
    color: maroon;
    text-decoration: underline;
    cursor: pointer;
}

    #addRegisLink:hover {
        text-decoration: none;
        color: #007ac3;
    }

#regisPanel table td {
    padding: 6px;
}

    #regisPanel table td input[type=text] {
        width: 200px;
    }

    #regisPanel table td select {
        width: 200px;
    }


.exit-page {
    padding: 0 5px 0 5px;
    background-color: #ffffff;
    color: red !important;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #444444;
}

    .exit-page:hover {
        font-weight: normal;
        color: #444444 !important;
    }



/***********************************************
			Captcha
***********************************************/


#captchaBox {
    background: url('/images/captcaha_bg.jpg') no-repeat;
    width: 132px;
    height: 35px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 35px;
    margin: 10px auto 10px auto;
}

span#captchaCode {
    color: #555 !important;
    font-weight: bold;
    -moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
    letter-spacing: 2px;
    font-size: 1.12em;
}

.pre-enter {
    font-style: italic;
    color: #999999 !important;
}

.post-enter {
    font-style: normal;
    color: #000000 !important;
}

#captcha {
    width: 185px;
    margin: 0 auto;
    background-color:#ffffff;
    border:1px solid #007AC3;
    padding: 0.5em;
    margin-bottom:7px;
    line-height:1em;
}

#captcha input[type=text] {
    width: 130px !important;
    font-size:0.75em !important;  
    margin-bottom:3px;  
}

#captchaRefresh {  float: right; cursor:pointer; }