html,body
{
    margin: 0;
    padding: 0;
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 1.25em;
    color: #333;
    background: #323232 url(../images/bg_centered.jpg) no-repeat 50% 0;
    height: 100%;
    padding-bottom: 1px; /*force scrollbar in FF to avoid "content jog" on short pages*/
    *padding-bottom: 0; /*reset scrollbar forcing for IE, which doesn't need it*/
}
    
#wrapper
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background: #fff url(../images/bg_wrapper.gif) repeat-y 0 0;
    min-height: 100%;
    _height: 100%; /*for IE6*/
}

/*IE6*/
* html #wrapper 
{
    height: 100%;
}


#utilityNav
{
    position: relative;
    height:  70px;
    background-color: #0092de;    
    width: 960px;
    overflow: hidden;
    color: #fff;
}

#utilityNav a
{
    color: #fff;
    text-decoration: none;
}

#utilityNav a:hover
{
    text-decoration: underline;
}





#logo
{
    position: absolute;
    left:10px;
    top: 12px;
}


#loginBar
{
    float: right;
    margin: 3px 19px 0 0;
}

#loginBar p
{
    display: inline;
    margin-bottom: 0;
}

#utilityNavList
{
    position: absolute;
    right: 10px;
    bottom: 0;    
    margin: 0;
    padding: 0;
    list-style: none;    
}

#utilityNavList li
{
    float: left;
}

#utilityNavList li a
{
    display: block;
    float: left;
    color: #fff;
    margin-left: 1px;
    text-decoration: none;
    padding: 6px 9px;
}

#utilityNavList li a:hover
{
    background-color: #040303;
    text-decoration: none; 
}

#utilityNavList li a.selected
{
    background-color: #040303;
}

#utilityNavList li a#tabWorldwide:hover
{
    background-color: #333;
}




#masthead
{
    position: relative;
    width: 960px;
    height: 130px;
    overflow: hidden;    
    background-color: #000;
}

#masthead #menuWorldwide
{
    position: absolute;
    right: 10px;
    top: 0;
    width: 275px; 
    padding: 20px 10px 10px 20px;
    _padding: 20px 10px 0 20px;
    color: #fff; 
    background-color: #333; 
    display: none;
}

#tabWorldwide.tabOn
{
    background-color: #333;
}



/*
#masthead #mastheadImage
{
    border-right: 2px solid #bfbfbf;
}

*/


/*
.localizedLinks
{
    position: absolute;
    left: ;
    top: 0;
    width: 776px;
    height: 16px;
}

.localizedLinks#home { background: transparent url(/resources/images/bg_localized_home.gif) no-repeat 0 0; }
.localizedLinks#software { background: transparent url(/resources/images/bg_localized_software.gif) no-repeat 0 0; }
.localizedLinks#consulting { background: transparent url(/resources/images/bg_localized_consulting.gif) no-repeat 0 0; }
.localizedLinks#training { background: transparent url(/resources/images/bg_localized_training.gif) no-repeat 0 0; }
.localizedLinks#corporate { background: transparent url(/resources/images/bg_localized_corporate.gif) no-repeat 0 0; }

*/

/*

#specialNav
{
    position: absolute;
    width: 105px;    
    left: 660px;
    top: 107px;
    margin: 0;
    padding: 0; 
}

#specialNav a
{
    display: block;
    float: right;
    margin-bottom: 3px;
    height: 10px;
}

#navBg
{
    display: block;
}

*/

#globalNav
{
    position: relative;
    width: 960px;
    height: 29px;
    background-color: #000;
    margin-bottom: 68px;
}

/*sets alternate horizonline on the homepage only*/
#globalNav.homeHorizonline
{
    margin-bottom: 20px;
}


/* NAV RULES */
/*setup*/
ul#navList 
{
    list-style: none;
	padding: 0;
    margin: 0;
}

ul#navList span
{
	position: absolute;
	left: -5000px;
}

ul#navList li 
{
	float: left;
    margin: 0;
}

ul#navList li a 
{
	display: block;
	width: 70px;
	height: 29px;
	background: #000 url(../images/bg_global_nav.gif) no-repeat 0 0;
    color: #fff;
}




/*
    Normal Links
*/
ul#navList li#home a { background-position: 0 0; width: 70px; }
ul#navList li#home a:hover, ul#navList li#home a.selected { background-position: 0 -29px; }

