.personaltable tr td {
	padding: 3px;
}

.personaltable tr td.col{
	background: #f3f3f3;
	border: 1px solid #81C5F5;
}

.personal-service-table {
	border-collapse: collapse;
}

.personal-service-table tr th {
	background: #f3f3f3;
	border: 1px solid #81C5F5;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

.personal-service-table tr td {
	border: 1px solid #81C5F5;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.personal-date-select tr td {
	padding: 5px;
}

.personal-date-select tr td:first-child {
	padding: 5px;
	text-align: right;
}

.personal-sessions {
	border-collapse: collapse;
}

.personal-sessions tr th {
	background: #f3f3f3;
	border: 1px solid #81C5F5;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	white-space: nowrap
}

.personal-sessions tr td {
	border: 1px solid #81C5F5;
	padding: 5px;
	white-space:nowrap;
	vertical-align: middle;
}

.personal-pays {
  border-collapse: collapse;
}

.personal-pays tr th {
	background: #f3f3f3;
	border: 1px solid #81C5F5;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	white-space: nowrap;
}

.personal-pays tr td {
	border: 1px solid #81C5F5;
	padding: 5px;
	vertical-align: middle;
	white-space:nowrap
}

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

#personal .lc .attribute .name {
	padding: 5px;
	margin-top: -1px;
	margin-right: 5px;
	width: 120px;
	text-align: right;
	display: inline-block;
	background: #F3F3F3;
	border: 1px solid #81C5F5;
}

#personal .lc .attribute .value {
	display: inline-block;
}

#personal .lc .info {
	margin-top: 10px;
	margin-bottom: 10px;
}

#personal .lc .actions {
	white-space: nowrap;
}

#personal .lc .actions a {
	margin-right: 4px;
}

#personal .bottom {
	margin-top: 10px;
}


#body .personal-title {
	width: 700px;
	left: -50px;
	padding: 4px 4px 4px 10px;
	position: relative;
	background: url("../images/header_center2.jpg") no-repeat scroll 0pt 0pt transparent;
}

#body .personal-title a {
	text-decoration: none;
	color: white;
}

#personal .action-button {
	color: #0483A9;
	padding: 3px 8px;
	border: 1px solid #81C5F5;
	line-height: 35px;
	background: #FFFFFF;
}

#personal .action-button:hover {
	cursor: pointer;
	background: #B6DDFA;
}

#personal .action-button.disabled {
	color: gray;
	padding: 3px 8px;
	border: 1px solid gray;
	line-height: 35px;
	background: #FFFFFF;
	cursor: default;
}

#personal #password-label {
	color: black;
}

#personal #password-label.error {
	color: red;
}

#personal .crumb-text {
	color: #ffffff;
	position: relative;
	bottom: 6px;
	font-family: Arial, Tahoma;
	font-size: 20px;
	font-style: italic;
}

#personal .crumb-text a {
	text-decoration: none;
	color: white;
}

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

ul.accel-sites li {
	cursor: pointer;
	color: gray;
	list-style-type: circle;
}

ul.accel-sites li:hover {
	color: black;
}

ul.accel-sites li.active {
	color: red;
	list-style-type: disc;
}

.hours-limit th {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: x-small;
}

.hours-limit td {
	margin: 0;
	padding: 0;
}

.hours-limit input {
	margin: 0;
	padding: 0;
}

