/* CREATE LITTLE ICONS NEXT TO DOCUMENT LINKS */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_pdf.gif') no-repeat center right;
}
a[rel=pdf] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_pdf.gif') no-repeat center right;
}
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_pdf.gif') no-repeat center right;
}
a[rel~=pdf] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_pdf.gif') no-repeat center right;
}
a[href$='.mp3'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_mp3.gif') no-repeat center right;
}
a[rel=mp3] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_mp3.gif') no-repeat center right;
}
a[rel*='mp3'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_mp3.gif') no-repeat center right;
}
a[rel~=mp3] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_mp3.gif') no-repeat center right;
}
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_mailto.gif') no-repeat center right;
}
a[class=popup] {
	padding-right: 18px;
    background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_popup.gif') no-repeat center right;
}
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_doc.gif') no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_xls.gif') no-repeat center right;
}
a[rel~=external] {
	padding-right: 18px;
	background: transparent url('/Data/style/jqtoolbar/../../../_custom/art/link-icons/icon_external.gif') no-repeat center right;
}

.NoBackgroundIcon {background:none !important}


/* FOR FILE MANAGER */
#filewrapper .settingrow {width:400px;}


/* CSS BUTTON - BLUE */
.CustomButtonBlue {
	width: 200px;
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.CustomButtonBlue:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ffffff;
}
.CustomButtonBlue a, .CustomButtonBlue a:link, .CustomButtonBlue a:hover, .CustomButtonBlue a:visited, .CustomButtonBlue a:active {
	text-decoration: none;
	border-bottom-width:0px;
	border-bottom:0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}


/* CSS BUTTON - BLUE 2 ---------------------------------------------------------------------------------*/
.CustomButtonBlue2 {
	width: 200px;
	border-top: 1px solid #96d1f8;
	background: #1470b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#1470b7));
	background: -webkit-linear-gradient(top, #3e779d, #1470b7);
	background: -moz-linear-gradient(top, #3e779d, #1470b7);
	background: -ms-linear-gradient(top, #3e779d, #1470b7);
	background: -o-linear-gradient(top, #3e779d, #1470b7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.CustomButtonBlue2:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ffffff;
}
.CustomButtonBlue2 a, .CustomButtonBlue2 a:link, .CustomButtonBlue2 a:hover, .CustomButtonBlue2 a:visited, .CustomButtonBlue2 a:active {
	text-decoration: none;
	border-bottom-width:0px;
	border-bottom:0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


/* CSS BUTTON - GREEN */
.CustomButtonGreen {
	width: 200px;
    border-top: 1px solid #031c01;
    background: #006900;
    background: -webkit-gradient(linear, left top, left bottom, from(#38ad0e), to(#006900));
    background: -webkit-linear-gradient(top, #38ad0e, #006900);
    background: -moz-linear-gradient(top, #38ad0e, #006900);
    background: -ms-linear-gradient(top, #38ad0e, #006900);
    background: -o-linear-gradient(top, #38ad0e, #006900);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.CustomButtonGreen:hover {
    border-top-color: #075403;
    background: #075403;
    color: #ffffff;
}
.CustomButtonGreen a, .CustomButtonGreen a:link, .CustomButtonGreen a:hover, .CustomButtonGreen a:visited, .CustomButtonGreen a:active {
	text-decoration: none;
	border-bottom-width:0px;
	border-bottom:0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}


/* CSS BUTTON - GREEN 2 */
.CustomButtonGreen2 {
	width: 200px;
	border-top: 1px solid #5f8f77;
	background: #3e785c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5f8f77), to(#3e785c));
	background: -webkit-linear-gradient(top, #5f8f77, #3e785c);
	background: -moz-linear-gradient(top, #5f8f77, #3e785c);
	background: -ms-linear-gradient(top, #5f8f77, #3e785c);
	background: -o-linear-gradient(top, #5f8f77, #3e785c);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.CustomButtonGreen2:hover {
	border-top-color: #004c29;
	background: #004c29;
	color: #ffffff;
}
.CustomButtonGreen2 a, .CustomButtonGreen2 a:link, .CustomButtonGreen2 a:hover, .CustomButtonGreen2 a:visited, .CustomButtonGreen2 a:active {
	text-decoration: none;
	border-bottom-width:0px;
	border-bottom:0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}




/* CSS BUTTON - RED */
.CustomButtonRed {
	width: 200px;
	border-top: 1px solid #5f8f77;
	background: #3e785c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#b10108));
	background: -webkit-linear-gradient(top, #ed1c24, #b10108);
	background: -moz-linear-gradient(top, #ed1c24, #b10108);
	background: -ms-linear-gradient(top, #ed1c24, #b10108);
	background: -o-linear-gradient(top, #ed1c24, #b10108);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.CustomButtonRed:hover {
	border-top-color: #004c29;
	background: #b6080f;
	color: #ffffff;
}
.CustomButtonRed a, .CustomButtonRed a:link, .CustomButtonRed a:hover, .CustomButtonRed a:visited, .CustomButtonRed a:active {
	text-decoration: none;
	border-bottom-width:0px;
	border-bottom:0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}



/*-- 
Eric customized for admin bar.
/data/style/jqtoolbar/style.css
 --*/

div#toolbar, div#toolbarbut {
  position: fixed; 
  top: 0px;
  right: 0px;
  z-index: 99; 
  padding-top:9px;
  height: 29px;
  width:100%;
  background-color:#FFFFC1;
  font-size:12px;
  border-bottom:1px;border-bottom-color:black;border-bottom-style:solid;
  z-index:999
  /*
using a png caused issues in IE8
background-image: url('/Data/style/jqtoolbar/bcktool.png');
 
  */
  
  /* CSS3 */
  -moz-border-radius-topleft: 0px;
	-khtml-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; 
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  
  
	
}

div#toolbar {
  width: 100%;
  min-width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
  font-size:12px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
  font-size:12px;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
  font-size:12px;
}

.toolbarleft{
  float: left;
  font-size:12px;
}

.toolbarright {
  float: right;
  font-size:12px;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 27px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url('/Data/style/jqtoolbar/rss.png') no-repeat;
}

a.facebook {
  background: url('/Data/style/jqtoolbar/facebook.png') no-repeat;
}

a.twitter {
  background: url('/Data/style/jqtoolbar/twitter.png') no-repeat;
}

a.delicious {
  background: url('/Data/style/jqtoolbar/delicious.png') no-repeat;
}

a.digg {
  background: url('/Data/style/jqtoolbar/digg.png') no-repeat;
}

a.stumble {
  background: url('/Data/style/jqtoolbar/stumble.png') no-repeat;
}


/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
  font-size:12px;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url('/Data/style/jqtoolbar/downarrow.png') no-repeat 5px 7px;
  font-size:12px;
}

#toolbar ul {
	margin:0;
	padding:0px;
	list-style:none;
	font-size:12px;
}

#toolbar UL, #toolbar LI {  }

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
  font-size: 12px; 
  padding: 8px 5px 3px 23px;
  line-height: 10px;
  text-decoration:none;color:#0d3d9c;border-bottom: #b2b0b0 dotted 0px;

  
}

#toolbar a.adminlink:hover {text-decoration:underline;border-bottom: 0px;}
#toolbar a.adminlink { text-decoration:underline;border-bottom: 0px;}

#toolbar a.adminmenulink { background: transparent url('/Data/style/jqtoolbar/key.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.filemanlink { background: transparent url('/Data/style/jqtoolbar/folder_explore.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.newpagelink { background: transparent url('/Data/style/jqtoolbar/page_white_add.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pageeditlink { background: transparent url('/Data/style/jqtoolbar/page_white_edit.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pagesettingslink { background: transparent url('/Data/style/jqtoolbar/page_white_wrench.png') no-repeat; background-position : 2px 50%;  }



#iwmf
{
	position:fixed;
	top:0;
	left:0;
	line-height: 11px;
	font: 11px "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Lucida, Verdana, sans-serif;
	color:#ccc;
	text-align:left;
	z-index:256;
	margin:0;
	padding:0;
	border:0;
	width:auto;
}

#iwmf div, #iwmf span {
color:#ccc;
text-align:left;
padding:0;
margin:0;
border:0;
font-size:11px;
font-family: "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Lucida, Verdana, sans-serif;
background:none;
width:auto;
}


#iwmf a
{
	color:#ccc;
	text-decoration:none;
}

#iwmf a:hover
{
	color:#fff;
	text-decoration:underline;
}

#iwmf a:visited
{
	color:#ccc;
	text-decoration:none;
}

#iwmf a:active
{
	color:#ccc;
	text-decoration:underline;
}

#iwmf ul
{
	margin:0;
	padding:0;
}

#iwmf li
{
	list-style:none;
	margin:0px;
	padding:0;
}

#iwmf #iwmf_mainContainer
{
	/* width: 100%; */
	margin:0;
	padding:0;
	background-image:url('/ClientScript/oomph/images/50x50_bg.png');
	background-repeat:repeat;
	display:none;
}

#iwmf .iwmf_box
{
	margin:20px 0 20px 20px;
	padding-right:20px;
	float:left;
	width:240px;
	border-right:1px solid #333;
	height:100%;
}

#iwmf #clear
{
	clear:both;
}

#iwmf #shadow
{
	clear:both;
	background-image:url('/ClientScript/oomph/images/bottom_shadow.png');
	min-height:23px;
}


#iwmf #iwmf_mapFrame
{
	width:200px;
	overflow:hidden;
	min-height:200px;
	margin:20px;
	padding-right:20px;
	float:left;
	position:relative;
	border-right:1px solid #fff;
}

#iwmf .iwmf_typeHead
{
	margin:0 0 20px 0;
	text-transform:uppercase;
}

#iwmf .iwmf_Next
{
	float:right;
	margin-right:10px;
	font-size:.8em;
	text-transform:uppercase;
}

#iwmf .iwmf_Prev
{
	float:right;
	margin-right:10px;
	font-size:.8em;
	text-transform:uppercase;
}

#iwmf #iwmf_gleam
{
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width:22px;
	height:26px;
	background-image:url('/ClientScript/oomph/images/oomphGleam.gif');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;
	cursor:pointer;
}

#iwmf #iwmf_mainNavContainer
{
	background-color:#000000;
	padding-top:2px;
	margin:0px;
	width:auto;
	height:24px;
	display:none;
}

#iwmf .iwmf_green
{
	color:#6aa339;
}

#iwmf #iwmf_info
{
	float:left;
	font-size:10px;
	height:18px;
	margin-top:2px;
	color:#999;
	text-transform:uppercase;
}

#iwmf #iwmf_closeButton
{
	float:right;
	width:30px;
	height:17px;
	background-image:url('/ClientScript/oomph/images/closeIcon.png');
	background-repeat:no-repeat;
	margin:2px 20px 0 10px;
}


#iwmf .iwmf_photo
{
	height:50px;
	width:50px;
	float:left;
	border:5px solid #333;
	margin-right:10px;
	clear:both;
}

#iwmf .iwmf_netBar
{
	padding:10px 5px 0 0;
	margin-top:10px;
	height:100%;
}

#iwmf .iwmf_netBar img
{
	border:0;
}

#iwmf .iwmf_netBar ul
{
	margin:0;
	padding:0;
}

#iwmf .iwmf_netBar li
{
	display:inline;
	margin:0px 10px 0px 0px;
}

#iwmf .iwmf_iconOutlook a:link,
#iwmf .iwmf_iconOutlook a

{
	background:transparent url('/ClientScript/oomph/images/outlook.png') no-repeat scroll 0 50%;
	display:block;
	height:16px;
	float:left;
	text-indent:-5000px;
	width:16px;
	padding:5px;
	

}

#iwmf .iwmf_iconLive a:link,
#iwmf .iwmf_iconLive a

{
	background:transparent url('/ClientScript/oomph/images/live.png') no-repeat scroll 0 50%;
	display:block;
	height:16px;
	float:left;
	text-indent:-5000px;
	width:16px;
	padding:5px;
}

#iwmf .iwmf_iconGoogle a:link,
#iwmf .iwmf_iconGoogle a

{
	background:transparent url('/ClientScript/oomph/images/google.png') no-repeat scroll 0 50%;
	display:block;
	float:left;
	height:16px;
	text-indent:-5000px;
	width:16px;
	padding:5px;
}

#iwmf .iwmf_iconYahoo a:link,
#iwmf .iwmf_iconYahoo a

{
	background:transparent url('/ClientScript/oomph/images/yahoo.png') no-repeat scroll 0 50%;
	display:inline-block;
	height:16px;
	float:left;
	text-indent:-5000px;
	width:27px;
	padding:5px;
}

#iwmf .iwmf_iconApple a:link,
#iwmf .iwmf_iconApple a 

{
	background:transparent url('/ClientScript/oomph/images/apple.png') no-repeat scroll 0 50%;
	display:block;
	height:16px;
	float:left;
	text-indent:-5000px;
	width:16px;
	padding:5px;
}

#iwmf .iwmf_icon30b a:link,
#iwmf .iwmf_icon30b a

{
	background:transparent url('/ClientScript/oomph/images/30boxes.png') no-repeat scroll 0 50%;
	display:block;
	height:16px;
	float:left;
	text-indent:-5000px;
	width:16px;
	padding:5px;
}


#iwmf .iwmf_summary
{
	font-size:16px;
	margin-bottom:5px;
}

#iwmf .iwmf_fn
{
	font-size:16px;
	margin-bottom:5px;
}

#iwmf .iwmf_org
{
	font-size:12px;
}

#iwmf .iwmf_dtend
{
}

#iwmf .iwmf_geo
{
}

#iwmf .iwmf_category
{
}

#iwmf .iwmf_url
{
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #333;
}
#iwmf .iwmf_country-name
{
}

#iwmf .iwmf_description
{
	margin-top:10px;
}

#iwmf .iwmf_given-name
{
	font-size:16px;
	margin-bottom:5px;
}

#iwmf .iwmf_family-name
{
	font-size:16px;
	margin-bottom:5px;
}


#iwmf .iwmf_vEventContainer
{
	width:100%;
}

#iwmf .iwmf_hCardContainer
{
	width:100%;
}

#iwmf .iwmf_hCardContainer
{
	width:100%;
}

#iwmf .iwmf_hAudioContainer
{
	width:100%;
}


#iwmf #iwmf_mainEventContainer
{
	float:left;
	display:inline;
	width:20%;
}

#iwmf #iwmf_mainhCardContainer
{
	float:left;
	display:inline;
	width:20%;
}
#iwmf #iwmf_mainhAudioContainer
{
	float:left;
	display:inline;
	width:20%;
}
#iwmf .iwmf_hmediaphoto
{
	max-width:220px;
	border:5px #666 solid;
}
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 2000 !important;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 2150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 2500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

html[dir='rtl'] .GB_header .close {
    text-align: left;
}

.GB_header .close img {
    z-index: 2500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
html[dir='rtl'] .GB_Window .close { text-align: left; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:700px;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-container.png') repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:643px;
	height:320px;
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-editor.png') no-repeat;
	clear:both;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/ClientScript/markitup/skins/html/images/handle.png');
	cursor:n-resize;
}
/***************************************************************************************/

.markItUpEditor {
	
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-editor-html.png') no-repeat;
	
}

/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url('/ClientScript/markitup/skins/html/images/menu.png') no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url('/ClientScript/markitup/skins/html/images/submenu.png') no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpButton1 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h1.png'); 
}
.html .markItUpButton2 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h2.png'); 
}
.html .markItUpButton3 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h3.png'); 
}
.html .markItUpButton4 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h4.png'); 
}
/*
.html .markItUpButton5 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h5.png'); 
}
.html .markItUpButton6 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h6.png'); 
}
.html .markItUpButton7 a {
	background-image:url('/ClientScript/markitup/skins/html/images/paragraph.png'); 
}
*/
.html .markItUpButton5 a {
	background-image:url('/ClientScript/markitup/skins/html/images/paragraph.png'); 
}

.html .markItUpButton6 a {
	background-image:url('/ClientScript/markitup/skins/html/images/bold.png');
}

/*
.html .markItUpButton9 a {
	background-image:url('/ClientScript/markitup/skins/html/images/italic.png');
}
.html .markItUpButton10 a {
	background-image:url('/ClientScript/markitup/skins/html/images/stroke.png');
}


.html .markItUpButton11 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-bullet.png');
}
.html .markItUpButton12 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-numeric.png');
}
.html .markItUpButton13 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-item.png');
}

.html .markItUpButton14 a {
	background-image:url('/ClientScript/markitup/skins/html/images/picture.png'); 
}
.html .markItUpButton15 a {
	background-image:url('/ClientScript/markitup/skins/html/images/link.png');
}

.html .markItUpButton16 a {
	background-image:url('/ClientScript/markitup/skins/html/images/clean.png');
}
*/

.html .markItUpButton7 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-bullet.png');
}
.html .markItUpButton8 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-numeric.png');
}
.html .markItUpButton9 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-item.png');
}

.html .markItUpButton10 a {
	background-image:url('/ClientScript/markitup/skins/html/images/picture.png'); 
}
.html .markItUpButton11 a {
	background-image:url('/ClientScript/markitup/skins/html/images/link.png');
}

.html .preview a {
	background-image:url('/ClientScript/markitup/skins/html/images/preview.png');
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url('/Data/style/cluetip/wait.gif');
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowleft.gif');
}
.clue-left-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowup.gif');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowleft.gif');
}
.clue-left-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowup.gif');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url('/Data/style/cluetip/bl.gif') no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url('/Data/style/cluetip/tl.gif') no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url('/Data/style/cluetip/tr.gif') no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url('/Data/style/cluetip/br.gif') no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowleft.gif');
}
.clue-left-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowright.gif');
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowup.gif');
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}




span.normalthread{ background: url('/Data/style/forums/folder.png') no-repeat; display:inline-block; width:18px; height:20px; }
span.lockedthread{ background: url('/Data/style/forums/lock.png') no-repeat; display:inline-block; width:18px; height:20px; }
span.stickythread{ background: url('/Data/style/forums/folder_star.png') no-repeat; display:inline-block; width:18px; height:20px; }
.newthread, .newpost { background: url('/Data/style/forums/folder_edit.png') no-repeat; background-position: 0px 2px; padding-left:18px;  }
.forumEdit, .threadEdit, .postEdit { background: url('/Data/style/forums/pencil.png') no-repeat; background-position: 0px 0px; padding-left:18px;  }
.forumfeed { background: url('/Data/style/forums/feed.png') no-repeat; background-position: 0px 0px; padding-left:18px; }.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/Data/style/CalExtender/arrow-left.gif');}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/Data/style/CalExtender/arrow-right.gif');}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/* Reset */
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	/*
	zoom: 1;
    */
}

