/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
    background-color:#0f4c9a;
}

.Site /* same element as #mainTable */
{
	FONT-SIZE: 1.em;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    color:#fff;
    line-height: 1.7em;	
}

.Site A 
{
    color:#fff;
    text-decoration:none;
}
.Site A:hover{}

.Site DT{}
.Site dd{}

.Site H1, 
.Site H2, 
.Site H3, 
.Site H4, 
.Site H5, 
.Site H6
{}
.Site H1
{
    FONT-SIZE: 2.45em;
    line-height:1.25;
    margin-bottom:18px;
    margin-top:-7px;
}
.Site H2
{
    FONT-SIZE: 1.9em;
    margin-bottom:10px;
}
.Site H3
{
    FONT-SIZE: 1.6em;
    margin-bottom:6px;
}
.Site H4
{
    FONT-SIZE: 1.4em;
    margin-bottom:6px;
}
.Site H5
{
    FONT-SIZE: 1.1em;
    font-weight:bold;
    margin-bottom:6px;
}
.Site H6
{
    FONT-SIZE: 1em;
}
.Site IMG
{
	border:none;
}
.Site #mainLayout
{
	
}

.Site #mainLayout ul
{
    margin-bottom:5px;
}
.Site #mainLayout ul li
{
    list-style-type:disc;
}
.Site #mainLayout p a
{
    color:#90bed7;
}
.Site #mainLayout a:hover,
.Site #subMenu a:hover
{
    color:#b2caf7;
}
.Site #searchFacility
{
    background:transparent url(/images/layout/Search_bg.png) repeat left top;
}
.Site #searchFacility input.textBox
{
    border:solid 1px #8c8c8c;
    font-size:90%;
}
.Site input.button
{
    background-color:#969696;
    border:none;
    color:#fff;
    font-size:90%;
    cursor:pointer;
}
.ewXform input.principle {
background:url("/ewcommon/images/admin/submit-principle-bg.gif") no-repeat scroll right top transparent;
height:32px;
padding:0 27px 0 5px;
color: #000;
}
.Site .detail
{
	background: #FFF;
	color: #002d66;
	border: 1px solid #065d8e;
}
/* ################################### Site Classes ################################# */
.Site .box,
.Site #subMenuInner
{
    background-color:#2f84b3;

}
.Site h2.title
{
    font-size:115%;
    font-weight:bold;
    padding-top:2px;
    padding-bottom:1px;
    padding-right:0;
    margin-right:7px !important;
}
.Site #subMenu h1.title
{
	font-size:115%;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:2px;
    padding-right:0;
    margin-right:7px !important;
}
.Site h3.title
{
    font-size:1.15em;
    font-weight:bold;
    margin-bottom:4px;
}
.Site .box h2.title
{
    padding-left:3px;
}
.Site .box .tl
{
    background:#114a98 url(/images/layout/box_tl_bg.gif) repeat-x left top;
}
.Site h2.title a
{
    display:block;
    background:transparent url(/images/layout/box_arrow_bg.png) no-repeat right center;
    padding-right:8px;
}
.Site .box .content{}
.Site .label
{
	font-weight:bold;
}

.Site .whiteBox,
.Site .whiteBox .tl,
.Site .whiteBox .tr
{
    background-color:#fff;
    color:#000;
    
}
.Site #mainLayout .whiteBox p a
{
    color:#114A98;
}
.Site .whiteBox a:hover
{
    color:#90BED7;
}
.Site .whiteBox .tl,
.Site .whiteBox .tr
{
    background-image:none;
    
}

/* ################################### Site IDs ################################# */
#mainTable{}
.Site #mainHeader
{
   background:transparent url(/images/layout/proAudioCentral_mainHeader_bg.png) no-repeat left top;
}
.Site #mainMenuContainer
{
    background:transparent url(/images/layout/mainMenuContainer_bg.png) no-repeat left top;
    border-bottom:solid 2px #fff;
}
.Site #mainMenu a
{
   font-weight:bold;
   font-size:100%;
}
.Site #mainMenu ul a:hover,
.Site #mainMenu ul a.active
{
    background:transparent url(/images/layout/mainMenu_a_bg.gif) no-repeat center bottom;
}
.Site #location{}
.Site #location a{}
.Site #location A:hover{}
.Site #mainLayoutContainer,
.Site #mainFooter
{
    background:transparent url(/images/layout/mainLayoutContainer_bg.png) repeat-y left top;
}
.Site #mainTitle{}
.Site #mainTitle h1{}
.Site #mainLayout{}
.Site #mainFooter a:hover{color:#62a2c6;}
.Site #mainFooter dt a:hover{color:#fff;}

