@charset "utf-8";
/* CSS Document */
@import url("base.css");

#bermynet_logo {
	float: left;
	height: 76px;
	width: 374px;
}

#bermynet_logo a {
	height: 76px;
	width: 374px;
}


/* Event List View */

#white_page {
	background: #fff;
	float: left;
	width: 986px;
	border-top: 1px solid #c6c6c6;
}
#photos_header  {
	font-size: 22px;
	float: left;
	width: 976px;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 42px;
	height: 46px;
	margin-top: 10px;
	background: url(img/right_heading_bg.png) repeat-x;
	border-bottom: 1px solid #fff;
	position: relative;
}
#photos_header span {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	height: 15px;
	width: 400px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.left336 {
	float: left;
	width: 324px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.left336  h1 {
	border-top: 1px solid #4d8cc3;
	font-size: 13px;
	line-height: 30px;
	background: #F4F4F4;
	margin-top: 10px;
	width: 304px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.left336  h2 {
	border-top: 1px solid #4d8cc3;
	font-size: 13px;
	line-height: 30px;
	background: #F4F4F4;
	width: 304px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.preview_bottom_ads{
	float: left;
	width: 314px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;


}




#description {
	float: left;
	width: 324px;
}

.left336 p {
	font-size: 11px;
	line-height: 14px;
	width: 304px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.left336 ul {
	font-size: 11px;
	float: left;
	width: 324px;
}
.left336 li {
	float: left;
	width: 304px;
	border-bottom: 1px solid #cacaca;
	padding: 5px 10px;
}
.left336 li.zebra {
	background: #F4F4F4;
}

.left336 li.end {
	border-bottom-style: none;
}
.left336 li span {
	color: #a5a5a5;
	width: 80px;
	display: block;
	float: left;
}
.left336 li div {
	float: right;
	width: 224px;
}
.left336 .ad {
	margin-top: 10px;
	float: left;
	width: 324px;
	text-align: center;
}
#event_photo img {
	float: left;
	background: #fff;
	border: 1px solid #cacaca;
	padding: 11px;
}

.right650 {
	float: right;
	width: 645px;
	padding-bottom: 10px;
}
.mid300{
	float:left;
	padding-bottom:10px;
	width:324px;
}

.right300{
	float:left;
	padding-bottom:10px;
	width:300px;
}

.photo_list {
	margin-top: 7px;
}

.photo_list table {
	width: 635px;
	border-style: none;
	overflow: hidden;
}
.photo_list td {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 127px;
	text-align: center;
	vertical-align: middle;

}
.photo_list a {
	text-decoration: none;
}
.photo_list a img {
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 2px;
	vertical-align: middle;
}
.photo_list a:hover img {
	background: #fb4b02;
	border-color: #fb4b02;
}

/* ListView */

.right_ad {
	background: #fff;
	padding: 20px;
	margin-top: 10px;
	float: left;
	height: 125px;
	width: 300px;
}
#list_view_div {
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 626px;
	height: 165px;
	background: #FFFFFF;
}
#list_view_form {
	display: block;
	float: left;
	width: 614px;
	border-top: 2px solid #4D8CC3;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	height: 142px;
	margin-top: 10px;
	background: url(img/plist_form_bg.png) repeat-x;
}

#list_view_div  h1 {
	font-size: 16px;
	line-height: 29px;
	background: url(img/right_heading_bg.png) repeat-x left bottom;
	float: left;
	padding-left: 10px;
	height: 29px;
	width: 604px;
	border-bottom: 1px solid #cacaca;
}
#list_view_div ul {
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 604px;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
#list_view_div ul li {
	float: left;
	width: 196px;
	margin-right: 5px;
}
#list_view_div ul li label {
	float: left;
	width: 196px;
}
#list_view_div ul li select {
	float: left;
	width: 194px;
	font-size: 11px;
	border: 1px solid #cacaca;
}

