@import url("events.css");
body{

}
.es_section{
	width: 100%;
	border-style: none none solid none;
	border-width:1px;
	border-color:#E3E3E3;
	clear:both;
	text-align:left;
}

.es_section_white {
	border-style: none;
	background: #FFFFFF;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*h2{
	color:#666666;
	font-size: 1.5em;
	font-weight: bold;
}
h3{
	color:#666666;
}*/
.es_section_heading div{
	background:#464646;
	padding-top:5px;
	padding-bottom:5px;
	color:#d7d7d7;
}
.eschedule_column{
	float:left;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.eschedule_text_column {
	float:left;
	text-align:left;
	padding-top:18px;
	padding-bottom:18px;
}
.appointment_time{
	float:left;
	text-align:center;
	padding:5px;
}
.appointment_user{
	float:left;
	padding:5px;
}
.action{
	float:left;
	padding:5px;
}
.text{
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	/*margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;*/
	margin: 0 4px 10px 0;
	width: 108px;
	
	font-size: 11px;
}



.time_section {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.new-event label{
	display: block;
	/*margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;*/
	white-space: nowrap;
	margin: 0 0 4px;
}
span.field_name {
	
	color: #aaaaaa;
}



/* My addition */

.wider {
width: 148px;
}

.es_wrapper {
width: 958px;
overflow:hidden;
font-size: 11px;
padding: 14px 0;
}


.eschedule_column{
	float:left;
	text-align:left;
padding: 10px;
}

/* Events Page ////////////////////////////////////*/

#events-page {

}

#events-page .col1 {
width: 150px;
}

#events-page .col2 {
width: 274px;
}

#events-page .col2 label {
display:inline-block;
width: 110px;
padding: 0 8px 0 0;
}

#events-page .es_section_heading label {
margin-bottom: 0;
}

#events-page .col2 .text {
margin-right: 8px;
}

#events-page .col3 {
width: 150px;
}

#events-page .col4 {
width: 180px;
}

#events-page .col4 .select-user {
border-bottom:2px solid #E3E3E3;
}

#events-page .col4 label.inline {
display:inline-block;
width: 70px;
width: 66px;
}

#events-page .col4 .text {
margin-right: 0;
}

#events-page .col4 .new-user {
clear:both;
padding: 12px 0 0;
}

#events-page .col4 label.checkbox {
margin: 0 0 12px;
line-height: 18px;
}

#events-page .col5 {
width :100px;
}


/* Appointments Page ////////////////////////////////////*/


#appointments-page {

}

#appointments-page .time {
width: 50px;
}

#appointments-page .col1 {
width: 170px;
}

#appointments-page .col2 {
width: 170px;
}

#appointments-page .col3 {
width: 170px;
}

#appointments-page .col4 {
width: 200px;
float:right;
text-align:right;
}




div.error-message {
padding: 10px;
color: #fff;
background: #c0272d;
margin: 0 0 14px;
}

div.success-message {
padding: 10px;
color: #005399;
background: #fff;
margin: 0 0 14px;
}


#events-list { /* container around the bottom section in events management */
position:relative;
}

#add-edit-events { /* container around the top section in events management */

}

#events-filters {
position:absolute;
top:4px;
right:0;
display:inline-block;
line-height: 20px;
}

#events-filters select, #events-filters label {
margin:0 0 0 8px;padding:0;float:left;
}


