/* /////////////////////////////////// */
/* ALBUM CREDITS MAIN SHELL - GRAY SCHEME */




body {
	background-color: #434343;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shell_gray/main_bkd.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

a:link {
	color: #3c9ada;
}
a:visited {
	color: #3c9ada;
}
a:hover {
	color: #0DA1F4;
}
a:active {
	color: #3c9ada;
}

/* AIS CSS */
#page_text {
	margin: 0px 10px;	
}
/*  ----  */


/* /////////////////////////////////// */
/*  */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.clearLine {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	display: block;
	height: 0px;
}
/*  ----  */


/* /////////////////////////////////// */
/* MAIN  */
#super_container {
	width: 1026px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#core {
	background-image: url(../images/shell_gray/core_fixed_bkd.gif);
	background-repeat: repeat-y;
	background-position: left 20px;
}


#header {
	width: 1026px;
	height: 86px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
#beta {
	background-image: url(../images/shell_gray/hdr_betaflag.png);
	height: 81px;
	width: 380px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin: 0px;
	padding: 0px;
}

#logo {
	background-image: url(../images/shell_gray/main_logo_tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	float: left;
	width: 300px;
	height: 70px;
	/*text-indent: -2000px;*/
	overflow: hidden;
	top: 70px;
	voice-family:inherit;
	display: block;
	margin: 0px;
	padding: 0px;
}
#logo:hover {
	background-image: url(../images/shell_gray/main_logo_tag_hover.png);
	cursor: pointer;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active  {
	text-decoration: none !important;
	color: #333333;
}

#Nav {
	float: right;
	height: 81px;
	white-space:nowrap;
	overflow: hidden;
	width: 620px;
}

.navBar {
	height: 58px;
	background-image: url(../images/shell_gray/hdr_menuL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	white-space:nowrap;
	min-width: 540px;
	overflow: hidden;
	white-space:nowrap !important;
}
.navBar .endR {
	background-image: url(../images/shell_gray/hdr_menuR.gif);
	height: 58px;
	width: 33px;
	float: right;
}


.navSearchL {
	float: left;
	height: 38px;
	padding-top: 20px;
	background-image: url(../images/shell_gray/hdr_searchL.gif);
	width: 36px;
	background-repeat: no-repeat;
	background-position: left top;
}

.navSearch {
	float: left;
	height: 36px;
	padding-top: 22px;
	background-image: url(../images/shell_gray/hdr_searchC.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 260px;
}
.navSearchR {
	float: left;
	height: 38px;
	padding-top: 20px;
	background-image: url(../images/shell_gray/hdr_searchR.gif);
	width: 38px;
	background-repeat: no-repeat;
	background-position: left top;
}

.navSearch input {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3e7bb7;
	font-size: 0.9em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.navMenu {
}

.navBar .divider {
	background-image: url(../images/shell_gray/hdr_menuDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.navBar .menuEnd {
	background-image: url(../images/shell_gray/hdr_menuDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	float: left;
	padding-top: 20px;
	width: 2px;
}

.menuItem {
	float: left;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	height: 34px;
	padding-top: 24px;
	color: #FFFFFF;
	white-space:nowrap !important;
}

.navBar .divider a:link, .navBar .divider a:visited {
	text-decoration: none !important;
	height: 58px;
	color: #FFFFFF;
}


.navText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	height: 22px;
	padding-top: 6px;
	font-weight: normal;
	padding-right: 21px;
	color: #999999;
	text-transform: uppercase;
	overflow: hidden;
	float: right;
}

.navText .hiLite {
	color: #F44360;
}

.navText a:link, .navText a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 2px;
}

.navText a:hover, .navText a:active {
	color: #FFFFFF;
	background-color: #343A40;
	text-decoration: none;
}
/*  ----  */



/* /////////////////////////////////// */
#pageTab-Shell {
	width: 826px;
	height: 28px;
	margin-top: 0px;
	margin-right: 186px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 14px;
	background-image: url(../images/shell_gray/main_ctnr_topL.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}
#pageTab-Center {
	width: 812px;
	height: 28px;
	background-image: url(../images/shell_gray/main_ctnr_topC.gif);
	background-repeat: repeat-x;
	background-position: left 14px;
	float: left;
}
#pageTab-tRight {
	background-image: url(../images/shell_gray/main_ctnr_topR.gif);
	background-repeat: no-repeat;
	background-position: right 14px;
	height: 28px;
	width: 14px;
	float: right;
}

/* MAIN PAGE TAB COLORS */
#pageTab-pink, #pageTab-blue, #pageTab-gray, #pageTab-dark, #pageTab-orange, #pageTab-yellow {
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 30px;
	padding-top: 6px;
	overflow: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0ex;
}
#pageTab-pink {
	background-image: url(../images/shell_gray/pageTab_pink.gif);
}
#pageTab-blue {
	background-image: url(../images/shell_gray/pageTab_blue.gif);
}

#pageTab-gray {
	background-image: url(../images/shell_gray/pageTab_gray.gif);
}
#pageTab-dark {
	background-image: url(../images/shell_gray/pageTab_darkblue.gif);
}
/* USED FOR ERRORS */
#pageTab-orange {
	background-image: url(../images/shell_gray/pageTab_orange.gif);
}
#pageTab-yellow { /* for MEGA errors, heh */
	background-image: url(../images/shell_gray/pageTab_yellow.gif);
	color: #000000;
}
/* MAIN PAGE TAB ICONS */
#pageTab-pink .tabIcon, #pageTab-blue .tabIcon, #pageTab-orange .tabIcon, #pageTab-gray .tabIcon, #pageTab-dark .tabIcon, #pageTab-yellow .tabIcon {
	
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 20px;
	width: 320px;
	background-position: left 0px;
	padding-left: 22px;
	padding-top: 2px;
}
#pageTab-blue .tabIcon {
	background-image: url(../images/shell_gray/pageTabIcon_blue_album.gif);
}
#pageTab-dark .tabIcon {
	background-image: url(../images/shell_gray/pageTabIcon_darkblue_search.gif);
}
#pageTab-orange .tabIcon { /* error 1 */
	background-image: url(../images/shell_gray/pageTabIcon_error.png);
}
#pageTab-yellow .tabIcon { /* error 2 */
		background-image: url(../images/shell_gray/pageTabIcon_error2.png);
}
/*  ----  */