ul#navList li#software a { background-position: -70px 0; width: 84px; }
ul#navList li#software a:hover, ul#navList li#software a.selected { background-position: -70px -29px; }

ul#navList li#engineering a { background-position: -154px 0; width: 102px; }
ul#navList li#engineering a:hover, ul#navList li#engineering a.selected { background-position: -154px -29px; }

ul#navList li#training a { background-position: -256px 0; width: 79px; }
ul#navList li#training a:hover, ul#navList li#training a.selected { background-position: -256px -29px; }

ul#navList li#corporate a { background-position: -335px 0; width: 91px; }
ul#navList li#corporate a:hover, ul#navList li#corporate a.selected { background-position: -335px -29px; }

ul#navList li#contact a { background-position: -426px 0; width: 96px; }
ul#navList li#contact a:hover, ul#navList li#contact a.selected { background-position: -426px -29px; }

ul#navList li#multimedia a { background-position: -666px 0; width: 155px; margin-left: 144px; }
ul#navList li#multimedia a:hover, ul#navList li#multimedia a.selected { background-position: -666px -29px; }

ul#navList li#knowledge a { background-position: -821px 0; width: 139px; }
ul#navList li#knowledge a:hover, ul#navList li#knowledge a.selected { background-position: -821px -29px; }







#menu
{
    float:left;
    width: 172px;
    margin: 0 20px 0 10px;
    _display: inline; /*kill double float margin bug in IE6*/    
}

.homeWrapper #menu p
{
    line-height: 1.8em;
}

#menu #menuItems
{
    margin: 0 0 30px 6px;
}
#menu #menuItems a
{
    display: block;
}


/*ASAP Banner div -- needs to change periodically -- img replacement technique used*/
#asapBanner
{
    margin-bottom: 20px;
    width: 555px;
    height: 123px;
    background-image: url(/resources/images/banner_asap.gif);
    background-repeat: no-repeat;
}
#asapBanner span
{
    display: none;
}




.homeWrapper
{
    float: left;
    width: 758px;
    margin-bottom: 20px;
    display: inline; /*kill IE6 doublefloat margin bug*/
}

.homeRule
{
    float: left; 
    width: 748px; 
    margin-left: 10px; 
    border-top: 1px solid #ccc; 
    height: 1px; 
    line-height: 0;
    display: inline; /*kill IE6 doublefloat margin bug*/
}


#content
{
    float:left;
    position: relative;
    width: 556px;
    margin: 0;
    padding-bottom: 17px;    
}









/*
.extraH1Pad h1
{
    padding-top: 15px;
}
*/

h1.defeatH1Pad
{
    padding-top: 0;
}


#sidebarRight
{
    width: 172px;    
    float: right;
    margin-right: 10px;
    display: inline; /*kill IE6 doublefloat margin bug*/
}




#footer
{    
    margin-top: 50px;
    margin-left: 10px; 
    width: 940px;
    padding: 6px 0 50px 0;
    *padding: 6px 0 20px 0;
    _padding: 6px 0 20px 0;
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 10px;
    line-height: 1.4em;
}
#footer a
{
    color: #999;
}

#footer a:hover
{
    color: #333;
}

#footer #leftsideFoot
{
    width: 330px;
    float: left;
}

#footer #rightsideFoot
{
    width: 400px;
    float: right;
    text-align: right;
    margin: 2px 1px 0 0;
}

#footer #rightsideFoot .vertRule
{
    margin-top: 1px;
}




/*CUFON replacement technique - http://cufon.shoqolate.com */
h1#pageHeading
{
    width: 556px;
    font-family: arial, helvetica, sans-serif;
    font-size: 21px;
    color: #0092de;
    margin: 0 0 17px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
     /*visibility: hidden;*/
}

.notchBox h1, .notchBox h2, .notchWide h1, .notchWide h2, #homeNews h1, #homeSupport h1
{
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #1799dc;
    margin: 0 0 6px 0;
    line-height: 1em;
    /*visibility: hidden;*/
}

.notchBox h2
{
    font-size: 14px;
    color: #555;
}

#homeMovieWrapper h1
{
    font-family: arial, helvetica, sans-serif;
    font-size: 21px;
    color: #1799dc;
    margin: -10px 0 2px 0;
    line-height: 1em;
    /*visibility: hidden;*/
}

#homeMovieWrapper h2
{
    color: #555;
    margin-bottom: 3px;
}










div#iconsPics
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

div#iconsPics div
{
    float: right;
    margin-bottom: 6px;
    width: 85px;
}

