﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#979799;
	background-image:url(../_img/_globalAssets/bgBody.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4B4B4B;
}
h1 {
	font-size:20px;
	letter-spacing: 10px;
	font-weight:normal;
}
#printLogo {
	display:none;
	}
#mainMenuWrapper {
	background-color:#000000;
	display:block;
}
#mainMenu {
	padding:0 50px 0 0;
	border-bottom:1px solid #CCCCCC;
	background-color:#000000;
	z-index:1;
	height:130px;
	margin-left:0;
	margin-right: auto;
	width: auto;
	min-width:940px;
}
#logo {
	float:right;
	padding:25px 25px 0 50px;
	text-align:right;
	width:100%;
}
#leftMenu {
	position:absolute;
	left:0;
	top:0;
	margin:131px 0 0 0;
	padding:10px 0 0 0;
	width:200px;
	background-image:url(../_img/_globalAssets/bgLeftMenuTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#979799;
	z-index:0;
}
#mainContentWrapper {
	padding: 0 20px 20px 220px;
}
#mainContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	margin-top:0;
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
	color: #000000;
	width: 700px;
	
}
#mainContent .galleryImg {
	border:10px solid #FFFFFF;
}
.bookletImg {padding:5px;border:1px solid #000000;}
.trackTable {border-collapse:collapse;font-size:10px;width:630px;margin:0;padding:0;}
.trackCell {padding:1px;text-align:center;width:30px;vertical-align:top;}
.trackDiv {width:17px;height:17px;border:1px solid #000000;vertical-align:middle;text-align:center}
.titleCell {width:250px;vertical-align:top;border-bottom:1px dotted #CCCCCC;}
.composerCell {padding:1px;text-align:left;color:#666666;width:200px;vertical-align:top;border-bottom:1px dotted #CCCCCC;}
.durationCell {padding:1px;text-align:right;width:50px;vertical-align:top;border-bottom:1px dotted #CCCCCC;}
.menuCell {
	background-image:url(../_img/menu/separator.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:2px 2px 2px 2px;
	width:100px;
	text-align:center;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {outline:none;}
a img {border:0;}
.menuTitle {
	padding:0 0 5px 0;}
.menuItem {
	display:inline;
	height:100px;
	padding:5px 5px 5px 5px;
	margin:2px 2px 2px 2px;
}
.menuImg {
	margin:2px 2px 2px 2px;
}
/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.link, .link:active, .link:visited, .link:focus {color:#003333;}
.link:hover {color: #FFFFFF;background-color:#003333;text-decoration: none;}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: transparent;
	border-bottom: 1px solid #999;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 2px 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 .6em;
	border-left: 1px solid #999;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #979799;
	font-size: 12px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #979799;
	border-top: 1px solid #999;
	padding: 0 0 0 .4em;
	text-decoration: none;
	background-color: #232E33; /* */
}
#p7TMnav div a:visited {
	color: #979799;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-color: #4b4b4b;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #999999;
	font-size: 11px;
	background-color: transparent;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #fff;
	background-color: #999;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: .7em;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	/*padding: 0 0 0 20px !important;*/
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 0 0 0 20px !important;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
a:active, a:focus {
	outline:0;
	-moz-outline:0;
}

.formButton {
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color:#33444b;
	font-weight:normal;
	padding:4px;
}
.formButton:hover {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight:normal;
	padding:4px;
}