﻿/*
-----------------------------------------------
Site: Triad Digital Media
Author: Triad Digital Media
Version: 2.0
Last Update: 00/00/00
----------------------------------------------- */

/*  RESET
    GENERIC
    LEFT TOP LEVEL NAV
    MAIN LAYOUT
    FOOTER
    MID LEVEL MAIN NAV
    DYNAMIC BEHAVIOUR MID LEVEL MAIN NAV
    DYNAMIC BEHAVIOUR - FEATURED OPPORTUNITIES/ADVERTISERS DROP UP MENU BUTTON
    FORM
    FLASH CONTROL LINKS 
*/

/*  =RESET 
----------------------------------------------------------------------*/
/*  Colors
    Body Background:       #ffffff
    Body Text:             #50555a
    Links:                 #00c9ff
    Blue Border:           #00c9ff
*/

/* v1.0 | 20080212 // Eric Meyer Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
body {
    line-height: 1;
    }
ol, ul {
    list-style: none;
    }
blockquote, q {
    quotes: none;
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
    }
del {
    text-decoration: line-through;
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/*  =GENERIC
----------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background: url(../images/bkg_new.jpg) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif;
    }
p { margin: 0; padding: 0; }
ub, sup { font-family: Arial, Helvetica, sans-serif; font-size: 65%; vertical-align: .8em; }
.pdfHighlight { color: #00C9FF; }

/*  =LEFT TOP LEVEL NAV
----------------------------------------------------------------------*/
.tdmExtranet {
	position:absolute;
	left: 55px;
	top: 7px;
	width: 97px;
	height: 19px;
}
h1 {
    display: none;
    text-indent: -9999px;
    }
#topper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background: url(../images/backBar.png) repeat-x;
    z-index: 3;
    }
#navlistWrap {
    margin: 12px 0 0 0;
    padding: 0;
    }
ul#navlist {
    margin: 0;
    padding: 0;
    font-size: 11px;
    white-space: nowrap;
    text-transform: uppercase;
    float: left;
    }
#navlist li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-left: 10px;
    }
#navlist a:link, #navlist a:visited {
    color: #fff;
    text-decoration: none;
    outline: none; /* Firefox Outline */
    }
#navlist a:hover, #navlist a:active {
    color: #00c9ff;
    text-decoration: none;
    }
    
/*  =Default2 Top Nav Right */
#navlistWrapRight {
    margin: 12px 12px 0 0;
    padding: 0;
    } 
ul#navlistRight {
    margin: 0;
    padding: 0;
    font-size: 11px;
    white-space: nowrap;
    text-transform: uppercase;
    float: right;
    }
#navlistRight li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-left: 15px;
    }
#navlistRight a:link, #navlistRight a:visited {
    color: #fff;
    text-decoration: none;
    outline: none; /* Firefox Outline */
    }
#navlistRight a:hover, #navlistRight a:active {
    color: #00c9ff;
    text-decoration: none;
    } 
    
/*subNavBanner*/
.bannerWrap {
	margin: 0; 
	padding:0; 
	position:absolute; 
	top:35px; 
	left:0;
	width:100%; 
	height:28px; 
	background:url(/Media/images/bannerBack.png); 
}

.bannerContent {
	margin:0px auto;
	width:815px; 
}

.bannerContentLeft {
	float:left; 
	margin-top: 6px; 
}

.bannerContentLeft a {
	text-decoration:none; 
	color:#478fba; 
	font-weight:bold; 
	font-size:15px;
	margin: 0 0 0 125px; 
}

.bannerContentRight {
	float:right; 
	margin-top: 7px; 
	width: 82px;
	background:url(/Media/images/linkArrow.gif) no-repeat; 
	background-position: 76px 1px; 
}

.bannerContentRight a {
	text-decoration:none; 
	color:#478fba; 
	font-weight:bold; 
	font-size:12px; 
}

.greyBorder{
	border:1px solid #666;
}
    
/*  =MAIN LAYOUT 
----------------------------------------------------------------------*/
#wrapper {
    width: 850px;
    margin: 0 auto;
    text-align: center;
    }
	
.flashAltContent{
	width:848px;
	height:398px;
}

.flashAltHomeContent{
	width:851px;
	height:363px;
}
	
.container {
    margin: 0;
    padding: 0;
    text-align: left;
    }
