/***************************************************************/
/* General page styling */

/* Element name selectors */

a
{
    color: #542827;
}
a:hover
{
    text-decoration: underline;
}
html
{
}
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}
strong
{
    font-weight: bold;
}
h1
{
    font-size: 15px;
    color: #003366;
}

h2
{
    font-size: 13px;
    font-weight: bold;
    color: #003366;
}

h3
{
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

h6
{
    font-size: 9px;
    font-weight: normal;
    color: #fff;
}

hr
{
    color: #000;
    height: 1px;
    margin: 0;
    text-align: left;
}

p
{
    margin: 0px 0px 18px 0px;
}

table
{
    border-collapse: collapse;
}
.green
{
    color: #86aa2b;
}
.green a
{
    color: #86aa2b;
    text-decoration: none;
}
.green a:hover
{
    color: #542827;
    text-decoration: underline;
}
.darkGreen
{
    color: #527c00;
}
.maroon
{
    color: #542827;
}
.darkGray
{
    color: #666666;
}
.lightGray
{
    color: #bcbcbc;
}
.copy
{
    font-size: 12px;
    line-height: 16px;
}

.leadingCopy
{
    font-size: 17px;
    line-height: 1em;
}

/* Class attribute selectors */
.buttonDefault
{
    color: #000;
    background-color: #c0c0c0;
    font-weight: bold;
    margin-top: 0px;
    cursor: pointer;
}

.buttonEmpty
{
    background-color: #0066a6;
    border: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.buttonGreen
{
    color: #fff;
    background-color: #0066a6;
    border: 2px outset #0066a6;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
}

.cancelPolicy
{
    display: block;
    width: 700px;
    color: #000;
    background-color: #e3e3e3;
    border: solid 1px #000;
    margin-right: 10px;
}

.cancelPolicy span
{
    display: block;
    padding: 10px;
}

.formHint
{
    font-size: 11px;
}

.input
{
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-color: White;
    border: solid 1px #7f9db9;
    margin: 1px;
    padding: 2px;
}

input.input
{
    height: 22px;
}

.updateProgress
{
    display: block;
    color: #b1180f;
    height: 16px;
}

#divContinue
{
    width: 500px;
    text-align: center;
    margin: 25px 0 15px 0;
}

/***************************************************************/
/* Styling information specific to individual pages/components */

/* ATKCalendar.cs */
.calendarTravel
{
    position: relative;
}

.calendarTravel .ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background-color: #ffffff;
}

.calendarTravel .ajax__calendar_body
{
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.calendarTravel .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.calendarTravel .ajax__calendar_container TABLE
{
    font-size: 11px;
}

.calendarTravel .ajax__calendar_header
{
    height: 20px;
    width: 100%;
}

.calendarTravel .ajax__calendar_prev
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(..\..\images\prev.gif);
}

.calendarTravel .ajax__calendar_next
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(..\..\images\next.gif);
}

.calendarTravel .ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
}
.calendarTravel .ajax__calendar_footer
{
    height: 15px;
}

.calendarTravel .ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}

.calendarTravel .ajax__calendar_dayname
{
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.calendarTravel .ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.calendarTravel .ajax__calendar_month
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.calendarTravel .ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.calendarTravel .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.calendarTravel .ajax__calendar_footer
{
    border-top: 1px solid #f5f5f5;
}

.calendarTravel .ajax__calendar_dayname
{
    border-bottom: 1px solid #f5f5f5;
}

.calendarTravel .ajax__calendar_day
{
    border: 1px solid #ffffff;
}

.calendarTravel .ajax__calendar_month
{
    border: 1px solid #ffffff;
}

.calendarTravel .ajax__calendar_year
{
    border: 1px solid #ffffff;
}

.calendarTravel .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.calendarTravel .ajax__calendar_active .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.calendarTravel .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.calendarTravel .ajax__calendar_other .ajax__calendar_day
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.calendarTravel .ajax__calendar_other .ajax__calendar_year
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.calendarTravel .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.calendarTravel .ajax__calendar_hover .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.calendarTravel .ajax__calendar_hover .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.calendarTravel .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}

.calendarTravel .ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc;
}

/* Contact Page */
.substitutionMsgContactPage
{
    border: solid 1px black;
    background-color: #EEEEEE;
    height: 50px;
    width: 450px;
    margin-bottom: 15px;
    padding: 10px;
}

/* ContentBar.cs */
.contentBar
{
    margin-left: 10px;
}

.contentBar a
{
    display: block;
    padding: 5px 10px;
}

.contentBarStaticMenuItemStyle
{
}

.contentBarStaticMenuItemStyle a:link, .contentBarStaticMenuItemStyle a:active, .contentBarStaticMenuItemStyle a:visited
{
    color: #fff;
    font-weight: bold;
}

