/* Drop menu common-style.css VER 1.1 */

BODY
{
    margin: 0px;
    padding: 0px;
    border: #C0C0C0 0px solid;
}

.uProg_modalPopup
{
    position: fixed;
    top: 30%;
    left: 40%;
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 15px;
    width: 300px;
    z-index: 1001;
    box-shadow: 7px 7px 8px #000000;
    -webkit-box-shadow: 7px 7px 8px #000000;
    -moz-box-shadow: 7px 7px 8px #000000;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
}
.uProg_modalBackground
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.uProg_modalText
{
    font-weight: bold;
}
.uProg_messageDiv
{
    text-align: center;
    padding: 10px;
}
.uProg_progressDiv
{
    text-align: center;
}
.uProg_abortDiv
{
    text-align: center;
    padding: 10px;
}



/* COLOR CODES - BACKGROUNDS AND BORDERS */

.linkedin-blue .ajax__tab_header
{
    color: #fff;
}
.linkedin-blue .ajax__tab_outer
{
    background: url(/css/tab_img/images/blue_left.gif) no-repeat 0px 0px;
}
.linkedin-blue .ajax__tab_inner
{
    background: url(/css/tab_img/blue_right.gif) no-repeat 100% 0px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_outer
{
    background: url(/css/tab_img/blue_left.gif) no-repeat 0px -150px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_inner
{
    background: url(/css/tab_img/blue_right.gif) no-repeat 100% -150px;
}
.linkedin-blue .ajax__tab_active .ajax__tab_outer
{
    background: url(/css/tab_img/blue_left.gif) no-repeat 0px -300px;
}
.linkedin-blue .ajax__tab_active .ajax__tab_inner
{
    background: url(/css/tab_img/blue_right.gif) no-repeat 100% -300px;
}
.linkedin-blue .ajax__tab_body
{
    border: solid 2px #4498c2;
}


table sched_caption
{
    font-weight: bold;
    font-size: 11pt;
    color: #0000cd;
}

.pageheight
{
    height: 675px;
}

#cornerimage
{
    width: 40px;
    height: 40px;
}

.page-splits
{
    height: 5px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.faqline
{
    border-bottom: #000000 1px solid;
}


.pictbackground
{
    background-color: #000000;
}


#date-location
{
    right: 10px;
    position: absolute;
    top: 53px;
}






/* GENERAL TEXT SIZES */

.smalltext
{
    color: #666633;
    font: 10px arial, sans-serif;
    font-weight: normal;
}

.footer
{
    color: #999999;
    font: 9px verdana, arial, sans-serif;
}

.phonetitle
{
    color: #000000;
    font: 13px arial, sans-serif;
    font-weight: bold;
}

.list
{
    color: #000000;
    font: 12px verdana, arial, sans-serif;
    font-weight: normal;
}

.testimonial
{
    color: #339900;
    font: 11px verdana, arial, sans-serif;
    font-style: italic;
    font-weight: bold;
}






/* GENERAL TEXT FORMATTING CODE */

.formmargin
{
    margin: 0px;
}

.just
{
    text-align: justify;
}

.faq
{
    line-height: 19px;
}







/* GALLERY FONTS, BORDERS AND BUTTONS */

.price
{
    color: #3366FF;
    font: 14px verdana, arial, sans-serif;
    font-weight: bold;
}

.cartmargin
{
    margin: 8px 0px 0px 0px;
}

.cartdropdown
{
    color: #000000;
    width: 130PX;
    font: 12px arial, verdana, sans-serif;
    margin-bottom: 10px;
}

.cartbox
{
    padding: 0px 6px 6px 6px;
    width: 160px;
    text-align: left;
    -moz-border-radius: 5px;
}

.carttitle
{
    font: bold 12px verdana, arial, sans-serif;
    color: #024B97;
    border: 1px solid #024B97;
    background-color: #F1F8FD;
    margin-bottom: 3px;
    padding: 4px 9px 4px 9px;
}

.gallerytext
{
    color: #333333;
    font: 11px verdana, arial, sans-serif;
}

.picturename
{
    color: #999999;
    font: 16px arial, verdana, sans-serif;
    font-weight: bold;
    margin-left: 10px;
}

.picturetitle
{
    color: #000000;
    font: 13px arial, verdana, sans-serif;
    font-weight: bold;
}

.ordertitle
{
    color: #999999;
    font: 16px arial, verdana, sans-serif;
    font-weight: bold;
}

.viewer-border
{
    border: #000000 1px solid;
}

.Galborder
{
    border: #000000 1px solid;
    margin-bottom: 3px;
}

A:hover .Galborder
{
    border: #FF0000 1px solid;
    margin-bottom: 3px;
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
}





/* TEMPLATE ORDER BUTTONS */

.button-order
{
    color: #FFFFFF;
    font: bold 12px verdana, arial, serif;
    text-align: center;
    background-color: #3C57E7;
    background-image: url("../picts/button-order.gif");
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    width: 130px;
    border: #333399 1px solid;
}


.buttonon-order
{
    color: #FFFFFF;
    font: bold 12px verdana, arial, serif;
    text-align: center;
    background-color: #FF7C2C;
    background-image: url("../picts/buttonon-order.gif");
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    width: 130px;
    border: #CC6600 1px solid;
}








/* SCROLLER OPTIONS */

.scroller-table
{
    padding: 7px;
}

.scroller-body
{
    margin: 0px;
    padding: 0px;
    border: #C0C0C0 0px solid;
}








/* HIDE MENU AND ITEMS FOR PRINTING */


@media print
{
    .printhide
    {
        display: none;
    }
    .printhelp
    {
        width: 600px;
    }
}
@media screen
{
    .printonly
    {
        display: none;
    }
}







/* SIDEBAR OPTIONS */

.sidebar-background
{
    width: 187px;
}


.sidebar-frame
{
    width: 187px;
    height: 600px;
    min-height: 600px;
    margin: 0px;
    padding: 0px;
    border: #999999 0px solid;
}




/* FOR RIGHT SIDEBAR */

.sidebarright-width
{
    width: 190px;
}


fieldset
{
    padding: 0px 6px 6px 6px;
    text-align: left;
    -moz-border-radius: 5px;
}

fieldset legend
{
    margin-bottom: 3px;
    padding: 2px 5px 2px 5px;
}

.fieldsettimeclock
{
    padding: 0px 6px 6px 6px;
    width: 150px;
    text-align: left;
    -moz-border-radius: 5px;
    background-color: #F1F8FD;
}

/* CONTACT AND QUOTES FORM */


.shadeform
{
    font: 13px arial, verdana, sans-serif;
    background-image: url("../picts/shadeform.gif");
    text-align: left;
    width: 200PX;
    border: #000000 1px solid;
}


.dropdown
{
    color: #333333;
    background-color: #F5F6F7;
    width: 200PX;
    font: 11px verdana, arial, sans-serif;
}


.textarea
{
    font: 13px arial, verdana, sans-serif;
    background-image: url("../picts/shadeform.gif");
    text-align: left;
    width: 275PX;
    border: #000000 1px solid;
}


.quoteform
{
    font: 13px arial, verdana, sans-serif;
    background-image: url("../picts/shadeform.gif");
    text-align: left;
    border: #000000 1px solid;
}

.quotechoice
{
    color: #3366CC;
    font: 11px arial, verdana, sans-serif;
    font-weight: normal;
}

.dropquotes
{
    font: 12px arial, verdana, sans-serif;
}




/* FAQ POPUP, SLIDESHOW & CONTACT & QUOTES FORM BUTTONS */

.button
{
    color: #000000;
    font: bold 12px arial, serif;
    text-align: center;
    background-color: #C9D4DA;
    background-image: url("../picts/button.gif");
    padding: 2px 7px 2px 7px;
    cursor: pointer;
    border: #000000 1px solid;
}

.buttonon
{
    color: #996600;
    font: bold 12px arial, serif;
    text-align: center;
    background-color: #F7D0A1;
    background-image: url("../picts/buttonon.gif");
    padding: 2px 7px 2px 7px;
    cursor: pointer;
    border: #996600 1px solid;
}







/* SITE SEARCH FORM */

.searchsiteform
{
    font: 12px arial, verdana, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url("../picts/shadeform.gif");
    width: 120PX;
    height: 19PX;
    border: #000000 1px solid;
    margin-top: 1px;
}


/* SITE SEARCH BACKGROUND */

.googlesearch
{
    background-color: #FFFFFF;
}

/* LINKS PAGE CODE */

.searchbutton
{
    color: #000000;
    font: bold 11px arial, serif;
    text-align: center;
    background-color: #C9D4DA;
    background-image: url("../picts/button.gif");
    padding: 1px 2px 1px 2px;
    cursor: pointer;
    border: #000000 1px solid;
}


.linksmargin
{
    margin: 10px;
}


.searchform
{
    font: 13px arial, verdana, sans-serif;
    background-image: url("../picts/shadeform.gif");
    background-color: #FFFFFF;
    width: 120PX;
    height: 20PX;
    border: #999999 1px solid;
}

/* Student Data Expansion Panels */

.bkgnd_menu
{
    background-image: url("Images/bkgnd_menu.gif");
    background-color: #5268b1;
    color: #fff;
    font-weight: bold;
}

.menulink
{
    text-decoration: none;
    color: Navy;
    font-weight: bold;
    font-size: 14px;
    font-family: Trebuchet MS;
}

.showdiv
{
    display: block;
}

.hidediv
{
    display: none;
}


/* elements from Liam - Peters Date Package */
hr
{
    color: #0162b3;
    background-color: #0162b3;
    height: 1px;
}

.topStyle
{
    background: #0162b3;
    font-weight: 600;
    color: #fff;
}
.topStyleLeft
{
    background: url(images/bgleft.gif) no-repeat;
    width: 6px;
    height: 28px;
}
.topStyleRight
{
    background: url(images/bgright.gif) no-repeat;
    width: 6px;
    height: 28px;
}

.content
{
    background: #d3e4f4;
}


/*Gridview Style */
.gridviewStyle
{
    font-size: 12px;
}
.gridviewStyle th
{
    background: #5268b1;
}
/*other style */
.sectionHeader
{
    background: #5268b1;
    color: #fff;
    font-weight: bold;
}

/* fixed width dropdowns */

.ddSmall
{
    width: 115px;
    height: 50px;
}

.ddMedium
{
    width: 200px;
}

.ddLarge
{
    width: 400px;
}

.accordion
{
    width: 400px;
}

.accordionHeader
{
    border: 1px solid 2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid 2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed 2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