div#iconsPics li#first
{    
    background-image: none;  
}


div#iconsPics .clearRow
{
    clear: both;
}


ul#iconsText
{
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
}

ul#iconsText li
{
    display: inline;
    padding-left: 10px; 
    background-image: url(/resources/images/icon_vertRuleShort.gif);
    background-repeat: no-repeat;
    background-position: -5px 40%;
}

ul#iconsText li#first
{    
    background-image: none;  
}


div#iconsVendorLogos
{
    margin-top: 30px;
    width: 245px;
    height: 55px;    
    float: right;
    background-image: url(/resources/images/icon_vedorlogoMontage.gif);
    background-repeat: no-repeat;    
}





#footer p
{
    margin: 0 0 3px 0;
}


/*TRANSLATED CONTENT*/
#transcontent
{
    position: relative;
    top:0;    
    width: 755px;
    background-color: #fff;
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 1.25em;
    color: #333;
    margin: 0 0 49px 17px;    
}



/*SUBMENU STYLES*/

#menu a
{
    color: #0086cb;
}

#menu a:hover
{
    color: #888;
}


/*affects the front page anchors*/
#menu .notchBox a
{
    color: #333;
}

#menu .notchBox a:hover
{
    color: #888;
}



#menu ul.menuList 
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 17px;
}

#menu ul.menuList li
{
    margin-bottom: 3px;
}


#menu ul.menuList li#firstMenuItem
{    
    margin-top: 0;
}

#menu ul.menuList li.primary 
{    
    font-weight: bold;
    margin-top: 13px;
}

#menu ul.menuList li a
{    
    text-decoration: none;
    padding-left: 8px;
    background: transparent url(../images/bg_menu_arrows.gif) no-repeat 0 0;
}

#menu ul.menuList li a:hover
{    
    color: #888;
    background-position: 0 -17px;
}

#menu ul.menuList li.selected a
{    
    color: #000;
    background-position: 0 -39px;
}










/*GENERIC STYLES*/

.normalText
{
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 1.25em;
    color: #333;
    font-weight: normal;
}

a
{
    color: #333;
}

a:hover
{
    color: #888;
}

.arrow
{
    margin-left: 5px;
}

.imgBlock
{
    display: block;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
}
img.inline
{
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}

img.floatLeft
{
    float: left;
    margin: 0;
    padding: 4px 7px 2px 0;
}
    
img.floatRight
{
    float: right;
    margin: 0;
    padding: 4px 0 4px 7px;
}    
      
.padLeft6
{
    margin-left:6px;
}


td
{
    font-size: 11px;
}




ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

li
{
    margin: 0;
}


ul.dashList
{
    padding: 0;
    margin: 0 0 11px 0;        
    list-style: none;
}

ul.dashList li
{
    background-image: url(/resources/images/list_dash.gif);
    background-repeat: no-repeat;
    background-position: 1px .4em;
    padding-left: 11px;
    margin: 1px 0 3px 0;
}


#sideBySide
{
     padding-top: 10px;
     width:555px;
}

#sideBySide .floatLeft
{     
     width:270px;
     float: left;     
}