.banner {
    float: left;
    width: 850px;
    height: 86px;
    margin: 80px 0 15px 0;
    padding: 0;
    }
.banner a img {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    }
.content {
    margin: 0;
    padding: 0;
    clear: both;
    }

/*  =Main Content - Middle Section */
.contentMain {
    position: relative;
    float: left;
    width: 850px;
    height: 400px;
    margin: 15px 0 0 0;
    padding: 0;
    }
/*  =Thankyou Page */
#thankyouBlock {
    margin: 210px auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    color: #424244;
    font-size: 13px;
    line-height: 17px;
    /*border: 1px solid red;*/
    }
img.tyLogo {
    display: block;
    margin: 0 auto 50px auto;
    }
p.backtoHomeLink {
    padding-top: 20px;
    }    
#thankyouBlock a:link, #thankyouBlock a:visited {
    font-size: 13px;
    color: #424244;
    text-transform: uppercase;
    text-decoration: none;
    outline: none; /* Firefox Outline */
    }
#thankyouBlock a:hover, #thankyouBlock a:active {
    color: #00c9ff;
    text-decoration: none;
    }       
    
/* Featured Opportunities, Advertisers Tab Inner Container for Flash Objects: Uses <param name="wmode" value="transparent"> in Flash Movie to Allow objects to overlay */
.flashmovie {
    width: 850px;
    height: 400px;
    position: absolute;
    z-index: 0;
    }
    
/* Careers Tab Background */
.contentMain.block {
    width: 850px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: url(../images/bkg_careers.jpg) no-repeat 0 0;
    }
    
/* Testimonials Tab Background- Default */
.contentMain.blockTest {
    width: 850px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: url(../images/bkg_testimonials.jpg) no-repeat 0 0;
    }

/* Partners Tab Background */
.contentMain.blockPartners {
    width: 850px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: url(../images/bkg_partner.jpg) no-repeat 0 0;
    }
    
/* Contact Tab Background */
.contentMain.blockContact {
    width: 850px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: url(../images/bkg_contact.png) no-repeat 0 0;
    }
.contentMainInner {
    float: left;
    width: 100%;
    }
.leftMainCopyBox {
    float: left;
    width: 490px;
    color: #424244;
    font-size: 13px;
    line-height: 17px;
    }
.rightMainCopyBox {
    float: right;
    width: 350px;
    color: #424244;
    font-size: 13px;
    line-height: 17px;
    border-left: 1px solid #00c9ff;
    }
#fragment-9 .rightMainCopyBox {
    border-left: none;
    } 
#fragment-5 .rightMainCopyBox {
    border-left: none;
    }   
    
/* Type Control */
.content h3 {
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    }
.leftMainCopyBox p, .leftMainCopyBox h3 {
    padding: 0 15px 5px 0;
    }
.leftMainCopyBox h3.internalSubHead {
    padding: 10px 15px 5px 0;
    }
.rightMainCopyBox p, .rightMainCopyBox h3 {
    padding: 0 15px 5px 22px;
    }
h3.testHeadline { text-indent: -9999px; display: none; }

/* Image Control- Right */ 
.rightMainCopyBox img {
    margin: 0 0 15px 15px;
    }
.rightMainCopyBox img.contactImg {
    position: absolute; /* Relative to .contentMain */
    bottom: -20px;
    right: 0;
    }
.rightMainCopyBox img.careersImg {
    position: absolute; /* Relative to .contentMain */
    bottom: -35px;
    right: -14px;
    }
.rightMainCopyBox img.aboutUsImg {
    position: absolute; /* Relative to .contentMain */
    bottom: -35px;
    right: 0;
    }
     
/* Image Control- Left */    
.leftMainCopyBox img {
    margin: 0 0 10px 0;
    }
.leftMainCopyBox img.featuredPOV {
    margin: 0 0 5px 0;
    }
.leftMainCopyBox img.contactHeadline {
    margin: 0 0 7px 0;
    }
.leftMainCopyBox img.careersHeadline {
    position: absolute; /* Relative to .contentMain */
    bottom: 0;
    left: 0;
    }   

/* List Style */
ul.featuredOppList {
    margin: 0 0 0 15px;
    }
ul.featuredOppList li {
    padding: 5px 0 0 0;
    }
#careersList a.selected {
    color: #00c9ff;
    text-decoration: underline;
    }
#testList a.selected {
    color: #00c9ff;
    text-decoration: underline;
    }