.Site .listItem
{
    border-bottom:none;
    color:#000;
    line-height:1.2;
    background-color: #FFF;
}
.Site .homepage .listItem
{
    color:#fff;
    border-bottom:none;
    background-color: transparent;
}
.Site .homepage .listItem .morelink a
{
    color:#fff;
} 
.Site .QuickLinks .listItem,
.Site .SubPages .listItem
{
   background-color:transparent;
}
.Site .morelink
{
    float:none;
    text-align:left;
}
.Site #FooterLinks
{
    font-size:90%;
}
.Site #FooterLinks a:hover
{
    color:#62a2c6;
}

/* ################################### Sub Menu ################################# */


.Site #subMenuInner a
{
    line-height:1.4;
    font-weight:bold;
    font-size:1em;
}
.Site #subMenuInner a:hover
{
    color:#0f4c9a;
}
.Site #subMenuInner a:hover,
.Site #subMenuInner a.active,
.Site #subMenuInner a.on
{
    background:transparent url(/images/layout/subMenu_bg.gif) no-repeat 5px 10px;
}
.Site #subMenuInner ul ul a:hover,
.Site #subMenuInner ul ul a.active,
.Site #subMenuInner ul ul a.on
{
    background-position:10px center;
}
.Site #subMenuInner ul ul ul a:hover,
.Site #subMenuInner ul ul ul a.active,
.Site #subMenuInner ul ul ul a.on
{
    background-position:20px center;
}
.Site #subMenuInner ul ul ul ul a:hover,
.Site #subMenuInner ul ul ul ul a.active,
.Site #subMenuInner ul ul ul ul a.on
{
    background-position:30px center;
}
.Site #subMenuInner ul ul a
{
    font-size:95%;
}
.Site #subMenuInner ul ul ul a
{
    font-size:90%;
}
/* ################################### Bottom Menu ################################# */

.Site #bottomMenu dt.linkId1 a
{
    background:transparent url(/images/layout/home_footerlink_bg.gif) no-repeat left top;
}
.Site #bottomMenu dt.linkId1 a span.navTab-tl
{
    background:transparent url(/images/layout/home_footerlink_navtab_bg.gif) no-repeat right top;
}
.Site #bottomMenu dt.linkId8 a
{
    background:transparent url(/images/layout/asia_footerlink_bg.gif) no-repeat left top;
}
.Site #bottomMenu dt.linkId8 a span.navTab-tl
{
    background:transparent url(/images/layout/asia_footerlink_navtab_bg.gif) no-repeat right top;
}
.Site #bottomMenu dt.linkId9 a
{
    background:transparent url(/images/layout/east_footerlink_bg.gif) no-repeat left top;
}
.Site #bottomMenu dt.linkId9 a span.navTab-tl
{
    background:transparent url(/images/layout/east_footerlink_navtab_bg.gif) no-repeat left top;
}
.Site #bottomMenu dt.linkId10 a
{
    background:transparent url(/images/layout/avl_footerlink_bg.gif) no-repeat left top;
}
.Site #bottomMenu dt.linkId10 a span.navTab-tl
{
    background:transparent url(/images/layout/avl_footerlink_navtab_bg.gif) no-repeat left top;
}

.Site .gtIcon
{font-size:120%}

/* ======================== */
.Site #developerLink a
{
	background:transparent url(/images/layout/developerLogo.gif) left top no-repeat;
	font-size:80%;
	padding-top:27px;
	color:#3587b5;
	padding-left:4px;
	float:none;
	display:block;
}

.Site #developerLink a:hover
{
    background-image:url(/images/layout/developerLogo_hover.gif);
    color:#62a2c6;
}
/* ======================== */


/* jQuery Autocomplete */
.ac_results
{
    margin-top:1px;
	border: none;
	border-left:solid 1px #4792bc;
	border-right:solid 1px #4792bc;
	border-bottom:solid 1px #4792bc;
	cursor:pointer;
	font-size:90%;
	color:#676767;
}
.ac_odd
{
    background-color:#d8e8f0;
}
.ac_even
{
	background: #FFF;
}
.ac_over
{
	background: #313185;
	color:#dedede;
}