#facilities .floatRight
{     
     width:270px;
     float: right;     
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.blueList a
{
    color: #369;
    font-size: 11px;
}

.blueList a:hover
{
    color: #999;
}


.footnote
{
    font-size: 10px;
    color: #999;
}

.pdfFootnote
{
    margin-top: 15px;
    font-size: 10px;
    color: #777;
    line-height: 13px;
}

.pdfFootnote a
{
    color: #666;  
}


.blueText
{
    color: #369;
}



#scheduleTable
{
    background-color: #ccc;
}
#scheduleTable td
{
    background-color: #fff;
    padding: 2px 4px 2px 4px;    
}
#scheduleTable td.course
{
    background-color: #eee;
}
#scheduleTable td.date
{
    background-color: #ddd;
}
#scheduleTable td.location
{
    background-color: #ccc;
}
#scheduleTable tr.heavyBorder td
{
    border-top: 1px solid #ccc;  
}




.hotelTable
{
    background-color: #ccc;
}
.hotelTable td
{
    background-color: #fff;
    padding: 2px 4px 2px 4px;    
}
.hotelTable td.info
{
    background-color: #eee;
}
.hotelTable td.amenities
{
    background-color: #ddd;
}
.hotelTable td.rates
{
    background-color: #ccc;
}











/*HOME PAGE SERVICES CALLOUTS STYLES*/

#services
{
    width: 536px;
    margin: 0 0 17px 0;
    float: left;
    background-color: #e0f4ff;
}


#services div
{
    margin-right: 10px;
    float: left;
    width: 172px;
    _display: inline; /*kill IE6 double float margin bug*/
}

#services p
{
    margin: 0 0 4px 0;
}

#content .last
{
    margin-right: 0;
}

#services img
{
    margin-bottom: 12px;
}



/*HOME LEFT SIDEBAR 'BOX' STYLES*/

.notchBox
{
    background: transparent url(../images/bg_notch.jpg) no-repeat 0 0;
    padding: 19px 10px;
    min-height: 70px;
}

/*

.notchBox h1
{
    font-size: 15px;
    font-family: arial;
    color: #0086cb;
}

.notchBox h2
{
    font-family: arial;
    font-size: 12px;
    margin-bottom: 3px;
}

*/


/*testimonial styles*/
#testimonial
{
    color: #0086cb;
}                         
 

#testimonial p.attribution
{
    font-style: italic;
}
        


a.viewMore
{
    padding-right: 12px;
    background: url(/resources/images/arrow_dkGray.gif) no-repeat 100% 0.4em;
    text-decoration: underline;
    *display: inline-block;
    _display: inline-block;
}

a.viewMore:hover
{
    color: #888;
}


a.openWindow
{
    padding-right: 14px;
    background: url(/resources/images/icon_open_window.gif) no-repeat 100% 1px;
    text-decoration: underline;
    line-height: 1.5em;
    *display: inline-block;
    _display: inline-block;
}

a.openWindow:hover
{
    color: #888;
}




/*HOME PAGE TAB-WIDGET STYLES*/

.notchWide
{
    background: #e3f5ff url(/resources/images/bg_notch_content.jpg) no-repeat;
    padding: 24px 10px 10px 10px;
}



#homeMovieWrapper
{
    width: 536px;
    float: left;
}
/*
#homeMovieWrapper h1
{
    color: #1d5ea3;
    font-weight: normal;
}
*/
#homeMoviePic
{
    float: left;
    width: 355px;
    margin-right: 20px;
}

#homeMoviePic img
{
    margin-bottom: 10px;
}

#homeMovieCopy
{
    float: right;
    width: 166px;
}

#homeMovieCopy a.movieLink
{
    padding-right: 12px;
    background: url(/resources/images/arrow_dkGray.gif) no-repeat 100% 0.4em;
    color: #1d5ea3;
}

#homeMovieCopy a.movieLink:hover
{
    color: #032f5e;
}

#homeMovieThumbs
{
    float: right;
    width: 160px;
    margin-right: 0;    
}

#homeMovieThumbs h2
{
    margin-bottom: 6px;    
}

#homeMovieThumbs img
{
    margin-bottom: 10px;
}

#homeMovieWrapper p
{
    margin-bottom: 2px;
}



/*HOME PAGE SUPPORT AND NEWS BLOCK STYLES*/

#homeSupport
{
    float: left;
    width: 364px;
    margin-left: 20px;
    _display: inline; /*kill IE6 double float margin bug*/
}



#homeNews
{
    float: left;    
    width: 364px;
    margin-left: 10px;
    _display: inline; /*kill IE6 double float margin bug*/
}

#homeNews ul
{
    list-style-type: none;
    line-height: 14px;
    margin-bottom: 10px;
}

#homeNews li
{
    padding-bottom: 8px;
} 

#homeNews li a
{
    line-height: 15px;
}




/*CONTENT STYLES*/

#headerGraphic
{
    margin-bottom: 17px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    width: 555px;
}

#sectionGraphic
{
    margin-bottom: 34px;
}


h1
{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px; 
    font-weight: bold;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.4em;
}


h1.specialEmphasis
{
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}


h1.multimediaHome
{
    padding-top: 6px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}


h2
{
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    margin: 0;    
    font-weight: bold;
    color: #555;

}

h3
{
    font-size: 11px;
	color: #666;
	font-weight: bold;
	margin: 0 0 5px 0;
    line-height: 14px;
}

h5
{ 
    font-size: 11px;
    margin: 0;    
    font-weight: bold;
    color: #555;
}


p
{
    margin: 0 0 11px 0;
    line-height: 15px;
}


li.pressYear
{
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #666;  
}

li.pressDate
{
    margin: 0;
    font-size: 10px;
    color: #999;
}

li.pressTitle
{
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.35em;  
}

li.pressTitle a
{
    color: #369;
}

li.pressTitle a:visited
{
    color: #003;
}

li.pressTitle a:hover
{
    color: #888;
}



/*MODEL GALLERY STYLES*/
li.galleryList
{
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.35em;  
}

li.galleryList a
{
    color: #369;
}
li.galleryList a:hover
{
    color: #888;
}





li.searchDate
{
    margin: 0;
    font-size: 10px;
    color: #999;
}

li.searchTitle
{
    font-size: 11px;
    line-height: 1.35em;  
}

li.searchAbstract
{
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.35em;  
}

li.searchTitle a
{
    color: #369;
}

li.searchTitle a:visited
{
    color: #003;
}

li.searchTitle a:hover
{
    color: #888;
}


/* 
the bold tag is used as a token for truncating string length in the 
TdSearch script...turn off those tags
*/

li.searchAbstract b
{
        display: none;
}

p.searchAbstract b
{
        display: none;
}


.keywordList
{
        padding: 8px;
        background-color: #eee;
        line-height: 20px;
}








.landingPageDivider
{
    width: 555px;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px 0 10px 0;
    height: auto;
}

.landingPageDivider div.linkText
{
    float: left;
    padding: 0;
    margin: 0;
    width: 140px;
}

.landingPageDivider div.linkText a
{
    color: #369;
}

.landingPageDivider div.linkText a:hover
{
    color: #888;
}

.landingPageDivider div.description
{
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    width: 390px;
}


.pageDivider
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 13px 0 6px 0;
    margin: 17px 0 17px 0;
}