/* Links Style */
.contentMainInner a:link, .contentMainInner a:visited {
    padding: 0;
    color: #424244;
    text-decoration: underline;
    }
.contentMainInner a:hover, .contentMainInner a:active {
    color: #00c9ff;
    text-decoration: underline;
    }
    
/* Copy Box- Area beneath main contnet block */    
.copyBoxWrap {
    float: left;
    width: 100%;
    height: 160px;
    padding-top: 14px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 17px;
    border-top: 1px solid #00c9ff;
    }
.leftCopyBox {
    float: left;
    width: 490px;
    color: #424244;
    }
.rightCopyBox {
    float: right;
    width: 350px;
    color: #424244;
    border-left: 1px solid #00c9ff;
    }
    
/* Type Control */
.copyBoxWrap p {
    padding: 0 0 5px 0;
    }
.rightCopyBox p, .rightCopyBox h3 {
    padding-left: 15px;
    }
    
/* Links Style */
.copyBoxWrap a:link, .copyBoxWrap a:visited {
    padding: 35px 0 0 0;
    color: #424244;
    text-decoration: underline;
    }
.copyBoxWrap a:hover, .copyBoxWrap a:active {
    color: #00c9ff;
    text-decoration: underline;
    }

/*  =FOOTER 
----------------------------------------------------------------------*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    vertical-align: top;
    overflow: hidden;
    background-color: #000;
    text-transform: uppercase;
    z-index: 9989;
    }
.footerHoopla {
    position: fixed !important;
    position: absolute; /*ie6 and above*/
    bottom: 10px !important;
    bottom:0;
    width: 100%;
    height: 60px;
    }
.footerLegal {
    float: left;
    height: 25px;
    margin: 0;
    padding-left: 10px;
    font-size: 10px;   
    color: #666666;
    line-height: 25px;
    text-align: left;
    }
.footerInc500 {
    float: right;
    height: 60px;
    margin: 0;
    padding: 0 10px 10px 0;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: right;
    }
.footerContact {
    float: right;
    height: 25px;
    margin: 0;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: right;
    }
	
.footerContact a:link, .footerContact a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    }
.footerContact a:hover, .footerContact a:active {
    color: #00c9ff;
    text-decoration: none;
    outline: none;
    }

/*  =MID LEVEL MAIN NAV 
----------------------------------------------------------------------*/
#mainNavWrap {
    float: right;
    margin: 0;
    padding: 0;
    }
ul#mainNav {
    margin: 0;
    padding: 0;
    width: 850px;
    overflow: hidden;
    color: #424244;
    font-size: 12px;
    white-space: nowrap;
    }
#mainNav li {
    float: left;
    width: 218px; /* Default- width changes occur on other tabs */
    margin: 48px 0 0 0;
    padding: 0 10px 7px 10px;
    display: inline;
    list-style-type: none;
    border-right: 1px solid #00c9ff;
    border-bottom: 1px solid #00c9ff; /*line-height: 12px;*/
    }
#mainNav li.main_TDM_Logo {
    width: 230px;
    height: 85px;
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    z-index: 100;
    background: url(../images/TDM_logo3.gif) no-repeat 0 0;
    }
#mainNav li.main_TDM_Logo a {
    width: 180px;
    height: 85px;
    display: block;
    padding: 0;
    }
#mainNav li.main_Retail {
    width: 170px;
    margin: 48px 0 0 0; /* Control: Matches "#mainNav li" rule above */
    padding: 0 0 7px 0; /* Control: Matches "#mainNav li" rule above */
    }
#mainNav li.main_Advertiser {
    width: 190px;
    }
#mainNav li.noBorder {
    border-right: none;
    }
    
/* Mid Level Nav- Style */
#mainNav .blockLink a:link, #mainNav .blockLink a:visited {
    color: #424244;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    outline: none; /* Firefox Outline */
    }
#mainNav .blockLink a:hover, #mainNav .blockLink a:active {
    color: #00c9ff;
    text-decoration: none;
    }
span.normal {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    }    
    
/* Top Nav- Style */
#mainNav .navlist a:link, #mainNav .navlist a:visited {
    color: #fff !important;
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: normal;
    font-size: 11px !important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block; /*? Don't know if needed*/
    }
#mainNav .navlist a:hover, #mainNav .navlist a:active {
    color: #00c9ff !important;
    text-decoration: none;
    border-bottom: none !important;
    }

