ul.standard {
	margin: 10px 0px 10px 25px;
}

ul.standard li {
	list-style: disc;
	padding: 0px 0px 5px 0px;
}

.error {
	color: #990000;
}

#dyn_pages {
	width: 700px;
}

#dyn_pages ul {
	margin: 0px 0px 25px 25px;
}

#dyn_pages li {
	list-style: disc;
}

#dyn_pages .border {
	padding: 4px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.no_padding {
	padding: 0px;
}

.submit {
	padding: 10px 0px;
}

.link_person_edit {
	background: url(../img/icons/user_edit.png) no-repeat;
	padding-left: 18px;
}

.link_person_save {
	background: url(../img/icons/user_save.png) no-repeat;
	padding-left: 18px;
}

.link_person_delete {
	background: url(../img/icons/user_delete.png) no-repeat;
	padding-left: 18px;
}

.link_cancel {
	background: url(../img/icons/cancel.png) no-repeat;
	padding-left: 18px;
}

.link_delete {
	background: url(../img/icons/delete.png) no-repeat;
	padding-left: 18px;
}

.loading_str {
	color: #506E38;
}

.loading_str img {
	height: 13px;
	width: 13px;
}

#logo {
	background: url(../img/logo.gif) no-repeat 5px 5px;
	height: 111px;
}

#siteName {
	display: none;
}

#menu {
	background: url(../img/nav-background.gif) top left repeat-x;
	height: 33px;
	padding: 9px 0px 0px 0px;
}

#menu li {
	display: inline;
	padding: 0px 5px;
}

#menu a {
	color: #F2F97A;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	background: url(../img/bottom-background.gif) top left repeat-x;
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}

#content {
	padding: 5px 5px 30px 5px;
}

.user_form label {
	float: left;
	text-align: right;
	width: 150px;
	padding: 4px 4px 0px 0px;
}

.user_form .radio .first_label {
	float: left;
	display: block;
	text-align: right;
	width: 200px;
	padding: 4px 4px 0px 0px;
	height: 50px;
}

.user_form .radio fieldset {
	border: solid 1px #000000;
	
}

.user_form .radio input {
}

.user_form .radio label {
	float: none;
	width: auto;
}

.user_form .radio input {
	clear: left;
}

.user_form .input {
	clear: left;
	padding: 0px 0px 5px 0px;
}

.user_form .input input {
	width: 210px;
}

.user_form .input select {

}

.user_form .radio input {
	width: auto;
}

.user_form .required label:after {
	content: "*";
	color: #FF0000;
}

.user_form .radio label:after {
	content: "";
}

.user_form .required .first_label:after {
	content: "*";
	color: #FF0000;
}

.user_form .validation-advice {
	position: absolute;
	left: 383px;
	margin-top: -18px;
	font-size: 10px;
	color: #FF0000;
}

.user_form .caption-below {
	padding-bottom: 20px;
}

.user_form .caption-below span {
	position: absolute;
	font-size: 9px;
	margin-top: 25px;
}

.user_form .caption-below span label {
	width: auto;
	display: inline;
	padding: 0px;
}

.user_form .caption-below span label:after {
	content: "";
}

.user_form .name-fields input {
	width: 100px;
	margin-right: 3px;
}

.user_form .name-fields .validation-advice {
	/*left: 433px;*/
}

.user_form .citystatezip-fields input.city {
	width: 100px;
	margin-right: 3px;
}

.user_form .citystatezip-fields input.state {
	width: 20px;
	margin-right: 3px;
}

.user_form .citystatezip-fields input.zip {
	width: 72px;
	margin-right: 3px;
}

.user_form .submit {
	padding: 5px 0px 0px 155px;
}

.user_form .form_action {
	position: absolute;
	width: 370px;
	text-align: right;
}

.user_form .select_value {
	display: none;
}

.readonly_form .input input {
	border: dotted #000000;
	border-width: 0px 0px 1px 0px;
	padding: 4px 3px 3px 3px;
}

.readonly_form .select_value {
	display: inline;
}

.readonly_form .select select {
	display: none;
}

/*
.readonly_form .input select {
	display: none;
}
*/

#large_calendar_title {
	width: 470px;
	text-align: center;
	color: #506E38;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

#large_calendar_title a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#large_calendar_title .left {
	float: left;
	text-align: left;
	width: 100px;
}

#large_calendar_title .right {
	float: right;
	text-align: right;
	width: 100px;
}

#large_calendar {
	border: #666666 solid;
	border-width: 0px 0px 1px 1px;
}

#large_calendar td {
	border: #666666 solid;
	border-width: 1px 1px 0px 0px;
	width: 60px;
	height: 60px;
	padding: 3px;
}

#large_calendar th {
	background-color: #7fa35f;
	color: #F2F97A;
	border: #666666 solid;
	border-width: 1px 1px 0px 0px;
	font-size: 11px;
	text-align: center;
	padding: 2px 0px;
}

#large_calendar .previous-month, #large_calendar .next-month {
	background-color: #B5D3A5;
}

#large_calendar .previous-month-unavailable, #large_calendar .next-month-unavailable {
	background-color: #D3DACF;
}

#large_calendar .current-month-unavailable {
	background-color: #E5E5E5;
}

#large_calendar .selected-date {
	background-color: #999999;
}

#large_calendar td .date {
	text-align: right;
	font-size: 12px;
}

#calendar-month {
	float: left;
}

#calendar-day {
	float: left;
	margin: 0px 0px 0px 10px;
}

#calendar-day #add_times {
	text-align: right;
}

#calendar-day #add_times a {
	text-decoration: none;
}

