body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: 150%;
}

#border {
	margin: 0 0 10px 0;
	min-width: 1000px;
}

#ami-logo {
	position: absolute;
	left: 40px;
	top: 12.5px;
	height: 90px;
	width: 90px;
}

#nsm-logo {
	position: absolute;
	left: 40px;
	top: 20px;
	height: 75px;
	width: 250px;
}

#content {
	background: #ffffff url("../images/menu-header-bg.gif");
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 10px 20px;
	border: solid 1px white;
}

#textboxFrame {
	border: 1px solid black;
}

#textboxFrame p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 21px;
	padding-right: 21px;
}

#titleBar {
	background-color: black;
	color: white;
	padding: 5px 0px 5px 25px;
    margin-bottom: 7.5px;
	font-weight: bold;
}

#selectMenu {
/*	background: #FFFAF4;
	border: 1px solid #000000;
*/
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
	display: block;
}

#selectMenu, #selectMenu select {
	font-size: 16px;
	font-weight: bold;
}

#invoiceHeading {
	font-size: medium;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
	display: block;
}

#selectMenu select {
	vertical-align: middle;
	font-weight: normal;
	height: 30px;
	width: 220px;
}

#footer {
	clear: both;
	text-align: center;
	color: #555;
	font-size: 80%;
	margin-bottom: 2em;
}

#footer {
	margin-left: 26px;
	margin-top: 0px;
	padding-top: 0px;
}

.localeSelection, .localeSelection:hover {
    text-decoration: none;
    color: black !important;
    font-weight: 600;
}

#footer .build {
	padding: 0px 1.5em;
}

#footerLinks {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	font-size: 80%;
}

#footerLinks .divider {
	padding-left: 9px;
}

#footerLinks a {
	color: #777;
}

#footerLinks a:hover {
	color: #EE3227;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

code {
	font-size: 110%;
}

.albumCover {
	width: 192px;
	height: 192px;
}

.right {
	text-align: right;
}

.units {
	font-size: 80%;
}

.note {
	font-size: 90%;
	color: #666;
}

.boxHead {
  background:#EFF4F8;
  font-family:arial;
  font-size: 95%;
  font-weight:bold;
  border:1px solid #778;
  padding:5px;
}

.boxHead img {
  max-height: 192px;
  max-width: 192px;
}

.boxHead p {
	margin: 0;
}
         
.boxBody {
  background:#FFF;
  font-family:arial;
  font-size: 90%;
  border-left:1px solid #778;
  border-right:1px solid #778;
  border-bottom:1px solid #778;
  padding:5px;
}

.boxBody th {
  text-align: right;
  vertical-align: top;	 
}

.boxBody td {
  vertical-align: top;	 
}

a {
  	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: italic;
}

.glyph {
	height: 1em; 
	width: 1em; 
	vertical-align: text-bottom;
}

img {
	border: 0;
}

.highlight {
	background: yellow;
}

.mouseover {
	background: #FFFFA0;
	/* background: #eaf5fa; */  
}

.displayNone, .hiddenDivHidden, .hiddenDivCollapsed {
	display: none;
	clear: both;
}

.displayBlock, .hiddenDivShowing, .hiddenDivExpandedBlock {
	display: block;
	clear: both;
}

.hiddenSpanHidden {
	display: none;
}

.displayInline, .hiddenSpanShowing {
	display: inline;
}

.toggle {
	margin: 0px .3em;
}

.invalidValue {
	color: red;
	font-weight: bold;
}

.inactiveJukeboxMusic {
	color: #636262;
}

table {
	border-collapse: collapse;
}

/*messages*/
#content .message_warning a, #content .message_success a, #content .message_info a, #content .message_error a,
.message_warning a, .message_success a, .message_info a, .message_error a {
    color: black;
}
.message_warning, .message_success, .message_info, .message_error {
	margin-bottom: 1em;
	font-weight: bold;
	padding: .5em 20px;	
}

.message_warning .padding, .message_success .padding, .message_info .padding, .message_error .padding {
	padding: 0 24px;
}

.message_warning {
	background-color: #FFF062;
}

.message_warning .padding {
	background: url(../images/warning.gif?redownloadToken=2.16.0.88) center left no-repeat;
}

.message_success {
	background-color: #E2F6CE;
}

.message_success .padding {
	background: url(../images/message_success.gif?redownloadToken=2.16.0.88) center left no-repeat;
}

.message_info {
	background-color: #E3F6FF;
}

.message_info .padding {
	background: url(../images/message_info.gif?redownloadToken=2.16.0.88) center left no-repeat;
}