/* Top Nav- Absolutely Positioned- "width: auto" overides explicit width for these list items set forth above */
#mainNav li.main_About {
    position: absolute;
    top: -38px;
    right: 483px;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #mainNav li.main_About {
        position: absolute;
        top: -38px;
        right: 493px;
        width: auto; 
        border: none;
        z-index: 50; 
        }
    }  
#mainNav li.main_Featured {
    position: absolute;
    top: -38px;
    right: 330px;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }
#mainNav li.main_Case {
    position: absolute;
    top: -38px;
    right: 240px;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }
#mainNav li.main_Testimonial {
    position: absolute;
    top: -38px;
    right: 150px;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }
#mainNav li.main_Careers {
    position: absolute;
    top: -38px;
    right: 83px;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }
#mainNav li.main_Contact {
    position: absolute;
    top: -38px;
    right: 0;
    width: auto; /* ! */
    border: none;
    z-index: 50;
    }

/*  =DYNAMIC BEHAVIOUR MID LEVEL MAIN NAV 
----------------------------------------------------------------------*/
.ui-tabs-panel {
    /* resets */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    clear: left;
    }
.ui-tabs-hide {
    display: none; /* for accessible hiding: position: absolute; left: -99999999px */
    }
.ui-tabs-nav-item {
    /* resets */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    }
    
/* Option for loading gif, text or both available if specified */
/* Top Level Navigation: "display: none" removes entirely */     
#mainNav .ui-tabs-loading em {
    display: none;
    text-indent: -9999px;
    font-size: 0px;
    }
/* Top Level Navigation: "display: block" causes surrounding elements to remain intact */    
#mainNav li.main_Retail .ui-tabs-loading em, #mainNav li.main_Advertiser .ui-tabs-loading em, #mainNav li.main_Partners .ui-tabs-loading em {
    display: block;
    text-indent: -9999px;
    /*padding: 0 0 0 20px;*/
    /*background: url(../images/loading.gif) no-repeat 0 50%;*/
    }
/* Selected- Main Tabs, except first tab with Triad Logo and Top Nav */
#mainNav li.main_Retail.ui-tabs-selected, #mainNav li.main_Advertiser.ui-tabs-selected, #mainNav li.main_Partners.ui-tabs-selected {
    border-bottom: 5px solid #00c9ff;
    }
/* Selected- Top Nav */
#mainNav li.ui-tabs-selected.main_About, #mainNav li.ui-tabs-selected #nav_FO, #mainNav li.ui-tabs-selected #nav_CS, #mainNav li.ui-tabs-selected #nav_Test, #mainNav li.ui-tabs-selected #nav_CA, #mainNav li.ui-tabs-selected #nav_CU {
    color: #00c9ff !important;
    }

/*  =ADVERTISERS/FEATURED OPPORTUNITIES MENU BUTTON 
----------------------------------------------------------------------*/
select#jumpMenu2 {
    padding: 0;
    margin: 3px 0 5px 15px;
    background-color: #50555a;
    color: #fff;
    border: 1px solid #50555a;
    }
.mainMenuHeadline {
    padding-left: 10px;
    background-color: #fff;
    color: #50555a; 
    }
.menuHeadline {
    background-color: #50555a;
    color: #fff;
    padding-left: 10px;
    }           
.option {
    margin: 0;
    padding-left: 12px;
    background-color: #fff;
    color: #50555a;
    }

/*  =FORM 
----------------------------------------------------------------------*/
.preview {
    margin-top: 5px;
    float: left;
    position: relative;
    }
.preview .form_row {
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 3px;
    text-align: left;
    }
#formWrap {
    float: left;
    margin: 0;
    padding: 0;
    }
/* Style for your INPUT, TEXTAREA, SELECT elements */
.myinputstyle {
    padding: 2px;
    border: 1px solid #aaa; 
    background: #ffffff url(../images/fomrBkrd.gif) repeat-x bottom left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #424244;
    }
/* Style for your LABEL elements */
.mylabelstyle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #424244;
    width: 120px;
    float: left;
    }     
#formWrap input,
#formWrap textarea,
#formWrap select {
    padding: 2px;
    vertical-align: top;
    }    
#formWrap input:hover,
#formWrap textarea:hover,
#formWrap select:hover	{
	border: 1px solid #00c9ff;
	background: #ffffff url(../images/fomrBkrd.gif) repeat-x bottom left; 
    }