.qtfile
{
	min-width: 650px;
}

.qtfile span
{
	vertical-align: text-top;
	line-height: 100%;
}

/* Button elements */
.qtfile .button
{
	cursor: pointer;
}

.qtfile .button.button-disabled
{
	color: Gray;
	cursor: default;
}

/* Icons */
/* Command buttons */
.qtfile .button.folder-create .icon,
.qtfile .button.folder-rename .icon,
.qtfile .button.folder-move .icon,
.qtfile .button.folder-delete .icon,
.qtfile .button.file-upload .icon,
.qtfile .button.file-refresh .icon,
.qtfile .button.folder-refresh .icon,
/* File actions */
.qtfile .file-panel .icon-file-name,
.qtfile .file-panel .file-actions span,
/* Folder items */
.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-bullet.folder-bullet-closed,
.qtfile .folder-panel .folder-bullet.folder-bullet-opened,
.qtfile .folder-panel .icon-folder,
.qtfile .folder-panel .icon-folder-end,
/* Status icons */
.qtfile .qtfile-footer .icon-status
{
	background-image: url('/Data/style/qtfile/icons.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

/* Header */
.qtfile .qtfile-header
{
	padding: 7px 0 3px 10px;
}

/* Footer */
.qtfile .qtfile-footer
{
	border-top: none;
	padding: 6px 0 5px 5px;
	position: relative;
}

.qtfile .qtfile-footer .status-message
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.qtfile .qtfile-footer .icon-status
{
	margin: 0 5px 0 0;
}

.qtfile .qtfile-footer .status-info .icon-status { background-position: 64px 64px; }
.qtfile .qtfile-footer .status-warn .icon-status { background-position: 32px 64px; }
.qtfile .qtfile-footer .status-error .icon-status { background-position: 16px 64px; }

.qtfile .qtfile-footer .credit
{
	display: block;
	float: right;
	margin-right: 15px;
}

.qtfile .qtfile-footer .credit a
{
	line-height: 1.6em;
}

.qtfile .qtfile-footer .credit a:hover
{
	text-decoration: underline;
}

/* Menu list */
.qtfile .menu-bar
{
	margin: 5px 0 5px 5px;
	position: relative;
}

.qtfile .menu-bar .icon
{
	margin-right: 3px;
}

.qtfile .menu-bar .button.file-refresh
{
	position: absolute;
	right: 3px;
	top: 2px;
}

.qtfile .button.file-refresh .icon { background-position: 0 32px; }
.qtfile .button.folder-create .icon { background-position: 0 48px; }
.qtfile .button.folder-rename .icon { background-position: 64px 48px; }
.qtfile .button.folder-delete .icon { background-position: 32px 48px; }
.qtfile .button.folder-move .icon { background-position: 48px 48px; }
.qtfile .button.file-upload .icon { background-position: 64px 32px; }


.qtfile .qtfile-content
{
	position: relative;
	height: 389px;
	/* Only need the top border from jquery-ui */
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Headers */

.qtfile .file-header *,
.qtfile .folder-header *
{
	line-height: 27px;
}

.qtfile .folder-header
{
	border-right: none;
	border-left: none;
	position: relative;
	padding-left: 2%;
	margin-right: -2%;
}

.qtfile .folder-header .button.folder-refresh
{
	position: absolute;
	right: 3%;
	top: 3px;
}

.qtfile .button.folder-refresh .icon { background-position: 0 32px; }

.qtfile .file-header
{
	border-right: none;
	padding-left: 0px;
	position: relative;
}

.qtfile .file-header .file-size-header,
.qtfile .file-header .file-name-header,
.qtfile .file-header .file-actions-header
{
	float: left;
	text-align: center;
	background-image: none;
	background-color: Transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: -1px;
}

.qtfile .file-header .file-name-header
{
	border: none;
	width: 55%;
	text-align: left;
	text-indent: 1%;
}

.qtfile .file-header .file-size-header
{
	width: 20%;
}

.qtfile .file-header .file-actions-header
{
	width: 25%;
	text-indent: -10000px;
}

/* Folders */

.qtfile .folder-wraper
{
	width: 26%;
	position: absolute;
}

/* Folder list */

.qtfile .folder-panel
{
	height: 360px;
	overflow: auto;
}

.qtfile .folder-panel li,
.qtfile .file-panel li
{
	white-space: nowrap;
}

.qtfile .folder-panel li li
{
	padding-left: 16px;
}

.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-name
{
	cursor: pointer;
}

.qtfile .folder-panel .folder-name-text
{
	line-height: 1.5em;
}

.qtfile .folder-panel .folder-name:hover
{
	color: Blue;
}

.qtfile .folder-bullet { background-image: none; }
.qtfile .icon-folder-end { background-position: 16px 32px; }
.qtfile .icon-folder { background-position: 16px 48px; }
.qtfile .folder-bullet.folder-bullet-closed { background-position: 48px 32px; }
.qtfile .folder-bullet.folder-bullet-opened { background-position: 32px 32px; }

.qtfile .folder-panel .folder-name .icon-folder,
.qtfile .folder-panel .folder-name .icon-folder-end
{
	margin-right: 5px;
}

.qtfile .folder-panel .folder-name .icon-folder-end
{
	visibility: hidden;
	left: 5px;
}

.qtfile .folder-panel .folder-name-selected .icon-folder-end
{
	visibility: visible;
}

/* Files */

.qtfile .file-wraper
{
	width: 74%;
	position: absolute;
	right: 0;
}

.qtfile .file-panel
{
	padding-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: none;
	background-color: Transparent;
	height: 360px;
	overflow: auto;
}
.qtfile .file-panel.file-list-empty
{
	/* background: url('/Data/style/qtfile/empty_folder_bg.png') 50% 50% no-repeat; */
}

.qtfile .file-panel .file-name, 
.qtfile .file-panel .file-size, 
.qtfile .file-panel .file-actions
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	line-height: 1.7em;
}

.qtfile .file-panel .file-name
{
	width: 55%;
	text-indent: 1%;
}

.qtfile .file-panel li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qtfile .file-panel li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
.qtfile .file-panel li { height:1%; }
.qtfile .file-panel li { display:block; }
/* end clearfix */

.qtfile .file-panel li.even
{
	background-image: url('/Data/style/qtfile/file_even_bg.png');
}

.qtfile .file-panel li:hover
{
	background-image: url('/Data/style/qtfile/file_hover_bg.png');
}

.qtfile .file-panel .file-size
{
	width: 19%;
	text-align: right;
}

.qtfile .file-panel .file-actions
{
	float: right;
	width: 22%;
	text-align: center;
	margin: 0  0 0 1%;
}

.qtfile .file-panel .icon-file-name
{
	margin: 0 1% 0 0;
}

.qtfile .file-panel .file-actions span
{
	cursor: pointer;
	margin: 0  0 0 1%;
	text-indent: -10000px;
	
	/* Fix for IE7 moved to IE7Specific css
	*text-indent: 0;
	*font-size: 0;
    */

}

.qtfile .file-panel .file-action-link { background-position: 48px 64px; }
.qtfile .file-panel .file-action-delete { background-position: 16px 16px; }
.qtfile .file-panel .file-action-move { background-position: 32px 16px; }
.qtfile .file-panel .file-action-rename { background-position: 48px 16px; }
.qtfile .file-panel .file-action-download { background-position: 64px 16px; }
.qtfile .file-panel .file-action-preview { background-position: 80px 64px; }

/* File preview */

.qtfile .file-preview p,
.qtfile .file-preview img
{
	margin: 0;
	padding: 0;
}

.qtfile .file-preview p
{
	overflow: hidden;
	white-space: nowrap;
}

.qtfile .file-preview p span
{
	line-height: 1.6em;
	vertical-align: text-top;
}

.qtfile .file-preview
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: auto;
	max-width: 65%;
	display: none;
	/* Width must be set in IE7 for header get right moved to IE7Specific.css
	*width: 65%;
    */
}

.qtfile .file-preview-field-name
{
	display: inline-block;
	width: 7.5em;
	font-weight: bold;
}

.qtfile .file-preview p.file-preview-image
{
	line-height: 0;
	width: auto;
}

.qtfile .file-preview .file-preview-image img
{
	max-width: 100%;
	overflow: auto;
	max-height: 150px;
}

.qtfile .file-preview .file-preview-image-loading
{
	display: block;
	width: 48px;
	height: 48px;
	background: url('/Data/style/qtfile/indicator.gif') no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url('/Data/style/qtfile/file_types.png');
	background-position: 16px 16px;
}

.qtfile .file-panel .icon-file-bmp { background-position: 256px 256px; }
.qtfile .file-panel .icon-file-jpg, .qtfile .file-panel .icon-file-jpeg { background-position: 240px 0; }
.qtfile .file-panel .icon-file-png { background-position: 224px 0; }
.qtfile .file-panel .icon-file-gif { background-position: 208px 0; }

.qtfile .file-panel .icon-file-txt { background-position: 256px 240px; }
.qtfile .file-panel .icon-file-pdf { background-position: 240px 240px; }

/* Impromptu 
http://trentrichardson.com/Impromptu/index.php
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

/* ----------------------------------
MojoPortal Admin Menu CSS
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu */
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	/* color: #666; */
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url('/Data/style/adminmenu/Crystal_Clear_action_run.png') no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url('/Data/style/adminmenu/Crystal_Clear_app_agent.png') no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url('/Data/style/adminmenu/Crystal_Clear_app_kchart.png') no-repeat center 10px;}
a.lnkContentManager { background: url('/Data/style/adminmenu/Crystal_Clear_mimetype_document.png') no-repeat center 10px;}
a.lnkContentWorkFlow { background: url('/Data/style/adminmenu/Crystal-Clear-content_workflow.png') no-repeat center 10px; }
a.lnkContentTemplates { background: url('/Data/style/adminmenu/Crystal_Clear_app_kivio.png') no-repeat center 10px;}
a.lnkStyleTemplates { background: url('/Data/style/adminmenu/Crystal-Clear-app-stylesheet.png') no-repeat center 10px;}
a.lnkSiteList { background: url('/Data/style/adminmenu/folder_html.png') no-repeat center 10px;}
a.lnkPageTree { background: url('/Data/style/adminmenu/Crystal-Clear-action-view-tree.png') no-repeat  center 10px;}
a.lnkRoleAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_users.png') no-repeat  center 10px;}
a.lnkFileManager { background: url('/Data/style/adminmenu/Cystal_Clear_file_manager.png') no-repeat  center 10px;}
a.lnkAddUser { background: url('/Data/style/adminmenu/Crystal_Clear_add_user.png') no-repeat  center 10px;}
a.lnkCoreData { background: url('/Data/style/adminmenu/Crystal_Clear_app_database.png') no-repeat  center 10px;}
a.lnkAdvancedTools { background: url('/Data/style/adminmenu/Crystal-Clear-action-configure.png') no-repeat  center 10px;}
a.lnkLogViewer { background: url('/Data/style/adminmenu/Crystal-Clear-mimetype-vcalendar.png') no-repeat  center 10px;}
a.lnkServerInfo { background: url('/Data/style/adminmenu/Crystal-Clear-app-ksysguard.png') no-repeat  center 10px;}
a.lnkNewsletter { background: url('/Data/style/adminmenu/Crystal-Clear-app-kontact.png') no-repeat  center 10px;}
a.lnkMemberList { background: url('/Data/style/adminmenu/Crystal-Clear-kuser2.png') no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-currency.png') no-repeat  center 10px;}
a.lnkCountryAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-locale.png') no-repeat  center 10px;}
a.lnkGeoZone { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kspread.png') no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-tax.png') no-repeat  center 10px;}
a.lnkUrlManager { background: url('/Data/style/adminmenu/Crystal-Clear-url.png') no-repeat  center 10px;}
a.lnkRedirectManager { background: url('/Data/style/adminmenu/Crystal-Clear-redirect.png') no-repeat  center 10px;}
a.lnkBannedIPs { background: url('/Data/style/adminmenu/Crystal-Clear_banned_ip.png') no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kpackage.png') no-repeat  center 10px;}
a.lnkTaskQueue { background: url('/Data/style/adminmenu/Crystal_Clear_action_editpaste.png') no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_Networksettings.png') no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url('/Data/style/adminmenu/Crystal_Clear_waiting_approval.png') no-repeat  center 10px;}
a.lnkRejectedContent { background: url('/Data/style/adminmenu/Crystal_Clear_rejected_content.png') no-repeat  center 10px;}
a.lnkPendingPages { background: url('/Data/style/adminmenu/FileCrystal-Clear-draft_pages.png') no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px; }
a.lnkDevTools  { background: url('/Data/style/adminmenu/devtools.png') no-repeat  center 10px; }
a.lnkDesignTools  { background: url('/Data/style/adminmenu/designtools.png') no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url('/Data/style/adminmenu/RegAgreement.png') no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url('/Data/style/adminmenu/permissions.png') no-repeat  center 10px; }
a.lnkSkinList { background: url('/Data/style/adminmenu/skin.png') no-repeat center 10px; }
a.lnkCacheTool { background: url('/Data/style/adminmenu/cache.png') no-repeat center 10px; }


body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url('/Data/style/common/openidlogin.gif') no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url('/Data/style/common/cyclenav-bullet2.png') no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url('/Data/style/common/q.gif') 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url('/Data/style/common/a.gif') 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url('/Data/style/common/ratingStarFilled.png'); }
.ratingStar .Empty { background-image:url('/Data/style/common/ratingStarEmpty.png'); }
.ratingStar .Saved { background-image:url('/Data/style/common/ratingStarSaved.png'); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url('/Data/style/common/calendar_add.png') no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }

div.cmdbar { display:inline-block; min-width:300px; min-height:14px; max-height: 14px; }
a.forumcommand { margin: 0px 10px 0px 10px; }
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */
 
 /* KLD - Added to avoid clashes with general ul and li styles */
div.jp-audio ul li,
div.jp-video ul li
{
    background-image: none;
    padding-left: 0;
    margin: 0;
}

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #009be3;
	background-color:#eee;
	position:relative;
}
div.jp-audio {
	width:420px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}

