﻿/* 
 * Style classes for bulk of website 
 */

/* body contains the default settings for the entire page */
body
{
    color: #444444;
    background-color: #d9d9d9;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

.MasterHeader
{
    color: #ffffff;
    background-color: #444444;
    background-image: url(     '../Images/HeaderGrayRepeat.gif' );
    background-repeat: repeat-x;
    height: 70px;
    width: 760px;
}

.MasterHeaderLeft
{
    float: left;
    width: 230px;
    height: 50px;
    margin: 7px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.MasterHeaderRight
{
    float: right;
    width: 220px;
    height: 42px;
    margin: 25px 0 0 0;
}

.MasterHeaderSearch
{
    font-size: 12px;
    width: 220px;
    height: 17px;
}

.MasterHeaderDate
{
    background-color: Transparent;
    overflow: visible;
    padding: 5px 0 0 0;
}

.MasterHeaderVeriSign
{
    position: absolute;
    left: 330px;
    top: 12px;
}

.MasterInner
{
    float: left;
    color: Black;
    background-color: #d9d9d9;
    height: auto; /* This height:auto is the key to the auto expansion of all the pages */
    width: 735px;
    margin: 0 0 0 5px;
    padding: 0 0 0 15px;
}

.MasterButtons
{
    float: left;
    font-size: 10px;
    height: 15px;
    width: 200px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.MasterEditButton
{
    font-size: 10px;
    padding: 0;
    height: 15px;
    width: 50px;
    border-style: outset;
    border-width: 1px;
}

.MasterAdminButton
{
    color: #444444;
    text-decoration: underline;
    font-size: 10px;
    padding: 0 0 0 10px;
    height: 15px;
    width: 100px;
}

.MasterHeaderMenu
{
    float: right;
    font-size: 10px;
    height: 20px;
    padding: 3px 15px 0 0;
    vertical-align: middle;
}

.MasterFooter
{
    float: left;
    color: White;
    background-color: #444444;
    background-image: url(     '../Images/FooterGrayRepeat.gif' );
    background-repeat: repeat-x;
    height: 85px;
    width: 760px;
}

.MasterFooterContent
{
    float: left;
    font-size: 10px;
    padding: 10px 45px 0 45px;
}

/* Content selectors */

.HorzDivider
{
    float: left;
    background-color: #ff9900;
    height: 4px;
    width: 720px;
    padding: 0;
    margin: 0;
}

/* LeftColumn contains MainMenu, LeftColHorzDivider and LeftColContent. */
.LeftColumn
{
    float: left;
    height: auto;
    width: 165px;
    overflow: hidden;
}

.MainMenu
{
    float: left;
    width: 165px;
    color: #ffffff;
    background-color: #444444;
    background-image: url(     '../Images/GrayRepeatRL165.gif' );
    background-repeat: repeat-y;
}

.MainMenuText
{
    float: left;
    margin: 10px 5px 10px 5px;
    padding: 0;
    font-weight: normal;
}
.MainMenuText a
{
    color: #ffffff;
}
.MainMenuText a:hover
{
    color: #ff9900;
}


.LeftColHorzDivider
{
    float: left;
    height: 4px;
    width: 165px;
    background-color: #ff9900;
}

/* LeftColContent contains LeftColLink, LeftColHorzDivider and AdControlBox. */
.LeftColContent
{
    float: left;
}

.LeftColLink
{
    width: 165px;
    padding: 0;
    margin: 0;
}

.AdControlBox
{
    float: left;
    width: 165px;
    padding: 15px 0 0 0;
    overflow: hidden;
}

.AdBox
{
    padding: 7px 0 7px 0;
    overflow: hidden;
    text-align: center;
}

.WideRightColumn
{
    float: left;
    background-color: #ffffff;
    width: 555px;
}

.MainImage
{
    width: 555px;
    background-color: #d9d9d9;
}

.MainLiteral
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 555px;
    color: #ffffff;
    background-color: #496890;
}

.BreadCrumbs
{
    float: left;
    height: 15px;
    width: 545px;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    color: #444444;
    background-color: #d9d9d9;
}

.MainFourColContentBox
{
    float: left;
    width: 700px;
    margin: 0;
    padding: 0 0 0 20px;
    background-color: White;
}

/* For pages with four column content, such as ISG pages */
.CenterFiller
{
    float: left;
    background-color: #d9d9d9;
    height: 93px;
    width: 380px;
}

/* MainContentBox contains MiddleBox and RightColumn */
.MainContentBox
{
    float: left;
    width: 545px;
    margin: 0 0 0 10px;
    background-color: White;
}

.MiddleContentBox
{
    background-color: White;
    float: left;
    width: 370px;
}

.CenterHorzDivider
{
    float: left;
    height: 1px;
    width: 335px;
    background-color: #aaaaaa;
    margin: 5px 0 0 10px;
    overflow: hidden;
}

.LeftOneColContent
{
    float: left;
    width: 164px;
    padding: 10px 10px 5px 10px;
    overflow: hidden;
}

.CenterVertDivider
{
    float: left;
    height: 200px;
    width: 1px;
    background-color: #aaaaaa;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.RightOneColContent
{
    float: left;
    width: 164px;
    padding: 10px 10px 5px 10px;
    overflow: hidden;
}

.TwoColContent
{
    float: left;
    width: 350px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.ThreeColContent
{
    float: left;
    background-color: White;
    width: 525px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.ColumnHeader
{
    font-size: 16px;
    font-weight: bold;
    color: #496890;
    margin: 12px 0 12px 0;
    text-align: center;
}
.ColumnHeader a
{
    text-decoration: none;
}

.JobListGridViewBox
{
    float: left;
    background-color: White;
    padding: 0 10px 0 0;
    width: 535px;
}

.JobListGridView th
{
    color: #496890;
}


.JobListGridView td
{
    padding: 5px 5px 0 0;
}

.JobListAltRow
{
    background-color: #d9d9d9;
}

.SimpleHeadingBox
{
    font-size: 12px;
    margin: 20px 0 20px 0;
}

.JobBox
{
    width: 500px;
    margin: 30px 0 0 0;
}

.JobField
{
    float: left;
    color: #444444;
    background-color: White;
    font-size: 12px;
    font-weight: normal;
    width: 500px;
    margin: 0;
    padding: 0;
}

.JobLabel
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 150px;
    margin: 5px 10px 0 0;
    color: #496890;
    text-align: right;
    vertical-align: top;
}

.JobLabel2
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 150px;
    padding: 3px 0 0 0;
    margin: 5px 10px 0 0;
    color: #444444;
    text-align: right;
    vertical-align: bottom;
}

.JobLabelLeft
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin: 5px 00 0;
    color: #496890;
    text-align: left;
}

.JobLabelLeft2
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin: 5px 00 0;
    color: #444444;
    text-align: left;
    vertical-align: bottom;
}

.JobText
{
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    width: 270px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.JobText2
{
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    width: 270px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: none;
    vertical-align: top;
}

.JobLiteral
{
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    background-color: White;
    width: 505px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    overflow: hidden;
}

.JobLiteral2
{
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    background-color: White;
    width: 505px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.JobDropDown
{
    font-size: 12px;
    height: 22px;
    width: 274px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.JobCheckBox
{
    color: #496890;
}

.JobButton
{
    float: left;
    height: 20px;
    width: 100px;
    margin: 10px 20px 10px 0;
    border-style: outset;
    border-width: 1px;
}

.JobLinkButton
{
    color: #496890;
    text-decoration: underline;
}

.JobMessage
{
    color: Red;
    height: 20px;
    margin: 10px 20px 10px 0;
    width: 500px;
}

.FormBox
{
    width: 500px;
    margin: 0px 0 0 0;
}

.FormField
{
    color: #444444;
    background-color: White;
    font-size: 12px;
    font-weight: normal;
    width: 500px;
    margin: 0;
    padding: 0 0 4px 0;
}

.FormLabel
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 200px;
    margin: 5px 10px 0 0;
    color: #496890;
    text-align: right;
    vertical-align: top;
}

.FormLeftLabel
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 500px;
    margin: 5px 10px 0 0;
    color: #496890;
    text-align: left;
    vertical-align: top;
}

.FormWideLabel
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 480px;
    margin: 5px 10px 0 10px;
    color: #496890;
    text-align: left;
    vertical-align: top;
}

.FormText
{
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    width: 200px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.FormMultiText
{
    font-size: 12px;
    font-weight: normal;
    height: 60px;
    width: 280px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.FormMultiTallText
{
    font-size: 12px;
    font-weight: normal;
    height: 90px;
    width: 280px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.FormMultiWideText
{
    font-size: 12px;
    font-weight: normal;
    height: 90px;
    width: 480px;
    margin: 5px 0 0 10px;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.FormLiteral
{
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    background-color: White;
    width: 350px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.FormDropDown
{
    font-size: 12px;
    height: 23px;
    width: 274px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.FormCheckBox
{
    color: #496890;
}

.FormRadio
{
    color: #496890;
    font-size: 10px;
    font-weight: bold; 
}


.FormButton
{
    font-size: 10px;
    float: left;
    font-size: 11px;
    height: 20px;
    width: 100px;
    margin: 10px 20px 10px 0;
    border-style: outset;
    border-width: 1px;
}

.FormLinkButton
{
    float: left;
    color: #496890;
    text-decoration: underline;
}

.FormMessage
{
    color: Red;
    height: 20px;
    margin: 10px 20px 0 0;
    width: 500px;
}

/* Right Column Selectors */
.RightColumn
{
    float: left;
    background-color: #444444;
    background-image: url(     '../Images/GrayRepeatLR175.gif' );
    background-repeat: repeat-y;
    width: 174px; /* Dell laptop bug */
    padding: 0px;
    overflow: hidden;
}

.RightColHorzDivider
{
    height: 1px;
    background-color: #d9d9d9;
}

/* This is so the right column will fill the whole page. */
.RightColFiller
{
    background-color: #444444;
    background-image: url(     '../Images/GrayRepeatLR175.gif' );
    height: 460px;
    width: 174px;
}

/* Log... selectors are used by the Login and Logout controls. */
.LoginCtlBox
{
    width: 175px;
    padding: 0;
    margin: 0 0 10px 10px;
}

.LoginCtlField
{
    padding: 5px 0 0 0;
}

.LoginCtlLabel
{
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 135px;
    padding: 5px 0 0 0;
}

.LoginCtlText
{
    font-size: larger;
    height: 15px;
    width: 135px;
    padding: 1px 0 1px 1px;
    border-style: inset;
    border-width: 1px;
}

.LoginCtlFooter
{
    font-size: 10px;
    color: #d9d9d9;
    padding: 2px 0 0 0;
}

.LoginCtlMessage
{
    font-size: 10px;
    color: #ff3030;
    height: 15px;
    width: 145px;
    padding: 5px 0 0 0;
}

.LogoutCtlBox
{
    color: White;
    width: 174px;
    padding: 10px 0 10px 0;
}

.LogoutCtlField
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    width: 174px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.LoginPageBox
{
    float: left;
    background-color: White;
    font-size: 12px;
    width: 420px;
    padding: 10px 250px 10px 50px;
}

.LoginPageCtlBox
{
    float: left;
    background-color: White;
    font-size: 12px;
    width: 350px;
    margin: 20px 0 0 0;
}

.LoginPageFieldBox
{
    float: left;
    font-size: 12px;
    width: 600px;
    margin: 20px 0 0 0;
}

.LoginPageButtonBox
{
    float: left;
    font-size: 12px;
    width: 400px;
    margin: 0 0 0 55px;
}

.LoginPageLabel
{
    font-size: 12px;
    float: left;
    height: 15px;
    width: 100px;
    margin: 5px 10px 0 0;
    font-weight: bold;
    color: #496890;
    vertical-align: top;
    text-align: right;
}

.LoginPageText
{
    font-size: 12px;
    height: 15px;
    width: 200px;
    margin: 5px 0 5px 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    vertical-align: top;
}

.LoginPageCheckBox
{
    margin: 3px 0 0 0;
}


.LoginPageButton
{
    float: left;
    height: 20px;
    width: 60px;
    margin: 10px 20px 10px 0;
    border-style: outset;
    border-width: 1px;
}

.RightColContent
{
    color: White;
    background-color: #444444;
    background-image: url(     '../Images/GrayRepeatLR175.gif' );
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 10px;
}
.RightColContent a
{
    color: White;
}

.eMarketplaceBox
{
    width: 155px;
    padding: 0 0 10px 27px;
}

.eMarketplaceBorder
{
    height: 1px;
    background-color: #d9d9d9;
    margin: 0 0 10px 0;
}

.PoweredByHFTPBox
{
    color: White;
    background-color: #496890; /*     background-image: url(../Images/BlueRepeatRL175.gif);     background-repeat: repeat-y;     */
    width: 155px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

.PoweredByHFTPHeader
{
    color: White;
    background-color: #496890;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.PoweredByHFTPBordeNe
{
    height: 1px;
    background-color: #d9d9d9;
}

.NewsTabBox
{
    width: 500px;
    padding: 10px;
    font-family: Arial;
    font-size: 11px;
}

.NewsTabBox h1
{
    color: #496890;
    font-size: 11px;
    font-weight: bold;
    margin: 2px 0 0 0;
}

.NewsTabBox h2
{
    color: #666666;
    font-size: 10px;
    margin: 15px 0 0 0;
}

.NewsfeedLightBG
{
    width: inherit;
}

.NewsfeedLightBG h1
{
    width: auto;
    color: #496890;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.NewsfeedLightBG h2
{
    width: auto; 
    color: #666666;
    font-size: 10px; 
    margin: 10px 0 0 0; 
}

.NewsfeedLightBG h3 a
{
    width: auto;
    color: #444444;
    text-decoration: none;
    font-size: 11px;
    margin: 5px 0 5px 0;
}

.NewsfeedLightBG h4
{
    width: auto; 
    color: #496890;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 0;  
}

.HNFNewsfeedLightBG
{
    width: inherit;
}

.HNFNewsfeedLightBG h1 a
{
    color: #36424A;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.HNFNewsfeedLightBG h3 a
{
    color: #36424A;
    text-decoration: none;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 12px;
    margin: 5px 0 5px 0;
}

.NewsfeedMedBG 
{
    width: inherit; 
}

.NewsfeedMedBG h1 
{
    color: White;
    font-size: 11px; 
    font-weight: bold;  
    margin: 2px 0 0 0; 
}

.NewsfeedMedBG h2 
{
    color: #666666;
    font-size: 10px; 
    margin: 10px 0 0 0;  
}

.NewsfeedDarkBG 
{
    width: inherit; 
}

.NewsfeedDarkBG h1 
{
    color: White;
    font-size: 11px; 
    font-weight: bold;  
    margin: 2px 0 0 0; 
}

.NewsfeedDarkBG h2 
{
    color: #aaaaaa;
    font-size: 10px; 
    margin: 10px 0 0 0;  
}

.NewsBox
{
    float: right;
    height: auto;
    width: 535px;
    padding: 0;
    margin: 0;
}

.NewsType
{
    color: White;
    background-color: #444444;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: -5px 0 0 0;
}

.NewsType2
{
    color: White;
    background-color: #4a678f;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: -5px 0 0 0;
}

.NewsTitle
{
    color: White;
    background-color: #444444;
    padding: 5px 10px 5px 10px;
}
.NewsTitle h1
{
    color: White;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.NewsText
{
    float: left;
    width: 525px;
    color: #444444;
    padding: 10px 10px 10px 0;
}
.NewsImage
{
    float: right;
    clear: right;
    padding: 0 0 10px 10px;
}
.NewsFooter
{
    float: left;
    padding: 10px 0 10px 0;
}

.NewsletterArchiveBox
{
    float: left;
    padding: 10px 0 10px 0;
    line-height: 18px;
}

.NewsletterArchiveBox a
{
    text-decoration: none;
}

.NewsletterArchiveBox a:hover
{
    text-decoration: underline;
}

.NewsletterArchiveHeader
{
    float: left;
    color: White;
    background-color: #ff9900;
    width: 515px;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

.box
{
    width: 535px;
    border: solid 1px #333333;
    margin-top: 5px;
}

.headertitle
{
    text-align: center;
    color: #ffffff;
    background-color: #496890;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

.HNFheadertitle
{
    color: #4b116f;
    background-color: White;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.PublicationBox
{
    padding: 10px 10px 0 10px;
}

.PublicationControlBox
{
    margin: 10px 0 0 23px;
}

.PublicationListBox
{
    float: left;
}

.PublicationButtonBox
{
    float: left;
    width: auto;
    padding: 0 0 0 15px;
}

.NewsletterBox
{
    float: left;
    width: 555px;
    margin: 0;
    padding: 0;
    background-color: White;
    overflow: hidden;
}

.BottomlineList
{
    font-size: 10px;
}

.BottomlineButton
{
    font-size: 10px;
    width: 90px;
    border-style: outset;
    border-width: 1px;
}

.SearchBox
{
    float: left;
    width: 720px;
}

.SearchInput
{
    background-color: White;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
}

.SearchTitle
{
    color: #496890;
    font-size: 16px;
    width: 650px;
    font-weight: bold;
    padding: 5px 0 10px 0;
}

.SearchOutput
{
    background-color: White;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}

.AdminPage
{
    height: auto;
    margin: 5px 5px 5px 5px;
    padding: 6px 6px 6px 6px;
}

.AdminTextMenu
{
    height: 30px;
    width: 680px;
    margin: 0 0 3px 20px;
    color: #444444;
}

.AdminBox
{
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    height: 600px;
    width: 680px;
    padding: 20px 20px 20px 20px;
}

.AdminTitleBox
{
    color: #496890;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0 0;
    text-align: center;
}

.AdminButtonBox
{
    margin: 20px 0 0 0;
}

.AdminButton
{
    float: left;
    height: 20px;
    width: 210px;
    margin: 10px 15px 10px 0;
    border-style: outset;
    border-width: 1px;
}

.AdminTextBox
{
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 400px;
    width: 675px;
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

.AdminSubBox
{
    float: left;
    width: 600px;
}

.AdminMessage
{
    color: Red;
    height: 20px;
    margin: 20px 0 0 0;
    width: 600px;
}
.AdminSearchIndexBox
{
    float: left; 
    width: 300px;
    margin: 20px 0 0 10px; 
}


.ContentEditorBox
{
    float: left;
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    padding: 10px 20px 20px 20px;
    width: 680px;
}

.ContentEditorTitleBox
{
    color: #486890;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}

.ContentEditorControlBox
{
    float: left;
    font-size: 11px;
    width: 700px;
}

.ContentEditorListBox
{
    float: left;
    width: 440;
}

.ContentEditorFieldBox
{
    float: left;
    font-size: 12px;
    width: 680px;
    margin: 5px 0 0 0;
}

.ContentEditorButtonBox
{
    float: left;
    font-size: 12px;
    width: 680px;
    margin: 5px 0 0 0;
}

.ContentEditorMessageBox
{
    float: left;
    font-size: 11px;
    height: 45px;
    width: 680px;
    margin: 5px 0 0 0;
}

.ContentEditorLiteralBox
{
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    width: 680px;
}

.ContentEditorList
{
    font-size: 13px;
    font-family: Arial, Verdana;
    height: 120px;
    width: 201px;
    margin: 5px 10px 0 0;
}

.ContentEditorLabel
{
    margin: 5px 0 0 0;
}

.ContentEditorText
{
    height: 20px;
    width: 200px;
    margin: 5px 10px 0 0;
    border-style: solid;
    border-color: #7f9db9;
    border-width: 1px;
}

.ContentEditorButton
{
    width: 50px;
    font-size: 10px;
    margin: 10px 0 0 0;
    border-style: outset;
    border-width: 1px;
}


.NotFoundBox
{
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    height: 100px;
    width: 680px;
    padding: 20px 20px 20px 20px;
}

.CalendarLabel
{
    float: left;
    font-weight: bold;
    width: 150px;
    margin-top: 0px;
}

.CalendarBox
{
    float: left;
    width: 150px;
    margin-top: 10px;
}

.SiteMapBox
{
    float: left;
    background-color: White;
    font-family: Arial;
    font-size: 12px;
    width: 680px;
    padding: 20px 20px 20px 20px;
}

.SiteMapTitleBox
{
    color: #496890;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    text-align: center;
}

.SiteMapColumnBox
{
    float: left;
    color: #444444;
    width: 319px;
    padding: 0 0 0 20px;
}

InvisibleLinks
{
    height: 0px;
}

.Tabstrip
{
}

.TabActive
{
    color: black !important;
    background-color: #ffcc77 !important;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #ffffff;
    padding: 3px;
    font-family: arial !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    cursor: default;
}

.TabHover
{
    color: black !important;
    background-color: #c1d1d4 !important;
    border: 1px solid #d9d9d9;
    padding: 3px;
    font-family: arial !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    cursor: pointer;
}

.TabDefault
{
    color: black !important;
    background-color: white !important;
    border: 1px solid #d9d9d9;
    padding: 3px;
    font-family: arial !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    cursor: default;
}

.TabstripContent
{
    color: black !important;
    background-color: #ffffff !important;
    font-family: arial !important;
    font-size: 11px;
}

.DateTimePickerDropDownList
{
    background-color: white;
    color: #444444;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

.ScheduleLinkButton
{
    clear: right;
    float: right;
    display: block;
    text-decoration: underline;
    color: #48688f;
}

.ScheduleTextBox
{
    background-color: white;
    color: #444444;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    padding: 2px;
    margin: 3px 0 0 0;
}

.ScheduleTable
{
    border-width: 0;
    width: 100%;
}

.ScheduleDateRow
{
    color: #496990;
    background-color: White;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.ScheduleTimeRow
{
    color: #444444;
    background-color: #bac9dc;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.ScheduleSummaryRow
{
    color: #444444;
    background-color: #eaeaea;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}

.ScheduleLocationRow
{
    color: #444444;
    background-color: #eaeaea;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px 5px 5px;
}

.ScheduleDescriptionRow
{
    color: #444444;
    background-color: #eaeaea;
    padding: 2px 5px 10px 5px;
}

.Countdown
{
    font-size: 18px;
    font-weight: bold;
    color: #880000;
    margin: 12px 0 12px 0;
}

/* For bubblewrap icon javacript effect  */

.bubblewrap li
{
    display: inline-block; /*      zoom: 1;      display: inline; */
    position: relative;
    width: 60px;
    height: 60px;
}

.bubblewrap li img
{
    position: absolute;
    width: 55px; /*default width of each image.*/
    height: 60px; /*default height of each image.*/
    left: 0;
    top: 0;
    border: 0;
}

.bubblewrap .tooltip
{
    /*CSS for image tooltip (alt attribute of image)*/
    position: absolute;
    font: bold 10px Arial;
    text-align: center;
    color: white;
    background-color: #496890;
}

#icons li
{
    width: 35px; /*width of image container. Must be wider than contained images (before bubbling) */
    height: 40px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#icons li img
{
    width: 32px; /*width of each image before bubbling*/
    height: 32px; /*height of each image*/
}