#calendar-day #calendar-day-scroll {
	height: auto !important;
	height: 370px;
	max-height: 370px;
	overflow-y: auto;
}

#calendar_day_title {
	text-align: left;
	color: #506E38;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

#calendar-day table {
	border: solid #666666;
	border-width: 1px 1px 0px 0px;
	font-size: 12px;
}

#calendar-day td {
	border: solid #666666;
	border-width: 0px 0px 1px 1px;
}

#calendar-day .hour {
	width: 60px;
	text-align: center;
	vertical-align: middle;
	background-color: #7fa35f;
	color: #F2F97A;
}

#calendar-day ul {
	padding: 0px 0px 10px 40px;
}

#calendar-day li {
	list-style: disc;
}
/*
#calendar-day ul {
	padding: 0px 0px 10px 40px;
}
*/

#calendar-day #timeslots li {
	list-style: none;
}

#calendar-day .minute {
	width: 300px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	padding: 1px 3px;
}

#calendar-day label {
	width: 80px;
	text-align: left;
	padding-left: 40px;
}

#calendar-day ul label {
	width: auto;
	padding-left: 0px;
	float: none;
}

#calendar-day .title {
	padding-bottom: 10px;
}

#calendar-day #calendar_day_patient {
	padding-bottom: 20px;
	padding-left: 40px;
}

#calendar-day #calendar_day_patient div.input {
	display: inline;
}

#calendar-day #calendar_day_patient label {
	position: absolute;
	padding: 22px 0px 0px 0px;
	font-size: 10px;
	float: none;
	text-align: left;
}

#calendar-day #calendar_day_patient input {
	width: 120px;
}

#calendar-day #calendar_day_patient_list {
	width: 310px;
	margin: 20px 0px 0px 0px;
	height: 100px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #666666;
	padding: 0px;
}

#calendar-day #calendar_day_patient_list li {
	padding: 0px;
	list-style: none;
}

#calendar-day #calendar_day_patient_list li:hover {
	background-color: #B5D3A5;
}

#schedule_patients_list {
	height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #666666;
	padding: 0px;
}

#schedule_patients_list a {
	display: block;
	padding: 2px;
	text-decoration: none;
}

#schedule_patients ul a:hover {
	background-color: #B5D3A5;
}

#schedule_patient_filter {
	padding: 0px 0px 20px 0px;
}

#schedule_patient_filter div.input {
	display: inline;
}

#schedule_patient_filter label {
	position: absolute;
	padding: 22px 0px 0px 0px;
	font-size: 10px;
	float: none;
	text-align: left;
}

#schedule_patient_filter input {
	width: 120px;
}


#schedule_patient_filter a {
	margin-top: -18px;
	float: right;
}

#patient_table {
	border: solid #666666;
	border-width: 0px 0px 1px 1px;
	font-size: 11px;
}

#patient_table td {
	border: solid #666666;
	border-width: 1px 1px 0px 0px;
	padding: 2px 2px;
}

#patient_table th {
	border: solid #666666;
	border-width: 1px 1px 0px 0px;
	font-weight: bold;
	padding: 0px 2px;
}

#patient_table thead td {
	padding: 0px;
}

#patient_table input {
	width: 98%;
	border: 0px;
	font-size: 11px;
}

#patient_table label {
	font-size: 11px;
}

#patient_table .checkcol {
	padding: 0px;
	width: 10px;
	text-align: center;
}

#patient_table .checkcol input {
	margin: 0px;
	padding: 0px;
	float: left;
}


#patient_table #patient_table_data tr:hover {
	background-color: #B5D3A5;
	cursor: pointer;
}

#patient_table #patient_table_data td {
	font-size: 11px;
}

#patient_table #patient_table_data input {

}

.patient_pagination {
	padding: 10px 0px;
}

.patient_pagination span {
	float: right;
}

.hide_merge .show_merge {
	display: none;
}

#patient_table_form_bottom {
	/*
	position: fixed;
	bottom: 0px;
	*/
	position: absolute;
	border: solid 1px #000000;
	background-color: #999999;
}

#patient_appointments {
	padding: 10px 0px 10px 0px;
}

#patient_appointments li {
	margin: 0px 0px 0px 20px;
	font-size: 13px;
	width: 210px;
	height: 17px;
	border: dotted #000000;
	border-width: 0px 0px 1px 0px;
}

#patient_appointments li:hover {
	background-color: #B5D3A5;
	cursor: pointer;
}

#patient_appointments li a, #patient_appointments li span {
	padding: 2px;
	display: block;
	float: left;
	width: 90px;
	font-size: 13px;
}

#patient_appointments li a.link_delete {
	float: right;
	padding: 0px 0px 0px 16px;
	width: auto;
	height: 16px;
}

#patient_appointment_detail h2 {
	padding: 0px 0px 5px 0px;
}

#patient_appointment_action {
	float: right;
}

ul#pages_titles {
	padding: 0px 0px 10px 40px;
}

#pages_titles li {
	list-style: disc;
	padding: 0px 0px 3px 0px;
}

.breakfix {
	clear: both;
	display: block;
	height: 0px;
}

#shadow_box {

}
	#shadowbox_content {
		background-color: #FFFFFF;
		padding: 3px;
	}

/*
.alphacube_nw, .alphacube_ne, .alphacube_n {
	background-color: #FFFFFF;
}
*/
.dialog .top td {
	vertical-align: middle;
}

.popUpContent {
	padding: 5px;
}

.popUpContent li {
	padding: 8px 0px 0px 0px;
}

.popUpContent label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

#loading {
	color: #7ea35f;
	font-size: 24px;
	background-image: url(../img/ajax-loader-small.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding-top: 18px;
}