div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
	
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	/* Rules for IE6 (full-screen) */
	position: fixed !important; position: relative; 
	
	overflow: hidden;
	z-index:11000;
}

div.jp-video-full div.jp-gui {
/* Rules for IE6 (full-screen) */
	position: fixed !important; position: static; 
	
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	
	z-index:11000;
}

div.jp-video-full div.jp-interface {
/* Rules for IE6 (full-screen) */
	position: absolute !important; position: relative; 
	
	bottom: 0;
	left: 0;
	z-index:11000;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
	
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 0 no-repeat;
}
a.jp-play:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -41px 0 no-repeat;
}
a.jp-pause {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -29px -83px no-repeat;
}

a.jp-previous {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -29px -112px no-repeat;
}

a.jp-next {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:100px;
	width:130px;
}
.AudioPlayer div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.seeking.gif');
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -19px -170px no-repeat;
}
a.jp-unmute {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	/* padding:5px 0 5px 20px; */
	padding:5px 0 5px 0px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:11000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.video.play.png') 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.video.play.png') 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -90px -310px no-repeat;
}

a.jp-repeat {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url('/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg') -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
/* GENERIC */


html 			{ min-height: 101%;
				height: 100%;
				margin-bottom: 1px; }
				
Body			{ font-size: 100%;
				font-size: 0.9em;
				font-family: 'Lora', Georgia, Times, serif;
				font-weight: 400;
				line-height: 2;
				height: 100%;
				margin: 0 0 1px;
				padding: 0;
				height: 100%;
				width: 100%;
				height: 100%;
     			background-image: url('/Data/Sites/1/skins/template-06//art/background.png');
     			background-repeat: no-repeat;
     			background-attachment:scroll;
     			background-position:center top; } 

A:link			{ text-decoration:none;color:#0d3d9c;border-bottom: #b2b0b0 dotted 1px; }
A:visited		{ text-decoration:none;color:#0d3d9c;border-bottom: #b2b0b0 dotted 1px; }
A:hover			{ text-decoration:none;color:#8f058d;border-bottom: #b2b0b0 solid 1px; }
A:focus			{ outline:none; border: 0px; text-decoration:none; border-bottom: none; }
a, a img 		{vertical-align: bottom;}
a.ImageERS 		{ border: 0px; text-decoration:none; border-bottom: none; }
img.ERS			{ border: 0px; text-decoration:none; border-bottom: none; }
img 			{ border: 0px; text-decoration:none; border-bottom: none; }

hr 				{ color: #fff;
				background-color: #fff;
				border: 1px solid #cc9966;
				border-style: none none solid; }

.ImgDashed 		{ background:#FFFFFF;
				border:1px dashed #999999;
				padding:4px; }
						
P				{ font-size: 100%;
				line-height: 13pt;
				font-weight: normal;
				font-style: normal;
				color: #484849 }
			
TABLE, TD, TR	{ font-size: 100%;
				line-height: 13pt;
				line-height: normal;
				font-weight: normal;
				font-style: normal;
				color: #484849 }

UL,LI			{ font-size: 100%;
				line-height: 13pt;
				font-weight: normal;
				font-style: normal;
				color: #484849 }

H1 				{ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
				font-weight: 400;
				LINE-HEIGHT: 26pt;
				margin-top:0px;
				margin-bottom:10px;
				FONT-SIZE: 2em; 
				COLOR: #484849;
				color:#4f8d11 }

H2 				{ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
				font-weight: 400;
				LINE-HEIGHT: 16pt;
				margin-bottom:-3px;
				FONT-SIZE: 1.6em; 
				COLOR: #005696;  }

H3 				{ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
				font-weight: 700;
				LINE-HEIGHT: 14pt;
				margin-bottom:-3px;
				FONT-SIZE: 1.3em;
				COLOR: #de8e0b; }

H4 				{ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
				font-weight: 700;
				LINE-HEIGHT: 14pt;
				margin-bottom:-3px;
				FONT-SIZE: 1.3em;
				COLOR: #4f8d11; }
				
H5 				{ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
				line-height: 11pt;
				margin-bottom:-3px;
				FONT-WEIGHT: bolder;
				FONT-SIZE: 1em;
				font-style:oblique;
				COLOR: #005696; }
			
H6				{ font-size: 8pt;
				line-height: 10pt;
				font-weight: normal;
				font-style: normal;
				margin-bottom:0px;
				margin-top:0px;
				color: #484849 }
				

.text-indent-1 {
  text-indent: 40px;
}
.text-indent-2 {
  text-indent: 60px;
}
.text-indent-3 {
  text-indent: 80px;
}
small,
.small {
  font-size: 85%;
}
mark,.mark,.searchterm {
  background-color: #fcf8e3;
  padding: .2em;
}
.image-right {
	float:right
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger,
[id*="PasswordRecovery"][id*="FailureText"] {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}


		

/* ORANGE BUTTON */
.CustomButtonOrange a, .CustomButtonOrange a:link, .CustomButtonOrange a:hover, .CustomButtonOrange a:visited, .CustomButtonOrange a:active {
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom: 0px;
  color: #ffffff;
  display: block;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;}
.CustomButtonOrange {
  width: 240px;
  border-top: 1px solid #96d1f8;
  background: #ffac4c;
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;}
  
  
  
				
/* CALLOUT BOX 1 */
.HighlightBox1 {
	background-color: #f5f4f4;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-top: 1px dotted #007cb5 ;
	border-bottom: 1px dotted #007cb5;
	border-left: 1px dotted #007cb5;
	border-right: 1px dotted #007cb5;
	float:left;
	margin-top:-2px;

}
.HighlightBox1 a {
	border-bottom: #b2b0b0 dotted 0px;
	display:block;
	font-weight:bold;
	font-size:small;
}
/* CALLOUT BOX 2 */
.SquareThis {
	border: thin dotted #C0C0C0;
	background-color: #fff3bf;
	padding: 5px;
}
/* CALLOUT BOX 3 */
.RoundThis {
	border: thin dotted #C0C0C0;
	background-color: #fbf9f0;
	padding: 5px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* CALLOUT BOX 3 */
.BreakingNews {
	background-color: #f5f4f4;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: 2px dotted #952230 ;
	border-bottom: 2px dotted #952230;
	border-left: 0px dotted #952230;
	border-right: 0px dotted #952230;
	float:left;
	margin-top:-15px;
	margin-bottom:10px;
	width:437px;
	font-size:12px;
}
.BreakingNews td {
	font-size:14px;
}



#sublinks ul, #sublinks li {
	margin: -15px 0px 5px 10px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	font-size:small;
	outline: none;
	text-decoration: none;
	color: #0d3d9c;
	border-bottom: 0px;
}
#sublinks li {
	margin: 6px 5px 0px 7px;
	text-align: left;
	list-style: disc url('/Data/Sites/1/skins/template-06//art/bullet2.gif') outside;
	background-position: 22px;
	line-height: 16px;
	font-size:small;
	outline: none;
	text-decoration: none;
	color: #0d3d9c;
	border-bottom: 0px;
}
#sublinks li a, #sublinks dt a, a:link a:visited a:focus {
	outline: none;
	line-height: 16px;
	font-size:small;
	outline: none;
	text-decoration: none;
	color: #0d3d9c;
	border-bottom: 1px; border-bottom-style:dotted;
}
#sublinks li a:link a:visited a:focus, #sublinks dt a:link a:visited a:focus, div. a:focus {
	font-size:small;
	outline: none;
	text-decoration: none;
	color: #0d3d9c;
	border-bottom: 1px; border-bottom-style:dotted;
}

#sublinks li a:hover {
	font-size:small;
	outline: none;
	text-decoration: none;
	color: purple;
	border-bottom: 1px;; border-bottom-style:solid;
}


/*FACT SHEETS*/
.factsheets ul {
	margin-left:-15px;
}
.factsheets li {
	margin: 6px 5px 0px 7px;
	margin-bottom:0px;
	margin-top:2px;
	text-align: left;
	list-style: disc url('/Data/Sites/1/skins/template-06//art/bullet2.gif') outside;
	background-position: 22px;
	line-height: 16px;
	font-size:small;
	outline: none;
	text-decoration: none;
	color: #0d3d9c;
	border-bottom: 0px;
}


/* RESOURCES BY COUNTY SEARCH */
.CountyHeader {
	background-color: #7798ba;
	color:#FFFFFF;
	padding:4px;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:6px;
	margin-top:15px;
	width:400px
}
.CountyHeader a {
	color:#FFFFFF;
}


/*PFL HORIZONTAL NAV BAR*/
#PFLnavcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: Black;
	float: left;
	width: 705px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom:-5px;
}
ul.menu_tabbed {
	width:705px;
	list-style: none;
	border-bottom: 1px #999999 solid;
	padding-bottom: 3px
	}	
ul.menu_tabbed li {
	display: inline;
	margin-right: 5px;
	}	
ul.menu_tabbed li a {
	color:#763a10;
	text-decoration: none;
	background: #f7f7f7;
	border: 1px #CCCCCC solid;
	border-bottom: none;
	padding: 3px 6px;
	}	
ul.menu_tabbed li a.selected {
	color:#763a10;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #FFFFFF solid;
	padding: 6px 6px 3px 6px;
	font-weight:bold;	
	}	
ul.menu_tabbed li a:hover {
	padding: 6px 6px 3px 6px;	
	}	


/*PFL CONTENT*/
.PFLMicro H2 	{ LINE-HEIGHT: 16pt;
				margin-bottom:-3px;
				FONT-WEIGHT: lighter; 
				FONT-SIZE: 1.5em; 
				COLOR: #763a10;  }

.PFLMicro H3 	{ LINE-HEIGHT: 14pt;
				margin-bottom:-3px;
				FONT-WEIGHT: lighter; 
				FONT-SIZE: 1.3em;
				COLOR: #481f02; }



/* MAIN
-----------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* HEADER
-----------------------------------------------------------------------------*/
#header {
	height: 237px;
	
}


/* FOOTER
-----------------------------------------------------------------------------*/
#footer {
	float:left;
	width: 100%;
	margin: 0px auto 0;
	margin-top:50px;
	height: 190px;
	background: #4f8d11; }
#footerContent {
	margin: 0 auto;
	width: 960px;
	padding-top:15px;
	padding-bottom:10px; }
#footerContent a { color:#FFFFFF }



/* CUSTOM CLASSES */
.DonateNowForm { margin-top:-20px }
#HomeSearchTabs { font-size:12px;width:452px;padding:0px;height:480px; }
#HomeSearchTabs .ui-widget-header { font-size:10px; height:30px; }
#HomeSearchTabs .ui-widget-header a { font-size:11px; border-bottom:0px;text-decoration:none;padding-left:9px;padding-right:9px; }
.StateWideRight { font-size:12px; line-height:8px }
#CenterColumnTabs { font-size:12px;width:452px;padding:0px; }
#CenterColumnTabs .ui-widget-header { font-size:10px; height:30px; }
#CenterColumnTabs .ui-widget-header a { font-size:11px; border-bottom:0px;text-decoration:none;padding-left:9px;padding-right:9px; }
.EventRegForm H1 {width:700px;overflow:hidden;}
.HeaderSlide {float:right;margin-bottom:0px;margin-top:0px;}
.HomePageMission {font-size:14px;line-height:15px;text-align:center;font-style:italic;color:#005696}
.PhotoGallery1 h1 {font-size:20px;font-weight:bold;margin-bottom:15px}
.PhotoGallery1 img {border: solid thin #D1D7DC; padding:3px;margin-bottom:10px;}
.PhotoGallery1 a {border: none;width:50px;}

.RightColumn, .RightColumnOverride {background-color:#ececec;padding:2px;padding-left:12px;padding-right:12px;margin-bottom:30px;	-moz-border-radius: 15px;
 	border-radius: 15px;
	-webkit-border-radius: 15px;}
.RightColumn A:link	{ text-decoration:none;border:0px}
.RightColumn img	{ margin-bottom:6px;}
.RightColumn h1	{ margin-top:10px;}
.NoRightColumn .RightColumn {display:none}

.HomePageIntro p {font-size:18px;text-align:center;font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;font-weight: 400;line-height: 1.4;padding-top:10px;}
.HomePageColumn1 {margin-bottom:20px; background-color:#f3f1f1;padding:0px;width:315px;float:left;margin-right:38px;}
.HomePageColumn2 {margin-bottom:20px; background-color:#f3f1f1;padding:0px;width:315px;float:left;}
.HomePageColumn1 h1, .HomePageColumn2 h1 {font-size:20px;text-transform:capitalize;color:#FFFFFF;text-align:center;background-color:#4f8d11;margin-bottom:7px;padding:4px;width:307px;font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;font-weight: 400;}
.HomePageColumn1 p, .HomePageColumn2 p {padding:20px;}
.HomePageColumn1 img, .HomePageColumn2 img {padding-top:10px}

.UListFormat1 ul { list-style: none; width:82%}
.UListFormat1 ul li { list-style: none;margin-left:-25px;font-size:12px; font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;}
.UListFormat1 ul li { list-style: none;display:block; text-decoration:none; line-height:18px; padding-top:8px;padding-bottom:8px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding-left:5px; cursor:pointer; }
.UListFormat1 ul li:hover { background-color:#fafafa }
.UListFormat1 li a { margin-right:10px;text-decoration:none;border-bottom:0px }


.leftside ul { list-style: square; width:82%;}
.leftside ul li { list-style: square;margin-left:-23px;font-size:12px; }
.leftside ul li { list-style: square;text-decoration:none; color:#000000; line-height:14px; padding-top:3px;padding-bottom:3px;
  border-bottom-style:solid; border-bottom-width:0px; border-bottom-color:#CCCCCC; padding-left:0px; }
.leftside li a { margin-right:10px;text-decoration:none;border-bottom:0px; }
.leftside h1 { color:#474747 }




/* CMS LAYOUT */
#wrapper {}
.ContentWrapper {padding-top:20px;}
.wrapcenter { float:left;width:960px;padding: 0px 0px 0px 0px;margin-top:0px;margin-left:-3px;margin-right:0px;padding-bottom:0px;margin-bottom:0px;}
.center-nomargins {width: 960px; margin: 0px 0px 0px 0px; padding-left:0px;padding-right:0px;padding-top:0px; }
.center-rightandleftmargins {float:left; width:744px; padding:0px }

.center-rightmargin {margin-top:0px;width:960px; margin: 0px 0px 0px 0px;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;margin-top:0px }
.center-leftmargin { float:left; width:740px; padding-left:0px; padding-top:20px; }

.leftside { float:left; margin-left:-10px;width:180px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;margin-right:20px;padding-top:0px;padding-right:15px;padding-bottom:100px}
.leftside { border-right:1px;border-right-color:#e1e1e1;border-right-style:solid}
.leftside h1 { font-size:17px;font-weight:bold;text-align:center;background-color:#ececec;padding:5px;margin-bottom:10p}

.rightside { float:right; width:255px; margin-left:30px;padding-bottom:0px; margin-top:0px; padding-right:0px; padding-left:0px; }
.altcontent2 { margin-top:-12px;}

.ResourcesByCounty .rightside { width:300px; }
.WideRight .rightside { width:400px; }


/* MEDIA QUERY */
@media only screen and (max-width: 2200px ) {
}
@media only screen and (max-width: 980px ) {
.WideRight .rightside { width:300px; }
}
@media only screen and (max-width: 767px) {
.WideRight .rightside { width:300px; }
}


/* CUSTOM FORMATS, ADD TO CMS STYLES (Content Style Templates) */
.ShadedBox1 {background-color:#f2f1ed;padding:25px; margin-bottom:15px}
.ShadedBox2 {background-color:#e9e9e9;padding:50px; margin-bottom:15px}
.ShadedBox3 {background-color:#f1f1d6;padding:50px; margin-bottom:15px}
.ShadedBox4 {background-color:#f2f2f2;padding:50px;}


/* BREADCRUMBS */
.breadcrumbs { margin-top:-16px;margin-left:0px;margin-bottom:15px;padding:0px 0px 0px 0px;}
.breadcrumbs a { font-size:11px;font-weight:lighter;font-style:oblique;text-decoration:none; }
.breadcrumbs a:hover { text-decoration:none;border-bottom: #b2b0b0 solid 1px; }
.unselectedcrumb {  }
.selectedcrumb {  }


/* THE ADMIN SCREENS */
.admin { margin-left:0px;font-size:12px; }
.admin .mojo-tabs { font-size:12px;margin-left:0px;padding:0px;width:690px }
.adminmenu { font-size:12px; }
.htmledit { font-size:12px;margin-left:0px;padding:0px;}
.versionheading { margin-left:0px;padding:0px;padding-bottom:10px;padding-top:10px }
.panelwrapper .eventcalendaredit { font-size:12px; }
.mojo-tabs a { font-size:12px;border-bottom:0px;text-decoration:none }
.pageditlinks { margin-top:10px;margin-left:0px;margin-bottom:15px;padding:0px 0px 0px 0px;}
.pageditlinks a { font-size:13px;font-weight:bolder;font-style:normal;}
.modulesettings { font-size:12px;margin-left:0px;padding:0px;width:710px }
.settingrow { font-size:12px;margin-left:0px;padding:0px;width:690px }
.lockedbutton { margin-top:30px }
.modulelinks a:link {font-weight:bold;border-bottom: 0px;padding-left:10px;background: url('/Data/Sites/1/skins/template-06//art/bullet-arrow8.png') 0px 4px no-repeat;}
.wysiwygeditor { background:none }


/* JQUERY STUFF */
.mojo-accordion-nh a { text-decoration:none;color:#0d3d9c;border-bottom: #b2b0b0 dotted 0px;}
.ui-tabs-nav  { font-size:11px;padding:0px  }
.mojo-tabs ui-tabs .ui-widget .ui-widget-content .ui-corner-all { font-size:11px; }
.ui-widget { font-size:11px;text-decoration:none }


/* GRIDVIEW */
.AspNet-GridView table thead tr th { padding: 2px; }
.AspNet-GridView table tbody tr td { color: #333333; background: White; padding: 2px 20px 2px 2px; border-bottom: solid 1px #CCCCCC;border-right: solid 1px #CCCCCC; text-align: left; }
.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td { background: #F7F6F3; }


/* PASSWORD STRENGTH METER */
.pwspoor { background-color: Red; color:White; padding:5px 5px 5px 5px;}
.pwsweak { background-color: Orange; color:White; padding:5px 5px 5px 5px; }
.pwsaverage { background-color: Yellow; color:Black; padding:5px 5px 5px 5px; }
.pwsstrong { background-color:Teal; color:Black; padding:5px 5px 5px 5px; }
.pwsexcellent { background-color:Green; color:White; padding:5px 5px 5px 5px; }
.pwdstrengthbarborder { border-style:solid; border-width:1px; width:200px; vertical-align:middle; }
.pwdstrengthbar { width:200px; height:15px; padding:2px 2px 2px 2px;}


/* WEB STORE */
.webstore .modulecontent { float:left;  margin-bottom: -25px;}
.productlist h3 { color: #6297BC; }
.productcontainer { border-bottom: solid thin #D1D7DC; padding:7px; float:left; clear:both; width:100%; }
.productcontainer h4 { margin-top: 0px; margin-bottom: 3px;  font-size: 1.3em; }
.productcontainer p { margin: 0px;  }
.offercontainer { clear:both; }


/* PAGE LAYOUT */
.pagelayout .addcontent{float: left; margin: 0 0 20px; }
.pagelayout .panelayout { clear: both; margin: 0 0 20px 0; padding: 0;}
.pagelayout .panelayout h2 {text-align: center; margin: 0 5px 5px 0;width:120px}
.pagelayout .regularpanes{margin: 0 auto; width: 630px; clear: both;}
.pagelayout .pane{float: left; clear: none;margin: 20px 0 20px 0; position: relative;}
.pagelayout .layoutcenter{margin: 20px 30px;}
.pagelayout .altlayoutnotice{margin-bottom: 0px;visibility:hidden;display:none}
.pagelayout .panelistbox{position: relative; width: 190px;}
.pagelayout .pane select {width: 170px; margin-right: 10px;}
.pagelayout .layoutbuttons{right: 0; top: 5px; position: absolute;}
.pagelayout .layoutbuttons input{display: block; margin-bottom: 10px;}
.pagelayout .layoutalt1 {float: left;clear: both; width: 90px; margin: 0 auto; position: relative;}
.pagelayout .layoutalt2 {float: left;clear: both; width: 90px; margin: 0 auto; position: relative;}


/* GRIDS AND TABLES */
table.editgrid { margin:10px; }
table.editgrid th { font-weight:700; padding:7px; }
.AspNet-GridView table thead tr th { padding:2px; }
.AspNet-GridView table tbody tr td { color:#333; background:#FFF; border-bottom:solid 1px #CCC; border-right:solid 1px #CCC; text-align:left; padding:2px 20px 2px 2px; }
.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td { background:#F7F6F3; }
table.editgrid td { padding:7px; }


/* Lists */
ol li {list-style-position: outside;list-style-type:decimal;}
ol.searchresultlist { list-style-type:none; }
.topnav { background-color:#6d6475; color:#3CF; text-align:right; font-weight:700; }
div.topnav { top:3px; left:0; height:29px; width:100%; margin:0; }
ul.topnav { float:left; display:inline; margin:5px 0 0; padding:0 0 0 37px; }
li.topnavitem { float:left; list-style-type:none; color:#fff; border-left:solid thin #FFF; padding:0 7px; }
li.firstnav { float:left; list-style-type:none; margin-left:-10px; padding:0 7px 0 0; }
.simplelist,.simplelist li { list-style:none; padding:0 0 10px 3px; }
ul.linkitem { list-style:none; margin:0; }
div.sitemap ul,div.sitemap ul li { list-style:none; font-size:100%; }
.site-statistics { border-bottom:solid thin #ccc; margin:0 0 5px; padding:0 0 5px; }
ul.userstats { list-style-type:none; font-size:90%; margin:0 0 0 -40px; }
ul.userstats ul { display:block; margin:0; padding:0; }
ul.userstats li { position:relative; list-style:none; font-size:100%; }
div.panelwrapper ul.simplelist { margin-bottom:0; }
div.AspNet-RadioButtonList ul,div.AspNet-CheckBoxList ul { list-style-type:none; margin:0; padding:0; }
div.simplehorizontalmenu { clear:both; width:100%; height:27px; }
ul.simplehorizontalmenu { float:left; list-style:none; margin:0; padding:0; }
ul.simplehorizontalmenu li { display:inline; padding:0 10px; }
ul { font-size:80%; }
li.AspNet-RadioButtonList-Item,li.AspNet-CheckBoxList-Item{ white-space:nowrap; }
ul.simplehorizontalmenu li.selecteditem { font-weight:700; }
div.sitemap .AspNet-TreeView-Expand
{background:  url('/Data/Sites/1/skins/template-06/art/icons/expand.gif') 0 0 no-repeat; width: 15px; margin-right: 5px;
 float:left; cursor: pointer; line-height: 15px;  }	
div.sitemap .AspNet-TreeView-Collapse
{background: url('/Data/Sites/1/skins/template-06/art/icons/collapse.gif') 0 0 no-repeat; width: 15px; margin-right: 5px;
  float:left; cursor: pointer; line-height: 15px;}
.AspNet-TreeView-Hide { display:none;}
div.sitemap a.AspNet-TreeView-Expand, div.sitemap a.AspNet-TreeView-Collapse  { text-decoration: none; }
.tag-cloud { list-style-type:none; margin:15px 0 3px -30px; }
.tag-cloud li { display:inline; list-style-type:none; }
.tagcount { font-size:x-small; }
.tag-cloud .weight1 { font-size:90%; }
.tag-cloud .weight2 { font-size:110%; }
.tag-cloud .weight3 { font-size:120%; }
.tag-cloud .weight4 { font-size:130%; } 
.tag-cloud .weight5 { font-size:140%; }
.tag-cloud .weight6 { font-size:150%; }
.tag-cloud .weight7 { font-size:160%; }
.tag-cloud .weight8 { font-size:180%; }
.tag-cloud .weight9 { font-size:200%; }
.tag-cloud .weight10 { font-size:210%; }


/* BORDERS */
fieldset { border: 0px solid #ffc796;}
.collapsiblepanel { border-style:dashed; border-width:thin; }
.TextLabel { border:0px solid #ECECEC;  }
.moduleedit { border: 0px; }
hr { height: 1px; border-width: 0px; background-color: #D1D7DC; color: #D1D7DC; }
.site-statistics { border-bottom: solid thin #cccccc; }
li.topnavitem { border-left: solid thin #ffffff; }
h2.moduletitle {}
ul.linkitem li {border-left: 4px solid #CCC;}
li.linkitem:hover, li.linkaltitem:hover {border-left:4px solid #4EBF37; }
.vevent abbr{border:0}
.templatewrapper { border-bottom: solid 4px black;  }
ol.searchresultlist { list-style-type:none; }
.gmaptextbox { width:27em; }
.gmap { margin:0 0 10px; }
.bmap { position:relative; }
ol.formlist { list-style:none; margin: 0px; }
li.settingrow { list-style:none; }
div.sitemap .AspNet-TreeView-Collapse {background: url('/Data/Sites/1/skins/template-06//art/icons/collapse.gif') 0 0 no-repeat; width: 15px; margin-right: 5px;float:left; cursor: pointer; line-height: 15px;}
.AspNet-TreeView-Hide {display:none;}
div.sitemap a.AspNet-TreeView-Expand, div.sitemap a.AspNet-TreeView-Collapse { text-decoration: none; }
.clear { clear:both; }
.sitelogo { float:left; margin: 0px 0px 0px 0px; }
.siteheading { margin: 0px 0px 0px 0px; padding: 20px 0px 0px 0px; }
.topnav {display:none;position: relative; top:0px; right:0px; margin: 0px 20px 3px 20px;  }
.topnav ul {float:left; margin: 0px 0px 0px 0px; display:inline; padding: 0px;}
li.topnavitem {float: left;  list-style-type:none; padding: 0px 7px 0px 7px;}
li.firstnav {float: left;  list-style-type:none; padding: 0px 7px 0px 5px; }
.editpanel { display: inline; float: right; margin: 34px 17px 0px 0px;  }
div.addthisbutton {display: inline; float: right; margin: 37px 50px 0px 0px;  }
.searchpanel { position: absolute; bottom: 7px; right: 25px; white-space: nowrap; }
.div2columnleft { float: left; width: 350px;  padding: 1px;  }
.div2columnright { margin: 0px 0px 0px 305px;  padding: 1px; }
.modulepager {vertical-align:top; padding: 4px 4px 4px 4px; }
.TextLabel { width:15px; }
.moduleedit { height: 28px; margin: 0px; padding: 0px; }
.modulesubtitle { padding: 4px 5px 0px 5px; height: 23px;} 
.modulecontent { vertical-align:top; padding: 0px 0px 0px 0px; }
.modulefooter { display:none; }
.floatpanel { float:left; margin-right: 15px; }
.clearpanel { clear:left; padding-top: 15px;  }
.simplelist, .simplelist li { list-style: none; padding: 0px 0px 4px 10px;  }
ul.linkitem { list-style: none; margin: 0px 0px 0px 0px; }
div.sitemap ul , div.sitemap ul li {list-style: none; }
.site-statistics { margin: 0px 0px 5px 0px; padding: 0px 0px 5px 0px; }
ul.userstats { list-style-type:none;  margin: 0px 0px 0px -40px;}
ul.userstats ul { margin: 0; padding: 0; display: block; }
ul.userstats li { position: relative; list-style: none; }
ul.linkitem {position:relative; top: -6px; left: -13px; list-style:none;margin:10px ;padding:0px;}
ul.linkitem li {margin: 0px 0px 1px 0px;padding: 2px 0px 2px 0px;list-style: none;min-height:18px;}
ul.linkitem a { margin-left: 3px; padding: 2px 5px 2px 20px;}
ul.linkitem a:hover {padding:2px 5px 2px 20px;}
code {margin: 5px 0;padding: 10px; text-align: left;display: block;overflow: auto;  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace; background: #FAFAFA; border: 1px solid #EAEAEA;  border-left: 5px solid #72A545;}
acronym {cursor: help;border-bottom: 1px solid #777;}
blockquote {margin: 10px;padding: 0 0 0 36px;  border: 1px solid #f2f2f2;background: #FAFAFA url('/Data/Sites/1/skins/template-06//art/icons/quote.gif') no-repeat 5px 5px;}
div.panelwrapper ul.simplelist { margin-bottom:0px; }
table.editgrid { margin: 10px;  }
table.editgrid td {padding: 7px;  }
table.editgrid th {padding: 7px;font-weight:bold; }
.minheightpanel { min-height:200px; }
.gmaptextbox {width:27em; }
.gmap { margin: 0px 0px 10px 0px;}
.padded {padding: 7px 7px 7px 7px; }
div.AspNet-RadioButtonList ul, div.AspNet-CheckBoxList ul { list-style-type:none; padding:0px; margin:0px;}
li.AspNet-RadioButtonList-Item, li.AspNet-CheckBoxList-Item { white-space:nowrap;   }
.foldergallery, td {  }
.foldergallery a {color: White;}
img { border: none; }
.foldergallery h1 { font-size: large; margin-bottom: 20px;}
.album {}
.albumFloat { float: left; text-align: center; margin-right: 8px; margin-bottom: 4px; }
.albumDetailsLink {}
.albumMetaSectionHead {background-color: Gray;color: White;font-weight: bold; }
.albumMetaName  { font-weight: bold; }
.albumMetaValue {}
.center{text-align: center;}
.rbottom { margin-bottom: 20px; }
.searchpanel .aspbutton {  position: relative; top:1px; width: 70px; height: 24px; padding-bottom: 3px;  }
div.simplehorizontalmenu {clear: both; width: 100%; height: 27px;}
ul.simplehorizontalmenu { float: left;list-style: none; margin:0; padding: 0;}
ul.simplehorizontalmenu li { display: inline; padding: 0px 10px 0px 10px; }	
ul.simplehorizontalmenu li.selecteditem { font-weight: bold; }
.vevent { padding: 10px 10px 10px 10px; }
.logolist {display:none; }
.whoson { float:left; padding: 5px 5px 5px 5px; }
.ratingcontainer { float: right; }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; margin:1em; height:14px;}
.ratingStar .ratingItem { font-size: 0pt; width: 13px; height: 12px; margin: 0px;padding: 0px; display: block; background-repeat: no-repeat; cursor:pointer;}
.ratingStar .Filled { background-image: url('/Data/Sites/1/skins/template-06//art/icons/ratingStarFilled.png');}
.ratingStar .Empty { background-image: url('/Data/Sites/1/skins/template-06//art/icons/ratingStarEmpty.png');}
.ratingStar .Saved {  background-image: url('/Data/Sites/1/skins/template-06//art/icons/ratingStarSaved.png');}
.ratingcomments { border: black 1px solid; background-color: #eeeeee; color:#000000; width:300px;height: 210px;padding: 5px;position: absolute;margin-top: 15px; }
.ratingcommentbox{   width: 280px; height: 100px; }
.pageicons { display:none; }
.floatleftimage {float:left; margin-right: 15px;}
.floatrightimage {float:right; margin-right: 15px;}
.eventcalendar table { clear:both;}

			
/* TEXT */
#wrapfooter { text-align: center; }
.topnav {text-align:right;  }
legend { font-size:larger; font-weight: bold; }
legend a { text-decoration: none; }
.settinglabel, .settinglabelFixedHeight { font-weight: normal; font-size:12px; }
.modulebuttonrow {text-align:center;  }
a.ModuleEditLink ,
a.ModuleEditLink:link ,
a.ModuleEditLink:visited ,
a.ModuleEditLink:hover ,
a.ModuleEditLink:active {  font-size:12px; text-decoration: none; }
.modulepager { font-size: 100%; font-weight: bold;}
a.ModulePager:hover { text-decoration: underline; }
.selectedpage{ font-size: 80%; font-weight: bold; line-height: 12px;}
a.SelectedPage:hover { text-decoration: underline; }
.txtcopyright { font-size: 80%; font-weight: normal; }
.txterror {font-size: 100%; font-weight: bold; color:Red; }
.TextLabel {font-size:11px; }
div.moduletitle, span.moduletitle, tr.moduletitle, 
.modulesubtitle { font-size:small; font-weight: bold; }
.modulefooter { font-size:smaller; text-align:center; }
.filesfooter {text-align:left; white-space:nowrap;}
.linkdescription {font-size: 100%; font-weight: normal; font-style: italic; }
div.sitemap ul , div.sitemap ul li { font-size:100%;}
.skiplink {display:none}
ul.userstats {font-size:90%;  }
ul.userstats li {font-size:100%;  }
.unselectedcrumb { font-weight:normal;}
.selectedcrumb { font-weight:bold; }
a.selectedcrumb:link ,
a.selectedcrumb:visited { text-decoration: none;}
a.selectedcrumb:hover { text-decoration: underline;}
a.selectedcrumb:active { text-decoration: none;}
a.unselectedcrumb:link ,
a.unselectedcrumb:visited { text-decoration: none;}
li.linkitem a:hover,
li.linkaltitem a:hover,
a.unselectedcrumb:hover { text-decoration: underline;}
a.unselectedcrumb:active { text-decoration: none;}
li.linkitem a, 
li.linkaltitem a { text-decoration: none; }
#wrapfooter a {text-decoration: underline; }


/* FEED SCROLLER */
.feedscroller
{
border:0px solid #e9e9e6;
background-color:#e9e9e6;
text-align:center;
position:relative;
display:block;
overflow:hidden;
font-size:9px;
padding:0px;
}
.feedscroller .rsswrapper { 
font-size:9px;
position:relative;
display:block;
overflow:hidden;
height:170px;
padding:0px;
}
.feedscroller .rssentries
{
position:absolute;
}
.rsstitle h3 {
	font-size:11px;
	line-height:14px;
	padding:0px;
}


/* FLICKER GALLERY */
.hidden{ display:none; }
.fthumbs img{
    padding:5px;
    margin:5px;
    -moz-box-shadow:#333 2px 2px 5px;
    -webkit-box-shadow:#333 2px 2px 5px;
    cursor:pointer;
  }
span.btn{
    padding:10px;
    margin-left:5px;
    display:inline-block;
    cursor:pointer;
    font:12px/14px Arial, Helvetica, sans-serif;
    color:#aaa;
    background-color:#eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -moz-box-shadow:#999 2px 0px 3px;
    -webkit-box-shadow:#999 2px 0px 3px;
  }
span.btn.pages{ background-color:#fff;}
span.btn.pages:hover, span.btn.pages.sel { background-color:#f3f3f3; color:#999; }
span.btn:hover, span.btn.sel{ background-color:#000; }
.galleryinfo{ position:relative; display:inline-block; margin-top:10px; }


/* LOGIN INPUTS */
.login .signinbox, .login .passwordbox { width:15em; }
input[type=image] {border:0px;border-style:none;margin:0px;padding:0px;}


/* MISCELLANEOUS STUFF */
.buttonlink { background-color:transparent;border-style:none;color: #0033FF;cursor: pointer;text-decoration: underline; font-size: 9px;}
.floatrightimage { float:right; margin-right:15px; }
.highlight1 { background-color:#FF0; }
.highlight2 { background-color:lime; }
.floatpanel,.floatleftimage { float:left; margin-right:15px; }

UL,LI			{ font-size: 100%;
				line-height: 13pt;
				font-weight: normal;
				font-family: Arial, Helvetica, Sans-Serif;
				font-style: normal;
				list-style:disc;
				color: #484849 }


.blogwrapper {
	width: 550px;
}
.blogview {
	width: 550px;
}
.blognavleft {
	float: left;
	width: 155px;
	padding: 5px 5px 30px 5px;
	margin: 0px 0px 0px 0px;
}
.blognavright {
	position: absolute;
	float: right;
	width: 150px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 550px;
	margin-top: 220px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: black;
	top: 0px;
}
.blogcenter-nonav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.blogcenter-leftnav {
	margin-left: 165px;
	padding: 5px 0px 0px 5px;
	max-width: 655px;
}
.blogcenter-rightnav {
	margin-right: 0px;
	padding: 0px 20px 0px 0px;
	max-width: 700px;
}
.center-rightandleftmargins .blogcenter-leftnav {
	max-width: 725px;
}
.bloginfo {
}
.bloginfotitle {
	font-size: 110%;
	font-weight: bold;
}
.blogtitle {
	margin: 0px 0 0 0;
	font-size: 1.6em;
	margin-top: 15px;
}
h2.blogtitle {
	LINE-HEIGHT: 20pt;
	margin-top: 0px;
	margin-bottom: -5px;
	FONT-WEIGHT: lighter;
	FONT-SIZE: 1.9em;
	COLOR: #484849;
	FONT-FAMILY: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3.blogtitle {
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom: -16px;
}
.blogcontent {
	padding: 20px 20px 0px 0px;
}
.blogcommentservice {
	padding: 20px 20px 0px 0px;
	border-top:1px;border-top-color:gray;border-top-style:solid
}
.blogcomments .blogdate {
	display:block;
	
}
.blogcomments {
	margin-left:-10px;padding:0px;
}
.blogdate {
	padding: 10px 10px 7px 0px;
	text-align: left;
	font-size: 10px;
	margin-top: 8px;
}
.blogcommentlink {
	width: 440px;
	text-align: right;
	padding: 0px 5px 3px 0px;
	border-bottom: thin white solid;
	font-size: 12px;
}
.blogcommenthead {
	font-size: 80%;
}
.blogcommenttitle {
	border-bottom: solid 1px #ccc;
}
.blogcommenttext {
	border-bottom: solid 1px #ccc;padding-bottom:2px;margin-bottom:10px;
}
.blogcommentposter {
	font-size: smaller;
}
ul.blognav {
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	max-width: 140px;
}
.blognavright div ul.blognav li {
	margin-left: 5px;
}
.blognavleft ul.blognav li {
	margin: 0px 0px 3px 0px;
}
.blogtext {
	margin-left: 0px;
	margin-bottom: 0px;
}
.blognavright h3, .blognavleft h3 {
	font-size: 16px;
	font-weight: bold;
}
.blognav ul {
	list-style-type: none;
}
.blognav li {
	list-style: none;
	margin: 0px 0px 3px 0px;
}
.aspcalendarmain {
	margin-bottom: 20px;
}
.bsocial a {
	border-bottom: 0px;
	border-bottom-style: none;
}
.blogcommentlink a {
	border-bottom: 0px;
	border-bottom-style: none;
}
.blogaddthis {
	margin-bottom: 10px;
}
div.AspNet-Menu-Horizontal {
	margin: 0px 0px 0px 0px;
	height: 34px;
	width: 960px;
	z-index: 999;
	background-color: #005696;
	border:0;
	border-bottom: 0;
	margin-bottom: 0em;
}

div.AspNet-Menu-Horizontal ul.AspNet-Menu li img { display:block; color:#FFFFFF; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0;
	font-size:13px;
	text-transform:uppercase
}
.sf-menu {
	line-height:	1.0;
	float: left;
	height: 34px;
	border-right: 0px solid #966f2d;
	border-bottom: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12.2em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	border-left: solid 0px #dcdcdc;
	border-right: solid 0px #dcdcdc;
	border-bottom: 0;
	border-top: 0;
}
.sf-menu a {
	display: block;
	position: relative;
	padding: .63em;
	text-decoration: none;
	/*font-weight:bold;*/
	border-bottom: 0;
	/*side to side spacing*/
	padding-right: 15px;
	padding-left: 15px;
	/*HIDE TO ALLOW VERTICAL SCALE SUBS
	height: 15px;*/
}

.sf-menu li li a {
	padding-top: .6em;
	padding-bottom: 1.9em;
	font-size:12px;
	border-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	border-top: solid 1px #FFFFFF;
	background:#7f7f7f;
		height:21px;text-transform:none
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: -1px;
	top: 33px; /* match top ul list item height */;
	z-index: 99;
	height: 33px;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 12.2em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
	
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 12.2em; /* match ul width */
	top: 0;
	background:#656565;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:link {
	/* COLOR OF NAV BAR TEXT*/
	color:#FFFFFF;
}
.sf-menu li {
	border-bottom: 0;
}

.sf-menu ul li a{
	padding-bottom: 2px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover {
	outline: 0;
	border-bottom: 0;
	color:#FFFFFF;
	background-color:#7f7f7f;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu a:focus, .sf-menu a:hover {
	background:#656565
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: .8em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu > li a.sf-with-ul{
		/* This should match side to side spacing from above */
		padding-right: 19px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .25em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 15px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/Data/Sites/1/skins/template-06/art/icons/arrowRight.gif') no-repeat 100% -50%; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu > li a .sf-sub-indicator{
	visibility:visible;
}
a > .sf-sub-indicator {/* give all except IE6 the correct values */
	top: 2.1em;
	background-position: 0 -30px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, 
a:hover > .sf-sub-indicator, 
a:active > .sf-sub-indicator, 
li:hover > a > .sf-sub-indicator, 
li.sfHover > a > .sf-sub-indicator {
	background-position: -15px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 100; }


.sf-menu ul .sf-sub-indicator {background-position: -7px 0;}
.sf-menu ul a > .sf-sub-indicator {background-position: 0 0; top: .20em;}

/* apply hovers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

a.current {
	background-color:#7f7f7f
}

.sf-menu ul a.current{
}

.sf-menu a, .sf-menu a.current{
	font-weight:bold;
}

.sf-menu img {
	display: none;
}



.DonateNav, .DonateNav a.current {
	background:#fcb033;
	text-align:center;width:70px
}/* TREE VIEW (TOP NAV) */




/* SITEMAP SIDE NAV */
div.sitemapnav {list-style:none;width:220px;margin:20px 8px 0px 0px;padding: 0;float:right}
div.sitemapnav ul { list-style: none; margin: 0px 0px 0px -10px; padding: 0;}
div.sitemapnav ul li {list-style:none;padding: 2px 0 2px 0; }
div.sitemapnav ul ul { list-style: none;margin: 2px 0 2px 5px;}
div.sitemapnav li a { list-style:none;margin-left: 2px; padding-left: 8px; text-decoration: none;}
div.sitemapnav a,
div.sitemapnav a:visited,
div.sitemapnav a:active,
div.sitemapnav a:link {list-style:none;color: Black; text-decoration:none;border-bottom: 0px;}
div.sitemapnav a:hover { list-style:none;color:White;}
div.sitemapnav .sitemapnav a {list-style:none;font-weight: normal !important;color: White !important;}
div.sitemapnav .sitemapnav ul a { list-style: none; font-weight: normal !important; color: White !important;}
div.sitemapnav {list-style:none;margin-left: 30px;margin-right:20px;width:225px;float:right;display: block;list-style:none;font-weight: normal;color:White; text-decoration:none;background: White;	}
div.sitemapnav li a { list-style:none;background: #bec7d4;display: block;margin-left: 12px; margin-bottom:0px;padding-left: 10px; padding-bottom:1px; padding-top:1px; text-decoration: none;}/* GLOBAL SETTINGS */

form	
	{ font-family: Arial;
	margin-bottom:0px;
	margin:0px;
	padding:0px;
	font-size: 14px;
	}
				
textarea, input, select	
	{ font-family: Arial;
	border-style:solid;
	border-width:1px;
	border-color:#939dad;
	margin-bottom:0px;
	background-color:#f6f6f6;
	font-size: 14px;
	}

/* FORM WIZARD */
.formwizlist ul { margin: 0px 0px 0px 0px; padding: 0px; }
.formwizlist, .formwizlist li, .formwizlist ul li { list-style: none; padding: 0px 0px 4px 0px; margin-left:0px; }
.draghandle {width:50px;height:25px;margin-right:5px;background-image:url('/Data/Sites/1/skins/template-06/art/icons/draghandle.gif');background-repeat:repeat; cursor:move;float:left;}
.callbackstyle, .callbackStyle ul li {border:thin #6297BC inset; list-style: none;}
.draghandle  li {list-style: none; }
.reordercue { border:dashed thin black; width:100%; height:25px;  }
.questioncontainer { padding: 5px; border: dashed 1px black; }
.editcontainer { float:left; }
.draghandle .buttoncontainer {float:left;margin:0px;padding:0px; }
.draghandle .buttoncontainer .upbutton { float:left;margin:0px;padding:0px;}
.draghandle .buttoncontainer .downbutton { float:left;clear:left;margin:0px;padding:0px; }
.formwizard .settingrow .settinglabel {width:100%;  }
.formwizard {width:750px;}
.ajax__slider_h_rail {position:relative;background:url('/Data/Sites/1/skins/template-06/art/icons/slider_h_rail.gif') repeat-x;height:22px;width:150px;}
.ajax__slider_h_handle {position:absolute;height:22px;width:10px;}
.ajax__slider_v_rail {position:relative;background:url('/Data/Sites/1/skins/template-06/art/icons/slider_v_rail.gif') repeat-y;width:22px;height:150px;}
.ajax__slider_v_handle {position:absolute;height:10px;width:22px;}
.draghandle .buttoncontainer {float:left;margin:0px;padding:0px; }
.draghandle .buttoncontainer .upbutton { float:left;margin:0px;padding:0px;}
.draghandle .buttoncontainer .downbutton { float:left;clear:left;margin:0px;padding:0px; }
.formwizard .settingrow .settinglabel {width:100%;  }
.formwizard fieldset { border:0px;margin: 0px 0px 0px 0px; padding: 0px;width:100%}
div.require:after { color:Red; font-weight:bold; content: " * "; }


/* GENERAL FORM */
fieldset { margin: 0px 0px 0px 0px; padding: 5px 5px 5px 15px; }
legend { font-size:larger; font-weight:700; }
ol.formlist { list-style:none; margin: 0px; }
li.settingrow  { list-style:none; }
.settinglabel { float:left; clear:left; width:20em; padding:1px; line-height:16px;}
.settinglabelFixedHeight { float:left; clear:left; width:20em; height:77px; padding:1px; }
.settinglabel,.settinglabelFixedHeight { font-weight:700; }
.settingrow { clear:left; padding:4px 0; }
.settinglabeltight { float:left; clear:left; width:8em; font-weight:700; padding:1px; }
.settingrowtight { clear:left; padding:1px 0; }
.modulebuttonrow { clear:left; text-align:center; }
.smalltextbox { width:4em; }
.normaltextbox { width:8em; }
.mediumtextbox { width:15em; }
.widetextbox { width:19em; }
.widetextbox, .fromlocationtb { width:168px; }
.verywidetextbox { width:20em; }
.txterror { color:red; font-weight:700; }
.txtcopyright { color:#444; font-size:80%; font-weight:400; }
.watermarktextbox { width:9em; height:19px; color:Gray; }
.subscribeemail { color:Gray; width:14em; }
input.openid_login { background:url('/Data/Sites/1/skins/template-06/art/icons/openidlogin.gif') no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* CUSTOM FORM (1) */
.ContactForm1 .formwizard { width:180px; }
.ContactForm1 .settinglabel { font-size:12px;}
.ContactForm1 { width:180px;margin-left:0px }
.ContactForm1 .settingrow .settinglabel {width:170px;}
.ContactForm2 .captcha img {margin-top:10px;border-width:1px;border-color:#939dad;border-style:solid}
.ContactForm1 .panelwrapper .formwizard { width:205px;}
.ContactForm1 .settingrow { width:180px;margin-top:-10px; }
.ContactForm1 .settingrow input[type=text] { width:160px;}
.ContactForm1 .settingrow input[type=checkbox] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm2 .settingrow input[type=radio] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm1 .settingrow input[type=submit] { width:100px;margin-top:7px;margin-bottom:10px}
.ContactForm1 TextArea { width:160px; height:90px }
.ContactForm1 Select { width:180px; }

/* CUSTOM FORM (RIGHT) */
.ContactFormRight .formwizard { width:210px;background-color: #f2f2f2;padding:20px}
.ContactFormRight .settinglabel { font-size:12px;}
.ContactFormRight label { display:block}
.ContactFormRight { width:210px;margin-left:0px }
.ContactFormRight .settingrow .settinglabel {width:220px;}
.ContactFormRight .captcha img {margin-top:10px;border-width:1px;border-color:#939dad;border-style:solid}
.ContactFormRight .panelwrapper .formwizard { width:205px;}
.ContactFormRight .settingrow { width:220px;margin-top:-10px; }
.ContactFormRight .settingrow input[type=text] { width:160px;}
.ContactFormRight .settingrow input[type=checkbox] {border:none;padding-right:3px;background-color:transparent;}
.ContactFormRight .settingrow input[type=radio] {border:none;padding-right:3px;background-color:transparent;}
.ContactFormRight .settingrow input[type=submit] { width:100px;margin-top:7px;margin-bottom:10px}
.ContactFormRight TextArea { width:160px; height:90px }
.ContactFormRight Select { width:170px; }

/* CUSTOM FORM (2) */
.ContactForm2 .formwizard { width:440px; }
.ContactForm2 { width:440px; }
.ContactForm2 .settingrow .settinglabel {width:440px;}
.ContactForm2 .captcha img {display:block;margin-top:-10px;border-width:1px;border-color:#939dad;border-style:solid}
.ContactForm2 .panelwrapper .formwizard { width:440px;}
.ContactForm2 .settingrow { width:440px;margin-top:-5px; }
.ContactForm2 .settingrow input[type=text] { width:410px;height:28px}
.ContactForm2 .settingrow input[type=checkbox] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm2 .settingrow input[type=radio] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm2 .settingrow input[type=submit] { width:100px;margin-top:5px;margin-bottom:8px}
.ContactForm2 TextArea { width:419px; height:50px }
.ContactForm2 Select { width:170px; }

/* CUSTOM FORM (3) */
.ContactForm3 .formwizard { width:470px; }
.ContactForm3 { width:470px; }
.ContactForm3 .settingrow .settinglabel {width:470px;}
.ContactForm2 .captcha img {display:block;border-width:1px;border-color:#939dad;border-style:solid}
.ContactForm3 .panelwrapper .formwizard { width:470px;}
.ContactForm3 .settingrow { width:470px;margin-top:5px; }
.ContactForm3 .settingrow input[type=text] { width:440px;margin-top:-5px}
.ContactForm3 .settingrow input[type=checkbox] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm2 .settingrow input[type=radio] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm3 .settingrow input[type=submit] { width:100px;margin-top:15px;margin-bottom:8px}
.ContactForm3 TextArea { width:439px; height:50px }
.ContactForm3 Select { width:170px; }

/* CUSTOM FORM (4) */
.ContactForm4 .formwizard { width:550px; }
.ContactForm4 { width:550px; }
.ContactForm4 .settingrow .settinglabel {width:550px;}
.ContactForm4 .captcha img {display:block;border-width:1px;border-color:#939dad;border-style:solid}
.ContactForm4 .panelwrapper .formwizard { width:550px;}
.ContactForm4 .settingrow { width:550px;margin-top:5px; }
.ContactForm4 .settingrow input[type=text] { width:490px;margin-top:-5px}
.ContactForm4 .settingrow input[type=checkbox] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm4 .settingrow input[type=radio] {border:none;padding-right:3px;background-color:transparent;}
.ContactForm4 .settingrow input[type=submit] { width:100px;margin-top:15px;margin-bottom:8px}
.ContactForm4 TextArea { width:479px; height:50px }
.ContactForm4 Select { width:170px; }.ad-gallery { width: 700px; }
.ad-gallery, .ad-gallery * { margin: 0; padding: 0;}

.ad-gallery .ad-image-wrapper { background-color:#eeeded; width: 100%; height: 400px; margin-bottom: 10px; position: relative; overflow: hidden; }
    .ad-gallery .ad-image-wrapper .ad-loader { position: absolute; z-index: 10; top: 48%; left: 48%; border: 1px solid #CCC;}
    .ad-gallery .ad-image-wrapper .ad-next { background-color:#eeeded; position: absolute; right: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 1;}
    .ad-gallery .ad-image-wrapper .ad-prev { background-color:#eeeded; position: absolute; left: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 1;}
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next { /* Or else IE will hide it */ background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/non-existing.jpg') \9; }
    .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image { background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/ad_prev.png'); 
width: 30px; height: 30px; display: none; position: absolute; top: 47%; left: 0; z-index: 101; }
    .ad-gallery .ad-image-wrapper .ad-next .ad-next-image { background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/ad_next.png'); 
width: 30px; height: 30px; right: 0; left: auto; }
    .ad-gallery .ad-image-wrapper .ad-image { position: absolute; overflow: hidden; top: 0; left: 0; z-index: 9; }
    .ad-gallery .ad-image-wrapper .ad-image a img { border: 0; }
    .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { position: absolute; bottom: 0px; left: 0px; padding: 7px; text-align: left; width: 100%; z-index: 2; background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/opa75.png'); 
color: #000; }
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='photo-gallery/images/opa75.png'); }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title { display: block; }
.ad-gallery .ad-controls { height: 20px; }
.ad-gallery .ad-info { float: left; }
.ad-gallery .ad-slideshow-controls { float: right; }
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop { padding-left: 5px; cursor: pointer; }
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown { padding-left: 5px; font-size: 0.9em; }
.ad-gallery .ad-slideshow-running .ad-slideshow-start { cursor: default; font-style: italic; }
.ad-gallery .ad-nav { width: 100%; position: relative; }
.ad-gallery .ad-forward, .ad-gallery .ad-back { position: absolute; top: 0; height: 100%; z-index: 10; }

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back { height: 100px; }

.ad-gallery .ad-back { cursor: pointer; left: -20px; width: 13px; display: block; background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/ad_scroll_back.png') no-repeat 0px 22px;
}
.ad-gallery .ad-forward { cursor: pointer; display: block; right: -20px; width: 13px; background: url('/Data/Sites/1/skins/template-06/photo-gallery/images/ad_scroll_forward.png') no-repeat 0px 22px;
}

.ad-gallery .ad-nav .ad-thumbs { overflow: hidden; width: 100%; background-color:#eeeded;}
.ad-gallery .ad-thumbs .ad-thumb-list { float: left; width: 9000px; list-style: none; }
    .ad-gallery .ad-thumbs li { float: left; padding-right: 5px; list-style: none; }
        .ad-gallery .ad-thumbs li a { display: block; }
        .ad-gallery .ad-thumbs li a img { border: 3px solid #CCC; display: block; }
        .ad-gallery .ad-thumbs li a.ad-active img { border: 3px solid #616161; }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads { position: absolute; left: -9000px; top: -9000px; }


/** Start Customize **/
#gallery { padding: 30px; }
#descriptions { position: relative; height: 50px; background: #EEE; margin-top: 10px; width: 640px; padding: 10px; overflow: hidden; }
    #descriptions .ad-image-description { position: absolute; }
        #descriptions .ad-image-description .ad-description-title { display: block; }
/** End Customize **/

/** Start Album selector **/
.Gallery-AlbumList { float: left; clear: both; width: 95%; margin: 15px 0;margin-bottom:30px }
    .Gallery-AlbumList li { float: left; list-style-type: none;margin-left:-38px;margin-right:40px }
        .Gallery-AlbumList li a:link, .Gallery-AlbumList li a:visited, .Gallery-AlbumList li a:active { background-color: #2B74B6; color: #FFF; padding: 6px; text-decoration: none; font-size:11px}
        .Gallery-AlbumList li a:hover { background-color: #12305A; }
/** End Album selector **/

/** Start Admin Grid **/
.GalleryAdminGrid { width: 95%; }
    .GalleryAdminGrid tr th { background-color: #F1F1F1; padding: 3px 2px; }
    .GalleryAdminGrid tr td { padding: 5px;border: solid 1px #c1c1c1;font-size: 11px; }
        .GalleryAdminGrid tr.AltRow td { background-color: #F0F0F0;border: solid 1px #c1c1c1;   }
    .GalleryAdminGrid .Paging td table tbody tr td a { padding: 5px 8px; text-align: center; font-size: 11px; }

/** End Admin Grid **/


.PhotoGallery .AddPhoto, .PhotoGallery .AddAlbum {
	background-color: #fdf799;border: 1px solid #d6d7ae; width: 100px; padding:5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;
}



.editpage .cke_inner, .editpage .cke_wysiwyg_frame {width:900px !important}


.editpage  #cke_83, #cke_86, #cke_29, #cke_21, #cke_80, #cke_14, #cke_70,  #cke_13, #cke_40 {
	displayx:none
}


/* ADMIN AREA ---------------------------------------------- */
.AspNet-GridView tr {
	font-size:11px;
}
.DS-ProfilePhoto {
	margin-right:150px;
	margin-top:-50px;
}
.DS-AdminEventTimeOfDay {
	display: none;
}


/* MAIN ---------------------------------------------- */
.DirectorySearch {
	background: #F0F0F0;
	border-bottom: 1px;
	border-bottom-color: #b9b8b8;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: #b9b8b8;
	border-top-style: solid;
}
.DirectorySearch input[type=submit] {
	font-weight: bold;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding:3px;
	background-color:#005696;
	color:#FFFFFF;
}
.DirectorySearch input[type=text] {
	width: 210px;
	background-color:#FFFFFF;
}
.DirectorySearch select {
	background-color:#FFFFFF;
}
.SearchFormFilterOptionSelect {
	width: 300px;
	margin-right:5px;
	font-size:12px;
	height:100px;
	background-color:#FFFFFF;
}
.SearchFormList {
	list-style-type: none;
	margin: 0px;
	font-size:13px;
}
ol.SearchFormList {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 0px;
}
ol.formlist .widetextbox {
	width:280px
}
ol.formlist .normaltextbox {
	width:280px
}
ol.formlist .settinglabel {
	width:100px
}
li.SearchFormRow {
	list-style: none;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
.SearchFormRow {
	clear: left;
	padding: 4px 0;
}
.SearchFormLabel {
	display: block;
	width: 200px;
}
.SearchFormDropdown {
	width: 100px;
	overflow: hidden;
	background-color:#FFFFFF;
}
.SearchFormOptions {
	margin: 0;
}
.SearchFormOptions li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.DirectorySearchSubmitNewListing {
	font-size:0px;
	/*
	margin-top:10px;
	float: right;
	width: 200px;
	height: 107px;
	font-size:0px;
	background: url('http://www.mhawisconsin.org/data/sites/1/skins/template-06/art/add-new-resource.gif') no-repeat;
	 */
}



/* RESULTS LISTING ---------------------------------------------- */
.PS-Results {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.PS-ResultsItem {
	width: 334px; 
	height: 110px;
	float: left; 
	padding-top:0px; 
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom:6px;
}
.Results {
	padding-top: 45px;
}
.Results .AspNet-DataList {
	width: 100%;
}
.Results .AspNet-DataList table {
	width: 100%;
	display: block;
}
.Results .AspNet-DataList-Item, .Results .AspNet-DataList-Alternate {
	width: 50%;
	padding: 0px 0;
}
.Results .ResultsListingHeader {
	font-weight: bold;
	width: 96%;
	padding: 3px;
	margin: 0 0px;
	background-color: #F0F0F0;
}
.Results .ResultsListingHeader a {
	border-bottom: 0px;
}
.Results td {
	vertical-align: top;
}
.Results .ResultsListingDetail {
	margin-bottom: 10px;
	width: 75%;
	margin: 5px 15px;
}
.Results .ItemSubtitle {
	display:block;
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-top:-2px;
	margin-bottom:-2px;
}



/* PAGING LINKS ---------------------------------------------- */
.PagingLinks {
}
.PagingLinks ul {
	width: 98%;
	list-style: none;
	float: left;
	font-size: 10pt;
	background-color: #e0e0e0;
	margin-top: 0px;
	padding-left: 4px;
	border-bottom: 1px;
	border-bottom-color: #b9b8b8;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: #b9b8b8;
	border-top-style: solid;
}
.PagingLinks ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 1px;
	margin-left: 0px;
	font-weight: bold;
}
.PagingLinks a, .PagingLinks a:link, .PagingLinks a:visited, .PagingLinks a:active {
	text-decoration: none;
	padding: 3px 1px;
	border-bottom: 0px;
	font-weight: bold;
}
.PagingLinks a:hover {
	background-color: #4F82CB;
	color: #FFF;
	border-bottom: 0px;
}
.PagingLinks .RecordCount {
	margin-left: 10px;
}
.PagingLinks ul li.FloatRight 
{
    float: right;
}
.FloatRight {
	padding-right:4px;
	padding-left:2px;
	border-right-style:dotted;
	border-right-color:blue;
	border-right-width:1px;
}



/* DETAILS PAGE ---------------------------------------------- */
.DetailsTable {
	width: 75%;
	margin-top: 20px;
}
.DetailsTableFull {
	width: 100%;
	margin-top: 20px;
}
.DetailsToolBar {
	background: #F0F0F0;
	padding: 5px;
	text-align: right;
}
.DetailsToolBar .BackButton {
	margin: 0 20px;
}
.DetailsToolBar .SearchAgainButton {
	margin: 0 20px;
}
.DetailsToolBar .PrintButton {
	margin: 0 20px;
}
h2.ListingTitle 
{
    margin-left: 0px;
    margin-bottom:10px;
}
.DetailsTable td {
	vertical-align: top;
}
.DetailRow {
	vertical-align: top;
}
.DetailRow td {
	vertical-align: top;
	padding-top:5px;
}
.DetailLabel td {
	vertical-align: top;
}
.DetailLabel {
	width: 24%;
	padding: 0px 15px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
}
.DetailText {
	width: 80%;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 10pt;
}
.DetailText p {
	line-height: normal;
	margin-top: 0px;
}
.LastUpdate {
	margin-top: 15px;
	font-size: 8pt;
}
.ListingDetailPicture {
	float: right;
	width:115px;
}
.OptionSelectArrow {
	padding: 5px 0;
}
.DetailDemographics 
{
    margin-right: 20px;
}
.DetailDemographics b
{
    margin-right: 5px;
}


/* Disclaimer scroll box */
div.DS-DisclaimerBox {
	height: 100px;
	width: 100%;
	overflow: auto;
	border: 1px solid #939dad;
	background-color: #f6f6f6;
	padding: 5px;
	margin-top:10px
}
.DS-SaveButton {
	width:140px;
	border-color:red;
	font-weight:bold;
}


/* SUBMIT NEW LISTING ------------------------------------------------------------------------------------------ */
.DS-NewListingDOB, .DS-NewListingEthicsChargeGuilty, .DS-NewListingEventTimeOfDay {
	display: none;
}
.DS-NewListing h1 {
	width:750px;
	white-space: nowrap;
	margin-bottom:10px;
}
.SubmitNewContinueButtons 
{
    background-color: #e0e0e0;
	padding: 6px;
	width:100%;
	text-align:right;
    margin-bottom:15px;
    margin-top: 25px;
	border-color:red;
	font-weight:bold;
	border: 1px solid #939dad;
}
.SubmitNewContinueButtons input
{
    margin-right: 15px;
}
.formlist li {
	list-style:none;
	list-style-type:none
}
.DS-NewListingDescription  {
	margin-top:3px;float:left
}
.DS-NewListingDescriptionLabel {
	margin-bottom:50px
}
.DS-NewListing fieldset {
	margin:0px;
	padding:0px;
	margin-top:-10px;
}
.DS-NewListingSubHead {
	background-color: #e0e0e0;
	padding:5px;
}
.DS-NewListing ol.formlist .widetextbox,
.DS-NewListing ol.formlist .normaltextbox,
.DS-NewListing ol.formlist .mediumtextbox,
.DS-NewListing ol.formlist .verywidetextbox {
	width:400px;
}
.DS-NewListing ol.formlist select {
	width:200px;
}
.DS-NewListing .SearchFormFilterOptionSelect {
	width:400px;
}
.DS-NewListing .settinglabel {
	font-size:12px;
	width:140px;
}

/* NEW LISTING - LOCATIONS */
.DS-NewListingLocationActive, .DS-NewListingLocationDefault, .DS-NewListingLocationNotes {
	display: none;
}
.DS-NewListingLocations {
	margin:0px;
	margin-left:40px;
	padding:0px;
}
.DS-NewListingLocationsNewButton {
	margin-left:40px;
	margin-bottom:20px;
}
.DS-NewListingLocationsAddNew {
	margin-left:40px;
}

/* NEW LISTING - CONTACTS */
.DS-NewListingContactNotes, .DS-NewListingContactActive, .DS-NewListingContactDefault, .DS-NewListingContactType {
	display: none;
}
.DS-NewListingContacts {
	margin:0px;
	margin-left:40px;
	padding:0px;
}
.DS-NewListingContactsNewButton {
	margin-left:40px;
	margin-bottom:20px;
}
.DS-NewListingContactsAddNew {
	margin-left:40px;
}

/* NEW LISTING - OPTIONS */
.DS-UpdateListingOptions {
	margin:0px;
	margin-left:40px;
	margin-top:10px;
	padding:0px;
}




/* UPDATE LISTING ------------------------------------------------------------------------------------------ */
.DS-UpdateListingDOB, .DS-UpdateListingEthicsChargeGuilty, .DS-EventTimeOfDayUpdate {
	display: none;
}
.DS-UpdateListing h1 {
	width:750px;
	white-space: nowrap;
	margin-bottom:10px;
}

.DS-UpdateListingDescription  {
	margin-top:3px;float:left
}
.DS-UpdateListingDescriptionLabel {
	margin-bottom:5px
}
.DS-UpdateListing fieldset {
	margin:0px;
	padding:0px;
	margin-top:-10px;
}
.DS-UpdateListingSubHead {
	background-color: #e0e0e0;
	padding:5px;
}
.DS-UpdateListing ol.formlist .widetextbox,
.DS-UpdateListing ol.formlist .normaltextbox,
.DS-UpdateListing ol.formlist .mediumtextbox,
.DS-UpdateListing ol.formlist .verywidetextbox {
	width:400px;
}
.DS-UpdateListing ol.formlist select {
	width:200px;
}
.DS-UpdateListing .SearchFormFilterOptionSelect {
	width:400px;
}
.DS-UpdateListing .settinglabel {
	font-size:12px;
	width:140px
}

/* UPDATE LISTING - LOCATIONS */
.DS-UpdateListingLocationActive, .DS-UpdateListingLocationDefault, .DS-UpdateListingLocationNotes {
	display: none;
}
.DS-UpdateListingLocations {
	margin:0px;
	margin-left:40px;
	padding:0px;
}
.DS-UpdateListingLocationsNewButton {
	margin-left:40px;
	margin-bottom:20px;
}
.DS-UpdateListingLocationsAddNew {
	margin-left:40px;
}

/* UPDATE LISTING - CONTACTS */
.DS-UpdateListingContactNotes, .DS-UpdateListingContactActive, .DS-UpdateListingContactDefault {
	display: none;
}
.DS-UpdateListingContacts {
	margin:0px;
	margin-left:40px;
	padding:0px;
}
.DS-UpdateListingContactsNewButton {
	margin-left:40px;
	margin-bottom:20px;
}
.DS-UpdateListingContactsAddNew {
	margin-left:40px;
}

/* UPDATE LISTING - OPTIONS */
.DS-UpdateListingOptions {
	margin:0px;
	margin-left:40px;
	margin-top:10px;
	padding:0px;
}




.mpcalendarmain { background-color: #e6efdb; color:Black; font-size:small; width: 100%;}
.mpcalendardayheader { font-weight:bold; font-size:8pt; color:#cc9c4e; text-align:center; }
.mpcalendarday { border: solid 1px black;  font-size:8pt; color:Black; text-align:center; }
.mpcalendarnextprevious {  font-weight:bold; font-size:small; color:Black; text-align:center;  }
.mpcalendarothermonth { border: solid 1px black; background-color:#f3f3f3;  font-size:8pt; color:Black; text-align:center; }
.mpcalendarselectedday { border: solid 1px black; background-color:#FFFFE0;  font-size:8pt; color:Black; text-align:center;  }
.mpcalendarselector {   font-size:8pt; font-weight:bold; text-align:center;  }
.mpcalendartitle { border: none;  background-color: #e8e8e8; font-size:8pt; font-weight:bold; text-align:center;  }
.mpcalendartoday { border: solid 1px black; background-color:#FFFFE0; color:Black; font-size:8pt; text-align:center; }
.mpcalendarweekendday { border: solid 1px black; background-color:#D3D3D3; color:Black; font-size:8pt; text-align:center; }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url('/GalleryPlus/Skinsgrab.png') 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url('/GalleryPlus/Skinsgrabbing.png') 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url('/GalleryPlus/Skinsblank.gif');
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/GalleryPlus/Skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/GalleryPlus/Skins/default/rs-default.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/GalleryPlus/Skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('/GalleryPlus/Skins/default/../preloaders/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
	background: #EEE;
	color: #222;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefaultInv.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefaultInv.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/default-inverted/rs-default-inverted.png');

	background-color: #FFF;
	background-color: rgba(255,255,255, .75);
	*background-color: #FFF;
	
	border-radius: 2px;
}
.rsDefaultInv .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefaultInv .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefaultInv .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsDefaultInv .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBB;
}
.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #000;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefaultInv .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefaultInv .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefaultInv .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefaultInv .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefaultInv .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsDefaultInv .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsDefaultInv .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.rsDefaultInv .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsDefaultInv .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/default-inverted/rs-default-inverted.png');
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefaultInv .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefaultInv .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefaultInv .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefaultInv .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefaultInv .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefaultInv .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefaultInv .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefaultInv .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefaultInv .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/GalleryPlus/Skins/default-inverted/rs-default-inverted.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}
.rsDefaultInv .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefaultInv .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefaultInv .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/GalleryPlus/Skins/default-inverted/rs-default-inverted.png') no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefaultInv .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefaultInv .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/GalleryPlus/Skins/default-inverted/rs-default-inverted.png') -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefaultInv .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('/GalleryPlus/Skins/default-inverted/../preloaders/preloader.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #FFF;
    background: rgba(255,255,255, 0.75);

	color: #000;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/minimal-white/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/minimal-white/rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/GalleryPlus/Skins/minimal-white/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/GalleryPlus/Skins/minimal-white/rs-minimal-white.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/GalleryPlus/Skins/minimal-white/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('/GalleryPlus/Skins/minimal-white/../preloaders/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #222;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsUni .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px;
	
}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsUni.rsHor .rsArrowRight { right: 0; top:0; }

.rsUni .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/universal/rs-universal.png');
	opacity: 0.5;
	border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsUni.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsUni.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsUni.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsUni .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsUni .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
	background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 

.rsUni .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/GalleryPlus/Skins/universal/rs-universal.png') transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline; 
	*zoom:1;
	*border-right: 1px solid #d9d9d9;
	
}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active { 
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected { 
	color: #FFF;
	background: #383838;
	border-color: #383838;
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/GalleryPlus/Skins/universal/rs-universal.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/GalleryPlus/Skins/universal/rs-universal.png') no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/GalleryPlus/Skins/universal/rs-universal.png') -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('/GalleryPlus/Skins/universal/../preloaders/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/* -- PUBLIC -- */


/* Full width slider */
.gp-full-width-slider { width: 100%; }
.gp-full-width-slider .rsImg { width: 100%; height: 100%; }
.gp-full-width-slider .infoBlock { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-full-width-slider .infoBlock h4 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-full-width-slider .infoBlock p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-full-width-slider .infoBlock:empty {display: none;}
.gp-full-width-slider .infoBlock p:empty {display: none;}
.gp-full-width-slider .infoBlock h4:empty {display: none;}
.gp-full-width-slider .infoBlock {margin:0px;margin-left:25px;margin-top:-90px;opacity: .80; filter: alpha(opacity=80);width:93%}


/* Gallery - Vertical */
.gp-gallery-vertical .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical { width: 100%; }
.gp-gallery-vertical .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical .rsGCaption:empty {display: none;}
.gp-gallery-vertical .rsGCaption p:empty {display: none;}
.gp-gallery-vertical .rsGCaption h3:empty {display: none;}


/* Gallery - Vertical, Multi-row */
.gp-gallery-vertical-multi { width: 100%; }
.gp-gallery-vertical-multi .rsThumbs { width: 235px; height: 100%; position: absolute; top: 0; padding: 0 0 0 1px; right: 0; }
.gp-gallery-vertical-multi .rsThumb { float: left; overflow: hidden; width: 75px; height: 50px; margin-right: 1px; }
.gp-gallery-vertical-multi .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical-multi .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical-multi .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-vertical-multi .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical-multi .rsGCaption:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption p:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption h3:empty {display: none;}


/* Gallery - Horizontal */
.gp-gallery-horizontal .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-horizontal { width: 100%; }
.gp-gallery-horizontal .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-horizontal .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-horizontal .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-horizontal .rsGCaption:empty {display: none;}
.gp-gallery-horizontal .rsGCaption p:empty {display: none;}
.gp-gallery-horizontal .rsGCaption h3:empty {display: none;}



/* -- ADMIN -- */
.gallery-plus-admin .admin-nav { margin: 10px 0; padding: 5px 0 5px 10px; background: #e7dcbe; font-size: 13px; font-weight: bold;}
    .gallery-plus-admin .admin-nav ul li { display: inline-block; }
    .gallery-plus-admin .admin-nav ul.nav > li { background-image: none; } 
        .gallery-plus-admin .admin-nav ul li a, .gallery-plus-admin .admin-nav ul li a:link, .gallery-plus-admin .admin-nav ul li a:visited, .gallery-plus-admin .admin-nav ul li:active { padding: 5px 10px; font-weight: bold; }

.NoticeDisplay { width: 50%; padding: 8px; margin: 10px 0; -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px; }
    .NoticeDisplay p { margin: auto; }
    .NoticeSuccess { background: #D1F4D1; }
    .NoticeInfo { background: #E3E3E3; }
    .NoticeWarning { background: #FC0; }
    .NoticeError { background: #F5D1D1; }
    .NoticeCritical { background: #FF0000; } 

.gallery-plus-admin .admin-photo-list { width: 100%; }
    .gallery-plus-admin .admin-photo-list .photo { float: left; width: 150px; height: 148px; margin: 10px 15px; }
        .gallery-plus-admin .admin-photo-list .photo .image { border: 0; margin: 0; }
        .gallery-plus-admin .admin-photo-list .photo .title { display: block; height: 16px; margin-bottom: 3px; font-size: 11px; text-align: center; }
        .gallery-plus-admin .admin-photo-list .photo .photo-tools { text-align: center; }
            .gallery-plus-admin .admin-photo-list .photo .photo-tools .sort { width: 35px; padding: 2px 0; text-align: center; font-size: 12px; color: #333; border: 1px solid #999; }

.gallery-plus-admin .admin-no-photos { text-align: center; color: #ff0000; }

.gallery-plus-admin .photo-edit-form .photo-thumb { float: right; width: 200px; }
.gallery-plus-admin .photo-edit-form .delete { margin-left: 15px; color: #ff0000; }/* -- PUBLIC -- */


/* Full width slider */
.gp-full-width-slider { width: 100%; }
.gp-full-width-slider .rsImg { width: 100%; height: 100%; }
.gp-full-width-slider .infoBlock { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-full-width-slider .infoBlock h4 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-full-width-slider .infoBlock p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-full-width-slider .infoBlock:empty {display: none;}
.gp-full-width-slider .infoBlock p:empty {display: none;}
.gp-full-width-slider .infoBlock h4:empty {display: none;}
.gp-full-width-slider .infoBlock {margin:0px;margin-left:25px;margin-top:-90px;opacity: .80; filter: alpha(opacity=80);width:93%}


/* Gallery - Vertical */
.gp-gallery-vertical .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical { width: 100%; }
.gp-gallery-vertical .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical .rsGCaption:empty {display: none;}
.gp-gallery-vertical .rsGCaption p:empty {display: none;}
.gp-gallery-vertical .rsGCaption h3:empty {display: none;}


/* Gallery - Vertical, Multi-row */
.gp-gallery-vertical-multi { width: 100%; }
.gp-gallery-vertical-multi .rsThumbs { width: 235px; height: 100%; position: absolute; top: 0; padding: 0 0 0 1px; right: 0; }
.gp-gallery-vertical-multi .rsThumb { float: left; overflow: hidden; width: 75px; height: 50px; margin-right: 1px; }
.gp-gallery-vertical-multi .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical-multi .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical-multi .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-vertical-multi .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical-multi .rsGCaption:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption p:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption h3:empty {display: none;}


/* Gallery - Horizontal */
.gp-gallery-horizontal .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-horizontal { width: 100%; }
.gp-gallery-horizontal .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-horizontal .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-horizontal .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-horizontal .rsGCaption:empty {display: none;}
.gp-gallery-horizontal .rsGCaption p:empty {display: none;}
.gp-gallery-horizontal .rsGCaption h3:empty {display: none;}



/* -- ADMIN -- */
.gallery-plus-admin .admin-nav { margin: 10px 0; padding: 5px 0 5px 10px; background: #e7dcbe; font-size: 13px; font-weight: bold;}
    .gallery-plus-admin .admin-nav ul li { display: inline-block; }
    .gallery-plus-admin .admin-nav ul.nav > li { background-image: none; } 
        .gallery-plus-admin .admin-nav ul li a, .gallery-plus-admin .admin-nav ul li a:link, .gallery-plus-admin .admin-nav ul li a:visited, .gallery-plus-admin .admin-nav ul li:active { padding: 5px 10px; font-weight: bold; }

.NoticeDisplay { width: 50%; padding: 8px; margin: 10px 0; -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px; }
    .NoticeDisplay p { margin: auto; }
    .NoticeSuccess { background: #D1F4D1; }
    .NoticeInfo { background: #E3E3E3; }
    .NoticeWarning { background: #FC0; }
    .NoticeError { background: #F5D1D1; }
    .NoticeCritical { background: #FF0000; } 

.gallery-plus-admin .admin-photo-list { width: 100%; }
    .gallery-plus-admin .admin-photo-list .photo { float: left; width: 150px; height: 148px; margin: 10px 15px; }
        .gallery-plus-admin .admin-photo-list .photo .image { border: 0; margin: 0; }
        .gallery-plus-admin .admin-photo-list .photo .title { display: block; height: 16px; margin-bottom: 3px; font-size: 11px; text-align: center; }
        .gallery-plus-admin .admin-photo-list .photo .photo-tools { text-align: center; }
            .gallery-plus-admin .admin-photo-list .photo .photo-tools .sort { width: 35px; padding: 2px 0; text-align: center; font-size: 12px; color: #333; border: 1px solid #999; }

.gallery-plus-admin .admin-no-photos { text-align: center; color: #ff0000; }

.gallery-plus-admin .photo-edit-form .photo-thumb { float: right; width: 200px; }
.gallery-plus-admin .photo-edit-form .delete { margin-left: 15px; color: #ff0000; }.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/



 .nivoSlider {
	position:relative;
	background:#fff url('/Data/style/nivoslider/default/loading.gif') no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
 .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url('/Data/style/nivoslider/default/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('/Data/style/nivoslider/default/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
 a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
 a.nivo-prevNav {
	left:15px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}

 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 1px solid;
}

.AspNet-GridView table { width: 100%; }
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}

.AspNet-GridView table thead
{
    background-image: url('/Data/style/gridview/HeaderWhiteChrome.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}

.AspNet-GridView table thead th
{
    padding: 5px;
    color: #333;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
   
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 1px #999;
	background-color:#E4E4E4;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url('/Data/style/gridview/HeaderWhiteChrome.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.AspNet-GridView tr.AspNet-GridView-Empty
{
	color:#ffffff;
    background-color: #c9c9c9;
	 text-align:center; 
}

.AspNet-GridView tr.AspNet-GridView-Empty p
{ padding-top:20px;}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

html[dir='rtl'] .AspNet-GridView table thead th { text-align: right;}
html[dir='rtl'] .AspNet-GridView table thead th a { text-align: right; }
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox mojoPortal "dark1" style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') no-repeat 0 0;}
    #cboxTopCenter{height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/border.png') repeat-x top left;}
    #cboxTopRight {width:14px; height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') no-repeat 0 -43px;}
    #cboxBottomCenter{height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/border.png') repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') no-repeat -36px -43px;}
    #cboxMiddleLeft{width:14px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') repeat-y -211px 0;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url('/ClientScript/colorbox/cb_mojo_dark1_images/loading_background.png') no-repeat center center;}
        #cboxLoadingGraphic{background:url('/ClientScript/colorbox/cb_mojo_dark1_images/loading.gif') no-repeat center center;}
        #cboxCurrent{position:absolute; top:-27px; left:58px; font-weight:bold; color:#7C7C7C; }
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{text-indent: -9999px; width:23px; height:23px; position:absolute; top: -31px; background:url('/ClientScript/colorbox/cb_mojo_dark1_images/controls.png') no-repeat 0 0;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        #cboxTitle{position:absolute; top:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
		