/* Music center */
a.link-help {
	text-decoration: none;
	color: #000000;
}

table.result-music {
    width: 770px;
    border-collapse: collapse;
    margin-left: 10px;
}

table.result-music tr.result-alt {
	background-color: #EBEBEB;
}

table.result-music tr:hover {
    background-color: #FDE7A2;
}
table.result-music td:hover {
    background-color: #FCD661
}
table.result-music td {
    border: 1px solid #FFFFFF;
    padding: 2px;
    cursor: default;
}

table.result-music th {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    background-color: #C28C00;
    vertical-align: top;
}

table.result-music th a {
    color: #FFFFFF;
}

div.module, div.sub-module {
    border: 1px solid #C7CA9F;
    width: 190px;
    padding: 5px;
    text-align: left;
    margin-top: 3px;
    vertical-align: top;
	background-image: url(../images/bg_module.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.module a, div.sub-module a {
	color: #A82827;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/bg_a.png);
	background-repeat: no-repeat;
}

h5.module-header, h5.sub-module-header {
	width: 192px; 
	color: #FFFFFF;
	background-image: url(../images/bg_header_module.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold; 
	padding: 3px; 
	font-size: 12px;
	margin: -4px 2px 0 -4px;
}

* html h5.module-header, *html h5.sub-module-header {
	margin: -4px -4px 4px -4px;
}

div.sub-module ul {
	margin: 3px 0 0 -25px;
}

* html div.sub-module ul {
	margin: 0 0 0 15px;
}

#login-hidden {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	z-index: 1000;
}

a.link-delete {
	color: red;
	text-decoration: none;
}

a.link-edit {
	color: green;
	text-decoration: none;
}

#alphabet {
	width: 100%;
	text-align: center;
	padding: 3px;
	display: block;
}

#alphabet a {
	text-decoration: none;
	font-weight: bold;
	color: #C28C00;
}

#alphabet a:hover {
	color: #5F4500;
}

.highlightText {
	font-weight: bold;
}

div.module-hide {
	display: none;
	clear: both;
}

#profile div {
	width: auto;
	clear: both;
}

#profile label {
	float: left; 
	margin-top: 6px;
	width: 205px;
}

#profile label.inline select {
	display: inline;
}

#profile input, #profile select, #profile textarea {
	margin-bottom: 4px;
	margin-left: 210px;
	display: block;
}

#profile textarea {
	width: 300px;
	-moz-opacity: .50;
	opacity: .50;
}

#profile label.inline {
	width: 490px;
	margin: 0 0 8px 0;
	display: block;	
	clear: left;
}

#profile label.inline select {
	margin: 0;
	display: inline;
}

#profile label.inline input {
	margin: 0;
	display: inline;
	border: none;
	border-bottom: 1px solid #000000;
	width: 50px;
	text-align: center;
}

#profile fieldset {
	display: block;
	margin: 0 0 -1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #C86A33;
	padding: 0 1em 1em 1em;
	width: 500px;
	background-image: url(../images/bg_profile.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#profile fieldset.multiple {
	background: none;
	margin-top: 20px;
}

#profile legend {
	color: #C86A33;
	font-weight: bold;
}

#profile div.radio-group {
	clear: both;
	margin: 0 0 3px 0;
	width: 490;
	display: block;
	position: relative;
}

#profile div.radio-group label {
	width: 490px;
}

#profile label.radio {
	display: block;
	clear: left;
}

#profile div.block {
	clear: right;
	margin: 0;
	width: 490px;
}

a.profile {
	padding: 3px; 
	color: #A82827;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia;
}

a.profile:hover {
	background-color: #FFFFFF;
}

a.step {
	padding: 3px;
	margin: 1px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	color: #000000;
	text-decoration: none;
}

a.step-on {
	padding: 3px;
	margin: 1px;
	color: #CCCCCC;
	text-decoration: none;
}

#profile label.radio, #profile label.checkbox {
	clear: both;
	width: auto;
}

#profile label.radio input, #profile label.checkbox input {
	margin: 0 4px 0 0;
	display: inline;
	clear: both;
}

#login-hidden div.module {
	width: 220px;
}

#login-hidden div.module h5.module-header {
	width: 222px;
}

div.login-page {
	clear: both;
	width: 500px;
}

table.client-balance, table.client-message {
	width: 600px;
	border-collapse: collapse;
}

table.client-calendar {
	width: 400px;
	border-collapse: collapse;
}

table.client-balance td, table.client-message td, table.client-calendar td {
	padding: 2px;
	border-bottom: 1px solid #B9B4B0;
	font-size: 11px;
}
table.client-balance th, table.client-message th {
	padding: 3px; 
	color: #A82827;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia;
	text-align: left;
}

table.client-balance tr.client-balance-head td, table.client-message tr.client-message-head td, table.client-calendar tr.client-calendar-head td {
	font-weight: bold;
	background-color: #BFB1A5;
	padding: 3px;
	font-size: 12px;
}

table.client-balance tr.client-balance-alt td, table.client-message tr.client-message-alt td, table.client-calendar tr.client-calendar-alt td {
	background-color: #E8E3DF;
	border-top: 1px solid #FFFFFF;
}

table.client-balance tr.client-balance-head td.client-balance-head-total, table.client-message tr.client-message-head td.client-message-head-total {
	width: 75px;
}

table.client-balance tr.client-balance-head td.client-balance-head-date, table.client-message tr.client-message-head td.client-message-head-date {
	width: 75px;
}

table.client-calendar tr.client-calendar-head td.client-calendar-head-date {
	width: 100px;
}
