@charset "utf-8";
/* CSS Document */
@import url(crosswalk.css);

#content_container{
	background: url(../../img/images/content_bg_calendar_img.png) no-repeat;
	padding-top: 170px;
}

#subnav {
background: #cfcfcf;
margin: 0px;
float: left;
width: 294px;
padding: 0px 0px 1px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 295px;
}
#subnav li {
	margin: 1px 0px 0px;
	padding: 0px;
	width: 295px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	float: left;
	clear: left;
}
#subnav a {
	font-size: 12px;
	text-transform: uppercase;
	color: #5b97b1;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	height: 30px;
	width: 291px;
	background: #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	float: left;
	display: inline-block;
	clear: left;
}
#subnav  a:hover   {
color: #fff;
background: url(../../img/images/sub_nav_over.png) repeat-x;
border-bottom-color: #253f56;
border-top-color: #6EADDC;
}
#subnav   a.current   {
color: #515151;
background: #fff;
border-top-color: #fff;
border-bottom-color: #fff;
text-decoration: none;
}
div.calendar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 294px;
	clear: left;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	text-align: left;
}
div.calendar_header {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 294px;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	clear: left;
}

div.calendar_arrow {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 40px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
div.calendar_month {
	background: url(../../img/images/calendar_cheader_bg.png) repeat-x;
	font-size: 12px;
	text-transform: uppercase;
	height: 33px;
	width: 208px;
	line-height: 33px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	font-weight: bold;
}
div.date, div.outdate {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 41px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
}
div.outdate {
	color: #ccc;
}
div.date a {
	float: left;
	height: 33px;
	width: 40px;
	background: url(../../img/images/calendar_date_bg_grey.png) no-repeat;
}
div.date a:hover {
	background: url(../../img/images/calendar_date_bg_blue.png) no-repeat;
	color: #fff;
	text-decoration: none;
}
div.goto_month {
	margin: 10px 0px 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 293px;
	border: 1px solid #cfcfcf;
}
div.goto_month h2 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 36px !important;
	height: 36px !important;
	line-height: 29px;
	height: 29px;
	margin: 0px;
	float: left;
	width: 283px;
	padding-left: 10px;
	border-bottom: 1px solid #cfcfcf;
	background: #F3F3F3;
	text-align: left;
}
div.goto_month form {
	display: block;
	padding: 0px;
	width: 275px;
	float: left;
	margin: 10px 0px 0px 10px !important;
	margin: 10px 0px 0px 5px;
}
div.goto_month div {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 137px;
	height: 40px;
	border-bottom: 1px dotted #cfcfcf;
}
div.goto_month div.buttonholder {
	text-align: right;
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 275px;
	border-style: none;
}

div.goto_month label {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 137px;
	text-align: left;
	line-height: 18px;
}
div.goto_month select {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #cfcfcf;
}