/* /////////////////////////////////// */
#main_container {
	width: 840px;
	float: left;
	background-color: #1F1F1F;
	background-image: url(../images/shell_gray/main_ctnr_bkd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#page_container {
	width: 812px;
	min-height: 600px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-bottom: 10px;
}

.pg_cnr-tLeft {
	background-image: url(../images/shell_gray/page_topL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pg_cnr-bLeft {
	background-image: url(../images/shell_gray/page_btmL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 16px;
}
.pg_cnr-tRight {
	background-image: url(../images/shell_gray/page_topR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 10px;
	width: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pg_cnr-bRight {
	background-image: url(../images/shell_gray/page_btmR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 10px;
	width: 16px;
}

.page_bottom {
	width: 812px;
	height: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 14px;
}

/*  ----  */


/* /////////////////////////////////// */
#adColumn {
	float: right;
	width: 186px;
}
#adHeader {
	color: #666666;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: center;
	height: 20px;
	width: 186px;
	margin: 0px;
	padding: 0px;
}
#adHeader .top {
	background-color: #000000;
	height: 20px;
	width: 166px;
	float: left;
	background-image: url(../images/shell_gray/adColumn_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#adHeader .topR {
	float: right;
	height: 20px;
	width: 20px;
	background-image: url(../images/shell_gray/adColumn_topR_demo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
#adContent {
	width: 162px;
	background-image: url(../images/shell_gray/adColumn_bkd.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #000000;
	color: #333333;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.skyscraper {
	height: 600px;
	width: 160px;
	border: 1px solid #313131;
}
/*  ----  */



/* /////////////////////////////////// */
#footer{
	width: 812px;
	background-color: #303030;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 14px;
	margin-top: 0px;
}
.ftr_corner-left {
	background-image: url(../images/shell_gray/footer_topL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 20px;
}

.ftr_corner-right {
	float: right;
	height: 20px;
	width: 20px;
	background-image: url(../images/shell_gray/footer_topR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.ftr_content {
	color: #999999;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}

.ftr_content p {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #4a4a4a;
	border-right-color: #4a4a4a;
	border-bottom-color: #4a4a4a;
	border-left-color: #4a4a4a;
	padding-top: 15px;
	margin-top: 0px;
}

.ftr_content a:link, .ftr_content a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;	
}

.ftr_content a:hover, .ftr_content a:active {
	color: #D9D9D9;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
}

.ftr_content .smallText {
	font-size: 0.75em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.2ex;
	line-height: 1.4em;
}

.ftr_content .smallText p {
	margin: 0px;
	padding: 0px;
}
.ftr_content .hiLite {
	color: #CCCCCC;	
}



/* LOGOS */
.logos {
	width: 250px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	white-space: nowrap;
}
.logos a {
	margin: 0px !important;
	padding: 0px !important;
}
.logos.credits {
	width: 220px !important;
	margin-top: 5px;
}
.AlbumCredits_logo {
	background-image: url(../images/shell_gray/footer_logo_small.png);
	height: 45px;
	width: 180px;
	background-position: left top;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	display: block;
	float: left;
}

.AMG_logo {
	height: 45px;
	background-image: url(../images/shell_gray/footer_amg_logo_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 55px;
}


.logo-ais-black, .logo-ais-gray, .logo-kosa-black, .logo-kosa-gray {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin-top: 5px;
	padding-top: 9px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo-ais-black, .logo-ais-gray {
	background-position: right 1px;
	min-width: 50px;
	padding-right: 31px;
}
.logo-ais-black {
	background-image: url(../images/shell_gray/logo_ais_black.gif);
}
.logo-ais-gray {
	background-image: url(../images/shell_gray/logo_ais_gray.gif);
}
.logo-kosa-black, .logo-kosa-gray {
	background-position: right 6px;
	min-width: 65px;
	padding-right: 60px;
}
.logo-kosa-black {
	background-image: url(../images/shell_gray/logo_kosa_black.gif);
}
.logo-kosa-gray {
	background-image: url(../images/shell_gray/logo_kosa_gray.gif);
}
a.logoLink {
	color: #808080 !important;
	text-decoration: none !important;
	font-weight: normal !important;
	margin: 0px;
	padding: 0px;
}
a.logoLink:hover, .logo-ais-black:hover, .logo-kosa-black:hover, .logo-ais-gray:hover, .logo-kosa-gray:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.ftr_bottom {
	height: 20px;
	background-image: url(../images/shell_gray/footer_btmL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ftr_bottomR {
	height: 20px;
	background-image: url(../images/shell_gray/footer_btmR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.subFooter {
	height: 20px;
	width: 1026px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.subFooter .bLeft {
	background-image: url(../images/shell_gray/main_ctnr_btmL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
	float: left;
}

.subFooter .bCenter {
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	width: 800px;
	background-color: #1F1F1F;
	float: left;
	background-image: url(../images/shell_gray/main_ctnr_btmC.gif);
}

.subFooter .bRight {
	background-image: url(../images/shell_gray/main_ctnr_btmR_ad.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 206px;
	float: right;
}
/*  ----  */



/* /////////////////////////////////// */