.contentBarStaticMenuItemStyle a:hover
{
    text-decoration: none;
}

.contentBarStaticSelectedStyle
{
}

.contentBarStaticHoverStyle
{
    background-color: #7aa00e;
}

.contentBarDynamicMenuItemStyle
{
    background-color: #f9f9f9;
}

.contentBarDynamicMenuItemStyle a:hover
{
    text-decoration: none;
}

.contentBarDynamicSelectedStyle
{
}

.contentBarDynamicHoverStyle
{
    background-color: #efefef;
}

.contentBarDynamicMenuStyle
{
    border: solid 1px #7aa00e;
}

.contentBarDynamicMenuStyle a
{
    display: block;
    padding: 3px 16px;
}

.contentBarDynamicMenuStyle a:link, .contentBarDynamicMenuStyle a:active, .contentBarDynamicMenuStyle a:visited
{
    color: #000;
}

/* ContinueButton.cs */
.disabledProgressIndicator
{
    padding: 0px 1px 0px 17px;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    cursor: none;
    background: #f1f1f1 url(   '/CRG/Images/progressindicator.gif' ) no-repeat 3px 1px;
}

/* CyberSourceTransactionForm CCTestMode */
.ccTestModeBox
{
    background-color: #EEEEEE;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

/* Digital Asset Manager */
.editAssetCaption
{
    margin-top: 6px;
    display: block;
}

.pnlEditAsset
{
    background: #fff url(   '/CRG/Images/panel_bg.gif' ) 0 100% repeat-x;
    width: 550px;
    border: solid black 1px;
}

.pnlEditAssetTitleBar
{
    padding: 1px;
    padding-right: 5px;
    background-color: #999999;
    width: auto;
    text-align: right;
}

.pnlEditAssetTitleBar a, .pnlEditAssetTitleBar a:link, .pnlEditAssetTitleBar a:hover, .pnlEditAssetTitleBar a:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* Hotel module */

td.HotelGridHeader
{
    color: #fff;
    background-color: #98a8c0;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
    text-align: center;
}

.HotelGridHeader span
{
    display: block;
    margin: 3px 5px;
    font-weight: bold;
}

td.HotelGridDay
{
    color: #fff;
    background-color: #a9b9d0;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

td.HotelGridRoomBlock
{
    text-align: left;
    font-weight: bold;
    color: #000;
    background-color: #bacae1;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

.HotelGridRoomBlock span
{
    margin-left: 5px;
}

td.HotelGridRoomBlockLink
{
    font-weight: bold;
}

td.HotelGridRoomPrice
{
    background-color: #DFEDEF;
    color: #000;
    text-align: center;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

td.HotelGridRoomPriceLink
{
}

td.HotelGridBackground
{
    text-align: left;
    background-color: #CECBCE;
    font-weight: bold;
    color: black;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

.HotelGridBackground span
{
    display: block;
    margin: 3px 5px;
}

td.HotelGridForeGround
{
    text-align: left;
    font-weight: bold;
    color: Black;
}

.HotelGridForeGround span
{
    display: inline;
    padding-left: 5px;
}

.HotelGridForeGround a, .HotelGridForeGround a:link, .HotelGridForeGround a:active, .HotelGridForeGround a:visited
{
    font-size: 11px;
    color: Blue;
}

td.HotelGridSpacer
{
    background-color: #fff;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

td.HotelGroupHotel
{
    vertical-align: top;
    width: 50%;
    background-color: #EEE;
    text-align: left;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

td.HotelGroup
{
    vertical-align: top;
    width: 50%;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background-color: #A7A998;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
    border-left: solid 1px #667;
}

td.HotelGridRadios
{
    background-color: #f1f1f1;
    text-align: center;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

td.HotelGridRadiosShoulder
{
    background-color: #d1d1d1;
    text-align: center;
    border-bottom: solid 1px #667;
    border-right: solid 1px #667;
}

.HotelGridBox
{
    background-color: #d1d1d1;
    border: 1px solid #667; /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#999999', Positive='true')*/
}

a.clear, a.clear:link, a.clear:active, a.clear:visited, a.clear:hover
{
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}

button.clear
{
    font-weight: bold;
    font-size: 7pt;
    line-height: 7pt;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 17px;
    width: 35px;
    border: outset 2px #fff;
    margin: 1px;
}

input.clear
{
    font-weight: bold;
    font-size: 7pt;
    line-height: 7pt;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 17px;
    width: 35px;
    border: outset 2px #fff;
    margin: 1px;
}

/* RegistrationFixedWidth.master */
#wrapper, #wrapperSecondary
{
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff url( '/CRG/Images/HeadFoot/background-gradiant-secondary.jpg' ) repeat-x;
}
#wrapperSecondary
{
    background: #fff url( '/CRG/Images/HeadFoot/background-gradiant-secondary.jpg' ) repeat-x;
}

#wrapper td, #wrapperSecondary td
{
    font: normal 10px Arial, Helvetica, sans-serif; /* Controls the default font attributes for all elements */
    line-height: 120%;
}
#tdFixedWidth
{
    text-align: center;
    vertical-align: top;
}

/* SHADOW */
#wide_shadow_top
{
    background: url(/CRGSource_v2.5/Images/Shadow/shadow_top.png) no-repeat;
    height: 20px;
    width: 990px;
}
.wide_shadow_side
{
    background: url(/CRGSource_v2.5/Images/Shadow/shadow_middle.png) repeat-y;
    width: 990px;
}
#wide_shadow_bottom
{
    background: url(/CRGSource_v2.5/Images/Shadow/shadow_bottom.png) no-repeat;
    width: 990px;
    height: 20px;
    position: relative;
    bottom: 0px;
}
/* END SHADOW */


#fixedWidth
{
    width: 885px;
    height: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff url( '/CRG/Images/HeadFoot/background.jpg' ) 0px 0px no-repeat;
}

#fixedWidthSecondary
{
    width: 885px;
    height: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff url( '/CRG/Images/HeadFoot/secondary-bg.jpg' ) 0px 0px no-repeat;
}
#tdInnerFixedWidth
{
    vertical-align: top;
}

#headerImage
{
    padding-top: 1px;
    width: 208px;
    height: 164px;
    text-align: center;
    z-index: 99;
}
#headerImageSecondary
{
    margin: 0px;
    padding: 0px;
    z-index: 99;
}
#headerImageSecondary a
{
    margin: 0px;
    padding: 0px;
    z-index: 99;
}
#tdHeaderNav
{
    width: 100%;
    padding: 16px 0px 0px 18px;
    margin: 0px;
    text-align: right;
}
#headerNav
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
}
#headerNav a
{
    color: #fff;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
#headerNav a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#rotatingImage
{
    /* top: 48px; */
    padding: 6px 0px 0px 0px;
    margin: 0px;
    z-index: 0;
}
.EventKeynote
{
    margin: 6px 0px 0px 0px;
    height: 441px;
    width: 649px;
    background-image: url( '/CRG/Images/HeadFoot/HomeRotating/EventKeynote.jpg' );
}
.luau
{
    margin: 6px 0px 0px 0px;
    height: 441px;
    width: 649px;
    background-image: url( '/CRG/Images/HeadFoot/HomeRotating/luau.jpg' );
}
.PartyScene
{
    margin: 6px 0px 0px 0px;
    height: 441px;
    width: 649px;
    background-image: url( '/CRG/Images/HeadFoot/HomeRotating/PartyScene.jpg' );
}
.testimonials
{
    /*  position: absolute; */
    padding: 365px 0px 0px 10px; /*bottom: 425px; */
    width: 600px;
}
.testimonials p
{
    padding: 0px;
    margin: 0px;
}
.companyName
{
    text-align: right;
}
.moreTestimonials
{
    padding: 10px 0px 0px 450px;
}

#contentbar
{
    padding: 0px;
    margin: 0px 10px 0px 0px;
    font: arial;
    font-size: 10px;
    background-color: White;
}
#outerTdHeaderAndNav
{
    padding: 11px 0px 0px 0px;
    margin: 0px;
}

#innerTableHeader td
{
    padding: 15px 0px 0px 0px;
}
#tdHeaderAndNav
{
   
    padding-left: 17px;
}
#specialBorder
{
    border-right: solid 1px #cccccc;
}
#absolute
{
    /* position: absolute; */ /* top: 250px;*/
    width: 600px;
    height: 300px;
    padding-top: 0px;
    padding-left: 245px;
    margin-top: 0px;
    padding-bottom: 0px;
    z-index: -0;
}

#secondaryRotatingImage
{
    position: absolute;
    top: 48px;
    padding-left: 208px;
}
#secondaryRotatingImage img
{
    border-left: solid 1px #cccccc;
    z-index: 0;
}
#tdHeaderAndNav
{
    vertical-align: top;
    padding: 7px 0px 0px 17px;
    margin: 0px;
}


.secondaryNav
{
    /*position: relative;*/
    float: left;
    position: static;
    /* width: 180px;*/
    padding: 20px 0px 0px 30px;   
}

.movebuttons
{
    /*position: relative;*/
    float: left;
    position: static;
    /* width: 180px;*/
    padding: 130px 0px 0px 30px;   
}

.secondaryNavButtonRFP
{
   padding: 0px 0px 0px 0px;
    width: 150px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    background: #fff url( '/CRG/Images/HeadFoot/secondarynav-rfp-off.jpg' ) no-repeat;
    padding-top: 10px;
}
.secondaryNavButtonRFP a
{
    
}
.secondaryNavButtonRFP:hover
{
    background: #fff url( '/CRG/Images/HeadFoot/secondarynav-rfp-on.jpg' ) no-repeat;
}
.secondaryNavButtonRFP:hover a
{
    color: #542827;
    text-decoration: none;
}
.secondaryNavButtonContactUs
{
    padding: 0px 0px 0px 0px;
    width: 150px;
    height: 34px;
    text-align: center;
    background: #fff url( '/CRG/Images/HeadFoot/secondarynav-contactus-off.jpg' ) no-repeat;
    padding-top: 10px;
    
}
.secondaryNavButtonContactUs:hover
{
    background: #fff url( '/CRG/Images/HeadFoot/secondarynav-contactus-on.jpg' ) no-repeat;
}
.secondaryNavButtonContactUs:hover a
{
    color: #542827;
    text-decoration: none;
}
.social
{
    vertical-align:top; 
    padding: 45px 0px 0px 0px;
}
.social a img
{
    border: 0px;    
}
#contentColumn
{
    position: relative;
    float: right; 
    width: 624px;  
    height: 300px;
    padding: 25px 10px 10px 0px;
    margin: 0px 3px 0px 3px 0px;
    padding-bottom: 0px;
   
}
#linkBoxes
{
    width: 600px;
    height: 120px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#linkBoxes td
{
    width: 200px;
    margin: 0px;
    padding: 15px 15px 0px 0px;
    background: #fff url( '/CRG/Images/HeadFoot/CopyBox.jpg' ) no-repeat;
    vertical-align: top;
}
#linkBoxes p
{
    margin: 0px 5px 5px 20px;
}
.moreLink
{
    padding-top: 10px;
}
.moreLink2
{
    padding-top: 22px;
}
#footer, #footerSecondary
{
    height: 10px;
    width: 650px;
  /*  position: absolute;
    top: 810px;*/
    margin: 0px 0px 0px 25px;
    padding: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 17px;
}
#footerSecondary
{
    top: 890px;
}
.PlanitGreenFooter
{
    margin-top: 40px;
    margin-left: 20px;
}
.PlanitGreenFooter a img
{
    border: 0px;
}
#copywrite
{
    padding: 0px 180px 0px 0px;
}
#footerAddress
{
    
}
#sitemap, #sitemapSecondary
{
    position: absolute;
    top: 875px;
    margin-left: 233px;
    margin-top: 10px; /* width: 100%; */
    padding: 0px 0px 0px 17px;
}
#sitemapSecondary
{
}
#sitemap p a, #sitemapSecondary p a
{
    padding: 0px 7px 0px 7px;
}
/* RegMenu.cs */
.regMenu
{
    margin-left: 30px;
    margin-top: 15px;
}

.regMenu a
{
    color: #747474;
    padding: 5px 20px 5px 20px;
}

.regMenuItemStyle
{
    display: block;
    font-weight: bold;
}

.regMenuItemStyle a:link, .regMenuItemStyle a:active, .regMenuItemStyle a:visited
{
    color: #000;
}

.regMenuHoverStyle
{
    text-decoration: underline;
}

.regMenuSelectedStyle
{
    border: solid 1px #acacac;
    background-color: #f1f1f1;
}

/* Summary.xslt */
.summaryHead
{
    background: #bacae1 url(/CRG/Images/content.png) -1px -1px repeat-x;
    height: 29px;
}

.summaryHeadText
{
    font-weight: normal;
    color: #000;
    padding-left: 5px;
}

a.summaryModifyLink, a:visited.summaryModifyLink
{
    color: #000;
    text-decoration: none;
}

a:hover.summaryModifyLink
{
    color: #000;
    text-decoration: underline;
}

.summaryBlock
{
    border: 1px solid #98a8c0;
    background: #bacae1 url(/CRG/Images/content.png) -1px -1px repeat-x;
    width: 500px;
}

.summaryCaptionCell
{
    text-align: right;
    vertical-align: top;
}

.summaryCaption
{
    padding-right: 5px;
    font-weight: bold;
}

.summaryDataCell
{
    text-align: left;
    vertical-align: top;
}

.summaryData
{
    padding-left: 5px;
    text-align: left;
}
.PlanitGreenInset
{
    Position: absolute;
    top: 250px;
}

