﻿/*
EasyDNNGallery CSS file

Instructions: To properly create theme the first ID selector (#EDG_4_nobg_blue) must equal the name of the css file
(example: this file is called EDG_4_nobg_blue.css and the first ID selector must called EDG_4_nobg_blue).
 Names may be in its sole discretion,
 only important thing is  that the first ID selector is the same as css filename so the theme is correct.
 To quickly change the name of the first ID selector use the find / replace function in your editor.
*/


/* Lightbox Gallery */
#EDG_4_nobg_blue .EDGmain {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	position: relative;
	
}

/*Lighbox gallery - Image*/
#EDG_4_nobg_blue .EDGmain .EDGimage a {
	text-decoration: none;
	float: left;
}
#EDG_4_nobg_blue .EDGmain .EDGimage a:hover {
	cursor: pointer;
}

#EDG_4_nobg_blue .EDGmain .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}
#EDG_4_nobg_blue .EDGmain .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #90d5fa;
	border: 1px solid #fff !important;
}


#EDG_4_nobg_blue .EDGmain .EDGimage a input
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}
#EDG_4_nobg_blue .EDGmain .EDGimage a:hover input
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #90d5fa;
	border: 1px solid #fff !important;
}

#EDG_4_nobg_blue .EDGmain .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}


#EDG_4_nobg_blue .EDGmain .EDGimage a .flag 
{
	
}

#EDG_4_nobg_blue .EDGmain .EDGimage a:hover .flag {
	
	/*
	position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_4_nobg_blue .EDGmain .EDGimage a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_image.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_4_nobg_blue .EDGmain .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_4_nobg_blue .EDGmain .EDGimage a .title
{
	margin: 10px;
	padding: 10px;

	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_4_nobg_blue .EDGmain .EDGimage a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	border-top-width: 1px;
	border-top-color: #fff;
}

#EDG_4_nobg_blue .EDGmain .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Video*/
#EDG_4_nobg_blue .EDGmain .EDGvideo a {
	text-decoration: none;
	float: left;
}
#EDG_4_nobg_blue .EDGmain .EDGvideo a:hover {
	cursor: pointer;
}

#EDG_4_nobg_blue .EDGmain .EDGvideo a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}
#EDG_4_nobg_blue .EDGmain .EDGvideo a:hover img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #90d5fa;
	border: 1px solid #fff !important;
}

#EDG_4_nobg_blue .EDGmain .EDGvideo .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}

#EDG_4_nobg_blue .EDGmain .EDGvideo a .flag {
}
#EDG_4_nobg_blue .EDGmain .EDGvideo a:hover .flag {
	/*position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_4_nobg_blue .EDGmain .EDGvideo a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_video.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_4_nobg_blue .EDGmain .EDGvideo .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_4_nobg_blue .EDGmain .EDGvideo a .title
{
	margin: 10px;
	padding: 10px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_4_nobg_blue .EDGmain .EDGvideo a:hover .title 
{
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	color: #fff;
	background-color: #949494;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

#EDG_4_nobg_blue .EDGmain .EDGvideo .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}


/*Lighbox gallery - Audio*/
#EDG_4_nobg_blue .EDGmain .EDGaudio {
	text-decoration: none;
	float: left;
}
#EDG_4_nobg_blue .EDGmain .EDGaudio a:hover {
	cursor: pointer;
}

#EDG_4_nobg_blue .EDGmain .EDGaudio a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}
#EDG_4_nobg_blue .EDGmain .EDGaudio a:hover img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #90d5fa;
	border: 1px solid #fff !important;
}

#EDG_4_nobg_blue .EDGmain .EDGaudio .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}

#EDG_4_nobg_blue .EDGmain .EDGaudio a .flag 
{
	
}

#EDG_4_nobg_blue .EDGmain .EDGaudio a:hover .flag
{
	/*position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_4_nobg_blue .EDGmain .EDGaudio a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_audio.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_4_nobg_blue .EDGmain .EDGaudio .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_4_nobg_blue .EDGmain .EDGaudio a .title
{
	margin: 10px;
	padding: 10px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_4_nobg_blue .EDGmain .EDGaudio a:hover .title 
{
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	color: #fff;
	background-color: #949494;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

#EDG_4_nobg_blue .EDGmain .EDGaudio .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}


/*END Lighbox gallery */



/*Gallery background  - if you want gallery without a background delete the settings, but leave empty class */
#EDG_4_nobg_blue .EDGbackground
{
	
	margin-right: auto;
	margin-left: auto;
}

#EDG_4_nobg_blue .EDGbackground .EDGcontent {
	
}