.pageDivider h1
{
    padding:0;
}


.newBulletItem
{
     font-weight: bold; 
     color: #336699;
}



/*SITEMAP STYLES*/
#sitemap li
{
    margin: 5px 0;   
}

#sitemap .primary
{
    font-weight: bold;
}


#sitemap li.indentOne
{
    margin-left:  14px;
}

#sitemap li.indentTwo
{
    margin-left:  28px;
}



h5.newsDate
{
    margin: 0;
    font-size: 10px;
    color: #999;
    font-weight: normal;
}

h2.newsTitle
{
    margin: 0;
    font-size: 11px;
    font-weight: normal; 
}

h2.newsTitle a
{
    color: #369;
}
h2.newsTitle a:hover
{
    color: #888;
}

select, input
{
    font-size: 11px;
    color: #333;
}



.galleryThumbDisplay
{
    float: left;
    margin: 0 36px 10px 0;
}

.last
{
    margin-right: 0;
}

#TabMovieOfWeek
{
    width: 145px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #e2ebfc url(../images/bg_headingtab_movie.gif) no-repeat right center;
}

.tabWrapper
{
    display: block;
    overflow: hidden;
}

.tabWrapper a
{
    text-decoration: none;
    display: block;
    outline: none;
}


/*#TabApexDemo
{
    width: 145px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #eee url(../images/bg_headingtab_asapdemo.gif) no-repeat right center;
    float: left;
}
#TabAsapDemo
{
    width: 145px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #ddd url(../images/bg_headingtab_toggle.gif) no-repeat right -29px;
    float: left;
}*/
#TabEngDemo
{
    width: 190px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #eee url(../images/bg_headingtab_asapdemo.gif) no-repeat right center;
}

.mmGalleryTabsOff
{
    width: 145px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #ccc url(../images/bg_headingtab_toggle.gif) no-repeat right -29px;
    float: left;
}

.mmGalleryTabsOn
{
    width: 145px;
    padding: 3px 5px 3px 10px;
    margin: 0;
    background: #eee url(../images/bg_headingtab_toggle.gif) no-repeat right 0;
    float: left;
}


/*LIGHTSOURCE LIBRARY FLOAT SYTLES*/

.floatLightsourcelib
{
    width: 120px; 
    float:left; 
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; 
    margin-right: 15px;
}

.floatLightsourcelib ul
{
    padding-left: 7px;    
}





/*MULTIMEDIA AND KNOWLEDGE BASE SEARCH FORM STYLES*/



#searchWrapper
{
    margin: -10px 0 24px 0;
    float: left;
    padding: 0;
    width:  100%; 

}

#searchDiv
{
    float: left;
    width: 340px;    
    background-color: #fff;
    margin: 0;
}

#searchDiv form
{
    margin: 0;
}

