@charset "utf-8";
/* CSS Document */
@import url("base.css");

#bermynet_logo {
	float: left;
	height: 76px;
	width: 374px;
}#bermynet_logo a {
	height: 76px;
	width: 374px;
}
#calendar_main {
	float: left;
	background: #fff url(img/calendar_page_bg.png) repeat-y 317px 0px;
	width: 966px;
	margin-top: 10px;
	padding: 10px;
}
#calendar_left {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#left_nav {
	float: left;
	width: 298px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}
#left_nav li {
	float: left;
	width: 298px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
}
#left_nav li.end {
	border-bottom-style: none;
}
#left_nav  li a {
	font-size: 16px;
	line-height: 34px;
	float: left;
	width: 278px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/calendar_left_nav_bg.png) repeat-x;
	height: 34px;
}
#left_nav  li a:hover {
	color: #216FB4;
	text-decoration: underline;
	background: url(img/calendar_left_nav_bg_o.png) repeat-x;
}
.left_ad {
	float: left;
	width: 300px;
	margin-top: 10px;
}
#calendar {
	background: #e3e5e3;
	padding: 6px;
	float: left;
	width: 288px;
	margin-top: 10px;
}

#calendar ul {
	float: left;
	width: 287px;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}
#calendar li {
	line-height: 40px;
	background: #fff;
	text-align: center;
	float: left;
	height: 40px;
	width: 40px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
	font-weight: bold;
}
#calendar  li.inactive {
	color: #a5a5a5;
}

#calendar li.title {
	font-size: 16px;
	font-weight: bold;
	background: url(img/calendar_title_bg.png) repeat-x;
	width: 204px;
}
#calendar li a {
	text-decoration: none;
	background: url(img/calendar_bg_sprite.png) no-repeat 0px 0px;
	float: left;
	height: 40px;
	width: 40px;
}
#calendar li a:hover {
	background: url(img/calendar_bg_sprite.png) no-repeat 0px -40px;
	color: #fff;
	text-decoration: none;
}
#calendar li a.prev {
	text-indent: -999em;
	overflow: hidden;
	background: url(img/calendar_arrows.png) no-repeat 0px 0px;
}
#calendar li a.prev:hover {
	background: url(img/calendar_arrows.png) no-repeat 0px -40px;
}
#calendar li a.next {
	text-indent: -999em;
	overflow: hidden;
	background: url(img/calendar_arrows.png) no-repeat -40px 0px;
}
#calendar li a.next:hover {
	background: url(img/calendar_arrows.png) no-repeat -40px -40px;
}
#goto {
	width: 298px;
	border: 1px solid #cacaca;
	float: left;
	margin-top: 10px;
	background: #f6f6f6;
	padding-bottom: 10px;
}
#goto  h1 {
	font-size: 16px;
	background: url(img/goto_bg.png) repeat-x left bottom;
	float: left;
	height: 20px;
	width: 278px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #cacaca;
	line-height: 16px;
	padding-top: 16px;
}
#goto fieldset {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 298px;
}
#goto label {
	float: left;
	width: 278px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 22px;
	font-weight: bold;
	height: 24px;
	border-top: 1px solid #fff;
}
#goto select {
	float: left;
	width: 276px;
	margin-left: 10px !important;
	margin-left: 5px;
	border: 1px solid #cacaca;
}
#goto input {
	float: right;
	margin-top: 10px;
	margin-right: 10px !important;
	margin-right: 5px;
}
#calendar_right {
	float: left;
	width: 645px;
}
#calendar_right  h1.header {
	font-size: 22px;
	float: left;
	width: 645px;
	border-bottom: 2px solid #4d8cc3;
	padding-top: 8px;
	padding-bottom: 8px;
}
#details {
	background: url(img/shadow2.png) repeat-x;
	float: left;
	width: 645px;
	border-top: 1px solid #fff;
}
#details_left {
	clear:none;
	float:right;
	margin-top:18px;
	width:135px;
}
#details_left   img.details_img {
	border: 1px solid #cacaca;
	float: left;
}
#details_left p {
	float: left;
	width: 135px;
	margin: 4px 0px 0px;
	padding: 0px;
}
#details_left .flyer, #details_left .email, #details_left .print {
	text-indent: -999em;
	float: left;
	height: 22px;
	width: 135px;
	margin-top: 6px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	font-size: 0px;
}
#details_left .flyer {
	background: url(img/button_calendar_event.png) no-repeat 0px 0px;
}
#details_left .flyer:hover {
	background: url(img/button_calendar_event.png) no-repeat 0px -22px;
}
#details_left .email {
	background: url(img/button_calendar_event.png) no-repeat 0px -44px;
}
#details_left .email:hover {
	background: url(img/button_calendar_event.png) no-repeat 0px -66px;
}
#details_left .print {
	background: url(img/button_calendar_event.png) no-repeat 0px -88px;
	overflow: hidden;
	line-height: 999em;
}#details_left  .back {
	font-size: 11px;
	background: url(img/button_back_small.png) no-repeat left center;
	padding-left: 16px;
	line-height: 12px;
	float: left;
	width: 128px;
	text-decoration: none;
	margin-top: 10px;
}
#details_left .back:hover {
	text-decoration: underline;
	color: #216fb4;
}
#details_right {
	float:left;
	margin-top:18px;
	width:500px;
	
	/*clear: none;*/
}
#glance {
	float: left;
	width: 500px;
}