#EDG_4_nobg_blue .EDGbackground .EDGcontentbgrd
{

}
#EDG_4_nobg_blue .EDGbackground .EDGcornerbotleft {

} 
#EDG_4_nobg_blue .EDGbackground .EDGcornerbotright {

} 
#EDG_4_nobg_blue .EDGbackground .EDGcornertopleft {

} 
#EDG_4_nobg_blue .EDGbackground .EDGcornertopright {

} 
#EDG_4_nobg_blue .EDGbackground .EDGclear {font-size: 1px; height: 1px}


/*paging*/
#EDG_4_nobg_blue .buttonPrev
{
display:none;
}

#EDG_4_nobg_blue .buttonPrev:hover
{
display:none;
}


#EDG_4_nobg_blue .buttonNext
{
display:none;
	}
	
#EDG_4_nobg_blue .buttonNext:hover
{
display:none;
	}


#EDG_4_nobg_blue .EDGpager span
{
	/*padding: 2px 8px 8px 6px;
	border-style: hidden;
	border-width: 0px;
	background-image: url(images/paging_off.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-image: url(/DesktopModules/EasyDNNGallery/Themes/images/dot_on_blue.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:0px;
	text-decoration: underline;
}

#EDG_4_nobg_blue .EDGpager a
{
	/*width: 19px;
	height: 19px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:0px;
	background-image: url(/DesktopModules/EasyDNNGallery/Themes/images/dot_off_blue.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	display: block;
}

#EDG_4_nobg_blue .EDGpager a:hover
{
	/*width: 19px;
	height: 19px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:0px;
	background-image: url(/DesktopModules/EasyDNNGallery/Themes/images/dot_on_blue.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	display: block;
}

#EDG_4_nobg_blue .pagerbox
{
	margin-top: 5px;

}


/*Video gallery*/

#EDG_4_nobg_blue .VideoBodyEmbed
{
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
} 

#EDG_4_nobg_blue .VideoBodySwf
{
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
} 

#EDG_4_nobg_blue .VideoBodyPlayer
{
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
} 


#EDG_4_nobg_blue .VideoTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;


} 

#EDG_4_nobg_blue .VideoDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;

} 

#EDG_4_nobg_blue .VideoDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_4_nobg_blue .VideoDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
} 



/*Audio gallery*/

#EDG_4_nobg_blue .AudioTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #666666;
	line-height:normal;


} 

#EDG_4_nobg_blue .AudioDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #666666;
	line-height:normal;

} 

#EDG_4_nobg_blue .AudioDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_4_nobg_blue .AudioDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
} 





/*MAIN Gallery Title*/

#EDG_4_nobg_blue .GalleryDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;
	display:block;
} 


#EDG_4_nobg_blue .EDGTitle
{
margin-top:10px;
margin-bottom:15px;
text-align:center;
display:block;

}

#EDG_4_nobg_blue .EDGTitle .EDGTitleText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height:normal;
}


/*SlideShow*/

#EDG_4_nobg_blue .SlideshowDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	margin-top: 5px;
	color: #666666;
	display:block;
	line-height:normal;


} 

#EDG_4_nobg_blue .SlideshowTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	line-height:normal;


} 

#EDG_4_nobg_blue .slideshowtitledescbox
{
margin-top:10px;
margin-bottom:10px;
}


#EDG_4_nobg_blue .slideshow {
text-align: center;	
}

#EDG_4_nobg_blue .EDGSlide {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	float: left;
	position: relative;
	text-align:center;
	
}

#EDG_4_nobg_blue .slideshowimg {
	border: 1px solid #c7c7c7;
	background-color: #E0E0E0;
	padding: 13px;
}

#EDG_4_nobg_blue .EDGSlide .EDGimage a {
	text-decoration: none;
	float: left;
}
#EDG_4_nobg_blue .EDGSlide .EDGimage a:hover {
	cursor: pointer;
}

#EDG_4_nobg_blue .EDGSlide .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}
#EDG_4_nobg_blue .EDGSlide .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #90d5fa;
	border: 1px solid #fff !important;
}

#EDG_4_nobg_blue .EDGSlide .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}


#EDG_4_nobg_blue .EDGSlide .EDGimage a .flag 
{
	
}

#EDG_4_nobg_blue .EDGSlide .EDGimage a:hover .flag {
	
	/*
	position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_4_nobg_blue .EDGSlide .EDGimage a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_image.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_4_nobg_blue .EDGSlide .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_4_nobg_blue .EDGSlide .EDGimage a .title
{
	margin: 10px;
	padding: 10px;

	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_4_nobg_blue .EDGSlide .EDGimage a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	border-top-width: 1px;
	border-top-color: #fff;
}

#EDG_4_nobg_blue .EDGSlide .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}


#EDG_4_nobg_blue .btnGalleryBack
{
	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/backblack.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display:block;	
	margin-left:50px;	
}


#EDG_4_nobg_blue .nestedBreadCrumb
{
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

	}
	
	#EDG_4_nobg_blue .nestedBreadCrumb a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}


	#EDG_4_nobg_blue .nestedBreadCrumb a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	


/***Version 2.2.*****************/