#query
{
    width: 270px;
}

#searchDiv p
{
    margin: 0;
}



#browseDiv
{
    float: right;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#browseDiv form
{
    margin: 0;
}

#browseDiv select
{
    margin: 0;
    padding: 0;
    width: 185px;     
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

#browseDiv p
{
    margin: 0;
}

#kbaseSearch
{    
    margin-top: 0;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}


select#kbaseSelect
{
         width:185px; 
}





/*DOWNLOAD PDF STYLE (knowledge base)*/


#pdfCallout
{
     float:right; 
     width: 185px;      
     padding: 0px 0 0 0px; 
     margin: 4px 0 15px 15px; 
     color: #333;
     background-color: #efefef;
     font-size: 10px; 

}

#pdfCallout h5
{
    margin: 0; 
    padding: 5px 0 0 26px; 
    border-bottom: 1px solid #ccc; 
    font-size: 11px; 
    background-image: url(/resources/images/icon_article_multi.gif); 
    background-repeat: no-repeat;
    background-position : 6px 4px;
    background-color: #6da2d3; 
    height: 17px;
    color: #fff;

}

#pdfCallout p
{
    padding: 0 6px;
}

#pdfCallout h6
{
        font-size: 10px;
        margin: 0 0 3px 0;
        padding: 0 6px;
}

#pdfCallout ul
{
        margin-bottom: 20px;
        font-size: 10px;
}

#pdfCallout ul li
{
        margin-bottom: 9px;
        line-height: 14px;
        padding: 0 6px; 
}

#pdfCallout ul li.sidebarHeader
{
        
        background-color: #d1d1d1;
        font-weight: bold;
        margin-top: 18px;        
        margin-bottom: 6px;
        padding: 2px 6px;         
}

#pdfCallout ul li.sidebarHeader#first
{
        margin-top: 9px;        
}





/*REQUEST QUOTE STYLES*/

#formTitle
{
    padding-left: 7px;
    background-color: #ccc;
}

.padTableRow td
{
    padding-top:17px;
}

.label
{
    text-align: right;
    padding-right: 3px;
}

.invalid
{
    color: #3379CA;
}

.formOn
{
    border: 1px solid #3379CA;
    padding-left: 2px;
    padding-right: 2px;
}
.formOff
{
    padding-left: 6px;
}

textarea
{
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    color: #333;
}

select
{
    width: 171px;
}

.specsWidth
{
    width: 255px;
}

.projectParams
{
    font-size: 10px; 
    color: #999999;    
    text-align: right;
}



/*SLIDESHOW STYLES*/

#slideShowContainer
{
    width:555px;
}

#picAndNavContainer
{
    width:555px;
    margin-bottom: 15px;    
}

#slideShowImage
{    
    float:left; 
    width:370px;
}

#slideShowDescription
{
    clear:both;
}

#slideShowNav
{
    float:right; 
    width:172px;
    padding: 0; 
    background-color: #efefef;
    font-family: verdana, geneva, sans-serif;
    font-size: 10px;   
}

#slideshowNav ul
{
    padding: 0;
    margin: 0;
    list-style: none; 
}

#slideshowNav li
{
    padding: 0;
    margin: 0;  
}

#slideShowNav a
{
    display: block;
    width: 100%;
    padding: 0 2px 0 2px;    
    text-decoration: none;         
}

#slideShowNav a.off:hover 
{
    background-color: #ddd;
    color: #333;
}

#slideShowNav a.off
{
   background-color: #efefef;
   color: #555;  
}

#slideShowNav a.on
{
    background-color: #c1c1c1;  
    color: #000;
}

#slideShowNav h5
{
    width: 172px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 1px 1px 1px 3px;
    margin: 0;
    background-color: #6da2d3;
    color: #fff;   
}


.padAbove3 {padding-top:3px;}
.padAbove10 {padding-top:10px;}
.padAbove20 {padding-top:20px;}
.padAbove30 {padding-top:30px;}
.padAbove40 {padding-top:40px;}
.padBelow3 {padding-bottom:3px;}
.padBelow10 {padding-bottom:10px;}
.margAbove10 {margin-top:10px;}
.margAbove20 {margin-top:20px;}
.margAbove30 {margin-top:30px;}
.margAbove130 {margin-top:130px;}
.margBelow10 {margin-bottom:10px;}
.margBelow20 {margin-bottom:20px;}
.margBelow30 {margin-bottom:30px;}
.borderBottom {border-bottom: 1px solid #ccc;}
.borderTop {border-top: 1px solid #ccc;}


.addBorders
{
    border: 1px solid #ccc;
}

.clearFloat
{
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
}





/*-----[OPTIONS PAGE STYLES]--------------------------*/


/*-----[content divs]--------------------------*/

#overview
{
    display: none;
}

#basic
{
    display: none;
}

#modules
{
    display: none;
}



/*-----[tab]--------------------------*/

#tabnav
{
    height: 20px;

    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
    background: url(/resources/images/bg_border.gif) repeat-x 0 15px;
}

#tabnav li
{
    margin: 0 1px 0 0; 
    padding: 0;
    float: left;    
}
	
#tabnav a
{
    display: block;    
    height: 15px;
    margin: 0;
    padding: 0;    
    text-decoration: none;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}    

/*modified Tan hack to target IE 5 MAC only*/
*>html #tabnav a {heigh\t: 16px;}


#tabnav a#tabOverview {width: 66px;}
#tabnav a#tabBasic {width: 75px;}
#tabnav a#tabModules {width: 112px;}

#tabnav a.tabOn
{
    border-bottom: 1px solid white;
    background-color: #fff;  
} 



/*-----[table]--------------------------*/

#optionsTable 
{  
    empty-cells: show;
    border-collapse: collapse;     
}

/*hack IE5 MAC*/
*>html #optionsTable 
{  
    empty-cell\s: hide;
    border-collap\se: separate;
}

#optionsTable #th04C3C7A00000 /*goofy ID assigned automatically by xstandard*/
{
    text-align: left;
} 

#optionsTable th
{
    padding: 5px;       
}

#optionsTable td
{
    border: 1px solid #ccc;    
    padding: 3px 7px 3px 5px;    
}

#optionsTable td.hilite
{
    background-color: #ddd;
}








/*-----[gallery image styles]--------------------------*/

#content.mmKbaseGallery
{
    width: 748px;
}


#content.mmKbaseGallery h1#pageHeading
{
    width: 555px;
}


div.galleryImage
{
        margin: 30px 0 0 0;
        border: 1px solid #ccc;
}

div.galleryImage img
{
        display: block;
}


p.galleryCaption
{
        margin: 0px 0 32px 0;
        font-size: 10px;
        color: #777;
        width: 555px;
}

p.inlineCaption
{      
        font-size: 10px;
        color: #777;
        width: 555px;
}


div.modelDetailContainer
{
        width: 555px;
        overflow: hidden;
        margin-bottom: 35px;
}

div.modelDetailBlock
{
        background-color: #eee;
        padding: 10px 7px;
        float: left;
        width: 541px;
        margin: 0;
}

* html div.modelDetailBlock
{
        width: 555px;
        widt\h: 541px;
}

div.modelDetailBlock h5
{
        float:left;
        width: 170px;
}

div.modelDetailBlock p
{
        float:left;
        padding: 0;
        width: 350px;
        margin-bottom: 0;
}

div.modelDetailBlock ul
{
        float:left;
}

.galleryForm
{
        margin: 0;
}








div.thumbnailContainer
{
        background-color: #eee;
        margin-bottom: 35px;
        border: 1px solid black;                
}

table.thumbnailDisplay
{
        margin-bottom: 25px;
        width: 555px;
}

table.thumbnailDisplay td
{

}

td.thumbCell
{
        padding-right: 7px;
        width: 162px;
}




option.pullDownDivider
{
        font-weight: bold;
}


div.galleryListThumb
{
        padding: 0 3px 3px 3px;
        margin-top: 4px;
        border: 1px solid #ccc;
        width: 150px;
}

div.galleryFeaturedThumb
{
        /*float: left;        */
        margin: 2px 7px 10px 0;
}

div#modelGalleryFeatured
{
        float:left; 
        width: 546px;
        margin-top: 0;
}

#movieOfWeek
{
    padding: 10px;
    background-color: #e2ebfc;
    margin: 0 0 17px 0;
}


#asapDemoMovies, #apexDemoMovies, #engDemoMovies
{
    padding: 13px 10px 20px 10px;
    background-color: #eee;
    margin: 0 0 17px 0;    
}

#asapDemoMovies
{
    display: none;
}


div#modelGalleryApps
{
        float:right; 
        width: 185px;
}



h1#galleryListHeader
{

}


h2.featuredModel
{
        color: #369;
        margin-bottom: 0;
}

h2.thumbList
{
        margin-bottom: 0;
}



p.viewModelLink
{
        margin-top: -0.2em;
        margin-top: 0;
}

p.viewModelLink a
{
        color: #369;
        padding-right: 12px;
        background: url(/resources/images/arrow_dkGray.gif) no-repeat right 5px;
}

/*turn off arrow in IE 5 PC*/
* html p.viewModelLink a
{
        background: none;
        backgrou\nd: url(/resources/images/arrow_dkGray.gif) no-repeat right 5px;
}


p.viewModelLink a:hover
{
        color: #888;
}




#spotlightBox a.arrowLink
{
        color: #333;
        padding-right: 12px;
        background: url(/resources/images/arrow_dkGray.gif) no-repeat right 5px;
}

#spotlightBox a.arrowLink:hover
{
        color: #888;
}

/*turn off arrow in IE 5 PC*/
* html #spotlightBox a.arrowLink a
{
        background-image: none;
        backgrou\nd: url(/resources/images/arrow_dkGray.gif) no-repeat right 5px;
}


/*-----[kbase styles]--------------------------*/




div#kbaseLeftCol
{
        float: left;
        margin-top: 0;
        width: 526px;
}

div#kbaseRightCol
{
        float: right;
        margin-top: 0;
        width: 185px;
}


#searchPhrase
{
        font-weight: bold;
}

#searchPhrase span 
{
        font-weight: normal;
}

/*search results highlighting*/
.highlight {
	background-color: #ff9;
	font-weight: bold;
}


div#knowledgeBaseResults
{
        margin: -10px 0 20px 0;
        _margin: -12px 0 20px 0;
        *margin: -12px 0 20px 0;
}

div#knowledgeBaseResults p
{
        margin: 0 0 20px 0;
}



ul.relatedFiles
{
        background-color: #eee; 
        padding: 7px; 
        width: 330px;
}

ul.relatedFiles li
{
        margin-bottom: 8px;
}




.imgFlag
{
    margin: 4px 4px 0 0;
}



/*DEMO DVD STYLES*/
#demoDVD
{
    position: relative;
    background: url(/resources/images/bg_demo_dvd.gif) no-repeat 30% 0;
    padding-top: 100px;
}

#demoDVD h2
{
    margin-left: 7px;
}

#demoDVD a
{
    margin-left: 7px;
    padding-right: 12px;
    background: url(/resources/images/arrow_dkGray.gif) no-repeat 100% 0.4em;
}

#demoDVD a#iconLink
{  
    position: absolute;
    width: 80px;
    height: 85px;
    top: 0px;
    left: 20%;
    display: block;
    background: none;
}

#homeTestimonial #demoDVD p
{
    color: #333;
    margin-bottom: 12px;
}



/*cap and buttcap styles for other pages*/

.dvdWrapper
{
    width: 178px;
    margin: 0 0 0 6px;
    padding-top: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.dvdWrapperCap
{
    margin-left: 6px;
    width: 190px;
    height: 18px;
    background-image: url(/resources/images/home_sidebar_cap.gif);
    background-position: -11px 0;
    background-repeat: no-repeat;
    border-left: 1px solid #ccc;  
}

.dvdWrapperButtcap
{
    margin-left: 6px;   
    background: url(../images/home_sidebar_butt.gif) no-repeat -11px 0;
    width: 190px;
    height: 18px;
    margin-bottom: 17px;
    border-left: 1px solid #ccc;  
}

.dvdWrapper #demoDVD p, .dvdWrapper #homeSideCallout p
{
    color: #333;
    margin-bottom: 12px;
    padding: 0 6px;
}





#homeTestimonial #homeSideCallout
{
    position: relative;
    background: transparent url(../images/bg_whats_new.gif) no-repeat 5px 0;
    padding-top: 35px;    
}

#homeTestimonial #homeSideCallout h2
{
    margin-left: 7px;
}

#homeTestimonial #homeSideCallout a
{
    margin-left: 7px;
    padding-right: 12px;
    background: url(/resources/images/arrow_dkGray.gif) no-repeat 100% 0.4em;
}

#homeTestimonial #homeSideCallout div#calloutImg
{
    position: relative;
    margin-left: 10%;
    margin-bottom: 10px;
}

#homeTestimonial #homeSideCallout a#iconLink
{  
    background: none;
}

#homeTestimonial #homeSideCallout p
{
    color: #333;
    margin-bottom: 12px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
