h3{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:6px;
}

#events_reminder{
	background:#e7e7e7;
	padding:10px 10px 40px 10px;
	margin:0px 0 10px 0;
}

.reminder h2{
	background:#000 url(../images/icons/bg_events.gif) no-repeat scroll 8px 8px;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:10px;
	color:#4ab2d5;
	height:20px;
	margin:10px 0 0 0;
	text-indent:30px;
}

h2 span{
	color:#fff;
	font-size:10px;
}

#events_reminder p{
	color:#b4c4c9;
	font-style:italic;	
}

#events_reminder h3{}


#sms_reminder{
	background: url(../images/events/bg_events_sm.gif) repeat-x scroll 0px 26px;
	height:110px;
	color:#fff;
	margin-top:10px;
}

#email_reminder{
	background: #04212e url(../images/events/bg_events_lrg.gif) repeat-x scroll 0px 26px;
	height:330px;
	color:#fff;
	margin:10px 0 10px 0;

}
* html #email_reminder{
	height:362px;
}

*:first-child+html #email_reminder{
	height:362px;
}

p.remind_friend {
	clear:both;
	position:relative;
	padding-top:10px;
}

.reminder input{ margin:0 5px 0 10px;}


.remind_me{
	margin:5px 5px 0pt 10px;
}

.remind_me span{
	float:left;
	padding:5px 8px 5px 8px;
}

.remind_me a{
	color:#000;
}

.friend_yes{
	margin-left:10px;	
}

input.friend_yes{
	padding-bottom:10px;
}

.dropdown{
	background:#FFFFFF url(../images/buttons/arrow_grey_down.gif) no-repeat scroll right top;
	border:1px solid #9B9B9B;
	cursor:pointer;
	display:block;
	float:left;
	font-size:10px;
	height:12px;
	padding:3px;
	position:relative;
	width:120px;
}


#email_reminder .reminder{
	margin-top:10px;

}

#email_reminder textarea{
	background-color:#f5f5f5;
	margin:0 0 0 8px;
	width:555px; height:85px;
	font-size:10px;
	padding:10px;
	overflow:auto
}

.pagination {
	height:20px;
	position:absolute;
	right:10px;
	top:20px;
}

.pagination p{ 
	position:relative;
	top:-5px;
	float:left;
	margin-right:10px;
	font-size:11px;
	font-weight:bold;	
	color:#fff;
	font-style:normal !important;
}

a.previous, a.next, a.first, a.last, a.back_to, a.preview_event {
	display:block;
	float:left;
	height:20px;
	text-indent:-99999px;
	width:20px;
	margin-right:5px;
}

a.previous {background:transparent url(../images/buttons/previous-arrow.gif) no-repeat scroll left top;}
a.next {background:transparent url(../images/buttons/next-arrow.gif) no-repeat scroll left top;}
a.first {background:transparent url(../images/buttons/first-arrow.gif) no-repeat scroll left top;}
a.last {background:transparent url(../images/buttons/last-arrow.gif) no-repeat scroll left top;}
a.back_to {
	background:transparent url(../images/buttons/back_to_events.gif) no-repeat scroll 0px -20px;
	width:115px;
}

a.preview_event {
	background:transparent url(../images/buttons/preview_event.gif) no-repeat scroll 0px -20px;
	float:right;
	margin-top:10px;
	width:97px;
}

a.back_to:hover,
a.preview_event:hover {
	background-position: 0 0px;
}

a.previous:hover, a.next:hover, a.first:hover, a.last:hover{
	background-position: 0 -35px;
}

#filter_controls{
	background-color: #e7e7e7;
	height:61px;
}
#filter_controls ul{
	float:left;
	width: 700px;
}
#filter_controls ul li{
	float:left;
	width: 185px;
	height: 61px;
	margin-right: 10px;
}
#filter_controls ul a{
	display:block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#filter_controls ul a:hover,
#filter_controls ul a.selected{
	background-position: 0 -61px;
	background-repeat: no-repeat;
}
#filter_controls ul .l1 a{
	background-image:url(../images/buttons/tab_edit_details.gif);
}
#filter_controls ul .l2 a{
	background-image:url(../images/buttons/tab_edit_reminders.gif);
}
#filter_controls ul .l3 a{
	background-image:url(../images/buttons/tab_edit_comments.gif);
}

ul.status_options{
	clear:none !important;
	margin-top:20px;
	left:91px;
}



p.avatar_votes{
	color:#333333;
	display:block;
	float:left;
	height:26px;
	margin-top:-5px;
	padding:5px;
	width:50px;
}

/* datepicker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 5px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