#glance  h2, #event_details h2 {
	font-size: 13px;
	line-height: 32px;
	background: #f6f6f6;
	width: 480px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #4d8cc3;
}
#glance ul {
	float: left;
	width: 500px;
}
#glance li {
	padding: 10px;
	float: left;
	border-bottom: 1px solid #cacaca;
	width: 480px;
}
#glance li.end {
	border-bottom-style: none;
}
#glance span {
	color: #a5a5a5;
	float: left;
	width: 90px;
	margin-right: 5px;
}
#glance div {
	float: left;
	width: 375px;
	padding-right: 10px;
}
#event_details {
	float: left;
	width: 500px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
}
#event_details h2 {
	margin-bottom: 8px;
}

#event_details p {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#interested {
	float: left;
	width: 498px;
	margin-top: 10px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-top: 2px solid #4d8cc3;
	background: #fafafa;
	padding-bottom: 10px;
}
#interested h2 {
	font-size: 16px;
	line-height: 27px;
	background: url(img/lists_header_bg.png) repeat-x;
	float: left;
	width: 478px;
	padding-right: 10px;
	padding-left: 10px;
	height: 27px;
	border-bottom: 1px solid #cacaca;
}
#interested h2 strong {
	color: #fb4b02;
	line-height: 27px;
	font-size: 16px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#interested h2 span {
	display: inline;
	float: none;
	font-size: 13px;
	font-weight: normal;
	color: #216fb4;
	cursor: pointer;
	line-height: 27px;
}