#content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 600px;
	text-align: left;
	clear: none;
}
#content_heading {
	background: url(../../img/images/calendar_listview_right_header_bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 69px;
	width: 600px;
	text-align: left;
}
#content_heading  h1, #content_heading h2 {
	line-height: 34px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	float: left;
	height: 34px;
	width: 188px;
}
#content_heading h1 {
	font-size: 18px;
}
#content_heading h2 {
	font-size: 14px;
	margin-top: 1px;
}
div.paginate   {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 34px;
	width: 400px;
}
div.paginate  ul {
	margin: 8px 0px 0px;
	padding: 0px;
	/*pkolas float: left;*/float:right;
	height: 20px;
	/*pkolas width: 390px;*/
	list-style: none;
	/*pkolas*/margin-right:13px;
}
div.paginate  li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	/*pkolas float: right;*/float: left;
	height: 20px;
}
div.paginate  a {
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	margin: 0px;
	padding: 0px 6px;
	float: left;
	height: 18px;
	border: 1px solid #cfcfcf;
	text-align: center;
}
div.paginate  a:hover {
	color: #fff;
	background: #5B97B1;
	border-color: #5B97B1;
	text-decoration: none;
}
div.paginate  a.prev {
	text-align: right;
	padding-left: 16px;
	background: #fff url(../../img/images/paging_prev_arrow.png) no-repeat left center;
}
div.paginate  a.prev:hover {
	background: #5B97B1 url(../../img/images/paging_prev_arrow_o.png) no-repeat left center;
}
div.paginate  a.next {
	text-align: left;
	background: #fff url(../../img/images/paging_next_arrow.png) no-repeat right center;
	padding-right: 16px;
}
div.paginate  a.next:hover {
	background: #5B97B1 url(../../img/images/paging_next_arrow_o.png) no-repeat right center;
}
div.paginate   a.current, div.paginate  a.current:hover {
	color: #515151;
	background: transparent;
	border-style: none;
	padding: 1px 7px;
}
#content_heading form {
	margin: 1px 0px 0px;
	padding: 0px;
	float: left;
	height: 34px;
	width: 400px;
}
#content_heading select {
	float: left;
	width: 312px;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	margin: 5px 0px 0px !important;
	margin: 6px 0px 0px;
	height: 22px;
}
#content_heading input {
	padding: 0px;
	float: left;
	height: 24px;
	width: 71px;
	margin: 4px 0px 0px 6px !important;
	margin: 4px 0px 0px 3px;
}
#content div.eventlisting {
	float: left;
	width: 600px;
	border-bottom: 1px solid #cfcfcf;
	margin: 11px 0px 0px;
	padding: 0px 0px 11px;
	height: 106px;
}
#content  .eventlisting  a.img {
	background: #fff;
	margin: 0px 10px;
	padding: 2px;
	float: left;
	border: 1px solid #cfcfcf;
}
#content .eventlisting a.img:hover {
	background: #5B97B1;
	border-color: #5B97B1;
}
#content div.eventlisting h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#content div.eventlisting p {
	margin: 0px;
	padding: 0px;
}
#content div.eventlisting p.link {
	margin-top: 6px;
	font-weight: bold;
}
#content div.eventlisting p.when {
	font-size: 10px;
	color: #999;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	float: right;
	height: 106px;
	width: 120px;
	border-left: 1px solid #cfcfcf;
	line-height:13px;
}
#content div.eventlisting p.when strong {
	color: #515151;
}
#content #lowerpaging {
	float: right;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 34px;
	width: 400px;
}
#content #details {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 600px;
	border-bottom: 1px solid #cfcfcf;
}
#content #details h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#content #details_left {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 141px;
}
#details_left  img.preview {
	margin: 0px;
	padding: 2px;
	float: left;
	border: 1px solid #cfcfcf;
}
#details_left h3 {
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 141px;
	float: left;
}
#details_left ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 141px;
	list-style: none;
}
#details_left ul li {
	margin: 4px 0px 0px;
	padding: 0px;
	width: 141px;
	float: left;
	height: 17px;
}
#details_right {
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 449px;
}
#details_right h2 {
	font-size: 12px;
	background: #f3f3f3;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	line-height: 20px;
	border-bottom: 1px solid #cfcfcf;
	float: left;
	height: 20px;
	width: 443px;
}
#details_right div {
	margin: 10px 0px 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 449px;
	border-bottom: 1px solid #cfcfcf;
}
#details_right h4 {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	float: left;
	width: 124px;
}
#details_right p {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 6px;
	float: left;
	width: 443px;
}
#details_right p.pright {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 318px;
}
#back_to_list {
	width: 600px;
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	background: url(../../img/images/media_details_back_icon.png) no-repeat left;
	height: 12px;
}
#back_to_list a {
	font-size: 10px;
	line-height: 12px;
	margin-left: 16px;
}
#print_header {
	display: none;
}
#print_page_link {
	display: none;
}