#list_view_div div {
	/* 
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cacaca; */
	
	/*old code
	
	margin-top:-20px;
	
	float: left;
	width: 594px;
	margin-left: 10px !important;
	margin-left: 5px;
	text-align: right; */
	/*changes by jagpreet */
	float:right;
	margin-left:10px !important;
	margin-right:10px;
	margin-top:-20px;
	text-align:right;
	width:100px;
}

/* changes by jagpreet */
span#previous_span{
	margin-top:200px;
	margin-left:20px;
	position:absolute;
	height:83px;
	width:56px;
	display:block;
}

span#previous_span a{
	background: transparent url(img/left_arrow_up.png) no-repeat top center;
	height:83px;
	width:56px;
	text-indent:-3000px;
	display:block;
}


span#next_span a{
	margin-top:200px;
	margin-left:890px;
	position:absolute;
	height:83px;
	width:56px;
	display:block;
}

span#next_span a{
	background: transparent url(img/right_arrow_up.png) no-repeat top center;
	height:83px;
	width:56px;
	text-indent:-3000px;
	display:block;
	margin:200px 579px 450px;
}


span#previous_span a.hovered{
	background: transparent url(img/left_arrow_over.png) no-repeat top center;
}

span#next_span a.hovered{
	background: transparent url(img/right_arrow_over.png) no-repeat top center;
}

#white_page2 {
	background: #fff;
	float: left;
	width: 986px;
	margin-top: 10px;
	border-bottom: 1px solid #cacaca;
}
#white_page2 table {
	margin: 5px 10px;
	width: 965px;
	border-style: none;
}
#white_page2 table td {
	width: 193px;
	text-align: center;
	/*vertical-align: middle; */
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
#white_page2 table td p {
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	line-height: normal;
	padding-top: 2px;
}
#white_page2 table td p strong {
	font-size: 12px;
}
#white_page2 table td p em {
	font-style: normal;
	color: #a5a5a5;
}
#white_page2 table td p a {
	text-decoration: none;
}
#white_page2 table td p a:hover {
	text-decoration: underline;
}
#white_page2  table  td  a img {
	background: #fff;
	padding: 4px;
	border: 1px solid #cacaca;
}
#white_page2 table td a:hover img {
	background: #fb4b02;
	border-color: #fb4b02;
}
.paging {
	font-size: 13px;
	float: left;
	width: 966px;
	border-top: 1px solid #fff;
	background: #F2F2F2;
	height: 32px;
	padding: 4px 10px 0px;
	overflow: hidden;
}
.paging h2 {
	float: left;
	width: 160px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.paging p {
	float: left;
	width: 806px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.paging p a {
	padding: 4px 8px;
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #cacaca;
	margin-left: 5px;
}
.paging 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;
}
.event_details {
	margin-top: 10px;
}


/* Event Details View */

#main_photo {
	background: #f6f6f6 url(img/ajax-loader.gif) no-repeat center center;
	padding: 10px;
	float: left;
	width:640px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	text-align: center;
	min-height: 425px;
	height: auto !important;
	height: 425px;
}
/*#main_photo_left{
	width:100px;
	float:left;
	background: #f6f6f6;
	min-height: 425px;
	height: auto !important;
}

#main_photo_right{
	width:100px;
	float:left;
	background: #f6f6f6;
	min-height: 425px;
	height: auto !important;
}

#main_photo_outer{
	background: #f6f6f6;
	height: auto !important;
	min-height:750px;
	border-bottom: 1px solid #cacaca;
}
*/

.photo_nav {
	font-size: 13px;
	line-height: 30px;
	width: 944px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #cacaca;
	background: url(img/right_heading_bg.png) repeat-x left bottom;
	float: left;
	height: 30px;
	color: #a5a5a5;
}
#main_photo_nav p {
	float: right;
	width: 300px;
	text-align: right;
}