.padding p {
	margin: 0;
	padding: 0;
}

.message_error {
	background-color: #FF7171;
}

.message_error .padding {
	background: url(../images/message_error.gif?redownloadToken=2.16.0.88) center left no-repeat;
}
#email table {
	width: 90%;
}
.tdLabel {
	width: 10%;
}
#mailSubject {
	width: 100%;
}

#mailMessage {
	width: 100%;
	height: 100px;
}

.artist {
	font-weight: bold;
	font-size: 100%;
}
.description {
	font-family:arial;
	font-size: 70%;
}
.mainContent {
	width: 766px;
	margin: 0 auto;
}

.mainContent a {
	color: #000;
	text-decoration: none;
}
.gameConsoleContent a{
	color: #000;
	text-decoration: none;
}
.mainContent a:hover {
	color: #000;
	text-decoration: underline;
}

.selectLocationTitle{
	
	font-size: 105%;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	font: bold 100% Verdana, sans-serif;	
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center;
	width: 534px;
}

#locationResults {
	margin: 0;
	padding: 2px;
	width: 538px;
}

#locationResults a {
	color: #000;
	text-decoration: none;
}

#locationResults table {
	font-size: 80%;
}

#locationResults table tr thead th {
	font-size: 200%;
	
}


#locationResults a:hover {
	color: #000;
	text-decoration: underline;
}

#locationResults table thead tr th a {
    margin: -1px -1px -2px -1px;
	padding: 2px 0px;
	color: white;
}

#locationResults table table {
	border: 0px;
	margin: 0;
}

#locationResults table table td {
	border: 0px;
}

#locationResults table thead tr th {
	font-family: Arial, Helvetica, sans-serif;
}


#locationResults table tbody tr td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#locationResults table thead th a:hover {
	#239cf5;
	text-decoration: none;
	color: white;
}
#selectLocationTitle{
	padding-left: 5px;
}

#locationResults table {
	table-layout: auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin: 3px 0 9px 0;
	border: 1px solid #FB9D29;
	
	/* border-bottom: 1px solid #E6E6E6; */
}

#locationResults td {
	vertical-align: top;
	border-top: 1px solid #FCD6A7;
}

#locationResults thead, #locationResults th, #members thead, #members th {
	vertical-align: bottom;
	text-align: left;
	background: #000000 url(../images/table_header_bg.gif?redownloadToken=2.16.0.88) repeat-x bottom;
	color: white;
	padding-bottom: 8px;
}

#locationResults .even, .even {
	background: #FFFAF4;
}

#locationResults .odd, .odd {
	background: white;
}

#locationResults .selected, .selected {
	background: #FFC;
}

#locationResults .mouseover, .mouseover {
	background: #FFFFA0;
}

#tableVerticalBottom, #tableVerticalBottom td, #tableVerticalBottom th {
	vertical-align: bottom;
}

.albumRequestTitle{
	
	font-size: 105%;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	font: bold 100% Verdana, sans-serif;	
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center;
	width: 540px;
}
#modal_container {
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	text-align:center;
}
/*****************************************************************
           TABLE HEADERS
*****************************************************************/
#results img {
    /* push images down */
    margin-bottom: -4px;
}
#results th {
    padding-top: 0px;
    padding-right: 0px;
    /* force link backgroud to expand to full size */
    line-height: 20px;
}
a.tableSortLink:hover {
	background: #239cf5;
	text-decoration: none;
	color: white;
}
a.tableSortLink .sortGlyph{
    line-height: 16px;
    padding-left: 16px;
    background-position: 0px -2px;
    background-image: url('../images/sort_none.gif');
    background-repeat: no-repeat;
}
a.tableSortLink.glyphActive .sortASCENDING {
    background-image: url('../images/sort_current_ASCENDING.gif');
}
a.tableSortLink:hover .sortASCENDING {
    background-image: url('../images/sort_next_ASCENDING.gif');
}
a.tableSortLink.glyphActive:hover .sortASCENDING {
    background-image: url('../images/sort_next_DESCENDING.gif');
}
a.tableSortLink.glyphActive .sortDESCENDING {
    background-image: url('../images/sort_current_DESCENDING.gif');
}
a.tableSortLink:hover .sortDESCENDING {
    background-image: url('../images/sort_next_DESCENDING.gif');
}
a.tableSortLink.glyphActive:hover .sortDESCENDING {
    background-image: url('../images/sort_next_ASCENDING.gif');
}

.underline {
	text-decoration: underline;
}

body.waiting * {
	cursor: progress;
}