#EDG_4_nobg_blue .TitleCarousel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	clear: both;
	float:left;
	font-weight: bold;
	text-align: left;
	padding-left:10px;
}

#EDG_4_nobg_blue .DescriptionCarousel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	float:left;
	white-space:normal;
	bottom:0px;
	text-align: left;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:10px;
}

#EDG_4_nobg_blue .DescriptionCarousel a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
	
	}
	
#EDG_4_nobg_blue .DescriptionCarousel a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	
	}	



/***Version 2.3.*****************/
/*** Lightbox1.ascx **/	

#EDG_4_nobg_blue a:link
{
	text-decoration:none!important;
	
	}


#EDG_4_nobg_blue .titleimage .title
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #000000;
	text-decoration: none;
}

#EDG_4_nobg_blue .titleimage .title a
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #000000;
	text-decoration: none;
}



#EDG_4_nobg_blue .DescriptionImage
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #666666;
	text-decoration:none!important;
	text-align: left;
	line-height: normal;
	

}

#EDG_4_nobg_blue .DescriptionImage a
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom: 10px;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}

#EDG_4_nobg_blue .NestedInfo
{
	font-size: 10px;
	font-style: normal;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #666666;
	text-decoration:none!important;
	text-align: left;
	line-height: normal;

}

#EDG_4_nobg_blue .ViewDetailsLink
{
	clear:both;
	display:block;
	text-align:left;
	padding-top:5px;
	
	}
	

#EDG_4_nobg_blue .ViewDetailsLink a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border: 1px solid #CCCCCC;
}

#EDG_4_nobg_blue .ViewDetailsLink a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border: 1px solid #C0C0C0;
	background-color: #90d5fa;
}				


/**** version 2.6 ******/

#EDG_4_nobg_blue .EDGmain .EDGimage .shadowborder
{
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #C7C7C7 !important;
}	

#EDG_4_nobg_blue .EDGboxslide a 
{
	color:#000; 
	font:12px Verdana,Tahoma, sans-serif; 
	font-weight:bold;
	display:block;
	width:100%;
	padding-bottom:5px;
			
				
	}
				
#EDG_4_nobg_blue .EDGboxslide a:hover
	{
	 text-decoration:underline!important;
	 color:#000;
	 padding-bottom:5px;				
}	
				
				
#EDG_4_nobg_blue .EDGboxslide h3 
	{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	color:#000; 
	font:16px Arial, sans-serif; 			 
	font-weight: bold;  
	opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			                                }
			
#EDG_4_nobg_blue .EDGboxslide{ 		
	float:left; 
	overflow: hidden; 
	position: relative;
	
}

#EDG_4_nobg_blue .EDGboxslide p{ 
	padding: 0 10px; 
	color:#000; 
	font-weight:bold; 
	font:12px Verdana, Arial, sans-serif;
		z-index:2;
	display:block;
	text-align:left;
}
				
#EDG_4_nobg_blue .EDGboxcaption{ 
float: left; 
	position: absolute; 
 	}
 				
			
 #EDG_4_nobg_blue .EDGboxcaption .EDGbgrdtext{ 
	left:0;
	position: absolute; 
	background: #fff; 
	padding-bottom:2px;
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	white-space:normal;
	z-index:1;	

 	
 	
 	}
 	
 
 #EDG_4_nobg_blue .EDGboxcaption .EDGslidetext
 {
 	clear:both;
 	left:0;
	position: absolute; 
 	z-index:2;	
 	display:block;
 	text-align:center;
 	width:100%;
 	
 	}
 
 	
 #EDG_4_nobg_blue .EDGboxcaption a.btnslide
 {
 	clear:both;
 	width:118px;
 	height:16px;
 	display:block;
 	background-image: url(images/btnslide4.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:2;
	margin-left:8px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
 	
 	}
 
  #EDG_4_nobg_blue .EDGboxcaption a.btnslide:hover
 {
 	clear:both;
 	width:118px;
 	height:16px;
 	display:block;
 	background-image: url(images/btnslide4_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:2;
	margin-left:8px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	text-decoration:none!important;
 	
 	}	
 	
 	
 	 #EDG_4_nobg_blue .EDGboxcaption .EDGboxbtn
 	 {
 	float: left; 
	position: absolute; 
 	z-index:2;	
 	 	
 }	
 
 #EDG_4_nobg_blue .playListItem a
{
	border: 1px solid #999999;
	display: block;
	padding: 7px;
	margin: 3px;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*width:250px;*/
}
    
#EDG_4_nobg_blue .playListItem a:hover
{
	border: 1px solid #999999;
	display: block;
	padding: 7px;
	margin: 3px;
	color: #333333;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*width:250px;*/
}