#interested fieldset {
	float: left;
	width: 498px;
	border-top: 1px solid #fff;
}
#interested input {
	text-indent: -999px;
	float: left;
	height: 35px;
	width: 225px;
	margin-top: 10px;
	display: block;
	border-style: none;
	cursor: pointer;
	overflow: hidden;
	line-height: 999px;
}
#im_going {
	margin-left: 10px !important;
	margin-left: 5px;
}
#im_going {
	background: url(img/button_going_interested.png) no-repeat 0px 0px;
}
#im_going.selected {
	background: url(img/button_going_interested.png) no-repeat 0px -35px;

}
#im_interested {
	background: url(img/button_going_interested.png) no-repeat 0px -70px;
}
#im_interested.selected {
	background: url(img/button_going_interested.png) no-repeat 0px -105px;
}
#interested span {
	line-height: 35px;
	text-align: center;
	float: left;
	height: 35px;
	width: 28px;
	margin-top: 10px;
	font-size: 16px;
}#going_info {
	float: left;
	width: 478px;
	border-top: 1px solid #cacaca;
	margin-top: 10px;
	margin-left: 10px !important;
	margin-left: 5px;
}
#going_info h3 {
	font-size: 16px;
	float: left;
	width: 478px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	margin: 8px 0px 0px;
}
#going_info strong {
	color: #216fb4;
}
#going_info  span {
	font-size: 13px;
	line-height: normal;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	background: url(img/inline_arrow_right.png) no-repeat right center;
	font-weight: normal;
	color: #216fb4;
	cursor: pointer;
}
#going_info  span.hide {
	font-size: 13px;
	line-height: normal;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	background: url(img/inline_arrow_down.png) no-repeat right center;
	font-weight: normal;
	color: #216fb4;
	cursor: pointer;
}
#people {
	float: left;
	width: 478px;
	margin-left: 0px;
	display: none;
}
#people h4 {
	float: left;
	width: 454px;
	font-size: 16px;
	border-left: 4px solid #fb4b02;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
.person {
	text-align: left;
	float: left;
	width: 60px;
	margin-top: 10px;
	margin-right: 8px;
}
.person img {
	border: 1px solid #cacaca;
}
.person p {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	color: #fb4b02;
}
.person a {
	text-decoration: none;
}
.person a:hover {
	color: #216fb4;
	text-decoration: underline;
}
.paging, .paging_bottom {
	font-size: 13px;
	float: left;
	width: 623px;
	border-top: 2px solid #4d8cc3;
	background: #F2F2F2;
	height: 32px;
	padding: 4px 10px 0px;
	overflow: hidden;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}
.paging_bottom {
	border-style: none;
	background: #fff;
	margin-top: 5px;
}

.paging    h2, .paging_bottom h2 {
	float: left;
	width: 160px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
}
.paging_bottom h2 {
	font-size: 13px;
}

.paging  p, .paging_bottom p {
	float: left;
	width: 463px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.paging  p  a, .paging_bottom p a {
	padding: 4px 8px;
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #cacaca;
	margin-left: 5px;
}
.paging  p  a:hover, .paging_bottom p a:hover {
	background: #F2F2F2;
	color: #216fb4;
	border-color: #216fb4;
	text-decoration: none;
}
.paging   p   a.current, .paging   p   a:hover.current       {
	color: #fff;
	text-decoration: none;
	background: #cacaca;
	border-color: #fff;
}
.paging_bottom p a.current, .paging_bottom p a:hover.current {
	background: #fafafa;
	color: #cacaca;
}

#events_list {
	background: #F2F2F2;
	float: left;
	width: 623px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	height: 32px;
	line-height: 32px;
}
#events_list label {
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	float: left;
	width: 140px;
	margin-right: 10px;
}
#events_list select {
	float: left;
	width: 374px;
	border: 1px solid #cacaca;
	margin-right: 10px;
	margin-top: 4px;
	padding: 2px;
}
#events_list input {
	float: left;
	width: 83px;
	margin-top: 3px;
}
.eventlisting  {
	float: left;
	width: 645px;
	border-bottom: 1px solid #cacaca;
	margin: 10px 0px 0px;
	padding: 0px 0px 10px;
}
.eventlisting a {
	text-decoration: none;
}

.eventlisting   a.img   {
	background: #fff;
	margin: 0px 10px;
	padding: 2px;
	float: left;
	border: 1px solid #cacaca;
}
.eventlisting a.img:hover   {
	background: #fb4b02;
	border-color: #fb4b02;
}
.eventlisting  h1  {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.eventlisting  p  {
	margin: 0px;
	padding: 0px;
}
.eventlisting  p.link  {
	margin-top: 6px;
	font-weight: bold;
}
.eventlisting  p.when  {
	font-size: 10px;
	color: #999;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	float: right;
	width: 120px;
	border-left: 1px solid #cacaca;
}
.eventlisting  p.when  strong  {
	color: #515151;
}
