#app_nav {
	width: 200px;
	float: left;
	border-right: 1px solid #CCC;
	background-color: #DFE1E3;
	height: 100%;
}
#app_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#app_nav li {
	border-bottom: 1px solid #CCC;
}
#app_nav li a {
	text-decoration: none;
	color: #333;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#app_nav li.selected a {
	background-color: #8A99AA;
	color: #FFF;
}

#form {
	padding: 0 50px;
	overflow-y: auto;
	height: 100%;
	margin-bottom: -43px;
}

.panel {
	display: none;
	margin-bottom: 150px;
}

p {
	width: 650px;
	font-size: 12px;
	line-height: 20px;
}

label span.time {
	margin-left: 90px;
}

label span.duration {
	margin-left: 85px;
}
select.doctor {
	width: 155px;
}
select.duration {
	width: 95px;
}
fieldset input.date {
	width: 110px !important;
}

table tr td {
	border-left: 0;
	border-right: 0;
}
table.records tbody tr:hover td {
	background-color: #EFEFEF;
	cursor: pointer;
}

table tr.highlight td {
	background-color: #e5f0fa;
	font-weight: bold;
}


#mes_login {
	margin: 20px 0 50px 0;
	padding: 0;
}

#mes_login input {
	font-size: 14px;
	padding: 1px;
}
#mes_login input#email {
	width: 210px;
	margin-bottom: 5px;
}
#mes_login input#password {
	width: 120px;
	margin-bottom: 5px;
}