/* / jQuery Autocomplete */

.Site .SubPageGrid .listItem
{
    background-color:#2f84b3;
    margin-bottom:15px;
}
.Site .SubPageGrid .listItem a h3
{
    padding:3px 5px 3px 5px;
    font-weight:normal;
    font-size:1.30em;
 }

.Site .detail small,
.Site .detail a,
.Site .detail p a,
.Site .listItem p a,
.Site #mainLayout .whiteBox a
{
    color:#00F !important;
    text-decoration: underline;
}

.Site #mainLayout .ProductList .lIinner a:hover,
.Site .backlink a:hover,
.Site .detail small:hover
{
    color:#2f84b3 !important;
}
.Site .listItem a
{
	color: #002d66;
}
.Site .SubPages .listItem h3 a,
.Site .QuickLinks .listItem h3 a
{
    color:#fff;
}
.Site .detail .listItem
{
    color:#002D66;
}
.Site .ProductList .lIinner .morelink a
{
    background:transparent url(/images/layout/product_More.gif) no-repeat right top;
    padding-right:21px;
}
.Site .backlink a
{
    background:transparent url(/images/layout/backLink.gif) no-repeat left 2px;
    padding-left:15px;
}
.Site .backlink a:hover
{
    background:transparent url(/images/layout/backLink_hover.gif) no-repeat left 2px;
}
.Site .detail.product .manufacturer
{
    font-size:120%;
}
.Site .googleadvert
{
	background: #FFFFFF !important;
	height: 121px;
	margin-bottom: 0;
	color: #000 !important;
}
.Site #rightColumn .googleadvert 
{
	margin-bottom: 20px;
}
.Site #coverflow
{background-color:transparent !important;}

.Site .calendarView
{
	margin-bottom: 20px;
}
.Site td.cday
{
	border-right: 0px solid #000;
	background: #FFF;
	
}
.Site .weekNumber
{
	background:#FFF;
	border: 0;
	border-right: 1px solid #cdcdcd;
}
.Site td.last
{
	border-right: 1px solid #000;
}
.Site .cdaytitle
{
	background: url(/images/layout/box_tl_bg.gif) top left repeat-x;
	border-right: 1px solid #000;
	border-bottom: 0;
}
.Site .last .cdaytitle
{
	border-right: 0;
}
.Site .calendarentry
{
	padding: 0 !important;
	border-color: #FFF !important;
}
.Site .calendarentry a
{
	display:block;
	background: #90BED7;
	padding: 3px 3px !important;
	color: #0f4c9a;
	line-height: 1.1em;
	
}
.Site .calendarentry a:hover
{
	color: #073268 !important;
}
.Site td.anotherMonth
{
	background: #d1ecef;
}
.Site td.today 
{
	background: #d2d2d2;
}
.Site td.today .cdaytitle
{
	background: url(/images/layout/today.gif) top left repeat-x;
}
.Site .libraryimage h2 a
{
	font-size: 16px;
	color: #FFF;
}
.Site .libraryimage
{
	background: none;
}
.Site .detail.video
{
    background-color:transparent;
}
.Site .detail.video h2.title
{
    color:#fff;
}
.Site .VideoList .detail.video .backlink
{
    display:none;
}
.Site .detail.video .entryFooter .backlink a
{
     background-image:url(/images/layout/backLink_video.gif);
     color:#fff !important;
}
.Site .detail.video .entryFooter .backlink a:hover
{
     background-image:url(/images/layout/backLink_hover_video.gif);
     color:#b2caf7 !important;
}
body #tooltip
{
    background-color:#fff !important;
    border:solid 1px #313185 !important;
    padding:10px 10px 20px 10px;
	width:300px;
	height:auto;
	color:#313185;
}
body #tooltip #dates
{
	font-size:90%;
	font-weight:bold;
	color:#63B1E5;
	margin-bottom:3px;
}
body #tooltip #times
{
	font-size:90%;
}
body #tooltip #venue
{
	font-size:90%;
	padding-bottom:5px;
}
body #tooltip h3
{
    color:#313185;
    font-size:130%;
	margin-bottom:2px;
	padding-bottom:2px;
}
body #tooltip #summary
{
	padding-top:5px;
	border-top:solid 1px #313185;
	font-size:90%;
}
.searchResult a span
{
	text-decoration: underline;	
	font-weight: bold;
}