#main_photo_nav a {
	text-decoration: none;
	cursor: pointer;
}
#main_photo_nav a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #216fb4;
}
#main_photo_nav a.disabled, #main_photo_nav a.disabled:hover {
	text-decoration: none;
	color: #a5a5a5;
	cursor: default;
}
#main_photo_nav a {
	text-decoration: none;
}
#main_photo_nav h2 {
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 300px;
}
#main_photo_nav h2 span {
	color: #2a2a2a;
}
#preview_photos_nav {
	padding-right: 0px;
	padding-left: 0px;
	width: 964px;
}
#photo_preview_prev {
	text-indent: -999em;
	display: block;
	float: left;
	height: 30px;
	width: 29px;
	background: url(img/button_photos_arrows_sprite.png) no-repeat 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
#photo_preview_prev:hover {
	background: url(img/button_photos_arrows_sprite.png) no-repeat 0px -30px;
}
#photo_preview_prev.disabled, #photo_preview_prev.disabled:hover {
	background: url(img/button_photos_arrows_sprite.png) no-repeat 0px -60px;
	cursor: default;
}
#photo_preview_next {
	text-indent: -999em;
	display: block;
	float: left;
	height: 30px;
	width: 29px;
	background: url(img/button_photos_arrows_sprite.png) no-repeat -29px 0px;
	overflow: hidden;
	cursor: pointer;
}
#photo_preview_next:hover {
	background: url(img/button_photos_arrows_sprite.png) no-repeat -29px -30px;
}
#photo_preview_next.disabled, #photo_preview_next.disabled:hover {
	background: url(img/button_photos_arrows_sprite.png) no-repeat -29px -60px;
	cursor: default;
}

#preview_photos_nav p {
	text-align: center;
	float: left;
	width: 906px;
	color: #2a2a2a;
	margin: 0px;
	padding: 0px;
}
#photo_previews {
	background: url(img/video_diagonal_bg.png) repeat-x left top;
	padding: 10px;
	float: left;
	width: 946px;
	border-top: 1px solid #fff;
	overflow: hidden;
}
#pimgs_container {
	float: left;
	width: 940px;
	overflow: hidden;
	height: 58px;
	padding-right: 3px;
	padding-left: 3px;
}
#pimgs_container   ul {
	overflow: hidden;
	float: left;
	width: 940px;
	margin-left: 0px;
	height: 58px;
}
#pimgs_container  ul li {
	text-align: center;
	width: 94px;
	display: block;
	float: left;
	height: 58px;
}
#photo_previews a img {
	background: #fff;
	padding: 2px;
	border: 1px solid #cacaca;
}
#photo_previews  a:hover  img, #photo_previews a.current img {
	background: #fb4b02;
	border-color: #fb4b02;
}
.bluetop_header {
	float: left;
	height: 30px;
	width: 615px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
	background: url(img/right_heading_bg.png) repeat-x left bottom;
	border-top: 2px solid #216fb4;
	border-bottom: 1px solid #cacaca;
}
#other_events {
	background: url(img/long_fade_bg.png) repeat-x left top;
	float: left;
	width: 625px;
	padding-left: 10px;
	border-top: 1px solid #fff;
}
#other_events div {
	float: left;
	width: 302px;
	margin-right: 10px;
}
#other_events h2 {
	font-size: 15px;
	font-weight: normal;
	border-left: 3px solid #fb4b02;
	line-height: 15px;
	padding-left: 5px;
	margin-top: 10px;
}
#other_events ul {
	color: #fb4b02;
	border-top: 1px solid #216FB4;
	margin-top: 8px;
	list-style: square;
	padding-top: 5px;
}
#other_events ul li {
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: normal;
	margin-top: 5px;
}
#other_events ul li a {
	font-weight: bold;
	text-decoration: none;
}
#other_events ul li a:hover {
	text-decoration: underline;
}
#other_events em {
	font-size: 11px;
	color: #2a2a2a;
	font-style: normal;
}
.ad_detailpage {
	padding: 0px;
	float: left;
}
#slideshow_section {
	float: left;
	width: 966px;
	margin-left: 10px !important;
	margin-left: 5px;
	margin-top: 10px;
}