#formWrap input:focus,
#formWrap textarea:focus,
#formWrap select:focus	{
    border: 1px solid #00c9ff;
    }
.submitButtonBox {
    position: absolute;
    bottom: -25px;
    left: 123px;
    }
input.submitButton {
    width: 75px;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    } 
.contactBox {
    margin: 30px 0 0 0;
    padding: 0;
    }
.contactBox ul {
    margin: 0 0 10px 0;
    padding: 0;
    }
.contactBox ul li {
    padding: 0 10px 0 0;
    }
.cHead {
    text-transform: uppercase;
    font-weight: bold;
    }
.mapIt a:link, .mapIt a:visited {
    padding-left: 10px;
    text-transform: none;
    color: #00c9ff;
    text-decoration: none;
    }
.mapIt a:hover, .mapIt a:active {
    text-decoration: underline;
    }
ul.officesCorporate {
    margin: 0;
    padding: 0 15px 10px 22px;
    }
ul.officesCorporate li {
    margin: 0;
    padding: 0 0 3px 10px;
    background: transparent url(../images/arrow_bullet.gif) no-repeat 0 4px;
    }
ul.officesCorporate li.noArrow {
    background: none;
    }
ul.officesCorporate li.corphq {
    margin: 0;
    padding: 0 0 3px 0;
    background: none;
    }    
ul.offices {
    margin: 0;
    padding: 0 15px 5px 22px;
    }
ul.offices li {
    margin: 0;
    padding: 0 0 3px 10px;
    background: transparent url(../images/arrow_bullet.gif) no-repeat 0 4px;
    }
     
/*
ValidatorCallout Css classes 
    .ajax__validatorcallout_popup_table:            The popup table. 
    .ajax__validatorcallout_popup_table_row:        The popup table row. 
    .ajax__validatorcallout_callout_cell:           The callout cell. 
    .ajax__validatorcallout_callout_table:          The table in the callout cell. 
    .ajax__validatorcallout_callout_table_row:      The callout table row. 
    .ajax__validatorcallout_error_message_cell:     The error message cell. 
    .ajax__validatorcallout_icon_cell:              The warning icon cell. 
    .ajax__validatorcallout_close_button_cell:      The close button cell. 
    .ajax__validatorcallout_arrow_cell:             The arror cell. 
    .ajax__validatorcallout_innerdiv:               Inner div of a cell. Used in the close button 
*/
.customCalloutStyle div, .customCalloutStyle td {
    border: solid 1px #aaa;
    background-color: #eee;
    }
.customCalloutStyle .ajax__validatorcallout_popup_table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
    }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
    }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
    }
.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
    }
.customCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 2px 2px 5px 2px;
    border-right: none;
    }
.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
    }
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px 7px 2px 2px;
    cursor: pointer;
    }
.validatorCalloutHighlight {
    background-color: #eee;
    }
 
/*  =FLASH CONTROL LINKS 
----------------------------------------------------------------------*/    
.flashControlLinks {
    display: none;
    }

/*  =Orpan Page 
----------------------------------------------------------------------*/    
.boxLeft415 {
    position: relative;
    float: left;
    width: 415px;
    margin: 0;
    padding: 0;
    }
.boxRight415 {
    /*position: relative;*/
    float: right;
    width: 415px;
    margin: 0;
    padding: 0;
    }
.boxLeft415 .set, .boxRight415 .set {
    margin: 0 0 10px 0;
    padding: 0;
    }    
.boxLeft415 p, .boxRight415 p {
    padding: 0 15px 5px 0;
    font-size: 13px;
    line-height: 1.2em;
    }
.boxLeft415 a:link, .boxRight415 a:link, .boxLeft415 a:visited, .boxRight415 a:visited {
    color:#424244;
    text-decoration:underline;
    }
.boxLeft415 a:hover, .boxRight415 a:hover, .boxLeft415 a:active, .boxRight415 a:active {
    color:#00C9FF;
    text-decoration:underline;
    }        
.pdfLink {
	margin: 0;
	padding: 0 0 0 25px;
	background-color: transparent;
	background-image: url(/media/images/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
    }
img.merchantImg {
	position: absolute;
	bottom: -20px;
	right: -40px;
	margin: 0;
	padding: 0;
    }                
